170 Commits

Author SHA1 Message Date
Tom Moor
f3c7fb8bc6 Fixes #593 2018-02-24 20:44:13 -08:00
Tom Moor
7a0aa0ecf8 Add additional future-proofing auth checks for creation 2018-02-18 11:08:43 -08:00
Tom Moor
2f81eb5e87 Added more structure and tests to our authorization code 2018-02-18 00:11:48 -08:00
Jori Lallo
c92697a8a8
Revert "Renamed Document#atlasId finally" 2018-02-07 11:32:18 -08:00
Jori Lallo
f08b3e0ac5 Renamed Document#atlasId finally 2018-02-07 00:04:39 -08:00
Jori Lallo
b93ccf5fcc
Check for parent document existance (#567) 2018-02-04 23:43:43 -08:00
Jori Lallo
5df2983ef6 Search improvements 2017-12-03 16:50:50 -08:00
Tom Moor
98f317c74a Prevents accidental overwriting of another users work 2017-11-25 13:04:54 -08:00
Tom Moor
7945abbe54 Added documents.list endpoint to documentation (fixed some bad formatting)
Updated collection parameter
Increased fetch to 10 records, 5 looks dumb on larger screens
2017-11-22 18:40:37 -08:00
Tom Moor
eb8b12d327 Working recently edited list 2017-11-19 21:32:18 -08:00
Jori Lallo
36d46533b6 Added simple revisions API 2017-10-16 22:36:44 -07:00
Jori Lallo
dd0588d760 Several fixes + refactor to Collection methods 2017-10-09 00:05:15 -07:00
Jori Lallo
ccec69d431 Final fixes to document move 2017-10-01 23:42:17 -07:00
Tom Moor
229cd3271a Fixes: 500 error when attempting to load a deleted document from view 2017-09-13 23:04:58 -07:00
Jori Lallo
483bf29cc4 Workable document moving 2017-09-12 22:58:33 -07:00
Jori Lallo
ce5b6e6ac8 Return updated collection on document move 2017-09-12 00:11:53 -07:00
Jori Lallo
917c5c4923 Return updated collection on document create 2017-09-12 00:10:02 -07:00
Tom Moor
ca35cee841 Move star out of editor into documentpreview (#174)
* Move star out of editor into documentpreview

* 💚
2017-08-02 20:45:09 -07:00
Tom Moor
e6938ee06f
Resilient to collection or document not existing 2017-07-23 15:26:00 -07:00
Tom Moor
3b2ad193d5 DocumentPreview Improves (#141)
* Show collection name in search results
Highlight documents modified since last edited
Move views to scope

* Allow ESC key to work on Search page when input not focused

* Update document title with search query
Show loading indicator for search results

* WIP

* 💚 ?

* 💚

* Address PR feedback
2017-07-16 09:24:45 -07:00
Tom Moor
66e4995885
💚 ? 2017-07-15 16:08:12 -07:00
Tom Moor
2a9efaba8f
Fix new document creation. Add collection name to DocumentPreview in search results 2017-07-14 22:15:56 -07:00
Jori Lallo
b4c4a5d64c Remove useless include 2017-07-09 20:32:38 -07:00
Jori Lallo
4c96f1ead0 Improve concurrency and reduce one DB call from document saving 2017-07-09 20:27:06 -07:00
Jori Lallo
95f2e8c19e Update associated collection 2017-07-09 13:32:16 -07:00
Tom Moor
b854c2ca53
Tidy, move recent documents to query scope 2017-07-06 22:02:55 -07:00
Tom Moor
f08ca8d460
Moar 2017-07-06 20:59:45 -07:00
Tom Moor
f90d170497
Using the magic of joins 2017-07-03 21:35:17 -07:00
Tom Moor
52765d9d1d Document Viewers (#79)
* Recording document views

* Add 'views' to document response

* Basic displaying of document views, probably want it more sublte than this? But hey, lets get it in there

* Bigly improves. RESTful > RPC

* Display of who's viewed doc

* Add Popover, add Scrollable, move views store

* Working server tests 💁

* Document Stars (#81)

* Added: Starred documents

* UI is dumb but functionality works

* Star now displayed inline in title

* Optimistic rendering

* Documents Endpoints (#85)

* More seeds, documents.list endpoint

* Upgrade deprecated middleware

* document.viewers, specs

* Add documents.starred
Add request specs for star / unstar endpoints

* Basic /starred page

* Remove comment

* Fixed double layout
2017-06-25 17:21:33 -07:00
Jori Lallo
a80f58b0e2 this should be validated 2017-06-06 00:16:09 -07:00
Jori Lallo
3d02c49b05 Added endpoint for moving documents 2017-06-05 23:50:32 -07:00
Jori Lallo
1be0ff8105 Added deletion of documents 2017-06-05 00:36:50 -07:00
Jori Lallo
a4dca58ae7 Fixed Collection#updateDocument 2017-06-04 22:12:36 -07:00
Jori Lallo
c229369efd Changed Collection documents to documentStructure and other WIP stuff 2017-06-04 14:40:27 -07:00
Tom Moor
639a0ec45c
Atlas > Collection 2017-05-27 11:08:52 -07:00
Jori Lallo
08b1609440 [chore] added prettier 2017-04-26 21:47:03 -07:00
Jori Lallo
d65c5ff6f4 Fixed listing issues 2016-09-11 15:06:02 -07:00
Jori Lallo
394137a96f comment 2016-09-05 14:22:26 -07:00
Jori Lallo
ac6cf2ea8f server side cleanup 2016-08-27 10:48:56 -07:00
Jori Lallo
6e39cebb08 Implemented api key deletion 2016-08-26 22:04:28 -07:00
Jori Lallo
4f998bccc8 Initial code for Slack based search 2016-08-22 23:37:01 -07:00
Jori Lallo
e527f3c402 Fixed locking with imports 2016-08-21 15:45:48 -07:00
Jori Lallo
0af17c688f lock 2016-08-21 11:12:24 -07:00
Jori Lallo
e3e5ead9e0 Fixes 2016-08-18 14:42:53 -07:00
Jori Lallo
3089ac7bc8 Use clearer urls fro documents 2016-08-15 21:41:51 +02:00
Jori Lallo
092c61f1de Added collaborators to document API 2016-08-15 14:52:07 +02:00
Jori Lallo
11f6c533b8 Request time cache, tracking collaborators etc 2016-08-15 12:51:26 +02:00
Jori Lallo
792def3249 Added paranoid, debugging and fixes to document deleting on atlas collections 2016-08-14 10:50:42 +02:00
Jori Lallo
bcb39d823f Automate revision creation 2016-08-12 15:36:48 +02:00
Jori Lallo
c753382571 Renaming atlases to collections 2016-08-05 18:09:14 +03:00