Tom Moor
9db6951434
fix: Server side validation for #3112
2022-02-17 22:51:18 -08:00
Tom Moor
e5c8176ee6
Update email.ts
2022-02-10 21:20:58 -08:00
Tom Moor
af6c5a1f45
fix: Email authentication callback catches all errors as expired-token
2022-02-10 19:18:06 -08:00
Saumya Pandey
42061edbd1
feat: add the ability to choose default collection ( #3029 )
...
Co-authored-by: Tom Moor <tom@getoutline.com >
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2022-02-10 10:06:10 +05:30
Tom Moor
d643c9453e
feat: Import improvements ( #3064 )
...
* feat: Split and simplify import/export pages in prep for more options
* minor fixes
* File operations for imports
* test
* icons
2022-02-06 22:29:24 -08:00
Tom Moor
c5a11fe17b
chore: Enable eslint to enforce curly ( #3060 )
2022-02-05 10:15:40 -08:00
Tom Moor
175857753e
fix: Bag 'o fixes
...
Remove menu hover styles on mobile
Fixed duplicate hover+active behavior on editor menus
Fixed editor menus visibly scroll to the top when reopened
Fixed some minor editor spacing issues
Renamed shred routeHelpers -> urlHelpers
2022-01-25 23:43:11 -08:00
Tom Moor
c8a67c374f
Merge branch 'main' of github.com:outline/outline
2022-01-23 21:02:12 -08:00
Tom Moor
797e5b63e7
tsc
2022-01-23 20:50:48 -08:00
Eugene Sokolov
b52b1b02fe
Fix: consistently check allowed domains ( #2985 )
...
* fix: ensure consistency of checking allowed domain
* chore: update comment to match the logic
2022-01-23 17:40:18 -08:00
Tom Moor
79e2cad5b9
feat: Add reordering to starred documents ( #2953 )
...
* draft
* reordering
* JIT Index stars on first load
* test
* Remove unused code on client
* small unrefactor
2022-01-21 18:11:50 -08:00
Nan Yu
c2c7a7190c
fix: trim collection name on save rather than on change ( #2962 )
...
* fix: trim collection name on save rather than on change
* move trim to server
2022-01-20 18:53:29 -08:00
Tom Moor
062016b164
chore: Move editor into codebase ( #2930 )
2022-01-19 18:43:15 -08:00
Nan Yu
266f8c96c4
fix: issue-2956 ( #2957 )
2022-01-19 18:24:25 -08:00
Nan Yu
71820fb3ad
feat: Add navigation sidebar to shared documents ( #2899 )
...
Co-authored-by: Tom Moor <tom@getoutline.com >
2022-01-14 19:02:01 -08:00
Tom Moor
c6cc04cad8
chore: More typescript FIXME's removed
2022-01-06 21:25:42 -08:00
Tom Moor
b20a341f0c
chore: Typescript database models ( #2886 )
...
closes #2798
2022-01-06 18:24:28 -08:00
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
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
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
74615bfe37
fix: Server error if X-Editor-Version is not valid semver string
2021-12-13 20:28:29 -08:00
Tom Moor
7aa4709e69
feat: Show drafts in sidebar when viewing ( #2820 )
2021-12-11 09:34:36 -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
7c37724f88
types
2021-12-03 10:34:41 -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
7bc7d7cd6b
fix: Incorrect policy returned for parent share
2021-11-07 15:44:37 -08: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
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
Saumya Pandey
81718c8ee1
fix: Delete collection exports ( #2595 )
2021-10-06 21:08:45 -07:00
Tom Moor
e61c71766f
Add guard against overwriting text when collaborative editing enabled
2021-10-04 19:20:48 -07:00
Tom Moor
223a47af95
fix: Improve error when email field not returned from OIDC
2021-10-02 22:42:41 -04:00
Saumya Pandey
0ed7286fc6
fix: Move request helper function ( #2594 )
...
* Move request method to passport utils
* Use request method in OIDC provider
2021-09-29 07:20:05 -07:00
Tom Moor
e1601fbe72
chore: Permanent team deletion ( #2493 )
2021-09-20 20:58:39 -07:00
Greg Linklater
01cea549a5
feat: map preferred_username claim to user record ( #2569 )
2021-09-16 18:45:37 -07:00
Tom Moor
27736f66ef
fix: Various fixes for collaborative editing beta ( #2586 )
2021-09-15 23:27:22 -07:00
Tom Moor
83a61b87ed
feat: Normalized server logging ( #2567 )
...
* feat: Normalize logging
* Remove scattered console.error + Sentry.captureException
* Remove mention of debug
* cleanup dev output
* Edge cases, docs
* Refactor: Move logger, metrics, sentry under 'logging' folder.
Trying to reduce the amount of things under generic 'utils'
* cleanup, last few console calls
2021-09-14 18:04:35 -07:00
Tom Moor
6c605cf720
fix: Forward to incorrect collection url on first signin ( #2565 )
...
closes #2560
2021-09-13 21:35:52 -07:00
Tom Moor
801f6681ba
Collaborative editing ( #1660 )
2021-09-10 22:46:57 -07:00
Tom Moor
d96099b5b8
Move OIDC provider to routes directory
2021-09-02 19:55:06 -07:00
Tom Moor
a3df9e868f
fix: Server error when loading documents.info with shareId and user token and child documents shared
...
closes #2527
2021-09-01 23:38:43 -07:00
Tom Moor
476b5e03f9
perf: Move exports to worker service ( #2514 )
...
* first pass
* fixes
* fix: Move export related emails to queue
* i18n
2021-08-31 17:41:57 -07:00
Saumya Pandey
4929fbaccb
fix: Move "public document sharing" to "Permissions" ( #2496 )
...
* Convert to functional component
* Move public sharing to permissions
* Add collections.permission_changed event
* Account for null
* Update server/events.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Add collections.permission_changed event
* Remove name
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2021-08-30 11:43:42 +05:30
Tom Moor
08a8fea69a
chore: Add /_health endpoint to all services
...
closes #2506
2021-08-29 19:44:06 -07:00
Tom Moor
3dfd336f59
chore: Move all routes under routes directory ( #2513 )
...
closes #2504
2021-08-29 13:25:06 -07:00