Tom Moor
690feb6040
Fixes: Opening document history menu
2018-11-05 23:39:10 -08:00
Jonathan King
91d79491f4
Make isHistory regex slightly more specific
2018-10-16 13:01:17 +01:00
Tom Moor
d0bee23432
Version History ( #768 )
...
* Stash. Super rough progress
* Stash
* 'h' how toggles history panel
Add documents.restore endpoint
* Add tests for documents.restore endpoint
* Document restore endpoint
* Tiding, RevisionMenu, remove scroll dep
* Add history menu item
* Paginate loading
* Fixed: Error boundary styling
Select first revision faster
* Diff summary, styling
* Add history loading placeholder
Fix move modal not opening
* Fixes: Refreshing page on specific revision
* documentation for document.revision
* Better handle versions with no text changes (will no longer be created)
2018-09-29 21:24:07 -07:00
Tom Moor
717e26a7a9
Fixes #778
2018-09-25 22:09:12 -07:00
Tom Moor
54a04dd8cc
Linting [ci skip]
2018-08-26 15:27:32 -07:00
Tom Moor
61872373ec
Remove nolonger neccessary editCache
2018-08-18 17:48:56 -07:00
Tom Moor
f401b6f2e0
Tidying, possible fix for excessive view count
2018-08-18 17:45:56 -07:00
Tom Moor
3da078e98b
Move isDirty to view concern. Document model is not updated until save
2018-08-18 17:41:09 -07:00
Tom Moor
e58da006d0
👕
2018-08-16 22:53:58 -07:00
Tom Moor
be09b290b7
RME upgrade, fix autoFocus logic
2018-08-16 22:51:51 -07:00
Tom Moor
c140c64346
Use new RME callback to reduce amount of document serialization
...
Account for new RME autoFocus prop in 5.0
2018-08-16 21:19:31 -07:00
Tom Moor
4c1e33110e
Upgrade to rich-markdown-editor 4.0
2018-08-13 21:20:44 -07:00
Tom Moor
9a440e4321
Merge branch 'issue-739' of github.com:outline/outline
2018-08-07 00:04:31 -07:00
Tom Moor
4674c10203
Empty state language improvemnts
2018-08-06 23:22:20 -07:00
Tom Moor
d863ab3271
Hash navigation improvements
2018-08-05 22:08:46 -07:00
Tom Moor
e192bcbaee
Improves ordering of search results
...
Modifies documents.search to return a context snippet and search ranking
Displays context snipped on search results screen
2018-08-04 18:32:56 -07:00
Tom Moor
892ce64712
Catch errors around document rendering
2018-08-04 10:48:07 -07:00
Tom Moor
fc5a6127a5
Closes #731 - Potential URL parse error
2018-08-02 00:18:19 -07:00
Tom Moor
28690be77c
Fixes #709 - Share links fail when logged into another Outline account
2018-07-21 12:42:00 -07:00
Tom Moor
b3662cc35c
Bring mobile styling of shared documents inline with regular documents
2018-07-21 10:18:39 -07:00
Tom Moor
5884e07c1f
Merge master, small refactor
2018-07-15 07:58:58 -07:00
Tom Moor
7f8a59ae2f
Upgrade to RME 2, restores functionality removed from that module
2018-07-14 22:26:26 -07:00
Tom Moor
933fa9732c
CSS tweaks
2018-07-01 12:42:21 -07:00
Tom Moor
f41e186da3
👕
2018-07-01 11:57:17 -07:00
Tom Moor
0e940741f6
Mobile styling
2018-07-01 11:54:24 -07:00
Tom Moor
dc33cc9734
position sticky
2018-07-01 10:20:57 -07:00
Tom Moor
899b637979
wip
2018-07-01 09:16:38 -07:00
Tom Moor
2f839c75f7
Handle relative urls
2018-06-26 23:43:19 -07:00
Tom Moor
657d0775f5
Closes #706 - internal links incorrectly redirecting
2018-06-25 20:45:26 -07:00
Tom Moor
4ed2b4b475
Adds warning when attempting to leave edit mode with images uploading
2018-06-23 18:58:44 -07:00
Tom Moor
434129a434
ThemeProvider ( #677 )
...
closes #655
2018-06-09 19:10:30 -07:00
Tom Moor
a95b7fc4b6
Emoji work
2018-06-09 17:17:40 -07:00
Tom Moor
b929fb2bd3
Fixes TOC
2018-06-07 22:26:53 -07:00
Tom Moor
f8cd3bf8c4
Improved offline handling
2018-06-07 21:35:40 -07:00
Tom Moor
78ea35da29
Mark documents as viewed after a short delay instead of immediately. This should result in more accurate view counts
2018-06-04 15:13:58 -04:00
Tom Moor
7e55ca8f39
Fixes #652 - Autosave should not trigger before anything is written
2018-05-26 18:16:07 -07:00
Tom Moor
8c62b6e07a
Improve error screen for not found share link
2018-05-26 12:22:14 -07:00
Tom Moor
e538df0df3
Filter private info from public shares
2018-05-23 23:59:00 -07:00
Tom Moor
187c2dcb27
Working share link loading (plenty of restrictions still to put in place)
2018-05-16 23:52:26 -07:00
Tom Moor
dded458582
Setup for unauthenticated doc viewing
2018-05-12 21:01:17 -07:00
Tom Moor
ba0a7b7f4a
Update docs
...
Remove extra API request after document.update
Cleanup
2018-05-07 22:08:47 -07:00
Tom Moor
67f2b3cce4
API endpoint accepts autosave
2018-05-06 22:13:52 -07:00
Tom Moor
518015f55b
Upgrade to Flow 0.71
2018-05-05 16:16:08 -07:00
Tom Moor
f89eabaeff
Hooks
2018-05-02 23:45:14 -07:00
Tom Moor
d7327fefa2
Upgrade styled-components
...
Restore async editor loading
2018-05-02 23:12:13 -07:00
Tom Moor
41a96e4331
Remove Icons
2018-05-02 21:51:39 -07:00
Tom Moor
fb41e4fc54
Merge branch 'master' of github.com:outline/outline into refactor-editor
2018-04-28 16:12:26 -07:00
Tom Moor
44cb509ebf
Post to Slack ( #603 )
...
* Migrations
* WIP: Integration model, slack perms / hooks
* So so rough it pains me. Building this new model is revealing just how much needs to be refactored
* Working connect and post
* Cleanup UI, upating documents
* Show when slack command is connected
* stash
* 💚
* Add documents.update trigger
* Authorization, tidying
* Fixed integration policy
* pick integration presenter keys
2018-04-03 20:36:25 -07:00
Tom Moor
f72fa40a0f
WIP
2018-04-03 20:20:30 -07: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