Tom Moor
a01dded55a
fix: Catch no path passed to /static/ route
2022-01-04 22:18:03 -08:00
Tom Moor
eb0c324da8
feat: Pin to home ( #2880 )
2021-12-30 16:54:02 -08:00
Tom Moor
36c0372d62
fix: Loop loading GitHub Gist embeds in Safari
...
closes #2520
2021-12-19 17:38:03 -08:00
Tom Moor
66d5a567c2
feat: Optional full-width toggle for document display ( #2869 )
...
* Migration, model, presenter
* Working implementation
* fix: Account for table of contents
* Checkbox -> Toggle
* Checkbox -> Toggle
2021-12-19 13:58:16 -08:00
Tom Moor
6fc1b5cc22
feat: Show recent searches ( #2868 )
...
* stash
* root hookup
* recent searches UI
* feat: Add search query deletion
* simplify no results state
* lint
2021-12-19 11:08:28 -08:00
Tom Moor
0a89b7b5b9
closes #2747
2021-12-18 11:02:06 -08:00
Tom Moor
e7c3028ef2
fix: Views should be recorded for drafts closes #2862
2021-12-17 16:27:06 -08:00
Tom Moor
d4695f3b5b
feat: Add event selection to Slack post integration ( #2857 )
2021-12-16 22:30:23 -08:00
Tom Moor
9a7b5ea1f4
feat: Added ability to click another user to observe them (sync scroll position) ( #2858 )
...
* feat: Added ability to click another user to observe them, mainly for fun
* language, lower debounce, prevent tooltip from hiding when toggling observation
* fix: Don't allow observing self, added banner at top of screen
* Dont edit tooltip as it's confusing between our actions and theirs
* snapshots
2021-12-16 17:36:39 -08:00
Tom Moor
32126602fd
fix: Duplicate notification for publish event, closes #2757
2021-12-14 17:21:11 -08:00
Tom Moor
74615bfe37
fix: Server error if X-Editor-Version is not valid semver string
2021-12-13 20:28:29 -08:00
Tom Moor
60223f4404
fix: Presenter for empty collection returns undefined for documentStructure
2021-12-11 13:53:11 -08:00
Tom Moor
19e85c63c2
lint, tsc
2021-12-11 12:48:32 -08:00
Tom Moor
7aa4709e69
feat: Show drafts in sidebar when viewing ( #2820 )
2021-12-11 09:34:36 -08:00
Zero King
6713dfcb89
fix: Bind context to util.promisify ( #2844 )
2021-12-10 19:40:02 -08:00
Zero King
11e14bc4f5
feat: Support IAM role authentication for S3 ( #2830 )
...
closes #2829
2021-12-10 17:08:03 -08:00
Tom Moor
355013a160
fix: reassignment to const (from typescript conversion)
...
closes #2837
2021-12-09 22:48:00 -08:00
Tom Moor
891671a45b
lint
2021-12-05 19:54:21 -08:00
Tom Moor
6e371f0d03
fix: HoverPreview not showing on collaborative editing teams
...
types
2021-12-05 19:31:08 -08:00
Tom Moor
ce2a58e83b
fix: Math.random -> crypto.randomBytes
...
closes #2818
2021-12-05 18:42:03 -08:00
Tom Moor
7c37724f88
types
2021-12-03 10:34:41 -06:00
Tom Moor
77d24dd7f8
fix: Allow use of email providers with no username, closes #2767
2021-11-30 08:21:15 -06:00
Tom Moor
15b1069bcc
chore: Move to Typescript ( #2783 )
...
This PR moves the entire project to Typescript. Due to the ~1000 ignores this will lead to a messy codebase for a while, but the churn is worth it – all of those ignore comments are places that were never type-safe previously.
closes #1282
2021-11-29 06:40:55 -08:00
Tom Moor
c64387668d
Merge fix/path-parsing
2021-11-17 21:02:53 -08:00
Nan Yu
ec5e3120d2
fix: visible groups ( #2729 )
...
* updated readme to give some light testing instructions
* updated tests to accept new behavior for group memberships
* use test factories in more places
* add debug logs for mailer events in development
2021-11-15 16:05:58 -08:00
Tom Moor
e899616081
fix: Changing team settings should update in other tabs
2021-11-09 17:28:59 -08:00
Tom Moor
6a64dfe4b2
fix: code scanning alerts ( #2750 )
2021-11-08 22:46:30 -08:00
Tom Moor
9865eab61c
fix: Occassional user context not available in collaborative persistence
2021-11-08 18:56:36 -08:00
Tom Moor
e170a63094
Missing association cascades
2021-11-07 21:53:40 -08:00
Tom Moor
7bc7d7cd6b
fix: Incorrect policy returned for parent share
2021-11-07 15:44:37 -08:00
Tom Moor
ee270abbe9
fix: Ensure IntegrationAuthentication is deleted with team
2021-11-07 08:29:37 -08:00
Tom Moor
ed8334d77a
fix: Plug memory leak in collaboration server
2021-11-05 16:55:20 -07:00
Tom Moor
6df8e9e13f
Start collaboration service if not otherwise specified
2021-11-04 19:39:41 -07:00
Tom Moor
89115a53ca
fix: documents.publish event not triggered if nothing else changed in doc ( #2728 )
2021-11-03 18:43:01 -07:00
Tom Moor
5f00e1394d
fix: Move notifications to be revision driven ( #2709 )
2021-10-31 18:36:16 -07:00
Tom Moor
12b9e750e9
chore: Avoid buffer alloc
2021-10-26 18:05:50 -07:00
Tom Moor
d9f8d2e6d4
fix: Allow tests to pass when default is collab ( #2685 )
2021-10-23 16:02:25 -07:00
Tom Moor
d443abfc57
chore: Allow websockets and collaboration service to run in the same process ( #2674 )
2021-10-19 21:18:20 -07:00
Saumya Pandey
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
Tom Moor
77fb76ff0c
lint
2021-10-15 21:09:55 -07:00
Tom Moor
583353e904
fix: Disable guest signin option with not SMTP setup
...
closes #2250
2021-10-14 21:59:35 -07:00
Tom Moor
26e2ae4bf1
fix: Hide notification settings when SMTP_ configuration is unset
2021-10-14 21:55:48 -07:00
Tom Moor
2219cfd83e
fix: Increase entropy of state string for OAuth process
...
closes #2663
2021-10-14 16:52:19 -07:00
Tom Moor
b9346fe6ea
fix: Minor collab adjusts
2021-10-13 22:01:30 -07:00
Saumya Pandey
81718c8ee1
fix: Delete collection exports ( #2595 )
2021-10-06 21:08:45 -07:00
Tom Moor
552755dace
feat: Add admin UI for enabling collab editing
2021-10-04 22:00:47 -07:00
Tom Moor
e61c71766f
Add guard against overwriting text when collaborative editing enabled
2021-10-04 19:20:48 -07:00
Tom Moor
df5dc2f691
fix: Improve graceful shutdown
2021-10-04 18:20:42 -07:00
Tom Moor
223a47af95
fix: Improve error when email field not returned from OIDC
2021-10-02 22:42:41 -04:00
Tom Moor
7c8675ce17
fix: Creating API token reloads app
...
fix: API keys unselectable in list
closes #2604
2021-10-02 22:39:37 -04:00