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
dependabot[bot]
415383a1c9
chore(deps): bump es5-ext from 0.10.62 to 0.10.63 ( #6607 )
...
Bumps [es5-ext](https://github.com/medikoo/es5-ext ) from 0.10.62 to 0.10.63.
- [Release notes](https://github.com/medikoo/es5-ext/releases )
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md )
- [Commits](https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.63 )
---
updated-dependencies:
- dependency-name: es5-ext
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-27 06:00:10 -08:00
dependabot[bot]
e5a3ced1ba
chore(deps-dev): bump @types/google.analytics from 0.0.42 to 0.0.46 ( #6600 )
...
Bumps [@types/google.analytics](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google.analytics ) from 0.0.42 to 0.0.46.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/google.analytics )
---
updated-dependencies:
- dependency-name: "@types/google.analytics"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-27 05:56:08 -08:00
dependabot[bot]
5663890c6c
chore(deps-dev): bump @types/koa from 2.14.0 to 2.15.0 ( #6601 )
...
Bumps [@types/koa](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa ) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa )
---
updated-dependencies:
- dependency-name: "@types/koa"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-27 05:55:57 -08:00
dependabot[bot]
bf7ab58adf
chore(deps): bump polished from 4.2.2 to 4.3.1 ( #6602 )
...
Bumps [polished](https://github.com/styled-components/polished ) from 4.2.2 to 4.3.1.
- [Release notes](https://github.com/styled-components/polished/releases )
- [Commits](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.1 )
---
updated-dependencies:
- dependency-name: polished
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-27 05:55:45 -08:00
dependabot[bot]
6eb0f96c33
chore(deps): bump styled-normalize from 8.1.0 to 8.1.1 ( #6604 )
...
Bumps [styled-normalize](https://github.com/sergeysova/styled-normalize ) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/sergeysova/styled-normalize/releases )
- [Commits](https://github.com/sergeysova/styled-normalize/compare/v8.1.0...v8.1.1 )
---
updated-dependencies:
- dependency-name: styled-normalize
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-27 05:55:26 -08:00
Tom Moor
edae1c6ee1
fix: Account for createdBy, updatedBy being undefined. closes #6578
2024-02-26 21:55:06 -05:00
Tom Moor
7e4b60df4d
Spelling
2024-02-26 20:45:39 -05:00
Tom Moor
83c1c513bb
chore: Ensure user is not connected to document when clearing cache
2024-02-25 11:41:50 -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
Hemachandar
055f518409
fix: Conditionally show collections tooltip on invite screen ( #6576 )
...
* fix: Conditionally show collections tooltip on invite screen
* render collections tooltip only if non-empty
2024-02-24 11:02:59 -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
4fe82f7df9
Add close button to toasts on hover
2024-02-24 09:57:35 -05:00
Tom Moor
49186fa4c6
fix: Make inline code easier to distinguish in dark mode, closes #6591
2024-02-24 00:06:55 -05:00
Tom Moor
80619ce516
fix: Do not attempt to fetch subscriptions for deleted document
2024-02-23 23:45:30 -05:00
Tom Moor
12d1c66473
Added user permission events to document history
2024-02-23 22:44:39 -05:00
Tom Moor
99cdef2ad4
fix: Document history is displayed in reverse order
2024-02-23 22:33:47 -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
7685637729
0.75.2
2024-02-22 09:00:44 -05:00
Tom Moor
56545a54a9
fix: Incorrect translation on workspaces scheduled for deletion
2024-02-21 23:42:00 -05:00
Tom Moor
a8b47d18a3
fix: Comment sidebar overflows screen at wide phone responsive size.
...
closes OLN-266
2024-02-21 23:38:03 -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
72d9943807
0.75.1
2024-02-21 08:02:19 -05:00
Tom Moor
7fe20dd05c
fix: Document breadcrumbs are unclickable in desktop app
2024-02-21 07:38:58 -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
15046d00a5
fix: Do not auto-redirect OIDC if there is an error notice to display
...
closes #6565
2024-02-20 21:58:18 -05:00
Tom Moor
66be5b2463
chore: Add flag to prevent automatic migration running on startup
2024-02-20 21:16:58 -05:00
Tom Moor
2099a5a283
Tighten sidebar navigation
2024-02-20 20:59:53 -05:00
Tom Moor
7c2a3142a4
fix: Paragraphs lost in table cells
...
closes OLN-262
2024-02-20 20:58:46 -05:00
dependabot[bot]
5b1f36f2fc
chore(deps-dev): bump @types/jest from 29.4.0 to 29.5.12 ( #6559 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 29.4.0 to 29.5.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-20 06:41:30 -08:00
dependabot[bot]
82de9e625a
chore(deps): bump pg-tsquery from 8.4.1 to 8.4.2 ( #6560 )
...
Bumps [pg-tsquery](https://github.com/caub/pg-tsquery ) from 8.4.1 to 8.4.2.
- [Commits](https://github.com/caub/pg-tsquery/commits )
---
updated-dependencies:
- dependency-name: pg-tsquery
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-20 06:41:20 -08:00
dependabot[bot]
09d160e459
chore(deps-dev): bump @types/invariant from 2.2.35 to 2.2.37 ( #6557 )
...
Bumps [@types/invariant](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/invariant ) from 2.2.35 to 2.2.37.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/invariant )
---
updated-dependencies:
- dependency-name: "@types/invariant"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 17:29:44 -08:00
dependabot[bot]
dc8f0e90f4
chore(deps-dev): bump rollup-plugin-webpack-stats from 0.2.2 to 0.2.4 ( #6558 )
...
Bumps [rollup-plugin-webpack-stats](https://github.com/relative-ci/rollup-plugin-webpack-stats ) from 0.2.2 to 0.2.4.
- [Release notes](https://github.com/relative-ci/rollup-plugin-webpack-stats/releases )
- [Commits](https://github.com/relative-ci/rollup-plugin-webpack-stats/compare/v0.2.2...v0.2.4 )
---
updated-dependencies:
- dependency-name: rollup-plugin-webpack-stats
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 17:29:26 -08:00
dependabot[bot]
aba0eab74e
chore(deps-dev): bump husky from 8.0.2 to 8.0.3 ( #6561 )
...
Bumps [husky](https://github.com/typicode/husky ) from 8.0.2 to 8.0.3.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v8.0.2...v8.0.3 )
---
updated-dependencies:
- dependency-name: husky
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 17:29:11 -08:00
Kelvin Tan
353af25d5c
Propagate Enter key events in SuggestionsMenu so that handleLinkInputKeydown() can handle it. ( #6556 )
2024-02-19 17:28:58 -08:00
Tom Moor
4e7ea0b7f1
fix: HTML table fails to import with empty cells
2024-02-17 22:44:33 -05:00
Tao Chen
71d41378db
Error for self-host draw.io ( #6554 )
2024-02-17 19:25:07 -08:00
Tom Moor
8fc5213f93
fix: Allow undo/redo handler when outside of editor focus.
...
closes #6533
2024-02-16 13:48:37 -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