Tom Moor
69eb7b9db4
fix: Missing context in search results ( #6549 )
...
closes #6548
2024-02-16 09:34:05 -08:00
Tom Moor
83416530c1
fix: Search query with colon in quotes causes server error
...
closes #6542
2024-02-16 12:31:51 -05:00
Shuttleu
bc84714670
Add ability to logout from OIDC ( #6539 )
...
* Add OIDC_LOGOUT_URI functionality
* Add logout redirect to work on logout route
* Fix lint
* Fix lint
* Fix lint
* Fix lint
* Return null if logout endpoint used
* Update import
2024-02-16 08:35:38 -08:00
Tom Moor
93c32536f9
fix: Allow application/octet-stream mimetype to fall through to extension matching in DocumentConverter
2024-02-11 13:38:27 -05:00
Tom Moor
8da07fc118
Add sanity check of document length after image conversion, before ydoc conversion
2024-02-11 11:51:15 -05:00
Tom Moor
012d8c2ae7
chore: Various importer improvements ( #6519 )
...
* Handle new Notion export format
Clear data on file operation delete
* fix: Don't restart development server on html upload
* fix: Do not send collection created notifications on bulk import
* fix: Avoid parellelizing all uploads at once
Move import into one transaction per-collection
2024-02-10 12:21:52 -08:00
Tom Moor
329426d09f
fix: comments.info endpoint not accessible to non-admins
...
closes #6516
2024-02-09 18:18:14 -05:00
Tom Moor
24ce661b7d
fix: AttachmentHelper key includes double forward slash
2024-02-09 08:58:19 -05:00
Tom Moor
105c84b4e9
mammoth.convertToHtml tracing
2024-02-07 22:13:35 -05:00
Tom Moor
8e66354cce
Add tracing to TextHelper, DocumentConverter
2024-02-07 22:09:21 -05:00
Tom Moor
140e685d67
Move in-app notifications to instant, keep emails delayed ( #6506 )
2024-02-07 05:05:51 -08:00
Tom Moor
d8e59a32ee
fix: Relative links in document HTML should become absolute in emailed snippets
...
closes #6480
2024-02-06 21:27:24 -05:00
Tom Moor
8a2c710792
Remove excessive .babelrc ( #6493 )
...
* Remove excessive babelrc
* wip
* Restore styled-components plugin
* fix
2024-02-06 04:24:04 -08:00
Tom Moor
c9e4a57ee3
fix: Update filename in attachment creator
2024-02-05 22:56:04 -05:00
Tom Moor
7005597aa9
chore: Simplify teamUpdater with changes from #6490 ( #6492 )
2024-02-04 15:53:14 -08:00
Tom Moor
8ee266f7b1
chore: Track lastActiveAt for teams ( #6491 )
2024-02-04 11:14:18 -08:00
Tom Moor
234613580d
fix: User updates are not synced between clients ( #6490 )
...
* Add Model.changeset method to get minified changes since last update
* fix: Handle arrays
* Add changes column, types
* test
2024-02-04 10:36:43 -08:00
Tom Moor
c2b7d01c7d
feat: Add setting to allow users to send invites ( #6488 )
2024-02-03 17:37:39 -08:00
Tom Moor
69ecda387e
test
2024-02-02 09:01:18 -05:00
Tom Moor
391814a54e
fix: Improve multi-partial word matching in search
2024-02-02 08:58:51 -05:00
Tom Moor
490a1b6009
Add missing integrations.info endpoint ( #6474 )
2024-02-02 09:48:55 +05:30
Tom Moor
6f1d02dfad
fix: Cannot import into parent document, regression from new permissions logic. closes #6471
2024-02-01 18:26:30 -05:00
Tom Moor
fb711a1db8
Increase rate limit on documents.export endpoint
2024-01-31 18:34:14 -05:00
Tom Moor
47d168a29b
Add notifications for document and collection access ( #6460 )
...
* Add notification for added to document
* Add notifications for document and collection access
* Add notification delay
* fix: Collection notifications not appearing
* Add notification settings
2024-01-31 15:01:27 -08:00
Apoorv Mishra
1490c3a14b
Individual document sharing with permissions ( #5814 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Tom Moor <tom@getoutline.com >
2024-01-30 17:48:22 -08:00
Tom Moor
aadd916336
fix: Mismatch between route registered vs checked for custom rate limiters
2024-01-22 22:40:17 -05:00
Tom Moor
0d797d49e3
fix: signupQueryParams default to true, closes OLN-206
2024-01-22 21:30:45 -05:00
Tom Moor
4f74fe03dd
chore: Add missing constraints to comments table
2024-01-21 12:35:57 -05:00
Tom Moor
cbb00c4871
fix: documents.search API does not work with custom search slug
2024-01-20 22:58:37 -05:00
Tom Moor
4e8fe75368
fix: Can't un-publish docs with archived children. closes #6408
2024-01-20 21:34:48 -05:00
Apoorv Mishra
3561b79d65
Zod schemas for routes under /plugins ( #6378 )
...
* fix: schema for slack routes
* fix: slack.post
* fix: email
2024-01-13 10:55:30 +05:30
Apoorv Mishra
7e61a519f1
Type server models ( #6326 )
...
* fix: type server models
* fix: make ParanoidModel generic
* fix: ApiKey
* fix: Attachment
* fix: AuthenticationProvider
* fix: Backlink
* fix: Collection
* fix: Comment
* fix: Document
* fix: FileOperation
* fix: Group
* fix: GroupPermission
* fix: GroupUser
* fix: Integration
* fix: IntegrationAuthentication
* fix: Notification
* fix: Pin
* fix: Revision
* fix: SearchQuery
* fix: Share
* fix: Star
* fix: Subscription
* fix: TypeError
* fix: Imports
* fix: Team
* fix: TeamDomain
* fix: User
* fix: UserAuthentication
* fix: UserPermission
* fix: View
* fix: WebhookDelivery
* fix: WebhookSubscription
* Remove type duplication
---------
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2024-01-12 22:33:05 +05:30
Tom Moor
2505fea103
fix: Prevent duplicate documents in collection structure
2024-01-11 22:18:50 -05:00
Tom Moor
89931ca2f0
fix: Improve reliability of inter-linking documents through importer. closes OLN-156
2024-01-10 21:19:39 -05:00
Tom Moor
22c52f84c5
fix: Remove try/catch statements without error argument ( #6370 )
2024-01-10 08:02:44 -08:00
Tom Moor
7d7d0fd9ca
fix: Improve logic for word import ( #6361 )
...
* Refactor DocumentConverter
* Support parsing images from Confluence exported .doc files
* fix: Bring across 2 fixes from enterprise codebase
* Bust dependency cache
2024-01-09 20:29:47 -08:00
Tom Moor
5a0c8e41cb
Update minimum build target to match package.json
2024-01-09 18:05:46 -08:00
Tom Moor
f511540770
fix: Disable 'dark reader' chrome extension on Outline.
...
- We have native dark mode
- With extension enabled it mutates the document causing unrecoverable render loops
closes #6353
2024-01-07 09:19:52 -05:00
Tom Moor
67a6b3fe43
fix: Cleanup relationships when user is deleted ( #6343 )
...
* fix: Cleanup relationships when user is deleted
* Update tests
* Update User.test.ts
2024-01-03 06:14:10 -08:00
Tom Moor
1112254a8d
fix: API should allow removing avatarUrl by passing null, closes #6329
2024-01-02 18:14:52 -05:00
Tom Moor
5d2a75c8e9
feat: Add missing comments.info endpoint, fix misnamed types
2023-12-29 10:13:22 -05:00
Tom Moor
428b3c9553
chore: Ensure comment data is validated before persisting ( #6322 )
...
Fix flash on render of comment create
2023-12-28 10:46:50 -08:00
Tom Moor
551f569896
feat: Allow filtering searches by 'source'
...
fix: Do not show API searches in recent list in app
2023-12-27 16:56:27 -05:00
Tom Moor
820e4839d5
feat: Allow plugins to provide Email templates
2023-12-27 16:21:44 -05:00
Apoorv Mishra
548a56e058
Accomodate membership id ( #6221 )
...
* fix: accomodate membership id
* fix: remove only
* fix: event handling
* fix: tests
* fix: use transaction
* Remove useless test
---------
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2023-12-27 07:12:39 -08:00
Tom Moor
027357acad
test
2023-12-27 10:00:15 -05:00
Tom Moor
b357fe78ee
Tweak search weights
2023-12-26 23:12:09 -05:00
Tom Moor
75b0cd380a
Remove error on storeFromUrl failure
2023-12-26 22:50:33 -05:00
Apoorv Mishra
08aacdb302
Handle users.demote event ( #6315 )
...
* fix: Handle users.demote event
* fix: fetchAll
* fix: fetch based on total
2023-12-27 08:33:44 +05:30
Tom Moor
3ca8dc775d
test
2023-12-20 19:14:52 -04:00