Commit Graph

220 Commits

Author SHA1 Message Date
34dd1f1409 Dropped whitelisting 2017-10-04 01:17:30 -07:00
ccec69d431 Final fixes to document move 2017-10-01 23:42:17 -07:00
a5a1e286d4 Addressed user feedback 2017-09-24 13:51:33 -07:00
229cd3271a Fixes: 500 error when attempting to load a deleted document from view 2017-09-13 23:04:58 -07:00
483bf29cc4 Workable document moving 2017-09-12 22:58:33 -07:00
ce5b6e6ac8 Return updated collection on document move 2017-09-12 00:11:53 -07:00
917c5c4923 Return updated collection on document create 2017-09-12 00:10:02 -07:00
9f7fbbd1d3 Merge branch 'master' into dashboard-improves 2017-09-09 07:35:24 -07:00
432b7afede Refactor Slack signin codE 2017-09-03 17:08:56 -07:00
6c93bfda1d WIP 2017-09-03 14:12:37 -07:00
8558b92cae Edit collection (#173)
* Collection edit modal

* Add icon

* 💚

* Oh look, some specs

* Delete collection

* Remove from collection

* Handle error responses
Protect against deleting last collection

* Fix key

* 💚

* Keyboard navigate documents list

* Add missing database constraints
2017-08-29 08:37:17 -07:00
ca35cee841 Move star out of editor into documentpreview (#174)
* Move star out of editor into documentpreview

* 💚
2017-08-02 20:45:09 -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
852fe991c5 💚 2017-07-15 16:18:06 -07:00
66e4995885 💚 ? 2017-07-15 16:08:12 -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
b80fcfff6c Fixed search and added tests 2017-07-10 21:24:25 -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
ff133f373c Remove recentDocuments from default collections list response 2017-07-06 22:20:24 -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
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
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
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
1be0ff8105 Added deletion of documents 2017-06-05 00:36:50 -07:00
a4dca58ae7 Fixed Collection#updateDocument 2017-06-04 22:12:36 -07:00
c229369efd Changed Collection documents to documentStructure and other WIP stuff 2017-06-04 14:40:27 -07:00
044486b9a6 Cleanup 2017-05-27 11:22:42 -07:00
639a0ec45c Atlas > Collection 2017-05-27 11:08:52 -07:00
75ad27658e Fix flow errors 2017-05-09 23:14:24 -07:00
08b1609440 [chore] added prettier 2017-04-26 21:47:03 -07:00
80ac9bb5d6 Redirect uri must match that passed to oauth request 2017-04-23 20:20:20 -07:00
2d741afb20 Throw error on invalid api key 2016-10-05 22:46:17 -07:00
6184eb2617 Fix to file uploads 2016-09-21 23:50:23 -07:00
6eb25d484e Better error message for blocked Slack orgs 2016-09-21 23:06:35 -07:00
63c916e994 Merge branch 'master' of github.com:jorilallo/atlas 2016-09-21 23:02:53 -07:00
ea1f9d7deb Use Slack's domain for whitelisting 2016-09-21 23:02:29 -07:00
fcc83dd2d6 New API responses with good errors 2016-09-17 14:53:30 -07:00
ef91cc17d5 More api/auth tests 2016-09-11 23:14:43 -07:00
969243c3e4 Added auth.login API 2016-09-11 22:44:44 -07:00
43e60aacaf lint 2016-09-11 16:37:20 -07:00