Tom Moor
4e47f4c1e2
chore: Remove params requirement on fetchPage
2024-03-17 13:13:23 -04:00
Apoorv Mishra
85c8f83e33
PluginManager refactor (#6677 )
...
* fix: refactor plugin manager
* fix: make id optional
* fix: allow add to accept single object
* fix: getHooks
* fix: tsc
* fix: remove id
2024-03-16 21:22:25 +05:30
Tom Moor
6775f25425
Automatically infer user language when signing in via Google ( #6679 )
2024-03-16 06:59:42 -07:00
Axel Rindle
34c2c5fd51
feat: support custom db schema ( #6670 )
...
* feat: db schema
* apply suggestion
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* fix linter
---------
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2024-03-15 06:08:12 -07:00
Tom Moor
fb50b84400
fix: Plugin tasks not registered
2024-03-14 08:52:13 -04:00
Tom Moor
4c2a579d3f
Include export format in filename
2024-03-13 23:00:07 -04:00
Tom Moor
ac4166da28
Add title emoji support in JSON import/export ( #6660 )
2024-03-10 20:09:44 -07:00
Tom Moor
fe4c2fb7d6
chore: Add eslint rule for no-shadow ( #6658 )
...
* chore: Add eslint rule for no-shadow
* fix
2024-03-09 13:04:27 -08:00
Tom Moor
fc37070ac8
fix: variable shadowing in API router registration
2024-03-09 12:44:56 -05:00
Apoorv Mishra
34e8a64b50
Share env vars client-side using @Public decorator ( #6627 )
...
* fix: public env vars using decorator
* fix: relocate
* fix: use env.public
* fix: register public env vars across plugins
* fix: test
* fix: tsc
* fix: mark remaining ones as public
* fix: move oidc ones to plugin
* fix: prevent overwrite
* fix: review
2024-03-09 14:48:59 +05:30
Tom Moor
efcad50970
Cleanup type on templates/index
2024-03-08 23:54:19 -05:00
Tom Moor
f9a11a28d8
chore: Plugin registration ( #6623 )
...
* first pass
* test
* test
* priority
* Reduce boilerplate further
* Update server/utils/PluginManager.ts
Co-authored-by: Apoorv Mishra <apoorvmishra101092@gmail.com >
* fix: matchesNode error in destroyed editor transaction
* fix: Individual imported files do not display source correctly in 'Insights'
* chore: Add sleep before Slack notification
* docs
* fix: Error logged about missing plugin.json
* Remove email template glob
---------
Co-authored-by: Apoorv Mishra <apoorvmishra101092@gmail.com >
2024-03-08 20:32:05 -08:00
Tom Moor
1a454d6dbb
chore: Add sleep before Slack notification
2024-03-08 22:02:20 -05:00
Tom Moor
df9f8cbabc
Display import source data on documents ( #6651 )
...
* Display import source in Insights
* Ensure sourceMetadata is not returned on public requests
* Support createdByName
* Prefer display source name
2024-03-07 16:33:56 -08:00
Tom Moor
2d879d0939
fix: Restore env validation for plugins ( #6649 )
...
* fix: Restore env validation for plugins
* rever
2024-03-06 18:13:54 -08:00
panos--
dce4fd6adc
fix: HTML import escapes dollar signs in code ( #6638 ) ( #6645 )
2024-03-06 05:00:50 -08:00
Apoorv Mishra
fd34a6d19c
Refactor and regroup urlHelpers utils ( #6462 )
...
* fix: refactor urlHelpers
* fix: move to /plugins/slack/shared
* fix: remove .babelrc
* fix: remove Outline class
* fix: Slack -> SlackUtils
* fix: UrlHelper class
2024-02-29 11:41:03 +05:30
Tom Moor
021cd253af
fix: Missing SET NULL on shares relationship. closes #6609
2024-02-28 22:49:34 -05:00
Hemachandar
0f7bae13e2
feat: Archive all notifications ( #6599 )
...
* feat: Archive all notifications
* use non-modal notification menu
* don't show icons in context menu
2024-02-27 18:04:33 -08:00
Tom Moor
60e52d0423
Separate environment configs ( #6597 )
...
* Separate environment configs
* wip
* wip
* test
* plugins
* test
* test
* .sequelizerc, unfortunately can't go through /utils/environment due to not supporting TS
* docker-compose -> docker compose
* fix: .local wipes .development
* Add custom validation message for invalid SECRET_KEY (often confused)
2024-02-27 09:24:23 -08:00
Tom Moor
7e4b60df4d
Spelling
2024-02-26 20:45:39 -05:00
Tom Moor
d42a493d8b
chore: Suppress AWS deprecation message
2024-02-25 11:11:36 -05:00
Tom Moor
2ec4ff3cd0
chore: Add tags to queue processor traces
2024-02-25 11:07:28 -05:00
Tom Moor
9436c82ceb
Alt fix
2024-02-24 17:02:51 -05:00
Tom Moor
0484941158
fix: Filter drafts by default, related #6537
2024-02-24 16:39:54 -05:00
Tom Moor
168643c084
chore: Move processing of documents.import to async worker ( #6595 )
2024-02-24 12:28:33 -08:00
Pranav Joglekar
50b90b8878
improv: use statusFilter instead of includeArchive,includeDrafts for document search ( #6537 )
...
* improv: use statusFilter instead of includeArchive,includeDrafts for document search
* improv: update FilterComponent to add support for multiple selected items
* feat: update document type search ui
* fix test
* Restore support for old parameters to avoid breaking change
---------
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2024-02-24 11:02:19 -08:00
Tom Moor
b7f0af9b85
fix: Vendorized turndown-gfm-plugin and fixed performance issue with parsing tables
...
closes OLN-277
2024-02-24 13:01:04 -05:00
Tom Moor
12d1c66473
Added user permission events to document history
2024-02-23 22:44:39 -05:00
Tom Moor
bc3271b4ab
fix: Passing publish=true in documents.update with published document errors
2024-02-23 21:02:52 -05:00
Tom Moor
852d3f552e
fix: MAXIMUM_IMPORT_SIZE is now optional
...
closes #6571
2024-02-21 18:12:10 -05:00
Tom Moor
55fccc895d
Remove max domains restriction on self-hosted
2024-02-21 18:09:40 -05:00
Tom Moor
219d9b5724
Return cache headers on opensearch.xml response
2024-02-21 07:35:38 -05:00
Will Fuqua
cf1b84524d
Do not load opensearch.xml from CDN, so it uses the correct team subdomain ( #6567 )
...
Fixes a bug that results in a broken opensearch.xml for team subdomains.
See https://github.com/outline/outline/issues/3470 -- this issue (same reproduction steps) is happening again due to an issue introduced in 3eabb30949 .
The team subdomain's `/opensearch.xml` is correct, but because the `<link rel="search" ...` points to the CDN, this correct opensearch.xml is not used.
2024-02-21 04:27:35 -08:00
Tom Moor
7c03963be1
chore: Separate maximum import size config for document/workspace ( #6566 )
...
* chore: Separate maximum import size config for document/workspace
* Update .env.sample
2024-02-20 20:35:31 -08:00
Tom Moor
66be5b2463
chore: Add flag to prevent automatic migration running on startup
2024-02-20 21:16:58 -05:00
Tom Moor
7c2a3142a4
fix: Paragraphs lost in table cells
...
closes OLN-262
2024-02-20 20:58:46 -05:00
Tom Moor
4e7ea0b7f1
fix: HTML table fails to import with empty cells
2024-02-17 22:44:33 -05:00
Tom Moor
7555240413
Add summary column to documents
2024-02-16 13:25:17 -05:00
Shuttleu
0219885548
Add ability to prevent OIDC redirect ( #6544 )
...
* Add ability to prevent OIDC redirect
* Fix Typing on optional boolean
* Fix lint
* Fix lint
* Rename var from PREVENT to DISABLE
---------
Co-authored-by: Tom Moor <tom@getoutline.com >
2024-02-16 09:48:40 -08:00
Tom Moor
2b0a8d1f7c
fix: Correct HTML lang attribute in source. closes #6534
2024-02-16 12:44:43 -05:00
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