Commit Graph

145 Commits

Author SHA1 Message Date
5df2983ef6 Search improvements 2017-12-03 16:50:50 -08:00
a573c76512 Request auth on first load with existing token 2017-11-26 22:26:02 -08:00
e07893b001 Merge master 2017-11-26 18:23:11 -08:00
33fea77a86 PR feedback, remove collectionId 2017-11-26 18:18:41 -08:00
94c2cc09ee 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-26 18:18:41 -08:00
81edb55d56 Working recently edited list 2017-11-26 18:18:40 -08:00
505310c172 Settings Routes (#449)
* Building out settings area

* Flow and refactoring

* TeamLogo

* Add temporary profile screen

* 💚

* PR feedback
2017-11-26 18:09:55 -08:00
98f317c74a Prevents accidental overwriting of another users work 2017-11-25 13:04:54 -08:00
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
acdcb9e9ec Merge branch 'master' of github.com:jorilallo/atlas into collection-home 2017-11-22 18:32:35 -08:00
592b5e49b6 Added no results text for Slack slash command 2017-11-19 23:49:27 -08:00
eb8b12d327 Working recently edited list 2017-11-19 21:32:18 -08:00
0441e92d08 Lint rules and flow annotations for rest of the files 2017-11-15 23:40:14 -08:00
348e5f0b20 Added email templating, and user welcome email 2017-11-12 15:02:23 -08:00
53cda8ce2b Merge pull request #374 from jorilallo/jori/colorpicker
Color picker
2017-10-31 22:04:09 -07:00
c9fc880137 include user id in the uploads path 2017-10-30 22:35:30 -07:00
27fd10f2a6 Prefix s3 user uploads with uploads/ 2017-10-29 23:52:09 -07:00
e70a8c2495 color editing 2017-10-29 23:23:16 -07:00
aceaf261d2 Working on 'static' pages 2017-10-22 16:33:10 -07:00
4d53c4aa00 Merge master 2017-10-21 21:12:56 -07:00
255d7564c5 Upload avatar to s3 on login 2017-10-19 00:49:22 -07:00
36d46533b6 Added simple revisions API 2017-10-16 22:36:44 -07:00
42ed9616b5 Added cookie to indicate logged in status 2017-10-11 00:14:45 -07:00
dd0588d760 Several fixes + refactor to Collection methods 2017-10-09 00:05:15 -07:00
7081291ed6 Merge pull request #288 from jorilallo/jori/move-tweaks
Refactored document move
2017-10-07 16:07:12 -07:00
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