Commit Graph

1784 Commits

Author SHA1 Message Date
Tom Moor
21b1c0747c Basic functionality in place, need improved errors and logged in redirect 2018-11-08 21:05:07 -08:00
Tom Moor
07e61bd347 First pass, can create and update 2018-11-08 21:02:36 -08:00
Tom Moor
4260b5e664 datetime -> dateTime [ci skip] 2018-11-06 23:07:07 -08:00
Tom Moor
ebc0346ff9
Merge pull request #798 from outline/upgrade-deps
Upgrade dependencies
2018-11-06 22:27:51 -08:00
Tom Moor
8d569fd46d Upgrade dependencies 2018-11-06 21:58:32 -08:00
Tom Moor
690feb6040 Fixes: Opening document history menu 2018-11-05 23:39:10 -08:00
Tom Moor
5f97897418 SSLify 2018-11-04 10:15:37 -08:00
Tom Moor
5f2d4e416c Upgrade RME 2018-10-29 21:05:07 -07:00
Tom Moor
464eda1d82
Merge pull request #785 from JonathanUsername/master
Make isHistory regex slightly more specific
2018-10-19 20:07:54 -07:00
Tom Moor
ffe7b5a41c
Merge pull request #788 from Polychain/roman/s3-content-length-range
server: fix content-length-range s3 uplaod policy
2018-10-19 20:06:54 -07:00
Roman Shtylman
aadea856c3 server: fix content-length-range s3 uplaod policy
The max size should be an integer rather than a string (environment variables
are strings). More strict s3 implementations reject the upload because they do
not consider the policy valid if a string is used rather than an integer.
2018-10-19 18:09:44 -07:00
Jonathan King
91d79491f4
Make isHistory regex slightly more specific 2018-10-16 13:01:17 +01:00
Tom Moor
61cce88ef8
Add note on Google Auth to README [ci skip] 2018-09-30 23:32:06 -07:00
Tom Moor
1356e35ad1 Closes #686 - null does not trigger default param 2018-09-30 18:42:27 -07:00
Tom Moor
d54750ef19 Closes #769 2018-09-30 18:31:42 -07:00
Tom Moor
283fad5f87
Merge pull request #781 from outline/zapier
Zapier
2018-09-30 18:11:22 -07:00
Tom Moor
b02e5184fd Closes #764 - Visual feedback that avatar is uploading 2018-09-30 18:09:35 -07:00
Tom Moor
e8ef1145a1 Add integration icons
Add link to public zapier invite
2018-09-30 17:56:20 -07:00
Tom Moor
f284dd1ebf Merge branch 'master' of github.com:outline/outline into zapier 2018-09-30 17:37:35 -07:00
Tom Moor
3f0202f660 Closes #780 2018-09-30 08:58:27 -07:00
Tom Moor
b36977cf80 Stash 2018-09-30 08:51:14 -07:00
Tom Moor
7515bd2275 Upgrade styled-components
Upgrade styled-components-grid
2018-09-29 23:19:46 -07:00
Tom Moor
ed4013e7ee Fixes #772 - Cursor jumps in search field 2018-09-29 23:10:07 -07:00
Tom Moor
f78d9cb072
Link CI status correctly [ci skip] 2018-09-29 22:28:28 -07:00
Tom Moor
2504d48a09 👕 2018-09-29 22:24:52 -07:00
Tom Moor
9cc3264807 💚 2018-09-29 22:14:55 -07: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
7973bfeca2
Typo in welcome email
Thanks @belindapreno for spotting
2018-09-27 21:22:29 -07:00
Tom Moor
717e26a7a9 Fixes #778 2018-09-25 22:09:12 -07:00
Tom Moor
2a8b47cab5
Types in onboarding doc 🙈 2018-09-19 15:33:58 -07:00
Tom Moor
d4d4907901 Bump RME. Closes #771 2018-09-10 22:21:51 -07:00
Tom Moor
7550e03b22 Fixes: Editor content written between image upload start and finish is lost
Fixes: Image lost after upload if document is immediately closed without further edits
2018-09-03 13:58:24 -07:00
Tom Moor
59277d2c6c
Merge pull request #762 from satyadeepk/patch-2
`showCollection` option in Dashboard documents list
2018-08-26 23:51:57 -07:00
Satyadeep
eb3e4b2d33
showCollection option in Dashboard documents list
It was added in #718, but seems to have gone after the new tabs in the dashboard
2018-08-27 12:19:29 +05:30
Tom Moor
54a04dd8cc Linting [ci skip] 2018-08-26 15:27:32 -07:00
Tom Moor
328f731541
Share Permissions (#761)
* Share restrictions

* Tweak language, add spec
2018-08-19 16:06:39 -07:00
Tom Moor
e704a86e36
Merge pull request #760 from outline/rme-5
Update to rich-markdown-editor 5.0
2018-08-18 17:58:14 -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
059cccd36f
Merge pull request #757 from egetin/path_modification
Fix PATH in modified shell environment
2018-08-14 00:14:06 -07:00
Erkka Makinen
006c6f137c Move PATH and NODE_ENV under Dockerfile. Fixes problem with PATH in
modified shell environment.
2018-08-14 08:04:52 +03:00
Tom Moor
4c1e33110e Upgrade to rich-markdown-editor 4.0 2018-08-13 21:20:44 -07:00
Tom Moor
ff41aa4a17 Update debug dependency. Low severity CVE-2017-16137 2018-08-11 14:09:59 -07:00
Tom Moor
6cd7d5ca5b Fixes: Homepage pagination 2018-08-11 14:02:37 -07:00
Tom Moor
63f6d61ac0 Linting
Pagination of edited / viewed responses
2018-08-11 00:46:10 -07:00
Tom Moor
6b2211f135 Pass offset to pagination 2018-08-10 23:17:19 -07:00