Commit Graph

388 Commits

Author SHA1 Message Date
Tom Moor 38494d6d3c Added migration for existing docs 2018-03-24 15:03:44 -07:00
Jori Lallo c7d50c4a78
Merge pull request #614 from outline/jori/billing-suspended
Suspended accounts and settings changes
2018-03-07 00:11:17 -08:00
Jori Lallo 983b8fe9a0 Wrapped additional error data under `data` 2018-03-07 00:05:34 -08:00
Jori Lallo f5c1ddf8b9 added suspending admin email to error screen 2018-03-06 23:38:52 -08:00
Jori Lallo e9e4538436 Addressed feedback 2018-03-06 23:09:21 -08:00
Tom Moor 16a6c3bffe Remove moment 2018-03-06 20:31:12 -08:00
Jori Lallo 0b005afdf9 More email styles 2018-03-06 19:34:13 -08:00
Jori Lallo 189c592a44 Tweaked email layout 2018-03-04 23:18:39 -08:00
Jori Lallo 1a8ca20fce UI to prevent suspended users viewing the application 2018-03-04 22:18:23 -08:00
Jori Lallo 1c2b3e992e Prevent API access from suspended user 2018-03-04 17:08:18 -08:00
Jori Lallo a0f58583b5 UI work 2018-03-04 16:53:57 -08:00
Jori Lallo 3d6b9466fb Backend support 2018-03-04 15:38:51 -08:00
Tom Moor 7272b24eaf
Merge pull request #610 from outline/jori/natural-sort
Added natural sorting for documents and collections
2018-02-28 23:28:47 -08:00
Tom Moor 18b0338736
Pinned documents (#608)
* Migrations and API for pinned documents

* Documentation

* Add pin icon

* Fin.

* v0.2.0

* Remove pin from DocumentPreview, add general menu
Add Pinned documents header

* Tidy

* Fixed: Drafts appearing on collection home
2018-02-28 23:28:36 -08:00
Tom Moor c80ae1bdd6 Fixes: Document not added to structure
Cache key bump
2018-02-28 23:21:29 -08:00
Jori Lallo 4bc8a152c1 Added natural sorting for documents and collections 2018-02-28 23:00:41 -08:00
Tom Moor 9142d975df
Draft Documents (#518)
* Mostly there

* Fix up specs

* Working scope, updated tests

* Don't record view on draft

* PR feedback

* Highlight drafts nav item

* Bugaboos

* Styling

* Refactoring, gradually addressing Jori feedback

* Show collection in drafts list
Flow fixes

* Ensure menu actions are hidden when draft
2018-02-27 22:41:12 -08:00
Tom Moor f8bdadfd9a Final direct BadRequest removals 2018-02-24 20:52:56 -08:00
Tom Moor f3c7fb8bc6 Fixes #593 2018-02-24 20:44:13 -08:00
Tom Moor 5b6c908215 More granular error responses 2018-02-19 23:31:18 -08:00
Tom Moor d73196594d Correct ApiKey delete auth check 2018-02-18 13:10:17 -08:00
Tom Moor 7a0aa0ecf8 Add additional future-proofing auth checks for creation 2018-02-18 11:08:43 -08:00
Tom Moor e3e084130c Add missing snap 2018-02-18 10:58:54 -08:00
Tom Moor 83f32be6f7 Add missing authorization on views endpoints
Updated ApiKeys authorization to match elsewhere
2018-02-18 10:56:56 -08:00
Tom Moor e84fb5e6ba Update team and collection authorization 2018-02-18 01:14:51 -08:00
Tom Moor 2f81eb5e87 Added more structure and tests to our authorization code 2018-02-18 00:11:48 -08:00
Jori Lallo 8ebf748cf6
Merge pull request #585 from outline/jori/koa-onerror
Catch server errors with koa-onerror
2018-02-11 11:19:08 -08:00
Tom Moor 6caba86751
Mobile Responsive Styles (#580)
* WIP: Responsive styles

* Flip breakpoints, ensure doc doesn't spread

* Add MenuIcon

* Refactor Sidebar to share mobile responsive styles

* Fix accidental find/replace

* Tweak padding to take into account icon spacing
2018-02-10 23:24:12 -08:00
Jori Lallo 5758c0d6ba Catch server errors with koa-onerror 2018-02-10 22:58:22 -08:00
Jori Lallo b47771c56f Order document structure alphabetically 2018-02-06 23:26:14 -08:00
Jori Lallo 5588897271
Merge pull request #564 from outline/jori/route-fixes
Search and routing fixes
2018-02-06 21:56:24 -08:00
Jori Lallo b93ccf5fcc
Check for parent document existance (#567) 2018-02-04 23:43:43 -08:00
Jori Lallo 8f53755258
Filter headers (#566) 2018-02-04 22:32:13 -08:00
Jori Lallo a941e04d08 Removed useless catch 2018-02-04 17:28:14 -08:00
Tom Moor ae4aed6fe0 Move title validation to server (#552)
closes issue-546
2018-01-31 19:23:33 -08:00
Tom Moor 637aaf9702
Merge pull request #545 from outline/list-styling
Fixes: LI spacing in documents got accidentally increased
2018-01-30 22:13:03 -08:00
Jori Lallo dd9d3351b8
Added social links (#535) 2018-01-29 23:41:43 -08:00
Tom Moor f870cd88bc Slack hooks fixes and improvements
closes #533
2018-01-28 19:37:14 -08:00
Jori Lallo 2b2bc376ce
Merge pull request #532 from outline/jori/collection-delete-fixes
Fixed collection deletion
2018-01-28 17:54:53 -08:00
Jori Lallo 5ab423108a Fixed collection deletion 2018-01-28 17:04:53 -08:00
Tom Moor 66fa88fcab Fixes 400 error response from slack hook
Split results into individual attachments
2018-01-28 17:00:20 -08:00
Tom Moor de6778fc42 Fixes: LI spacing in documents got accidentally increased 2018-01-28 16:27:19 -08:00
Jori Lallo 8cdc09339b
Merge pull request #519 from outline/jori/prefetch
Added link=“prefetch” tags
2018-01-26 11:21:34 -08:00
Jori Lallo 77a53718a3
Merge branch 'master' into jori/slack-tweaks 2018-01-23 23:02:51 -08:00
Jori Lallo 47ce9f816f a note about slack slash command 2018-01-23 23:01:57 -08:00
Jori Lallo 1dd06db566 Slack tag 2018-01-23 23:01:32 -08:00
Jori Lallo 0f790b37e3 moved to fs read 2018-01-23 22:38:18 -08:00
Jori Lallo 598477fedb
Merge pull request #520 from outline/jori/about-page
About page
2018-01-23 22:37:39 -08:00
Tom Moor 51409bcbc7
Update About.js 2018-01-23 22:00:19 -08:00
Tom Moor a4323f1ea1 Edits, grammar, correct apostrophe 2018-01-22 20:51:25 -08:00