Commit Graph

551 Commits

Author SHA1 Message Date
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
ca875915ce Fix on collection count check 2017-07-18 21:57:34 -07:00
bbbf17c223 Manually create a new document for second collection 2017-07-17 23:33:03 -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
852fe991c5 💚 2017-07-15 16:18:06 -07:00
66e4995885 💚 ? 2017-07-15 16:08:12 -07:00
ed7aa80a3a WIP 2017-07-15 15:14:01 -07:00
2a9efaba8f Fix new document creation. Add collection name to DocumentPreview in search results 2017-07-14 22:15:56 -07:00
047cc7b151 Excluded two endpoints that arent now used 2017-07-12 23:04:58 -07:00
cd584da5cf Upgrade sequelize and remove unique email constraints 2017-07-12 22:55:50 -07:00
65d5ec81d2 Merge pull request #127 from jorilallo/jori/fix-search
Fixed search and added tests
2017-07-12 00:34:56 -07:00
a72a681e97 optimize js 2017-07-10 21:34:39 -07:00
b80fcfff6c Fixed search and added tests 2017-07-10 21:24:25 -07:00
88ec730172 integrate server side bugsnag with koa 2017-07-10 20:15:26 -07:00
79921ebd18 Added client side bugsnag tracking 2017-07-10 20:02:52 -07:00
b4c4a5d64c Remove useless include 2017-07-09 20:32:38 -07:00
4c96f1ead0 Improve concurrency and reduce one DB call from document saving 2017-07-09 20:27:06 -07:00
95f2e8c19e Update associated collection 2017-07-09 13:32:16 -07:00
64994ef351 Bring back old test setup 2017-07-09 11:36:30 -07:00
c4b41a9e07 Fixed flow errors and small refactor 2017-07-09 11:26:17 -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
b64e47f42a Circle CI (#113)
Circle CI
2017-07-08 21:13:47 -07:00
10b746e140 rm localenv 2017-07-06 23:27:16 -07:00
948bbd6e92 rm cross-env, fixed deployments 2017-07-06 23:27:16 -07:00
e82639c828 Merge pull request #110 from jorilallo/queryperf
Query Improvements
2017-07-06 23:22:16 -07:00
ff133f373c Remove recentDocuments from default collections list response 2017-07-06 22:20:24 -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
1c83257483 Restore New Document Functionality (#94)
* Restored New Document functionality

* Declarative SidebarHidden

* Fix edit route
2017-07-04 23:02:06 -07:00
f65a5bcca2 Swapped document urls to have /doc prefix 2017-07-04 12:03:41 -05:00
f90d170497 Using the magic of joins 2017-07-03 21:35:17 -07:00
29037251c0 Better document URLs 2017-07-03 13:17:29 -05: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
22153441fa Updated IDs and fixed tests 2017-06-28 23:24:19 -07:00
56beb8b55f Fixed document.update API 2017-06-28 23:18:46 -07:00
b6fa0a4a4e Fixed flow issues 2017-06-27 20:36:09 -07:00
f8a715dcef bad merge and rebase 2017-06-27 00:19:15 -07:00
e73eec4486 renamed migration to keep in order 2017-06-26 23:50:33 -07:00
c0f971fdd0 Remove dodgy association 2017-06-26 23:33:05 -07:00
cac4b0811b Remove old placeholder styles 2017-06-25 21:58:44 -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
aa0ddd94bf Sidebar work 2017-06-15 20:39:08 -07:00
9220978639 changes per tom's comments 2017-06-06 22:34:29 -07:00
a80f58b0e2 this should be validated 2017-06-06 00:16:09 -07:00
3d02c49b05 Added endpoint for moving documents 2017-06-05 23:50:32 -07:00
3528b2d0ef Further cleanup 2017-06-05 01:00:29 -07:00