b2a1e6b309
feat: Collaborative revision restore ( #2721 )
2021-11-07 08:58:44 -08:00
eb9ff990ac
feat: Show collab cursor names upon loading document. ( #2732 )
...
Second attempt, adds a class to the editor for a couple of seconds when the awareness is loaded to force cursors to display
2021-11-04 17:24:23 -07:00
ad3bb98087
fix: Various collab cursor issues ( #2727 )
2021-11-03 17:51:51 -07:00
57fa1305a6
chore: Remove react-keydown
( #2713 )
...
* First steps of remove react-keydown, replace with hook
* RegisterKeyDown component to aid transition away from react-keydown
2021-11-01 19:52:04 -07:00
b6a058147e
chore: Refactor two components away from withRouter
2021-10-30 10:51:33 -07:00
2c6ec11708
lint
2021-10-30 08:44:36 -07:00
5900176b58
feat: Show collaborative cursors on load
...
closes #2704
2021-10-29 23:28:41 -07:00
e2c80e5a28
fix: Correctly show editing tooltip
...
Remove edit icon
closes #2705
2021-10-29 23:04:23 -07:00
f2b007bcf5
fix: Flipped load logic
2021-10-28 20:51:40 -07:00
1641423106
fix: Prevent user.info request loop, keep track of requested users in component state ( #2693 )
2021-10-27 20:12:22 -07:00
043a7b41b5
feat: Add print, duplicate, template to command bar
2021-10-25 20:41:28 -07:00
1d6bae05e6
fix: After renaming collection, url does not update
2021-10-24 17:57:17 -07:00
adca894e83
fix: Long titles in command bar should not wrap
2021-10-24 17:32:28 -07:00
2e56bdc388
fix: Command bar should bust cache when docs and collections are renamed
...
fix: Command bar should get larger on large screens
fix: Editable titles in sidebar should enforce max length
2021-10-24 17:32:28 -07:00
1b539dcf83
lint
2021-10-24 12:42:13 -07:00
1d22b7ae0c
chore: Turn on command bar in prod
2021-10-24 12:40:17 -07:00
b1f04145e5
flow
2021-10-24 12:31:17 -07:00
33b6fbdee9
feat: Command Bar ( #2669 )
2021-10-24 12:30:27 -07:00
b44c15c6eb
fix: small typo ( #2683 )
2021-10-22 10:23:23 -07:00
c79a22b857
flow
2021-10-21 21:23:58 -07:00
51971d2c9a
fix: Various aria and React warnings
2021-10-19 22:12:20 -07:00
d443abfc57
chore: Allow websockets and collaboration service to run in the same process ( #2674 )
2021-10-19 21:18:20 -07:00
3610a7f4a2
fix: Add default role option for new users ( #2665 )
...
* Add defaultUserRole on server
* Handle defaultUserRole on frontend
* Handle tests
* Handle user role in userCreator
* Minor improvments
* Fix prettier issue
* Undefined when isNewTeam is false
* Update app/scenes/Settings/Security.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Update app/scenes/Settings/Security.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Update app/scenes/Settings/Security.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Remove duplicate validation
* Update Team.js
* fix: Move note out of restricted width wrapper
* Move language setting to use 'note' prop
* Remove admin option
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2021-10-20 09:26:11 +05:30
8c1979465f
fix: Slack integration should not display if not configured in self hosted
...
fix: Alignment of Slack channels in settings
closes #2553
2021-10-14 21:37:04 -07:00
cc7a50fbb1
memoization
2021-10-14 21:23:28 -07:00
5299ada3c9
feat: Support icon prop in InputSelect
2021-10-14 19:00:30 -07:00
3a19c02e34
fix: In page anchor links not working on shared docs
...
closes #2652
2021-10-12 23:12:47 -07:00
a6b3dbc894
fix: Reduce sensitivity of dark icon switching
...
fix: Layout issue in icon picker in dark mode
closes #2658
2021-10-12 23:02:14 -07:00
ccd947c6e8
fix: Positioning of input select items when seleted item does not fit in available area
...
fix: Scroll selected item in input select
2021-10-06 23:31:35 -07:00
4e05728218
fix: InputSelect disabled state
2021-10-06 22:36:45 -07:00
40e09dd829
fix: Implement custom Select Input ( #2571 )
2021-10-06 21:48:43 -07:00
c5fb5f875f
flow
2021-10-04 22:08:16 -07:00
552755dace
feat: Add admin UI for enabling collab editing
2021-10-04 22:00:47 -07:00
28097835d0
chore: Remove debounced search ( #2625 )
...
* Remove debounced search
* fix hover color on filter options
2021-10-04 08:04:56 -07:00
7c8675ce17
fix: Creating API token reloads app
...
fix: API keys unselectable in list
closes #2604
2021-10-02 22:39:37 -04:00
765c7cdc27
fix: Max menu height should not affect mobile context menus
2021-09-26 17:19:00 -07:00
6f136e342f
fix: Context menus can extend outside of window bounds
...
closes #2492
2021-09-26 17:07:44 -07:00
c00001086a
fix: IconPicker unclosable on mobile
2021-09-26 15:26:10 -07:00
95dbc8168c
feat: Add 2 collection icons
2021-09-25 14:54:19 -07:00
bcca4b91ee
feat: Add 5 new collection icons
2021-09-24 19:39:31 -07:00
b8efe772fe
fix: Warning when dragging document between collections with different user permissions ( #2516 )
2021-09-19 19:00:54 -07:00
fb335887cb
preventBodyScrollhideOnEsc
2021-09-13 21:00:28 -07:00
400e32da70
fix: Various fixes for collaborative editing beta ( #2561 )
...
* fix: Remove Saving… message when collab enabled
* chore: Add tracing extension to collaboration server
* fix: Incorrect debounce behavior due to missing timestamps on events, fixes abundence of notifications when editing in realtime collab mode
* fix: Reload document prompt when collab editing
2021-09-13 17:36:26 -07:00
2aca760ee0
fix: Double document highlight in sidebar ( #2551 )
...
* fix: Single highlighted doc when starred
closes #2544
* fix: Collection expand/collapse as navigating starred docs
2021-09-11 15:54:05 -07:00
801f6681ba
Collaborative editing ( #1660 )
2021-09-10 22:46:57 -07:00
e4b7aa6761
fix: Add ability to choose user permission level when inviting ( #2473 )
...
* Select user role while sending invite
* Add tests to check for role
* Update app/scenes/Invite.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Use select
* Use inviteUser policy
* Remove unnecessary code
* Normalize rank/role
Fix text sizing of select input, fix alignment on users invite form
* Move component to root
* cleanup
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2021-08-29 03:05:37 +05:30
00ba65f3ef
fix: Refactor collection exports to not send email attachment ( #2460 )
...
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2021-08-29 02:57:07 +05:30
cc9468e2c5
Add 4 additional collection icons, closes #2482
2021-08-25 21:44:30 -07:00
d335670b91
fix: Starred untitled draft has no title in sidebar
...
fix: Double click to edit starred document titles
2021-08-24 23:30:55 -07:00
f6d889f759
fix: Show starred docs in sidebar ( #2317 )
...
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2021-08-23 13:07:28 +05:30