Commit Graph

1461 Commits

Author SHA1 Message Date
209a1e8d35 Merge pull request #617 from outline/remove-moment
Remove moment.js
2018-03-06 20:39:56 -08:00
16a6c3bffe Remove moment 2018-03-06 20:31:12 -08:00
247dbce9b0 Merge pull request #615 from outline/jori/notification-emails
Email template updates
2018-03-06 20:07:52 -08:00
0b005afdf9 More email styles 2018-03-06 19:34:13 -08:00
189c592a44 Tweaked email layout 2018-03-04 23:18:39 -08:00
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
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
1722b3f3d9 Merge pull request #611 from outline/issue-drafts
Drafts Fixes
2018-02-28 23:27:56 -08:00
c80ae1bdd6 Fixes: Document not added to structure
Cache key bump
2018-02-28 23:21:29 -08:00
3505ed3ad0 Removed quite useless store test 2018-02-28 23:21:17 -08:00
4bc8a152c1 Added natural sorting for documents and collections 2018-02-28 23:00:41 -08:00
871e6918e8 v0.2.0 2018-02-27 23:59:54 -08:00
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
79a0272230 Merge pull request #607 from outline/menu-improves
Menu Improvements
2018-02-25 18:39:39 -08:00
11e674f387 Merge pull request #606 from outline/validation-improves
Validation Improvements
2018-02-25 16:40:19 -08:00
752f7c6e2f Remove left property. 2018-02-24 21:47:36 -08:00
2e37bb2c22 menu-improves 2018-02-24 21:21:05 -08:00
f8bdadfd9a Final direct BadRequest removals 2018-02-24 20:52:56 -08:00
f3c7fb8bc6 Fixes #593 2018-02-24 20:44:13 -08:00
fb19075d0e Merge pull request #602 from outline/authorization-improves
Authorization Improvements
2018-02-20 22:30:41 -08:00
5b6c908215 More granular error responses 2018-02-19 23:31:18 -08:00
9c2f85c296 Merge pull request #601 from outline/slate-32-compat
Slate 32 compatibility
2018-02-19 19:03:12 -08:00
051acfd36d Merge pull request #604 from outline/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md
2018-02-18 19:23:12 -08:00
1d8e994850 Create CODE_OF_CONDUCT.md 2018-02-18 19:18:44 -08:00
d73196594d Correct ApiKey delete auth check 2018-02-18 13:10:17 -08:00
7a0aa0ecf8 Add additional future-proofing auth checks for creation 2018-02-18 11:08:43 -08:00
e3e084130c Add missing snap 2018-02-18 10:58:54 -08:00
83f32be6f7 Add missing authorization on views endpoints
Updated ApiKeys authorization to match elsewhere
2018-02-18 10:56:56 -08:00
3ea5573813 Merge pull request #600 from outline/jori/fix-590
Handle Safari paranoid mode
2018-02-18 10:20:47 -08:00
e84fb5e6ba Update team and collection authorization 2018-02-18 01:14:51 -08:00
2f81eb5e87 Added more structure and tests to our authorization code 2018-02-18 00:11:48 -08:00
925f1b8799 Updates mode dependencies for Slate 32 compatability
(remove deprecation warnings)
2018-02-17 17:02:19 -08:00
8bfecaeb96 Fix #590 2018-02-13 23:30:56 -08:00
b53749c95c Merge pull request #599 from outline/jori/document-move-fix
Fixed document move
2018-02-13 22:19:10 -08:00
143f8b508d Fixed document move 2018-02-13 22:09:27 -08:00
82bf9ba039 Merge pull request #597 from outline/slate-32
Upgrade to Slate 32
2018-02-13 21:31:41 -08:00
e8b10176eb Upgrade to Slate 32
closes #588
2018-02-13 21:03:38 -08:00
3788b87150 Merge pull request #595 from outline/issue-logout-loop
Fix logout redirect loop
2018-02-13 09:11:06 -08:00
ea471b2a19 In my testing this fixes the redirect loop on logout 2018-02-12 22:44:43 -08:00
94fd58032e Merge pull request #594 from outline/tommoor-patch-1
Update Analytics.js
2018-02-12 22:30:42 -08:00
1e0bc67298 Merge pull request #593 from outline/issue-592
Remove delete restriction
2018-02-12 22:16:16 -08:00
8208157b99 Update Analytics.js 2018-02-12 21:57:46 -08:00
f211cb1fbf Remove bad delete restriction 2018-02-12 20:02:27 -08:00
8ebf748cf6 Merge pull request #585 from outline/jori/koa-onerror
Catch server errors with koa-onerror
2018-02-11 11:19:08 -08:00
f3318b9b2e Merge pull request #587 from outline/fix-static-page-tracking
Restore static pageview tracking
2018-02-11 10:54:29 -08:00
4d97e1aa2a Accidentally removed tracking from static pages by moving the pageview call into the SPA 2018-02-11 10:40:28 -08:00
e4459691cd Merge pull request #586 from outline/fix-webpack-autotrack
Fix autotrack not building correctly in prod
2018-02-10 23:59:35 -08:00
378bfaeafe Fix autotrack not building correctly in prod 2018-02-10 23:54:54 -08:00
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
4cc7338534 Analytics (#582)
* gtm > ga

* Record pageviews in SPA

* Remove home-rolled tracking in favor of autotrack

* cleanup
2018-02-10 23:23:50 -08:00