d5f5319f80
fix: History sidebar header shrinking when lots of history
2020-09-11 12:10:40 -07:00
c298c73240
fix: Revision skipped after identical previous autosave
2020-09-11 12:06:57 -07:00
38d1831259
fix: Send events for draft documents down user channel always
2020-09-11 11:19:30 -07:00
9c9b95741c
fix: Unable to edit collection description
...
closes #1523
2020-09-09 23:23:01 -07:00
cc8db7e991
fix: Save team logo automatically
...
closes #1521
2020-09-08 21:12:37 -07:00
c5b7d9be13
fix: Flash of sidebar when navigating between documents
2020-09-08 20:48:52 -07:00
be2e46b5d2
References -> Referenced by
...
Less ambiguous as to the backlink direction
2020-09-08 18:44:19 -07:00
4b2a766357
fix: Missing toast message when successfully copying code
2020-09-08 07:31:03 -07:00
f264d67862
fix: Two API endpoints where requesting a permenantly deleted document results in server error
2020-09-08 07:29:06 -07:00
b1648ac2aa
Update LICENSE
2020-09-07 20:25:16 -07:00
25423d8c85
0.47.0
2020-09-07 20:24:40 -07:00
e7ab2939d4
fix: Improved handling of delete events from collection and document sockets ( #1517 )
...
* handle delete events fron collection and document sockets
* handle collection deletes to documents
* rework semantics to always reload after a delete
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2020-09-07 19:05:10 -07:00
ceeac9b982
fix: Deeply nested document titles not updated in collection documentStructure cache
...
closes #1508
2020-09-07 13:41:17 -07:00
5de2f969e3
fix: Preload membership
2020-09-07 12:17:04 -07:00
b54901d50c
fix: CMD+Eneter in title should still publish
2020-09-07 12:06:03 -07:00
4de3f69474
fix: Documents in deleted collection should appear in trash ( #1362 )
...
* fix: Documents from deleted collection should show in trash
* improve messaging
* test: Add documents.move tests
feat: Add ability to restore trashed documents from deleted collection
* update store
* fix
* ui
* lint
* fix: Improve breadcrumb
2020-09-07 11:51:09 -07:00
c5de2da115
Merge branch 'develop' of github.com:outline/outline into develop
2020-09-07 10:43:36 -07:00
709c3e78bd
fix: Occasional render loop in editor toolbar ( #1518 )
...
* fix: CMD+S should save when editor title is focused
* fix: Bump RME, fixes various small editor issues
2020-09-07 10:42:51 -07:00
acb04fdf1a
fix: CMD+S should save when editor title is focused
2020-09-06 10:33:39 -07:00
f13696dd2a
Update yarn.lock
2020-09-05 19:58:17 -07:00
d6f245d67e
Bump RME: Fixes inline styles in table cells with newlines
2020-09-05 19:51:12 -07:00
f2abf38fe4
perf: Remove source once compiled
2020-09-05 12:57:27 -07:00
f0712e22d8
perf: Improving dockerfile
2020-09-05 12:44:40 -07:00
e7e289d9fa
end
2020-09-04 23:28:29 -07:00
713187cfb4
fix
2020-09-04 15:39:36 -07:00
11d3a5c9b9
fix: Enter in document title should create a newline at the top of editor and focus
...
closes #1511
2020-09-04 13:23:33 -07:00
cf1e506009
feat: Add ClickUp Embed Service ( #1465 )
...
* Add Clickup Embed Service
* Transparency Icon
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2020-09-04 13:21:27 -07:00
6b6d67beb6
fix: Allow disabling SSL for Postgres connection with standard PGSSLMODE env
...
closes #1501
2020-09-04 12:51:48 -07:00
a98e8ad8df
fix: Breadcrumb overflow color is inaccessible
...
closes #1505
2020-09-04 12:49:20 -07:00
9049785d98
fix: e shortcut to edit doesn't work when title is selected
...
closes #1510
2020-09-04 12:42:41 -07:00
e8648d4611
fix: Error in shares.info endpoint when requesting share record for deleted document
2020-09-03 23:22:41 -07:00
dd7436f78c
fix: async error in backlinks service when dealing with a deleted document
2020-09-03 22:44:42 -07:00
b93a397ab3
feat: Bump RME
2020-09-03 22:27:30 -07:00
206160582e
chore: Tweak ordering of unpublish menu item
2020-09-02 20:19:36 -07:00
4bf5926ee3
Bump RME
2020-08-31 21:57:26 -07:00
82433e02a0
feat: Add custom error state for chunk loading failed
2020-08-31 21:09:23 -07:00
637a9b5cf9
refactor: Remove unused event handlers
2020-08-31 20:44:19 -07:00
95b91c466a
fix: Disallow creating nested document within document in trash
2020-08-31 20:32:08 -07:00
4edf90a184
fix: Development warning, missing key on event list items
2020-08-31 20:29:55 -07:00
31522b0d6f
fix: Local shares state not cleared when document is deleted
2020-08-31 20:28:41 -07:00
759d4a5ac2
fix: Handle error revoking share link on frontend
2020-08-31 20:24:05 -07:00
dd0d51dd9d
test
2020-08-31 20:23:51 -07:00
8550116c6b
fix: shares.list should not return shares for deleted documents
...
fix: shares.info should not return info for revoked shares
closes #1492
2020-08-31 20:15:10 -07:00
3c7dc93982
Merge branch 'develop' of github.com:outline/outline into develop
2020-08-31 20:06:44 -07:00
0aa338cccc
feat: Allow unpublishing documents ( #1467 )
...
* Allow unpublishing documents
* add block unpublish files that has children
* add api tests to new route
2020-08-31 20:03:05 -07:00
8f41895e66
Merge develop
2020-08-31 19:40:41 -07:00
de8ac4acf5
fix: Configure mobx-react-lite observer batching
...
Removes development warning
2020-08-31 18:42:12 -07:00
de59147418
chore: Upgrade Sentry to 5.22.3
...
closes #1498
2020-08-31 18:36:30 -07:00
cf522cc85f
fix: Regression with TOC not showing when navigating directly to document ( #1500 )
...
fix: Editing document too wide when TOC visible in read only
2020-08-31 18:31:13 -07:00
8c7200fa87
chore: yarn deduplicate
2020-08-30 19:44:30 -07:00