Commit Graph

8 Commits

Author SHA1 Message Date
e538df0df3 Filter private info from public shares 2018-05-23 23:59:00 -07:00
4bc8a152c1 Added natural sorting for documents and collections 2018-02-28 23:00:41 -08:00
b47771c56f Order document structure alphabetically 2018-02-06 23:26:14 -08:00
e70a8c2495 color editing 2017-10-29 23:23:16 -07:00
75bf265bd5 Removed legacy navigationtree 2017-10-15 18:35:28 -07:00
b854c2ca53 Tidy, move recent documents to query scope 2017-07-06 22:02:55 -07:00
f8a715dcef bad merge and rebase 2017-06-27 00:19:15 -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