Commit Graph

19 Commits

Author SHA1 Message Date
98f317c74a Prevents accidental overwriting of another users work 2017-11-25 13:04:54 -08:00
eb8b12d327 Working recently edited list 2017-11-19 21:32:18 -08:00
c6537279ba Fixes for empty document 2017-10-22 22:20:53 -07:00
150771ee88 removed dependencies, html/preview 2017-10-16 23:35:56 -07:00
5c43e12218 Moved document matching to use urlId to prevent issues with renamed documents 2017-09-12 19:55:01 -07:00
95182057a6 💚 2017-09-02 18:44:41 -07:00
b9b2769563 Fixes: Documents marked as starred incorrectly 2017-09-02 16:58:24 -07:00
cfcdae8aa0 Save title emoji against document 2017-07-29 15:06:17 -07:00
e6938ee06f Resilient to collection or document not existing 2017-07-23 15:26:00 -07:00
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
bd0a1d5edb Fix flow issues 2017-07-08 22:36:59 -07:00
b9df4a76d7 Merge master 2017-07-08 22:30:20 -07:00
c618b956d2 Incorporate limit 2017-07-06 22:17:37 -07:00
b854c2ca53 Tidy, move recent documents to query scope 2017-07-06 22:02:55 -07:00
f08ca8d460 Moar 2017-07-06 20:59:45 -07:00
f90d170497 Using the magic of joins 2017-07-03 21:35:17 -07:00
a7465aaf2e Include collaborator count and limit frontend to last 5 2017-07-03 12:29:20 -05:00
251771e345 Include only 7 most recent collaborators for document 2017-06-30 00:51:00 -07:00
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