Tom Moor
087f5bd1d3
fix: Infinite loop loading page with vbnet code embed
2025-04-15 21:47:34 -04:00
Tom Moor
96c41ce823
chore: Disable bundle-size job on forks ( #8986 )
2025-04-16 01:31:25 +00:00
Tom Moor
0702570b0d
fix: Small modal overflow scrolling behavior ( #8981 )
...
closes #8966
2025-04-15 06:35:33 -07:00
Tom Moor
4b209a7913
fix: Full-width image control should act as toggle ( #8980 )
...
closes #8954
2025-04-15 12:22:14 +00:00
Tom Moor
6393bd02f4
fix: Cannot select divider, closes #8964 ( #8979 )
2025-04-15 12:13:45 +00:00
dependabot[bot]
1776aad833
chore(deps): bump the aws group with 5 updates ( #8968 )
...
Bumps the aws group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 ) | `3.782.0` | `3.787.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage ) | `3.782.0` | `3.787.0` |
| [@aws-sdk/s3-presigned-post](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-presigned-post ) | `3.782.0` | `3.787.0` |
| [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner ) | `3.782.0` | `3.787.0` |
| [@aws-sdk/signature-v4-crt](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/signature-v4-crt ) | `3.782.0` | `3.787.0` |
Updates `@aws-sdk/client-s3` from 3.782.0 to 3.787.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.787.0/clients/client-s3 )
Updates `@aws-sdk/lib-storage` from 3.782.0 to 3.787.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.787.0/lib/lib-storage )
Updates `@aws-sdk/s3-presigned-post` from 3.782.0 to 3.787.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-presigned-post/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.787.0/packages/s3-presigned-post )
Updates `@aws-sdk/s3-request-presigner` from 3.782.0 to 3.787.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.787.0/packages/s3-request-presigner )
Updates `@aws-sdk/signature-v4-crt` from 3.782.0 to 3.787.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/signature-v4-crt/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.787.0/packages/signature-v4-crt )
---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
dependency-version: 3.787.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/lib-storage"
dependency-version: 3.787.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-presigned-post"
dependency-version: 3.787.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-request-presigner"
dependency-version: 3.787.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/signature-v4-crt"
dependency-version: 3.787.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-14 22:40:15 -04:00
dependabot[bot]
0c6b37cb60
chore(deps): bump react-virtualized-auto-sizer from 1.0.25 to 1.0.26 ( #8969 )
...
Bumps [react-virtualized-auto-sizer](https://github.com/bvaughn/react-virtualized-auto-sizer ) from 1.0.25 to 1.0.26.
- [Release notes](https://github.com/bvaughn/react-virtualized-auto-sizer/releases )
- [Changelog](https://github.com/bvaughn/react-virtualized-auto-sizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bvaughn/react-virtualized-auto-sizer/compare/1.0.25...1.0.26 )
---
updated-dependencies:
- dependency-name: react-virtualized-auto-sizer
dependency-version: 1.0.26
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>
2025-04-14 22:32:45 -04:00
Tom Moor
d664044579
perf: Cache promise when loading code languages ( #8975 )
2025-04-15 02:31:08 +00:00
dependabot[bot]
b3ca434c51
chore(deps): bump prosemirror-schema-list from 1.4.1 to 1.5.1 ( #8970 )
...
Bumps [prosemirror-schema-list](https://github.com/prosemirror/prosemirror-schema-list ) from 1.4.1 to 1.5.1.
- [Changelog](https://github.com/ProseMirror/prosemirror-schema-list/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prosemirror/prosemirror-schema-list/compare/1.4.1...1.5.1 )
---
updated-dependencies:
- dependency-name: prosemirror-schema-list
dependency-version: 1.5.1
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>
2025-04-14 22:28:31 -04:00
dependabot[bot]
631b75def4
chore(deps-dev): bump typescript from 5.8.2 to 5.8.3 ( #8972 )
...
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.8.2 to 5.8.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.2...v5.8.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-version: 5.8.3
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>
2025-04-14 22:28:05 -04:00
Tom Moor
d183dab063
fix: Mermaid diagrams hanging ( #8961 )
2025-04-14 12:47:57 +00:00
Hemachandar
f082da6456
fix: Reset avatar zoom, set missing text in upload button ( #8949 )
...
* fix: Reset avatar zoom, set missing text in upload button
* tiny
2025-04-13 19:15:15 -07:00
Tom Moor
ad72210714
fix: Hardcode dynamic imports to avoid production issues ( #8958 )
...
* fix: Hardcode dynamic imports to avoid production issues
* tsc
2025-04-13 19:07:47 -07:00
Tom Moor
9c85b26d43
fix: Editor crashes on shared page with no user ( #8956 )
2025-04-13 21:48:08 +00:00
Hemachandar
bf6a56849e
Show GitHub issues and pull requests as mentions ( #8870 )
...
* mention issue works
* pr and loading works
* error node
* tweak mention display
* handle multiple creation error
* tidy
* store unfurl in mention attrs
* simplify mention code creation
* test fix
* base feedback
* update node when pos is available
* delete local UnfurlsStore
* use unfurl from store
* Optimize lodash isMatch import statement
* fix: Copy/paste of issue mentions
fix: Icon alignment
fix: Error and loading mentions are unselectable
* Switch order in paste menu
---------
Co-authored-by: Tom Moor <tom@getoutline.com >
2025-04-13 06:09:13 -07:00
Tom Moor
68e8b2791a
fix: Line numbers flash in on load ( #8948 )
...
fix: Text color of plain text and markdown code blocks
2025-04-12 18:25:15 -07:00
Tom Moor
89db519b72
Replace embed icon ( #8947 )
2025-04-12 19:40:08 +00:00
codegen-sh[bot]
31c412b4a6
refactor: Convert ImageUpload component to functional ( #8944 )
...
* refactor: Convert ImageUpload component to functional
* fix: Fix linting issues by removing trailing whitespace and unused imports
* Applied automatic fixes
* translations
---------
Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com>
Co-authored-by: Tom Moor <tom@getoutline.com >
2025-04-12 19:26:38 +00:00
Tom Moor
199584428a
fix: Markdown copy should not occur for single node situations ( #8946 )
2025-04-12 12:15:52 -07:00
Tom Moor
f22780e944
Move editor syntax highlighting to async ( #8934 )
...
* Move editor syntax highlighting to async, add a bunch more languages
* Remove vestigial referenecs to Prism
* fix: bundle-size job not triggering
* Add webpackStatsFile
2025-04-12 10:55:47 -07:00
dependabot[bot]
a71381785c
chore(deps): bump vite from 5.4.17 to 5.4.18 ( #8941 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.17 to 5.4.18.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.18/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.18/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 5.4.18
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-12 10:55:27 -07:00
Tom Moor
a61b53aa74
Require collection manage permissions to export ( #8942 )
2025-04-12 10:55:15 -07:00
Tom Moor
45f0885533
fix: bundle-size CI ( #8940 )
2025-04-12 10:07:48 -07:00
Hemachandar
9c9657f4cc
eslint: Increase severity to error for lodash imports ( #8932 )
2025-04-11 17:56:28 -07:00
Tom Moor
c3de0cf0ec
v0.83.0 ( #8928 )
2025-04-10 19:53:08 -07:00
Hemachandar
f7b00e72f1
Implement UnfurlsStore ( #8920 )
...
* Implement UnfurlsStore
* simplify lookup
* refetch unfurl after X elapsed time
* compute fetchedAt in client
2025-04-10 18:24:32 -07:00
Hemachandar
e499881110
fix: Update collection 'documentStructure' when archived document is deleted ( #8922 )
2025-04-10 18:11:30 -07:00
Tom Moor
016c8c802c
Finalize moving docker publish to GH actions ( #8927 )
2025-04-10 18:10:10 -07:00
Tom Moor
d4bc189e12
fix: collectionIndexing results in teamId undefined error due to Sequelize bug ( #8918 )
2025-04-09 07:12:48 -07:00
dependabot[bot]
4d435cd5ec
chore(deps): bump koa from 2.16.0 to 2.16.1 ( #8917 )
...
Bumps [koa](https://github.com/koajs/koa ) from 2.16.0 to 2.16.1.
- [Release notes](https://github.com/koajs/koa/releases )
- [Changelog](https://github.com/koajs/koa/blob/master/History.md )
- [Commits](https://github.com/koajs/koa/compare/2.16.0...v2.16.1 )
---
updated-dependencies:
- dependency-name: koa
dependency-version: 2.16.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-09 07:12:15 -07:00
Rahma-sbei
59c611b24f
Added delay on sidebar exit ( #8888 )
...
* added delay on sidebar exit
* Fix typos in Sidebar component comments
---------
Co-authored-by: Tom Moor <tom@getoutline.com >
2025-04-09 02:44:59 +00:00
Tom Moor
1ea40c03c5
Add option to copy as plain text ( #8913 )
2025-04-08 19:31:34 -07:00
Tom Moor
f9919e90cf
fix: Allow OIDC without team name ( #8911 )
2025-04-08 19:10:07 -07:00
dependabot[bot]
0d09e54757
chore(deps): bump the aws group with 5 updates ( #8899 )
...
Bumps the aws group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 ) | `3.777.0` | `3.782.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage ) | `3.777.0` | `3.782.0` |
| [@aws-sdk/s3-presigned-post](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-presigned-post ) | `3.777.0` | `3.782.0` |
| [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner ) | `3.777.0` | `3.782.0` |
| [@aws-sdk/signature-v4-crt](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/signature-v4-crt ) | `3.775.0` | `3.782.0` |
Updates `@aws-sdk/client-s3` from 3.777.0 to 3.782.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.782.0/clients/client-s3 )
Updates `@aws-sdk/lib-storage` from 3.777.0 to 3.782.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.782.0/lib/lib-storage )
Updates `@aws-sdk/s3-presigned-post` from 3.777.0 to 3.782.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-presigned-post/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.782.0/packages/s3-presigned-post )
Updates `@aws-sdk/s3-request-presigner` from 3.777.0 to 3.782.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.782.0/packages/s3-request-presigner )
Updates `@aws-sdk/signature-v4-crt` from 3.775.0 to 3.782.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/signature-v4-crt/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.782.0/packages/signature-v4-crt )
---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
dependency-version: 3.782.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/lib-storage"
dependency-version: 3.782.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-presigned-post"
dependency-version: 3.782.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-request-presigner"
dependency-version: 3.782.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/signature-v4-crt"
dependency-version: 3.782.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-08 18:00:01 -07:00
Tom Moor
9ce7133837
fix: Increase lock timeout for calculating document diff ( #8902 )
2025-04-08 17:59:54 -07:00
dependabot[bot]
01a5ff031a
chore(deps): bump sonner from 1.7.1 to 1.7.4 ( #8896 )
...
Bumps [sonner](https://github.com/emilkowalski/sonner ) from 1.7.1 to 1.7.4.
- [Release notes](https://github.com/emilkowalski/sonner/releases )
- [Commits](https://github.com/emilkowalski/sonner/commits )
---
updated-dependencies:
- dependency-name: sonner
dependency-version: 1.7.4
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>
2025-04-08 10:38:45 -04:00
dependabot[bot]
5659aeb360
chore(deps): bump vite from 5.4.16 to 5.4.17 ( #8903 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.16 to 5.4.17.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.17/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.17/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 5.4.17
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-08 10:35:10 -04:00
dependabot[bot]
d300e34447
chore(deps): bump prosemirror-inputrules from 1.4.0 to 1.5.0 ( #8897 )
...
Bumps [prosemirror-inputrules](https://github.com/prosemirror/prosemirror-inputrules ) from 1.4.0 to 1.5.0.
- [Changelog](https://github.com/ProseMirror/prosemirror-inputrules/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prosemirror/prosemirror-inputrules/compare/1.4.0...1.5.0 )
---
updated-dependencies:
- dependency-name: prosemirror-inputrules
dependency-version: 1.5.0
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>
2025-04-07 20:07:38 -07:00
dependabot[bot]
a4040a93a2
chore(deps-dev): bump @types/node from 20.17.27 to 20.17.30 ( #8898 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.17.27 to 20.17.30.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 20.17.30
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>
2025-04-07 20:07:17 -07:00
dependabot[bot]
c769432993
chore(deps): bump mammoth from 1.8.0 to 1.9.0 ( #8900 )
...
Bumps [mammoth](https://github.com/mwilliamson/mammoth.js ) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/mwilliamson/mammoth.js/releases )
- [Changelog](https://github.com/mwilliamson/mammoth.js/blob/master/NEWS )
- [Commits](https://github.com/mwilliamson/mammoth.js/compare/1.8.0...1.9.0 )
---
updated-dependencies:
- dependency-name: mammoth
dependency-version: 1.9.0
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>
2025-04-07 20:07:07 -07:00
Tom Moor
270bb85417
Various improvements extracted from oauth-server branch ( #8901 )
2025-04-07 18:40:18 +00:00
Tom Moor
fe8e50da92
fix: Remove url->embed mapping in Markdown import ( #8891 )
2025-04-07 00:43:18 +00:00
codegen-sh[bot]
31d1f566bc
#8873 : Remove usage of generateAvatarUrl and logo.clearbit.com API ( #8889 )
2025-04-06 16:01:23 -07:00
Tom Moor
f9476770ce
fix: Collaboration server inaccurately counts connections ( #8886 )
...
* fix: Collaboration server inaccurately counts connections
* Add integration test
* docs
2025-04-06 21:55:10 +00:00
Hemachandar
2e018e74b8
Log fields that cause UniqueConstraintError in ImportsProcessor ( #8887 )
2025-04-06 11:10:59 -07:00
codegen-sh[bot]
a11ab56117
Cleanup the old Notion importer ( #8832 )
...
* Cleanup the old Notion importer
* Fix Notion importer cleanup PR based on feedback
* Restore Notion format references for backward compatibility
* Remove Notion import fixtures
* translations
---------
Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com>
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2025-04-06 09:04:35 -07:00
codegen-sh[bot]
66e4ec32ed
Fix: Handle Notion database not found errors gracefully ( #8860 )
...
* Fix: Handle Notion database not found errors gracefully
* Fix: Use Logger.warn instead of console.log in Notion import task
* Applied automatic fixes
* Touch to trigger actions
* Fix: Implement additional improvements for Notion import error handling
* Applied automatic fixes
* Change to trigger CI
* Fix TypeScript error: Add type assertion for filtered parsedPages
---------
Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com>
Co-authored-by: Tom Moor <tom@getoutline.com >
Co-authored-by: Codegen <codegen@example.com >
2025-04-06 09:04:23 -07:00
codegen-sh[bot]
bde9d5fbf4
Move post-login redirect logic to AuthenticatedLayout ( #8864 )
...
* Move post-login redirect logic to AuthenticatedLayout
* Applied automatic fixes
* fix typography
* Restore Login/index.tsx
---------
Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com>
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2025-04-01 17:37:22 -07:00
Tom Moor
70bb878a8c
fix: Missing transaction in save causing deadlocks ( #8866 )
2025-04-01 12:46:06 +00:00
Hemachandar
4237377d47
fix: Skip sequelize hooks when creating user membership in collections.update ( #8849 )
2025-04-01 04:43:31 -07:00
dependabot[bot]
a30f6b717b
chore(deps): bump the aws group with 5 updates ( #8857 )
...
Bumps the aws group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 ) | `3.774.0` | `3.777.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage ) | `3.774.0` | `3.777.0` |
| [@aws-sdk/s3-presigned-post](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-presigned-post ) | `3.774.0` | `3.777.0` |
| [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner ) | `3.774.0` | `3.777.0` |
| [@aws-sdk/signature-v4-crt](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/signature-v4-crt ) | `3.774.0` | `3.775.0` |
Updates `@aws-sdk/client-s3` from 3.774.0 to 3.777.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.777.0/clients/client-s3 )
Updates `@aws-sdk/lib-storage` from 3.774.0 to 3.777.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.777.0/lib/lib-storage )
Updates `@aws-sdk/s3-presigned-post` from 3.774.0 to 3.777.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-presigned-post/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.777.0/packages/s3-presigned-post )
Updates `@aws-sdk/s3-request-presigner` from 3.774.0 to 3.777.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.777.0/packages/s3-request-presigner )
Updates `@aws-sdk/signature-v4-crt` from 3.774.0 to 3.775.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/signature-v4-crt/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.775.0/packages/signature-v4-crt )
---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/lib-storage"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-presigned-post"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-request-presigner"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/signature-v4-crt"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 04:43:22 -07:00
dependabot[bot]
1edc23c5ae
chore(deps): bump vite from 5.4.15 to 5.4.16 ( #8861 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.15 to 5.4.16.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.16/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.16/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 5.4.16
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-31 22:08:11 +00:00
dependabot[bot]
ff6ec3a5b8
chore(deps): bump prosemirror-markdown from 1.13.1 to 1.13.2 ( #8855 )
...
Bumps [prosemirror-markdown](https://github.com/prosemirror/prosemirror-markdown ) from 1.13.1 to 1.13.2.
- [Changelog](https://github.com/ProseMirror/prosemirror-markdown/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prosemirror/prosemirror-markdown/compare/1.13.1...1.13.2 )
---
updated-dependencies:
- dependency-name: prosemirror-markdown
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>
2025-03-31 15:04:53 -07:00
dependabot[bot]
52c2729490
chore(deps-dev): bump @relative-ci/agent from 4.2.14 to 4.3.0 ( #8854 )
...
Bumps [@relative-ci/agent](https://github.com/relative-ci/agent ) from 4.2.14 to 4.3.0.
- [Release notes](https://github.com/relative-ci/agent/releases )
- [Commits](https://github.com/relative-ci/agent/compare/v4.2.14...v4.3.0 )
---
updated-dependencies:
- dependency-name: "@relative-ci/agent"
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>
2025-03-31 14:45:36 -07:00
dependabot[bot]
82f4281a02
chore(deps): bump @tanstack/react-virtual from 3.11.3 to 3.13.6 ( #8858 )
...
Bumps [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual ) from 3.11.3 to 3.13.6.
- [Release notes](https://github.com/TanStack/virtual/releases )
- [Changelog](https://github.com/TanStack/virtual/blob/main/packages/react-virtual/CHANGELOG.md )
- [Commits](https://github.com/TanStack/virtual/commits/@tanstack/react-virtual@3.13.6/packages/react-virtual )
---
updated-dependencies:
- dependency-name: "@tanstack/react-virtual"
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>
2025-03-31 14:45:13 -07:00
dependabot[bot]
12b6e30e3a
chore(deps): bump prosemirror-model from 1.24.1 to 1.25.0 ( #8856 )
...
* chore(deps): bump prosemirror-model from 1.24.1 to 1.25.0
Bumps [prosemirror-model](https://github.com/prosemirror/prosemirror-model ) from 1.24.1 to 1.25.0.
- [Changelog](https://github.com/ProseMirror/prosemirror-model/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prosemirror/prosemirror-model/compare/1.24.1...1.25.0 )
---
updated-dependencies:
- dependency-name: prosemirror-model
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update Code mark to use the new `code` property
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com>
2025-03-31 14:45:02 -07:00
Tom Moor
567ca7e3f1
fix: Table columns sometimes lost in copy paste ( #8845 )
...
closes #8841
2025-03-30 20:06:22 -07:00
codegen-sh[bot]
97c3ea7da8
Allow inline code to be bolded and italicized ( #8843 )
...
Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com>
2025-03-30 14:44:21 -07:00
Tom Moor
4af2b032dd
fix: New comments are measured incorrectly ( #8838 )
...
* fix: New comments are measured incorrectly
* Remove defaultRect so we can always return a DOMRect
2025-03-30 11:48:51 -07:00
Tom Moor
c52d9a850d
fix: Paste partially over code prevents pasting PM nodes ( #8836 )
...
* fix: Paste over any inline code prevents pasting nodes
closes #8825
* Add inclusive logic for isNodeActive
2025-03-30 11:48:44 -07:00
Tom Moor
588e5bc17f
fix: Reduce gap between at symbol and name in user mentions ( #8839 )
2025-03-30 17:26:35 +00:00
Tom Moor
a2bd0edd82
chore: Missing react key in SuggestionMenu ( #8837 )
2025-03-30 14:36:15 +00:00
Tom Moor
ca0f0638c9
fix: Handle deleted user in NotificationHelper ( #8835 )
2025-03-29 19:11:04 -07:00
Tom Moor
f13e6a3691
fix: Show @ symbol on mentions in email snippets ( #8833 )
2025-03-30 00:26:18 +00:00
Hemachandar
dcb7b86df8
Store import error in DB ( #8811 )
2025-03-29 06:08:07 -07:00
Hemachandar
45c6e72c6d
Manage collection subscriptions when user (or) group is removed from a collection ( #8821 )
...
* Manage collection subscriptions when user (or) group is removed from a collection
* rename collection task
* rename document task
* remove unnecessary actor filter
2025-03-29 06:07:57 -07:00
codegen-sh[bot]
a51456deb3
Add missing JSDoc to shared components ( #8829 )
...
Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com>
2025-03-28 14:27:30 -07:00
Aditya Sharma
3ffe7e7671
fix: conversion b/w checkbox & other list types ( #8828 )
2025-03-28 14:19:12 -07:00
Hemachandar
a7fe6c9af3
Include non-deleted imports for cleanup ( #8822 )
2025-03-28 05:46:36 -07:00
codegen-sh[bot]
52c673261b
Add JSDoc to hooks in app/hooks directory ( #8819 )
...
* Add JSDoc to hooks in app/hooks directory
* lint
---------
Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com>
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2025-03-28 02:37:32 +00:00
Tom Moor
60c0a53a1f
chore: Change lint rule to trigger on actor rather than branch name ( #8820 )
2025-03-28 02:24:00 +00:00
Tom Moor
66fae19034
fix: Improve performance of notification queries ( #8809 )
...
* Remove onlySubscribers
* refactor
* perf
2025-03-27 19:10:32 -07:00
codegen-sh[bot]
37ea6bb92b
Add JSDoc comments to AvatarWithPresence component ( #8817 )
...
* Add JSDoc comments to AvatarWithPresence component
* lint
---------
Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com>
Co-authored-by: Tom Moor <tom@getoutline.com >
2025-03-27 19:07:24 -07:00
Tom Moor
762816adbc
Update lint.yml ( #8818 )
2025-03-28 01:58:24 +00:00
Tom Moor
d1b24b15d5
chore: Attempt auto-lint of Codegen PR's ( #8816 )
2025-03-28 01:42:28 +00:00
Hemachandar
877b7ad0df
fix: Handle index collision when creating a collection ( #8803 )
...
* fix: Handle index collision when creating a collection
* move to sequelize hooks
* index maxLen parity between api and model
* remove beforeUpdate hook
* use common indexLen in model
* beforeUpdate hook..
* test
2025-03-27 02:50:40 -07:00
Tom Moor
e98d931aaa
Remove maintainers from probot behavior ( #8808 )
2025-03-26 23:37:59 +00:00
Tom Moor
ba7d102a72
perf: Avoid querying all users in team for common notification types ( #8806 )
2025-03-26 16:19:45 -07:00
codegen-sh[bot]
ab1f00e919
fix: handle missing user error during Notion import ( #8801 )
...
* fix: handle missing user error during Notion import
* lint
* typesafe check
---------
Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com>
Co-authored-by: hmacr <hmac.devo@gmail.com >
2025-03-26 07:46:53 -07:00
dependabot[bot]
34cb31ff43
chore(deps): bump ioredis from 5.4.1 to 5.6.0 ( #8789 )
...
Bumps [ioredis](https://github.com/luin/ioredis ) from 5.4.1 to 5.6.0.
- [Release notes](https://github.com/luin/ioredis/releases )
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md )
- [Commits](https://github.com/luin/ioredis/compare/v5.4.1...v5.6.0 )
---
updated-dependencies:
- dependency-name: ioredis
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>
2025-03-26 05:48:58 -07:00
codegen-sh[bot]
aac95c2b2e
Add SMTP_SERVICE environment variable for well-known services ( #8781 )
...
* Add SMTP_SERVICE environment variable for well-known services
* Fix PR #8777 : Restore code in teams.ts and users.ts
* The rest of the work
* fix validation
---------
Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com>
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2025-03-26 05:48:47 -07:00
dependabot[bot]
0dd6ef5196
chore(deps): bump vite from 5.4.14 to 5.4.15 ( #8798 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.14 to 5.4.15.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.15/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.15/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-26 01:35:02 +00:00
dependabot[bot]
5cd11002d1
chore(deps): bump the aws group with 5 updates ( #8788 )
...
Bumps the aws group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 ) | `3.772.0` | `3.774.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage ) | `3.772.0` | `3.774.0` |
| [@aws-sdk/s3-presigned-post](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-presigned-post ) | `3.772.0` | `3.774.0` |
| [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner ) | `3.772.0` | `3.774.0` |
| [@aws-sdk/signature-v4-crt](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/signature-v4-crt ) | `3.758.0` | `3.774.0` |
Updates `@aws-sdk/client-s3` from 3.772.0 to 3.774.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.774.0/clients/client-s3 )
Updates `@aws-sdk/lib-storage` from 3.772.0 to 3.774.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.774.0/lib/lib-storage )
Updates `@aws-sdk/s3-presigned-post` from 3.772.0 to 3.774.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-presigned-post/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.774.0/packages/s3-presigned-post )
Updates `@aws-sdk/s3-request-presigner` from 3.772.0 to 3.774.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.774.0/packages/s3-request-presigner )
Updates `@aws-sdk/signature-v4-crt` from 3.758.0 to 3.774.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/signature-v4-crt/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.774.0/packages/signature-v4-crt )
---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/lib-storage"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-presigned-post"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-request-presigner"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/signature-v4-crt"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-25 18:29:29 -07:00
dependabot[bot]
5334f7ae08
chore(deps-dev): bump @types/node from 20.17.16 to 20.17.27 ( #8790 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.17.16 to 20.17.27.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
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>
2025-03-25 18:29:18 -07:00
dependabot[bot]
df1de2b822
chore(deps): bump zod from 3.23.8 to 3.24.2 ( #8791 )
...
Bumps [zod](https://github.com/colinhacks/zod ) from 3.23.8 to 3.24.2.
- [Release notes](https://github.com/colinhacks/zod/releases )
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md )
- [Commits](https://github.com/colinhacks/zod/compare/v3.23.8...v3.24.2 )
---
updated-dependencies:
- dependency-name: zod
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>
2025-03-25 18:29:08 -07:00
dependabot[bot]
deb93ef767
chore(deps): bump pg from 8.12.0 to 8.14.1 ( #8792 )
...
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg ) from 8.12.0 to 8.14.1.
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md )
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.14.1/packages/pg )
---
updated-dependencies:
- dependency-name: pg
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>
2025-03-25 18:28:59 -07:00
Tom Moor
5bef4c4b55
fix: typeerror cannot read properties of undefined reading lang ( #8794 )
...
* fix: Access of undefined with invalid code lang
closes #8793
* test
2025-03-25 12:31:53 +00:00
Tom Moor
72bff1ec8a
Revert "Change @aws-sdk dependency update frequency from weekly to monthly (#…" ( #8787 )
...
This reverts commit 323c5f5978 .
2025-03-25 11:58:21 +00:00
Tom Moor
c12b257098
fix: Use configured proxy for OIDC server-to-server requests ( #8776 )
2025-03-25 04:31:16 -07:00
Hemachandar
f6da244c33
fix: Handle empty text blocks from Notion response ( #8785 )
2025-03-25 04:31:06 -07:00
Tom Moor
ab55e0bed9
feat: Add XML as code formatting option ( #8767 )
...
Refactor to achieve this
2025-03-24 14:58:05 -07:00
dependabot[bot]
84ae9a2c31
chore(deps): bump datadog-metrics from 0.11.2 to 0.12.1 ( #8773 )
...
* chore(deps): bump datadog-metrics from 0.11.2 to 0.12.1
Bumps [datadog-metrics](https://github.com/dbader/node-datadog-metrics ) from 0.11.2 to 0.12.1.
- [Release notes](https://github.com/dbader/node-datadog-metrics/releases )
- [Commits](https://github.com/dbader/node-datadog-metrics/compare/v0.11.2...v0.12.1 )
---
updated-dependencies:
- dependency-name: datadog-metrics
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: flush now returns a promise
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2025-03-24 21:38:54 +00:00
Hemachandar
5c4eb32c26
fix: Release redis lock only when it hasn't expired ( #8765 )
...
* fix: Suppress redlock release errors
* release only when lock hasn't expired
2025-03-24 14:37:36 -07:00
dependabot[bot]
10b8f11e0b
chore(deps): bump the babel group with 4 updates ( #8769 )
...
Bumps the babel group with 4 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ), [@babel/plugin-transform-regenerator](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-regenerator ), [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) and [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ).
Updates `@babel/core` from 7.26.9 to 7.26.10
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-core )
Updates `@babel/plugin-transform-regenerator` from 7.25.9 to 7.27.0
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-plugin-transform-regenerator )
Updates `@babel/cli` from 7.26.4 to 7.27.0
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-cli )
Updates `@babel/preset-typescript` from 7.26.0 to 7.27.0
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-preset-typescript )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: babel
- dependency-name: "@babel/plugin-transform-regenerator"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: babel
- dependency-name: "@babel/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: babel
- dependency-name: "@babel/preset-typescript"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: babel
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-24 14:27:21 -07:00
dependabot[bot]
0a4c3bd633
chore(deps): bump the aws group with 4 updates ( #8770 )
...
Bumps the aws group with 4 updates: [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 ), [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage ), [@aws-sdk/s3-presigned-post](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-presigned-post ) and [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner ).
Updates `@aws-sdk/client-s3` from 3.758.0 to 3.772.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.772.0/clients/client-s3 )
Updates `@aws-sdk/lib-storage` from 3.758.0 to 3.772.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.772.0/lib/lib-storage )
Updates `@aws-sdk/s3-presigned-post` from 3.758.0 to 3.772.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-presigned-post/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.772.0/packages/s3-presigned-post )
Updates `@aws-sdk/s3-request-presigner` from 3.758.0 to 3.772.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.772.0/packages/s3-request-presigner )
---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/lib-storage"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-presigned-post"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-request-presigner"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-24 14:27:13 -07:00
dependabot[bot]
580cf52fd3
chore(deps-dev): bump rollup-plugin-webpack-stats from 2.0.1 to 2.0.3 ( #8771 )
...
Bumps [rollup-plugin-webpack-stats](https://github.com/relative-ci/rollup-plugin-webpack-stats ) from 2.0.1 to 2.0.3.
- [Release notes](https://github.com/relative-ci/rollup-plugin-webpack-stats/releases )
- [Commits](https://github.com/relative-ci/rollup-plugin-webpack-stats/compare/v2.0.1...v2.0.3 )
---
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>
2025-03-24 14:27:06 -07:00
dependabot[bot]
ee1fd65a19
chore(deps): bump prosemirror-commands from 1.6.2 to 1.7.0 ( #8772 )
...
Bumps [prosemirror-commands](https://github.com/prosemirror/prosemirror-commands ) from 1.6.2 to 1.7.0.
- [Changelog](https://github.com/ProseMirror/prosemirror-commands/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prosemirror/prosemirror-commands/compare/1.6.2...1.7.0 )
---
updated-dependencies:
- dependency-name: prosemirror-commands
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>
2025-03-24 14:26:59 -07:00
codegen-sh[bot]
323c5f5978
Change @aws-sdk dependency update frequency from weekly to monthly ( #8774 )
...
Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com>
2025-03-24 14:24:18 -07:00
Tom Moor
bdb34a202c
fix: Disable Notion import when env is not available ( #8761 )
2025-03-24 02:52:54 +00:00
Tom Moor
40278b2d9a
fix: notifications.pixel requests hang ( #8760 )
...
tests
2025-03-24 00:52:54 +00:00
Tom Moor
a69ef1f3c9
quick: Remove expired temporary AWS keys from fixture data ( #8755 )
...
* fix: Remove temporary AWS keys causing false positive alerts
* Previously missed PR feedback
* snap
2025-03-23 19:31:38 +00:00
Hemachandar
6e98568e5b
API importer for Notion ( #8710 )
2025-03-23 12:19:13 -07:00
Tom Moor
8b65ad3cfa
chore: Move notification event writing to model layer ( #8754 )
...
* Move notification event writing to model layer
fix: Bulk notification action does not reflect on other clients
* Add missing locks
* fixes
2025-03-23 11:59:19 -07:00
Tom Moor
533a14369c
fix: Do not wait for connections at end of test suites ( #8752 )
2025-03-22 20:46:36 -07:00
Tom Moor
0ec6440506
Prevent outdated clients from connecting to collaboration server ( #8751 )
...
* Move editor version check to collaboration server connection
* connected -> onConnect
* docs
* Remove hardcoded event codes
2025-03-22 14:35:45 -07:00
Tom Moor
6fde025ce4
Revert "Send editor version down websocket and force reload ( #8582 )" ( #8750 )
...
This reverts commit 13f45e1a1c .
2025-03-22 20:06:54 +00:00
Tom Moor
18bbe6ecf6
fix: Direct link to heading lost when pasting ( #8749 )
2025-03-22 10:02:09 -07:00
Tom Moor
a48f6c7a85
fix: Unsubscribe link for collection subscriptions ( #8734 )
...
* fix: Cannot unsubscribe from collection subscriptions via email token
* tests
* Separate redirect for pass through
* Delete both subscriptions
* Test draft documents
2025-03-22 08:22:20 -07:00
Tom Moor
ec9f45f310
fix: Allow team admin to manage permissions on any document they have access to ( #8746 )
2025-03-22 08:22:09 -07:00
Tom Moor
dd053c4152
fix: Allow dash,emdash,underscore in mention search ( #8747 )
...
* fix: Allow dash,emdash,underscore in mention search
* fix: Highlight color on secondary accent menu items
2025-03-22 08:22:01 -07:00
Tom Moor
5565034486
Revert "Double test timeout ( #8696 )" ( #8738 )
...
This reverts commit 7c41c1360b .
2025-03-21 12:38:28 +00:00
Tom Moor
42cfac97aa
fix: Add prevention of auto-following unsubscribe links in emails ( #8735 )
2025-03-21 04:57:26 -07:00
Tom Moor
f369c2f8bf
Refactor logic for validating authentication tokens ( #8727 )
...
* Remove use of Promise.any
* Restore retry on all invalid
2025-03-20 20:49:47 -07:00
Tom Moor
08f91aa60c
fix: Error rendering read only editor with paragraph without text content ( #8730 )
2025-03-20 13:46:53 +00:00
Tom Moor
0fe50c179c
fix: "unknown" users visible in users table ( #8726 )
...
* fix: 'Unknown' users appearing in members table
* snapshots
* refactor
2025-03-19 21:00:04 -07:00
Josiah "Rebase" Roberts
ae249f720d
Allow middle click ( #8725 )
2025-03-19 16:27:47 -07:00
Tom Moor
0a9e76f600
fix: Mentions of current user not highlighted ( #8718 )
2025-03-18 18:08:49 -07:00
Tom Moor
912b9159f0
fix: Add missing users.delete event handling ( #8715 )
2025-03-18 15:27:27 -07:00
Tom Moor
307f4a1351
fix: Write lastValidatedAt when accessToken changes ( #8716 )
2025-03-18 15:27:19 -07:00
Hemachandar
021a286d99
Migrate language, theme and user-role input-select to Radix ( #8711 )
...
* Migrate language, theme and user-role input-select to Radix
* use theme
2025-03-17 20:37:40 -07:00
Tom Moor
6869d4cb02
perf: Add fast read-only editor ( #8704 )
...
* stash
* tests
* sp
2025-03-16 07:12:16 -07:00
Hemachandar
c311ee915e
Radix input select component ( #8541 )
...
* radix primitive and base input select component
* port toc position select menu
* fix render side
* restyle drawer title
* max-height for select content
* rename primitive
* review
---------
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2025-03-15 18:14:46 -07:00
Tom Moor
b195b0e3b5
Add 'No access to doc' screen ( #8702 )
2025-03-15 15:06:12 -07:00
Tom Moor
c783ccad1e
Move search term to query string ( #8701 )
2025-03-15 14:19:11 -07:00
Tom Moor
619c56102c
chore: Always log outgoing emails in development ( #8700 )
2025-03-15 18:25:14 +00:00
Tom Moor
7c41c1360b
Double test timeout ( #8696 )
2025-03-14 19:51:06 -07:00
Tom Moor
f3a1b47ccf
fix: Styling of selected event list item ( #8685 )
2025-03-13 03:43:18 +00:00
Tom Moor
af234465f0
fix: dd-trace upgrade causes errors/high memory consumption ( #8684 )
2025-03-13 01:48:30 +00:00
Tom Moor
5a1aeed989
fix: API middleware wrapper triggers on JSZip stream ( #8683 )
2025-03-13 00:50:41 +00:00
Tom Moor
6ea4ce72ec
chore: Improve CSV output sanitization ( #8682 )
2025-03-13 00:23:48 +00:00
dependabot[bot]
8041d9c3bd
chore(deps): bump prosemirror-tables from 1.4.0 to 1.6.4 ( #8557 )
...
Bumps [prosemirror-tables](https://github.com/prosemirror/prosemirror-tables ) from 1.4.0 to 1.6.4.
- [Release notes](https://github.com/prosemirror/prosemirror-tables/releases )
- [Changelog](https://github.com/ProseMirror/prosemirror-tables/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prosemirror/prosemirror-tables/compare/v1.4.0...v1.6.4 )
---
updated-dependencies:
- dependency-name: prosemirror-tables
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>
2025-03-12 15:47:45 -07:00
Tom Moor
516d14fe27
fix: Potential unsafe content-type check ( #8673 )
...
* fix: Potential bypass of content-type check
* Include extra available chars
2025-03-12 12:39:41 +00:00
dependabot[bot]
70268a73df
chore(deps): bump @babel/runtime from 7.26.9 to 7.26.10 ( #8672 )
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.26.9 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime )
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-11 20:09:08 -07:00
dependabot[bot]
148be1025f
chore(deps): bump @babel/helpers from 7.26.9 to 7.26.10 ( #8671 )
...
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers ) from 7.26.9 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-helpers )
---
updated-dependencies:
- dependency-name: "@babel/helpers"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-11 20:08:44 -07:00
Tom Moor
2a17ac1908
chore: Upgrade prismjs ( #8670 )
2025-03-12 02:36:31 +00:00
Tom Moor
a70a67235d
fix: First item in list must be a paragraph ( #8632 )
...
closes #8611
closes #8216
2025-03-11 18:56:17 -07:00
Tom Moor
ed5bb8f8d9
fix: Inline code converts to block on paste from remote source ( #8669 )
2025-03-11 18:55:59 -07:00
dependabot[bot]
a7731d9963
chore(deps-dev): bump discord-api-types from 0.37.102 to 0.37.119 ( #8659 )
...
Bumps [discord-api-types](https://github.com/discordjs/discord-api-types ) from 0.37.102 to 0.37.119.
- [Release notes](https://github.com/discordjs/discord-api-types/releases )
- [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md )
- [Commits](https://github.com/discordjs/discord-api-types/compare/0.37.102...0.37.119 )
---
updated-dependencies:
- dependency-name: discord-api-types
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>
2025-03-10 20:07:56 -07:00
dependabot[bot]
6f5e0b70bc
chore(deps-dev): bump terser from 5.37.0 to 5.39.0 ( #8660 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.37.0 to 5.39.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.37.0...v5.39.0 )
---
updated-dependencies:
- dependency-name: terser
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>
2025-03-10 20:07:46 -07:00
dependabot[bot]
856467fa0c
chore(deps): bump prosemirror-view from 1.37.1 to 1.38.1 ( #8661 )
...
Bumps [prosemirror-view](https://github.com/prosemirror/prosemirror-view ) from 1.37.1 to 1.38.1.
- [Changelog](https://github.com/ProseMirror/prosemirror-view/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prosemirror/prosemirror-view/compare/1.37.1...1.38.1 )
---
updated-dependencies:
- dependency-name: prosemirror-view
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>
2025-03-10 20:07:32 -07:00
dependabot[bot]
280ec17f63
chore(deps): bump @types/form-data from 2.5.0 to 2.5.2 ( #8662 )
...
Bumps [@types/form-data](https://github.com/DefinitelyTyped/DefinitelyTyped ) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits )
---
updated-dependencies:
- dependency-name: "@types/form-data"
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>
2025-03-10 20:07:05 -07:00
Tom Moor
84b48167cb
chore: Bump @koa/bull-board ( #8655 )
2025-03-09 01:39:57 +00:00
Tom Moor
c6f90b7647
chore: Bump dd-trace ( #8654 )
2025-03-09 01:29:17 +00:00
dependabot[bot]
42865b64d6
chore(deps): bump axios from 1.7.9 to 1.8.2 ( #8653 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.7.9 to 1.8.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.7.9...v1.8.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 17:18:31 -08:00
Tom Moor
e5b5cbaab7
Revert "chore: Upgrade path-to-regexp ( #8636 )" ( #8652 )
...
This reverts commit 58c4a486f7 .
2025-03-08 07:18:10 -08:00
Tom Moor
463398e2c7
tom/misc-fixes ( #8650 )
2025-03-08 03:42:19 +00:00
Tom Moor
98c9af53c4
fix: recent searches appearing over dropdown options on search page ( #8640 )
...
* fix: Various UX issues with search filters
* Tighted search filters display
2025-03-06 05:27:57 -08:00
Tom Moor
f0864b5876
fix: Add more tldraw url support ( #8638 )
2025-03-06 03:02:40 +00:00
Tom Moor
c89535426b
chore: Upgrade i18next-parser ( #8637 )
2025-03-06 01:40:28 +00:00
Tom Moor
58c4a486f7
chore: Upgrade path-to-regexp ( #8636 )
...
* chore: Upgrade koa-router
* chore: Upgrade dd-trace
2025-03-05 13:36:30 -08:00
Hemachandar
d5462a92c8
fix: Skip unsubscribing when user has access to document ( #8631 )
...
* fix: Skip unsubscribing when user has access to document
* better checks
2025-03-04 19:26:13 -08:00
Hemachandar
7a90a909b3
Prevent duplicate emails when user has existing access to a document. ( #8263 )
...
* check user has higher access
* membershipId column
* handle document shared email
* fix and cleanup
* tests
* jsdoc
* event changeset
* check collection permission
* change date in migration filename
* review
* rename migration filename to today
* required group, jsdoc
2025-03-04 17:56:44 -08:00
Hemachandar
189ad30138
fix: Skip auto creating subscriptions when user/group is added to a document ( #8630 )
2025-03-04 16:58:20 -08:00
Hemachandar
feb412b1fb
fix: Filter archived collections in start view selection ( #8629 )
2025-03-04 15:26:50 -08:00
YouLL
d551a1a10b
feat: collection mentions ( #8529 )
...
* feat: init collection mention
* refactor: dedicated search helper function for collection mentions
* feat: add test for collection search function helper
* feat: parseCollectionSlug
* feat: isCollectionUrl
* feat: add collection mention to paste handler
* fix: update translation of mention keyboard shortcut
* fix: keyboard shortcut mention label
* fix: missing teamId in search helper functioN
* chore: update translations
---------
Co-authored-by: Tom Moor <tom@getoutline.com >
2025-03-03 19:03:27 -08:00
Tom Moor
2a3ea1254c
Allow links in code marks ( #8625 )
2025-03-03 18:55:22 -08:00
Tom Moor
ddfd1b70e5
fix: Allow setting revision name to null ( #8626 )
2025-03-04 00:44:17 +00:00
dependabot[bot]
a9b18ccf14
chore(deps-dev): bump @types/react-avatar-editor from 13.0.3 to 13.0.4 ( #8619 )
...
Bumps [@types/react-avatar-editor](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-avatar-editor ) from 13.0.3 to 13.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-avatar-editor )
---
updated-dependencies:
- dependency-name: "@types/react-avatar-editor"
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>
2025-03-03 16:43:59 -08:00
dependabot[bot]
6d3b35ef6c
chore(deps): bump the aws group with 5 updates ( #8618 )
...
Bumps the aws group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 ) | `3.750.0` | `3.758.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage ) | `3.750.0` | `3.758.0` |
| [@aws-sdk/s3-presigned-post](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-presigned-post ) | `3.750.0` | `3.758.0` |
| [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner ) | `3.750.0` | `3.758.0` |
| [@aws-sdk/signature-v4-crt](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/signature-v4-crt ) | `3.750.0` | `3.758.0` |
Updates `@aws-sdk/client-s3` from 3.750.0 to 3.758.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.758.0/clients/client-s3 )
Updates `@aws-sdk/lib-storage` from 3.750.0 to 3.758.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.758.0/lib/lib-storage )
Updates `@aws-sdk/s3-presigned-post` from 3.750.0 to 3.758.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-presigned-post/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.758.0/packages/s3-presigned-post )
Updates `@aws-sdk/s3-request-presigner` from 3.750.0 to 3.758.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.758.0/packages/s3-request-presigner )
Updates `@aws-sdk/signature-v4-crt` from 3.750.0 to 3.758.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/signature-v4-crt/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.758.0/packages/signature-v4-crt )
---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/lib-storage"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-presigned-post"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-request-presigner"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/signature-v4-crt"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-03 14:27:00 -08:00
dependabot[bot]
c7e96da95a
chore(deps-dev): bump @types/react-color from 3.0.12 to 3.0.13 ( #8621 )
...
Bumps [@types/react-color](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-color ) from 3.0.12 to 3.0.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-color )
---
updated-dependencies:
- dependency-name: "@types/react-color"
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>
2025-03-03 14:26:29 -08:00
dependabot[bot]
3270ba7fa6
chore(deps): bump socket.io-client from 4.8.0 to 4.8.1 ( #8620 )
...
Bumps [socket.io-client](https://github.com/socketio/socket.io ) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/socketio/socket.io/releases )
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io/compare/socket.io-client@4.8.0...socket.io-client@4.8.1 )
---
updated-dependencies:
- dependency-name: socket.io-client
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>
2025-03-03 14:26:17 -08:00
Tom Moor
fcff256586
fix: Apply full width from template ( #8615 )
2025-03-03 04:00:02 +00:00
Tom Moor
0cfe0fc05b
Backporting more from enterprise ( #8613 )
2025-03-03 03:10:38 +00:00
Tom Moor
67b3e175ee
Add useLocaleTime ( #8608 )
2025-03-02 20:18:08 +00:00
Tom Moor
d3235250a8
perf: Move text serialization to task runner ( #8589 )
...
* perf: Move text serialization to task runner
* tsc
* test
* refactor
* fix: Restore previous default of toMarkdown behavior
* Stop writing text to revisions
2025-03-02 08:21:50 -08:00
Tom Moor
237253afdb
fix: Flaky test ordered event expectations ( #8607 )
2025-03-02 13:21:25 +00:00
Tom Moor
82cdebfb66
Add name column to revisions ( #8603 )
...
* fix: Flaky test
* Migration, model interface
* Add policies to revisions
* Add revisions.update endpoint
* tests
* lint
2025-03-02 05:07:30 -08:00
Tom Moor
bed0bf9ec8
feat: Add filtering to shared links admin table ( #8602 )
...
* Add query parameter to shares.list
* Add filter on shared links table
* Additional test
2025-03-01 22:22:15 +00:00
Tom Moor
4573b3fea2
fix: Danger button focus ring ( #8601 )
2025-03-01 21:44:38 +00:00
Tom Moor
110e489c30
fix: Reposition TOC for printing ( #8600 )
...
* Reposition TOC for printing
* refactor
2025-03-01 13:11:52 -08:00
Tom Moor
b34dd138cd
fix: Creates a gap cursor position between tables positioned next to each other ( #8599 )
2025-03-01 13:11:42 -08:00
Tom Moor
3b1ce063bf
Default comments to 'Order in doc' ( #8597 )
2025-03-01 11:21:31 -08:00
Tom Moor
b1d8acbad1
feat: Add 'Search in document' to command menu, add shortcut ( #8596 )
2025-03-01 10:45:31 -08:00
Tom Moor
ae05520a25
feat: Add query parameter to collections.list ( #8595 )
2025-03-01 09:02:17 -08:00
Tom Moor
6e30bf3c64
fix: Current user presence in documents is incorrect ( #8593 )
...
* fix: Own presence in documents is not correct
* docs
2025-03-01 08:28:19 -08:00
Tom Moor
775b038359
fix: Members table always fades in ( #8594 )
...
* PeopleTable -> MemberTable
* fix: Members table always fades in
2025-03-01 08:28:09 -08:00
Tom Moor
eecc7e3443
feat: Restore document search in link toolbar ( #8581 )
...
* Convert LinkEditor to functional component
* Add keyboard navigation
* cleanup
* Allow pointer selection
2025-02-28 15:01:57 -08:00
Hemachandar
5fbc57f39a
fix: Check user has enabled create-comment notification in email flow ( #8591 )
2025-02-28 15:01:46 -08:00
Tom Moor
69029b305d
test: Fix flaky availableTeams test ( #8583 )
2025-02-26 19:37:09 -08:00
Tom Moor
35269d7d92
feat: Badging icon for installed PWA ( #8580 )
2025-02-26 19:25:28 -08:00
Tom Moor
13f45e1a1c
Send editor version down websocket and force reload ( #8582 )
2025-02-26 19:25:13 -08:00
Hemachandar
5c46bd13ed
fix: Show diff from document when revision has not been created yet ( #8567 )
...
* fix: Show diff from document when revision has not been created yet
* fast equals
2025-02-26 15:59:48 -08:00
Hemachandar
e51f93f9a0
chore: Add API error handler middleware ( #8572 )
2025-02-26 05:02:21 -08:00
Tom Moor
d4fe240808
fix: If multiple authentication providers match, choose the enabled one with priority ( #8566 )
2025-02-25 19:06:53 -08:00
Tom Moor
61c76e62ef
fix: Smart text fraction replacements lose preceding space ( #8564 )
...
* chore: Ensure no cache of root index page
* fix: Fractional smart text replacements also lose preceding space
2025-02-25 17:10:19 -08:00
Tom Moor
499392c114
feat: allow sending text parameter to comments.create ( #8544 )
...
* fix: Do not size last table column by default
* feat: Allow text param for comments.create
* Support images in comment text
2025-02-24 17:52:39 -08:00
Hemachandar
af0651f243
Assorted fixes/improvs in FindAndReplace popover ( #8560 )
...
* enable/disable find options for keyboard shortcuts
* fix replace all keyboard shortcut
* tooltip for replace and replace all buttons
* uppercase tooltips
* trap cmd+f inside popover
* direct findandreplace popover
* focus replace text
2025-02-24 17:24:58 -08:00
dependabot[bot]
7a54d5bb84
chore(deps): bump the aws group with 5 updates ( #8554 )
...
Bumps the aws group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 ) | `3.749.0` | `3.750.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage ) | `3.749.0` | `3.750.0` |
| [@aws-sdk/s3-presigned-post](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-presigned-post ) | `3.749.0` | `3.750.0` |
| [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner ) | `3.749.0` | `3.750.0` |
| [@aws-sdk/signature-v4-crt](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/signature-v4-crt ) | `3.749.0` | `3.750.0` |
Updates `@aws-sdk/client-s3` from 3.749.0 to 3.750.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.750.0/clients/client-s3 )
Updates `@aws-sdk/lib-storage` from 3.749.0 to 3.750.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.750.0/lib/lib-storage )
Updates `@aws-sdk/s3-presigned-post` from 3.749.0 to 3.750.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-presigned-post/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.750.0/packages/s3-presigned-post )
Updates `@aws-sdk/s3-request-presigner` from 3.749.0 to 3.750.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.750.0/packages/s3-request-presigner )
Updates `@aws-sdk/signature-v4-crt` from 3.749.0 to 3.750.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/signature-v4-crt/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.750.0/packages/signature-v4-crt )
---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/lib-storage"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-presigned-post"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-request-presigner"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/signature-v4-crt"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-24 16:59:13 -08:00
dependabot[bot]
cb4a978a87
chore(deps): bump semver from 7.6.3 to 7.7.1 ( #8558 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 7.6.3 to 7.7.1.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.6.3...v7.7.1 )
---
updated-dependencies:
- dependency-name: semver
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>
2025-02-24 16:59:03 -08:00
dependabot[bot]
66a5055e73
chore(deps): bump randomstring from 1.3.0 to 1.3.1 ( #8555 )
...
Bumps [randomstring](https://github.com/klughammer/node-randomstring ) from 1.3.0 to 1.3.1.
- [Changelog](https://github.com/klughammer/node-randomstring/blob/master/CHANGELOG.md )
- [Commits](https://github.com/klughammer/node-randomstring/commits )
---
updated-dependencies:
- dependency-name: randomstring
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>
2025-02-24 16:58:48 -08:00
dependabot[bot]
a9ddbde02c
chore(deps-dev): bump typescript from 5.7.2 to 5.7.3 ( #8556 )
...
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.7.2 to 5.7.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.7.3 )
---
updated-dependencies:
- dependency-name: typescript
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>
2025-02-24 16:57:46 -08:00
Hemachandar
6b25000adb
fix: Horizontal scroll in workspace details page ( #8548 )
2025-02-24 05:34:14 -08:00
Hemachandar
0fb8971628
chore: Use stores from context in collection actions ( #8549 )
2025-02-24 05:19:03 -08:00
Tom Moor
9f277a8f7b
fix: Do not size last table column by default
2025-02-23 22:57:50 -05:00
Tom Moor
97e91eb06b
test: Fix race condition
2025-02-23 22:29:40 -05:00
Tom Moor
a87bda82b1
fix: Incorrect position of floating toolbar due to measurement post-transform
2025-02-23 22:17:42 -05:00
Tom Moor
36a92d5393
chore: Special-case database validation as it is used before server env can be validated
2025-02-23 22:00:09 -05:00
Tom Moor
50f9f414bf
fix: Slim stop-word list, related #8395
2025-02-23 17:26:57 -05:00
Tom Moor
0d6026c21f
fix: Cannot export images without captions
2025-02-23 13:39:11 -05:00
Tom Moor
eea0e28630
feat: Show recently viewed documents in Move dialog
...
closes #8422
2025-02-23 12:06:32 -05:00
Tom Moor
4ad58b4ccd
fix: Incorrect menu position when notice is first item in doc, closes #8539
2025-02-23 11:00:42 -05:00
Tom Moor
17f4dc58f1
chore: Fix cascade team_domains -> users
2025-02-23 09:37:00 -05:00
Tom Moor
fe839acaeb
fix: Backport redirect fix
2025-02-23 09:14:36 -05:00
Tom Moor
210aefaf8f
fix: Image caption in HTML exports, closes #8515
2025-02-22 22:57:54 -05:00
Tom Moor
90f7a4272e
chore: cleanup
2025-02-22 21:57:07 -05:00
Tom Moor
978773ee27
fix: Translation of notice menu
2025-02-22 20:11:12 -05:00
YouLL
59abc3355c
feat: change notice type ( #8533 )
...
* feat: change notice type
* Apply suggestions from code review
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* refactor: change enum naming
* fix: notice creation
* fix: menu name
* refactor: put notice type in the menu label
---------
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2025-02-22 17:07:02 -08:00
Tom Moor
72aa4cde3f
chore: Selective test runner, fix bundle-size
2025-02-22 19:59:07 -05:00
Tom Moor
42dfe7027f
chore: CircleCI -> GitHub ( #8534 )
2025-02-22 07:54:15 -08:00
Translate-O-Tron
3d4299bc60
New Crowdin updates ( #8440 )
2025-02-22 06:57:43 -08:00
Hemachandar
6a1f2399db
feat: Collection subscription ( #8392 )
...
* feat: Collection subscription
* refactor to use latest impl
* load subscriptions only once
* tests, type rename, migration index
* all users in publish flow
* tsc
* remove SubscriptionType.Collection enum
* review
2025-02-22 06:53:19 -08:00
Hemachandar
ae2fafac0e
Wrap headings on mobile ToC ( #8531 )
...
* Truncate heading overflow on mobile ToC
* wrap
2025-02-22 06:29:53 -08:00
Tom Moor
0efe6393a3
fix: Match spacing between internal and published docs, closes #8507
2025-02-22 00:03:07 -05:00
Tom Moor
2e3c19ff88
fix: Remove numbered list detection for markdown, closes #8523
2025-02-21 23:46:58 -05:00
Hemachandar
87fcf35956
fix: Allow downloading exported file ( #8524 )
...
* fix: Allow downloading exported file
* tests
2025-02-21 05:10:10 -08:00
Tom Moor
540683d896
chore: Cleanup
2025-02-20 09:04:52 -05:00
Tom Moor
a8cbdf061d
fix: Hardcoded max collection description length, closes #8510
2025-02-20 08:52:03 -05:00
Tom Moor
171433e984
tsc
2025-02-19 23:59:02 -05:00
Hemachandar
f61046ec22
fix: Prevent double pinning of documents ( #8503 )
...
* fix: Prevent double pinning of documents
* tests
* review
* policy
* schema
2025-02-19 20:44:21 -08:00
Tom Moor
78ff3af801
fix: Initials are unreadable on light colored avatar background
2025-02-19 23:39:55 -05:00
Tom Moor
83da38afd5
fix: Use store models in history sidebar
2025-02-19 23:35:43 -05:00
Tom Moor
b2da166dd6
fix: Prevent last user/group with collection manage permission being removed ( #8499 )
...
* fix: Prevent removal of last manage UserMembership in collection
* fix: Check last GroupMembership with manage permission
* Cover permission update case
* save
2025-02-19 18:55:28 -08:00
Hemachandar
33c7560b3d
fix: Update local storage when creating/deleting pins ( #8504 )
...
* fix: Update local storage when creating/deleting pins
* reuse
* use urlId
2025-02-19 18:55:03 -08:00
Tom Moor
db78fb7111
Improvements to history styling ( #8496 )
2025-02-19 04:44:29 -08:00
Tom Moor
cbca7f60fe
Move document history to revisions.list API ( #8497 )
...
* Revert "Revert "Move document history to `revisions.list` API (#8458 )" (#8495 )"
This reverts commit 2116041cd5 .
* fix: check all events for latest ad-hoc revision
* view revision list for deleted docs
* rename
---------
Co-authored-by: hmacr <hmac.devo@gmail.com >
2025-02-19 04:44:15 -08:00
Hemachandar
c89589e86c
fix: Don't remove data from store when fetching archived docs ( #8484 )
2025-02-19 04:41:30 -08:00
Tom Moor
878a27b7c6
chore: Upgrade vite
2025-02-18 23:03:31 -05:00
Tom Moor
a05c965be2
fix: Markdown import with relative path image not imported correctly
2025-02-18 22:38:41 -05:00
Tom Moor
2116041cd5
Revert "Move document history to revisions.list API ( #8458 )" ( #8495 )
...
This reverts commit 839ce889ad .
2025-02-18 20:25:52 -05:00
Tom Moor
7144536eb3
fix: Visible scrollbars on LaTeX on Windows, closes #8488
2025-02-18 20:21:39 -05:00
Tom Moor
4cd2ee6291
fix: Path with query string does not work with scope restrictions, closes #8489
2025-02-18 20:16:54 -05:00
Tom Moor
1749ffe20d
feat: Redirect to previous subdomains ( #8477 )
...
* Migration
* Store previous subdomains
* Redirect previous subdomains at service layer
* refactor
* refactor
* change index
* Guard logic to hosted only
2025-02-18 16:53:18 -08:00
dependabot[bot]
b9c6f9c9e6
chore(deps): bump @octokit/request from 8.4.0 to 8.4.1 ( #8493 )
...
Bumps [@octokit/request](https://github.com/octokit/request.js ) from 8.4.0 to 8.4.1.
- [Release notes](https://github.com/octokit/request.js/releases )
- [Commits](https://github.com/octokit/request.js/compare/v8.4.0...v8.4.1 )
---
updated-dependencies:
- dependency-name: "@octokit/request"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-18 18:30:34 -05:00
Hemachandar
14777145e9
fix: Set sidebar context for archive section ( #8485 )
2025-02-18 15:24:09 -08:00
Tom Moor
c6ae6e0c36
chore: Update popperjs/core closes #8277
2025-02-17 17:43:39 -05:00
Tom Moor
84542874c4
fix: RTL list nesting – this is about the limit of what CSS-alone can achieve. closes #8459
2025-02-17 17:24:15 -05:00
Tom Moor
e90a86737f
Add task to cleanup old events, change strategies to hourly ( #8446 )
2025-02-17 13:34:30 -08:00
dependabot[bot]
4373dad309
chore(deps): bump the aws group with 5 updates ( #8464 )
...
Bumps the aws group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 ) | `3.744.0` | `3.749.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage ) | `3.744.0` | `3.749.0` |
| [@aws-sdk/s3-presigned-post](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-presigned-post ) | `3.744.0` | `3.749.0` |
| [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner ) | `3.744.0` | `3.749.0` |
| [@aws-sdk/signature-v4-crt](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/signature-v4-crt ) | `3.744.0` | `3.749.0` |
Updates `@aws-sdk/client-s3` from 3.744.0 to 3.749.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.749.0/clients/client-s3 )
Updates `@aws-sdk/lib-storage` from 3.744.0 to 3.749.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.749.0/lib/lib-storage )
Updates `@aws-sdk/s3-presigned-post` from 3.744.0 to 3.749.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-presigned-post/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.749.0/packages/s3-presigned-post )
Updates `@aws-sdk/s3-request-presigner` from 3.744.0 to 3.749.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.749.0/packages/s3-request-presigner )
Updates `@aws-sdk/signature-v4-crt` from 3.744.0 to 3.749.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/signature-v4-crt/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.749.0/packages/signature-v4-crt )
---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/lib-storage"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-presigned-post"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-request-presigner"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/signature-v4-crt"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-17 13:15:02 -08:00
Hemachandar
839ce889ad
Move document history to revisions.list API ( #8458 )
...
* Move document history to `revisions.list` API
* deprecate name
* tests
* review
2025-02-17 13:14:51 -08:00
dependabot[bot]
27322d62f8
chore(deps-dev): bump eslint-import-resolver-typescript ( #8466 )
...
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript ) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases )
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.7.0...v3.8.0 )
---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
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>
2025-02-17 11:54:31 -08:00
dependabot[bot]
a9b41b3f17
chore(deps-dev): bump @types/emoji-regex from 9.2.0 to 9.2.2 ( #8467 )
...
Bumps [@types/emoji-regex](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/emoji-regex ) from 9.2.0 to 9.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/emoji-regex )
---
updated-dependencies:
- dependency-name: "@types/emoji-regex"
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>
2025-02-17 11:54:23 -08:00
Tom Moor
f46921275d
fix: copy pasting the content from some medium into outline does not get the images ( #8472 )
...
* fix: Files from local storage provider sometimes returned with incorrect content type
* fix: attachments.createFromUrl response values incorrect for successful upload
* fix: Reduce liklihood of image download requests being blocked on server
* fix: Content with HTML images should never be considered as markdown
* fix: Image caption sometimes uncentered
* test
2025-02-17 11:54:13 -08:00
dependabot[bot]
433c3b299d
chore(deps): bump form-data from 4.0.1 to 4.0.2 ( #8468 )
...
Bumps [form-data](https://github.com/form-data/form-data ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/form-data/form-data/releases )
- [Commits](https://github.com/form-data/form-data/compare/v4.0.1...v4.0.2 )
---
updated-dependencies:
- dependency-name: form-data
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>
2025-02-17 09:57:31 -08:00
dependabot[bot]
c44872b4cc
chore(deps): bump react-medium-image-zoom from 5.2.10 to 5.2.13 ( #8465 )
...
Bumps [react-medium-image-zoom](https://github.com/rpearce/react-medium-image-zoom ) from 5.2.10 to 5.2.13.
- [Release notes](https://github.com/rpearce/react-medium-image-zoom/releases )
- [Changelog](https://github.com/rpearce/react-medium-image-zoom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rpearce/react-medium-image-zoom/compare/v5.2.10...v5.2.13 )
---
updated-dependencies:
- dependency-name: react-medium-image-zoom
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>
2025-02-17 09:57:22 -08:00
Hemachandar
5132c5814b
Skip auxiliary data load when viewing revisions ( #8460 )
2025-02-17 05:45:06 -08:00
Tom Moor
acc825b554
perf: Add trigram index for doc title search ( #8454 )
2025-02-16 17:44:00 -08:00
Hemachandar
bef4292146
Enable dragging a document into drafts ( #8411 )
...
* Enable dragging a document into drafts
* unpublish by detaching from collection
* websocket events
2025-02-15 18:45:05 -08:00
Tom Moor
0b13698998
Add command menu action to create draft
...
closes #8423
2025-02-15 21:27:35 -05:00
Tom Moor
ac45e3c0db
fix: Allow tsv import, closes #8445
2025-02-15 21:11:38 -05:00
Translate-O-Tron
6a633f5a4c
New Crowdin updates ( #8372 )
2025-02-15 07:45:25 -08:00
dependabot[bot]
67c114e6ed
chore(deps): bump the babel group across 1 directory with 2 updates ( #8437 )
...
Bumps the babel group with 2 updates in the / directory: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ).
Updates `@babel/core` from 7.26.8 to 7.26.9
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-core )
Updates `@babel/preset-env` from 7.26.8 to 7.26.9
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: babel
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: babel
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-15 07:35:18 -08:00
dependabot[bot]
483fe95856
chore(deps): bump the babel group with 2 updates ( #8374 )
...
Bumps the babel group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ).
Updates `@babel/core` from 7.26.7 to 7.26.8
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.8/packages/babel-core )
Updates `@babel/preset-env` from 7.26.7 to 7.26.8
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.8/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: babel
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: babel
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-15 07:27:20 -08:00
dependabot[bot]
06f1f0431f
chore(deps): bump @octokit/request-error from 5.1.0 to 5.1.1 ( #8429 )
...
Bumps [@octokit/request-error](https://github.com/octokit/request-error.js ) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/octokit/request-error.js/releases )
- [Commits](https://github.com/octokit/request-error.js/compare/v5.1.0...v5.1.1 )
---
updated-dependencies:
- dependency-name: "@octokit/request-error"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-15 07:27:10 -08:00
dependabot[bot]
ca38523d9b
chore(deps): bump @octokit/endpoint from 9.0.5 to 9.0.6 ( #8435 )
...
Bumps [@octokit/endpoint](https://github.com/octokit/endpoint.js ) from 9.0.5 to 9.0.6.
- [Release notes](https://github.com/octokit/endpoint.js/releases )
- [Commits](https://github.com/octokit/endpoint.js/compare/v9.0.5...v9.0.6 )
---
updated-dependencies:
- dependency-name: "@octokit/endpoint"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-15 07:27:01 -08:00
dependabot[bot]
c725302701
chore(deps): bump dompurify from 3.2.3 to 3.2.4 ( #8434 )
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/3.2.3...3.2.4 )
---
updated-dependencies:
- dependency-name: dompurify
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-15 07:26:50 -08:00
Tom Moor
7bc687b6bf
v0.82.0
2025-02-15 09:33:07 -05:00
Hemachandar
bb397b8625
fix: Guard templates dropdown menu ( #8410 )
2025-02-13 18:21:22 -08:00
Tom Moor
edd413fba3
fix: Guard new doc button on collections, supercedes #8400
2025-02-13 19:30:46 -05:00
dependabot[bot]
3f8fb66be1
chore(deps): bump the aws group with 5 updates ( #8375 )
...
Bumps the aws group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 ) | `3.740.0` | `3.744.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage ) | `3.740.0` | `3.744.0` |
| [@aws-sdk/s3-presigned-post](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-presigned-post ) | `3.740.0` | `3.744.0` |
| [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner ) | `3.740.0` | `3.744.0` |
| [@aws-sdk/signature-v4-crt](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/signature-v4-crt ) | `3.740.0` | `3.744.0` |
Updates `@aws-sdk/client-s3` from 3.740.0 to 3.744.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.744.0/clients/client-s3 )
Updates `@aws-sdk/lib-storage` from 3.740.0 to 3.744.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.744.0/lib/lib-storage )
Updates `@aws-sdk/s3-presigned-post` from 3.740.0 to 3.744.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-presigned-post/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.744.0/packages/s3-presigned-post )
Updates `@aws-sdk/s3-request-presigner` from 3.740.0 to 3.744.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.744.0/packages/s3-request-presigner )
Updates `@aws-sdk/signature-v4-crt` from 3.740.0 to 3.744.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/signature-v4-crt/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.744.0/packages/signature-v4-crt )
---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/lib-storage"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-presigned-post"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-request-presigner"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/signature-v4-crt"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-13 16:14:48 -08:00
Tom Moor
4b379a4dc4
Updates new tables to start with fixed column widths ( #8396 )
...
* fix: Updates table creation to start with fixed columns
* tsc
2025-02-13 16:14:37 -08:00
Tom Moor
0bcff545e7
fix: Notifications sent for insignificant changes ( #8397 )
...
* fix: Notifications sent for insignificant changes
* doc
* Reduce work on larger documents
2025-02-13 16:14:28 -08:00
Tom Moor
93e8cbb541
fix: Support forward slash in mention search, closes #8406
2025-02-13 19:12:41 -05:00
Tom Moor
9e8b4a3269
chore: Clarify copy in user account deletion email
2025-02-13 19:00:45 -05:00
Tom Moor
d48386797e
fix: Remove hardcoded mention of Markdown on export settings
2025-02-13 18:40:52 -05:00
Tom Moor
898e11b424
fix: Improve validation of document and collection IDs, closes #8401
2025-02-13 18:34:15 -05:00
Tom Moor
ac48767132
fix: Umami CSP with url including port, closes #8371
2025-02-12 23:23:31 -05:00
Tom Moor
854fbca420
fix: Improve matching on quoted queries
2025-02-12 21:32:30 -05:00
Tom Moor
82539cc348
Increase max length of collection overview
2025-02-12 20:51:13 -05:00
dependabot[bot]
027522350f
chore(deps): bump koa from 2.15.3 to 2.15.4 ( #8394 )
...
Bumps [koa](https://github.com/koajs/koa ) from 2.15.3 to 2.15.4.
- [Release notes](https://github.com/koajs/koa/releases )
- [Changelog](https://github.com/koajs/koa/blob/2.15.4/History.md )
- [Commits](https://github.com/koajs/koa/compare/2.15.3...2.15.4 )
---
updated-dependencies:
- dependency-name: koa
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-12 16:27:35 -08:00
Tom Moor
eb92a206fb
Update version.ts
...
Force editor reload for any clients without knowledge of new mentions
2025-02-12 14:45:55 -08:00
Tom Moor
dfc3c05c40
chore: Upgrade docker publisher to larger box
2025-02-12 14:38:25 -08:00
Tom Moor
59fa91413d
fix: Heading anchors sometimes do not scroll to correct location.
...
I don't know why moving this below the editor works, but it does – very reliably
closes #8296
2025-02-12 00:03:55 -05:00
Tom Moor
205ca03ced
fix: Mentions matching find and replace not correctly highlighted
2025-02-11 23:28:19 -05:00
Tom Moor
0432144d1e
chore: Add developer action to type automatically, useful for recreating multiplayer-editing scenarios
2025-02-11 20:43:50 -05:00
Hemachandar
c81802b3bb
Fetch subscription data using 'subscriptions.info' API ( #8368 )
...
* Fetch subscription data using 'subscriptions.info' API
* use getByDocumentId
* throw 404
* unnecessary notfound error
2025-02-10 18:32:51 -08:00
dependabot[bot]
6ecf9ca9c3
chore(deps-dev): bump @relative-ci/agent from 4.2.13 to 4.2.14 ( #8378 )
...
Bumps [@relative-ci/agent](https://github.com/relative-ci/agent ) from 4.2.13 to 4.2.14.
- [Release notes](https://github.com/relative-ci/agent/releases )
- [Commits](https://github.com/relative-ci/agent/compare/v4.2.13...v4.2.14 )
---
updated-dependencies:
- dependency-name: "@relative-ci/agent"
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>
2025-02-10 18:32:41 -08:00
dependabot[bot]
b788b95880
chore(deps): bump nodemailer from 6.9.16 to 6.10.0 ( #8376 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 6.9.16 to 6.10.0.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.16...v6.10.0 )
---
updated-dependencies:
- dependency-name: nodemailer
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>
2025-02-10 18:32:16 -08:00
dependabot[bot]
ff0bebaf63
chore(deps): bump form-data from 4.0.0 to 4.0.1 ( #8377 )
...
Bumps [form-data](https://github.com/form-data/form-data ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/form-data/form-data/releases )
- [Commits](https://github.com/form-data/form-data/compare/v4.0.0...v4.0.1 )
---
updated-dependencies:
- dependency-name: form-data
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>
2025-02-10 18:32:02 -08:00
Tom Moor
f53c2828ef
fix: Copying out of code blocks and inline code marks should not include markdown formatting
2025-02-10 21:28:36 -05:00
Translate-O-Tron
926a4e2224
New Crowdin updates ( #8341 )
2025-02-10 05:51:15 -08:00
Tom Moor
12efdf4e50
chore: Remove A1 label from stale workflow
2025-02-10 04:53:24 -08:00
Tom Moor
49b2fad6ce
fix: Image should be selected before zoomable in edit mode, closes #8367
2025-02-09 20:52:59 -05:00
Tom Moor
2edd48ab84
Merge
2025-02-09 19:32:49 -05:00
Tom Moor
146cf56bce
fix: Starred child documents do not preload
2025-02-09 19:31:23 -05:00
Hemachandar
d37e21645c
Manage document subscription when a group is added to (or) removed from a document ( #8354 )
2025-02-09 16:09:29 -08:00
Tom Moor
fe2c9b5817
feat: Inline document creation in sidebar ( #8364 )
...
* wip
* Untitled document name missing in breadcrumb
* Add inline creation for collection
* fix: autoFocus new docs
* refactor
2025-02-09 15:51:18 -08:00
Tom Moor
ec86e80edb
PR feedback
2025-02-09 18:41:50 -05:00
Hemachandar
fa19b278a4
Allow creation of nested document from command bar ( #8365 )
2025-02-09 12:56:48 -08:00
Tom Moor
6a4b99ca43
refactor
2025-02-08 19:17:06 -05:00
Tom Moor
9bf8c5c633
fix: autoFocus new docs
2025-02-08 17:56:24 -05:00
Tom Moor
fe3e712555
Add inline creation for collection
2025-02-08 16:54:54 -05:00
Tom Moor
6e85e99f78
Untitled document name missing in breadcrumb
2025-02-08 16:17:40 -05:00
Tom Moor
0e07d06a91
wip
2025-02-08 15:56:07 -05:00
Tom Moor
cc38c4fedb
fix: Copy and paste embed results in link
2025-02-08 10:20:15 -05:00
Tom Moor
749b9cc6b8
fix: Mis-sized frame embeds in tables, closes #8357
2025-02-08 09:52:37 -05:00
Tom Moor
be4ce4ba2e
fix: Remove remobe link button in read-only mode, closes #8350
2025-02-07 22:20:40 -05:00
Tom Moor
7afcce47ae
fix: One source of scroll movement from remote edits
2025-02-07 22:20:40 -05:00
Hemachandar
7eb2bc9a16
Unsubscribe from document updates when a user is removed from a document ( #8349 )
...
* Unsubscribe from document updates when a user is removed from a document
* dummy default
2025-02-07 05:31:46 -08:00
Tom Moor
67adb66c8b
fix: toMarkdown not implemented when copying an individual table cell
2025-02-06 21:25:48 -05:00
Tom Moor
247a50be62
perf: Remove anonymous method in Collaborators component
2025-02-06 20:27:24 -05:00
Tom Moor
225449796a
fix: Fix flickering of avatar when multiple windows open for the same user
2025-02-06 20:24:21 -05:00
Hemachandar
7e1adab035
fix: Flaky subscriptionCreator test ( #8345 )
2025-02-06 18:22:24 -05:00
Tom Moor
aca6f55ea0
Copy to clipboard as Markdown ( #8342 )
...
* Copy as Markdown
* Avoid instantiating serializer on each copy
2025-02-06 04:29:35 -08:00
Tom Moor
ce51fa9957
fix: useComponentSize should run in useLayoutEffect
2025-02-05 22:39:10 -05:00
Hemachandar
676e89a58e
fix: Skip permission checks on the app when moving document using DnD ( #8333 )
2025-02-05 19:10:44 -08:00
Translate-O-Tron
c1d4a8e373
New Crowdin updates ( #8321 )
2025-02-04 19:59:29 -08:00
Tom Moor
7801bcb8e7
chore: Add default values for local development
2025-02-04 22:34:49 -05:00
Johnr24
d4cdf4288e
Update .env.sample ( #8323 )
2025-02-04 19:33:58 -08:00
dependabot[bot]
efcea0a7f2
chore(deps): bump the aws group with 5 updates ( #8328 )
...
Bumps the aws group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 ) | `3.735.0` | `3.740.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage ) | `3.735.0` | `3.740.0` |
| [@aws-sdk/s3-presigned-post](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-presigned-post ) | `3.735.0` | `3.740.0` |
| [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner ) | `3.735.0` | `3.740.0` |
| [@aws-sdk/signature-v4-crt](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/signature-v4-crt ) | `3.734.0` | `3.740.0` |
Updates `@aws-sdk/client-s3` from 3.735.0 to 3.740.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.740.0/clients/client-s3 )
Updates `@aws-sdk/lib-storage` from 3.735.0 to 3.740.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.740.0/lib/lib-storage )
Updates `@aws-sdk/s3-presigned-post` from 3.735.0 to 3.740.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-presigned-post/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.740.0/packages/s3-presigned-post )
Updates `@aws-sdk/s3-request-presigner` from 3.735.0 to 3.740.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.740.0/packages/s3-request-presigner )
Updates `@aws-sdk/signature-v4-crt` from 3.734.0 to 3.740.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/signature-v4-crt/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.740.0/packages/signature-v4-crt )
---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/lib-storage"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-presigned-post"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-request-presigner"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/signature-v4-crt"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-04 19:04:45 -08:00
Tom Moor
5004281077
Combine useComponentSize hooks, possible fix for #8337 ( #8338 )
2025-02-04 18:49:13 -08:00
Tom Moor
2443be9329
fix: hash-api-keys migration accesses columns before creation, closes #8336
2025-02-04 19:41:00 -05:00
Apoorv Mishra
6f49cb62c3
fix: remove legacy code ( #8335 )
2025-02-04 16:06:01 -08:00
Tom Moor
6f50ea1d60
fix: Regression, cannot mention in comments
2025-02-03 20:32:30 -05:00
Tom Moor
52679db853
fix: Cannot read properties of null (reading 'data')
2025-02-03 20:08:02 -05:00
Tom Moor
9a94e2dcf2
fix: Cannot read properties of null (reading '0')
2025-02-03 20:00:48 -05:00
dependabot[bot]
c990ace2e2
chore(deps): bump i18next-http-backend from 2.7.1 to 2.7.3 ( #8330 )
...
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend ) from 2.7.1 to 2.7.3.
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next-http-backend/commits/v2.7.3 )
---
updated-dependencies:
- dependency-name: i18next-http-backend
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>
2025-02-03 16:59:32 -08:00
dependabot[bot]
7a7912b07e
chore(deps-dev): bump terser from 5.36.0 to 5.37.0 ( #8329 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.36.0 to 5.37.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.37.0 )
---
updated-dependencies:
- dependency-name: terser
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>
2025-02-03 16:59:17 -08:00
dependabot[bot]
05a7627148
chore(deps-dev): bump @types/express-useragent from 1.0.2 to 1.0.5 ( #8331 )
...
Bumps [@types/express-useragent](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-useragent ) from 1.0.2 to 1.0.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-useragent )
---
updated-dependencies:
- dependency-name: "@types/express-useragent"
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>
2025-02-03 16:58:58 -08:00
dependabot[bot]
5ba613ac27
chore(deps): bump winston from 3.13.0 to 3.17.0 ( #8332 )
...
Bumps [winston](https://github.com/winstonjs/winston ) from 3.13.0 to 3.17.0.
- [Release notes](https://github.com/winstonjs/winston/releases )
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md )
- [Commits](https://github.com/winstonjs/winston/compare/v3.13.0...v3.17.0 )
---
updated-dependencies:
- dependency-name: winston
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>
2025-02-03 16:58:48 -08:00
Tom Moor
c717e8e3eb
Move collection description into dedicated tab ( #8326 )
...
* Move collection description into dedicated tab
* Dynamic default
* refactor
2025-02-03 16:58:35 -08:00
Tom Moor
144d83e68c
fix: Missing key prop on facepile
2025-02-01 10:59:37 -05:00
Tom Moor
abd6518854
fix: Sidebar active state lost on collection tabs
2025-02-01 10:12:49 -05:00
Tom Moor
9c12498162
Change facepile to clip path ( #8325 )
...
* Change to clip path
* tsc
* Remove showBorder prop
* fix: Facepile size prop, tons of cleanup
2025-02-01 06:42:51 -08:00
Tom Moor
aa879d8fab
chore: fix production build
2025-01-30 21:38:04 -05:00
Tom Moor
28aebc9fbf
feat: Upload remote-hosted images on paste ( #8301 )
...
* First pass
* fix
* tidy, tidy
* Determine dimensions
* docs
* test getFileNameFromUrl
* PR feedback
* tsc
2025-01-30 17:24:07 -08:00
Translate-O-Tron
abaeba5952
New Crowdin updates ( #8278 )
2025-01-28 17:54:47 -08:00
Tom Moor
b666d8f13d
fix: Dropbox OIDC requires POST to userinfo endpoint ( #8282 )
2025-01-28 17:54:04 -08:00
Hemachandar
8e4844fd84
Convert UserMembership mutations ( #8285 )
...
* handle collections.add_user, collections.remove_user
* handle documents.add_user, documents.remove_user
* don't publish event in collection creation flow
2025-01-28 17:52:31 -08:00
Tom Moor
15892a9364
feat: API key resource scoping ( #8297 )
2025-01-28 16:50:22 -08:00
dependabot[bot]
23a89c4d7b
chore(deps): bump the aws group with 5 updates ( #8309 )
...
Bumps the aws group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 ) | `3.693.0` | `3.735.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage ) | `3.693.0` | `3.735.0` |
| [@aws-sdk/s3-presigned-post](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-presigned-post ) | `3.693.0` | `3.735.0` |
| [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner ) | `3.693.0` | `3.735.0` |
| [@aws-sdk/signature-v4-crt](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/signature-v4-crt ) | `3.693.0` | `3.734.0` |
Updates `@aws-sdk/client-s3` from 3.693.0 to 3.735.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.735.0/clients/client-s3 )
Updates `@aws-sdk/lib-storage` from 3.693.0 to 3.735.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.735.0/lib/lib-storage )
Updates `@aws-sdk/s3-presigned-post` from 3.693.0 to 3.735.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-presigned-post/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.735.0/packages/s3-presigned-post )
Updates `@aws-sdk/s3-request-presigner` from 3.693.0 to 3.735.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.735.0/packages/s3-request-presigner )
Updates `@aws-sdk/signature-v4-crt` from 3.693.0 to 3.734.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/signature-v4-crt/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.734.0/packages/signature-v4-crt )
---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/lib-storage"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-presigned-post"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-request-presigner"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/signature-v4-crt"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-28 07:02:05 +05:30
dependabot[bot]
f1c5b145a4
chore(deps-dev): bump @types/node from 20.17.14 to 20.17.16 ( #8311 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.17.14 to 20.17.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
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>
2025-01-27 17:27:51 -08:00
dependabot[bot]
4c7b36dfca
chore(deps): bump react-hook-form from 7.53.1 to 7.54.2 ( #8310 )
...
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form ) from 7.53.1 to 7.54.2.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases )
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md )
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.53.1...v7.54.2 )
---
updated-dependencies:
- dependency-name: react-hook-form
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>
2025-01-27 17:27:40 -08:00
dependabot[bot]
e1d0d4717c
chore(deps): bump @tanstack/react-virtual from 3.10.9 to 3.11.3 ( #8312 )
...
Bumps [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual ) from 3.10.9 to 3.11.3.
- [Release notes](https://github.com/TanStack/virtual/releases )
- [Commits](https://github.com/TanStack/virtual/commits/v3.11.3/packages/react-virtual )
---
updated-dependencies:
- dependency-name: "@tanstack/react-virtual"
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>
2025-01-27 17:27:03 -08:00
dependabot[bot]
e3f836c22b
chore(deps): bump the babel group with 6 updates ( #8308 )
...
Bumps the babel group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) | `7.25.2` | `7.26.7` |
| [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators ) | `7.24.7` | `7.25.9` |
| [@babel/plugin-transform-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-class-properties ) | `7.25.7` | `7.25.9` |
| [@babel/plugin-transform-destructuring](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-destructuring ) | `7.25.7` | `7.25.9` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) | `7.25.8` | `7.26.7` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) | `7.24.1` | `7.26.0` |
Updates `@babel/core` from 7.25.2 to 7.26.7
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-core )
Updates `@babel/plugin-proposal-decorators` from 7.24.7 to 7.25.9
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-plugin-proposal-decorators )
Updates `@babel/plugin-transform-class-properties` from 7.25.7 to 7.25.9
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-plugin-transform-class-properties )
Updates `@babel/plugin-transform-destructuring` from 7.25.7 to 7.25.9
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-plugin-transform-destructuring )
Updates `@babel/preset-env` from 7.25.8 to 7.26.7
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-preset-env )
Updates `@babel/preset-typescript` from 7.24.1 to 7.26.0
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-preset-typescript )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: babel
- dependency-name: "@babel/plugin-proposal-decorators"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: babel
- dependency-name: "@babel/plugin-transform-class-properties"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: babel
- dependency-name: "@babel/plugin-transform-destructuring"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: babel
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: babel
- dependency-name: "@babel/preset-typescript"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: babel
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-27 17:26:32 -08:00
dependabot[bot]
e9602ada24
chore(deps): bump @dnd-kit/core from 6.1.0 to 6.3.1 ( #8304 )
...
Bumps [@dnd-kit/core](https://github.com/clauderic/dnd-kit/tree/HEAD/packages/core ) from 6.1.0 to 6.3.1.
- [Release notes](https://github.com/clauderic/dnd-kit/releases )
- [Changelog](https://github.com/clauderic/dnd-kit/blob/master/packages/core/CHANGELOG.md )
- [Commits](https://github.com/clauderic/dnd-kit/commits/@dnd-kit/core@6.3.1/packages/core )
---
updated-dependencies:
- dependency-name: "@dnd-kit/core"
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>
2025-01-27 17:18:50 -08:00
Tom Moor
0ff4bed18f
chore: Add groups to dependabot
2025-01-27 20:13:10 -05:00
dependabot[bot]
6b49d91f2f
chore(deps): bump mailparser and @types/mailparser ( #8306 )
...
Bumps [mailparser](https://github.com/nodemailer/mailparser ) and [@types/mailparser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mailparser ). These dependencies needed to be updated together.
Updates `mailparser` from 3.7.1 to 3.7.2
- [Release notes](https://github.com/nodemailer/mailparser/releases )
- [Changelog](https://github.com/nodemailer/mailparser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/mailparser/compare/v3.7.1...v3.7.2 )
Updates `@types/mailparser` from 3.4.4 to 3.4.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mailparser )
---
updated-dependencies:
- dependency-name: mailparser
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@types/mailparser"
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>
2025-01-27 17:03:36 -08:00
dependabot[bot]
77f0572445
chore(deps): bump @tanstack/react-table from 8.20.5 to 8.20.6 ( #8307 )
...
Bumps [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table ) from 8.20.5 to 8.20.6.
- [Release notes](https://github.com/TanStack/table/releases )
- [Commits](https://github.com/TanStack/table/commits/v8.20.6/packages/react-table )
---
updated-dependencies:
- dependency-name: "@tanstack/react-table"
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>
2025-01-27 17:03:21 -08:00
Tom Moor
5b11a0cc16
feat: Upgrade FA, add new icons
2025-01-25 15:19:58 -05:00
Tom Moor
dfe97bee50
fix: Comment sidebar should not overtake scrolling if linked to anchor, closes #8296
2025-01-25 11:44:38 -05:00
Tom Moor
500730b243
chore: React warning
2025-01-25 08:09:43 -05:00
Tom Moor
ec6ed809a4
Add triggers to keyboard shortcut help, make search input sticky
2025-01-25 07:49:06 -05:00
Viorel Cojocaru
08385b8a9e
chore: Bump rollup-plugin-webpack-stats to v2.0.1 ( #8293 )
2025-01-24 15:04:07 -08:00
Tom Moor
9929020b44
chore: fix WSS connection issue in local development
2025-01-24 09:44:54 -05:00
Tom Moor
48a330347f
chore: fix CORS issue in local development
2025-01-24 09:21:54 -05:00
Tom Moor
5b6bebc308
fix: Email content should account for untitled documents
2025-01-23 23:46:02 -05:00
Tom Moor
c831c71c51
fix: Incorrect horizontal borders on Settings -> Profile
2025-01-23 23:41:55 -05:00
Tom Moor
90350e82fe
fix: Events lacking teamId published for sourced memberships ( #8295 )
2025-01-23 20:19:53 -08:00
Tom Moor
b7bbaac2eb
fix: Default to user mention for backwards compat
2025-01-23 22:03:27 -05:00
Hemachandar
5a45b95a48
fix: Render TOC only when the shared document has headings ( #8264 )
...
* fix: Render TOC only when the shared document has headings
* simplify condition
* fix inconsistent toc button state
* toc visible check
* remove shareHasHeadings prop
2025-01-23 05:12:34 -08:00
Hemachandar
9deb9268b5
fix: Skip events for sourced group memberships ( #8286 )
2025-01-23 05:06:57 -08:00
Tom Moor
53f4c724bb
chore: Remove duplicate trigger definition for suggestion extensions
2025-01-22 22:29:36 -05:00
Tom Moor
184e56264c
feat: Add reading time on pinned documents
2025-01-22 21:17:26 -05:00
Tom Moor
ffa7043cf0
fix: Outgoing emails trigger spoofing warnings due to exact matching from name
2025-01-22 20:55:10 -05:00
Tom Moor
ff3c157554
fix: Crash in share menu when query looks like regex
2025-01-22 20:52:00 -05:00
Tom Moor
13f23d19fc
fix: JS error selecting 'Keep as link' with keyboard.
...
Hacky quick fix, better coming soon
closes #8276
2025-01-22 20:47:38 -05:00
Hemachandar
b527048b76
Remove namespace filter for publishing events ( #8252 )
...
* groupuser namespace
* remove namespace
* handle reactions
* handle group memberships
* cache changeset before all create and update flows
2025-01-22 17:16:05 -08:00
Apoorv Mishra
e1b0cfb6a0
Use explicitly passed title and text in favor of template title and text ( #8274 )
...
* fix: use explicitly passed title and text in favor of template title and text while creating doc from the template
* fix: retain template variables when creating a template from another template
2025-01-22 05:41:18 -08:00
ZhuoYang Wu(阿离)
2205b9ee87
feat: add paste menu ( #8229 )
...
* feat: add paste menu
* fix: for comment
* Add supported embed detection
* fix: Menu is modified before it closes
* Add multiplayer support
* refactor
* perf: Avoid unneccessary mapping
---------
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2025-01-22 05:41:05 -08:00
dependabot[bot]
1122f030a9
chore(deps): bump vite from 5.4.11 to 5.4.12 ( #8273 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.11 to 5.4.12.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-22 05:15:10 -08:00
Translate-O-Tron
4cc0beb90d
New Crowdin updates ( #8257 )
...
* fix: New Norwegian Bokmal translations from Crowdin [ci skip]
* fix: New Norwegian Bokmal translations from Crowdin [ci skip]
2025-01-20 16:00:33 -08:00
dependabot[bot]
16084322ca
chore(deps-dev): bump @types/node from 20.14.2 to 20.17.14 ( #8261 )
...
* chore(deps-dev): bump @types/node from 20.14.2 to 20.17.14
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.14.2 to 20.17.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* tsc
* tsc
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2025-01-20 16:00:08 -08:00
dependabot[bot]
fa70735585
chore(deps): bump dotenv from 16.4.5 to 16.4.7 ( #8258 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 16.4.5 to 16.4.7.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v16.4.5...v16.4.7 )
---
updated-dependencies:
- dependency-name: dotenv
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>
2025-01-20 14:24:33 -08:00
dependabot[bot]
8d694e666c
chore(deps): bump react-window from 1.8.10 to 1.8.11 ( #8259 )
...
Bumps [react-window](https://github.com/bvaughn/react-window ) from 1.8.10 to 1.8.11.
- [Release notes](https://github.com/bvaughn/react-window/releases )
- [Changelog](https://github.com/bvaughn/react-window/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bvaughn/react-window/compare/1.8.10...1.8.11 )
---
updated-dependencies:
- dependency-name: react-window
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>
2025-01-20 14:24:19 -08:00
dependabot[bot]
324ce96aaf
chore(deps): bump umzug from 3.8.1 to 3.8.2 ( #8260 )
...
Bumps [umzug](https://github.com/sequelize/umzug ) from 3.8.1 to 3.8.2.
- [Release notes](https://github.com/sequelize/umzug/releases )
- [Changelog](https://github.com/sequelize/umzug/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sequelize/umzug/compare/v3.8.1...v3.8.2 )
---
updated-dependencies:
- dependency-name: umzug
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>
2025-01-20 14:24:07 -08:00
Tom Moor
cc7f9d1a72
Improve canva share link support, closes #8140
2025-01-19 23:24:37 -05:00
Tom Moor
0116441a58
fix: findByQuery with no query
2025-01-19 22:33:03 -05:00
Tom Moor
be93b4ffe9
fix: Various bugs in the suggestion menu logic ( #8256 )
2025-01-19 17:41:34 -08:00
Tom Moor
11cb90b4fa
chore: Simplify Enter rule on mentions
2025-01-19 11:46:11 -05:00
Tom Moor
d1b7d0ee45
findByQuery
2025-01-18 22:56:24 -05:00
Tom Moor
029161002b
Move hover helper to shared
2025-01-18 21:14:00 -05:00
Tom Moor
1e10985626
Add hover states to mention
2025-01-18 20:58:54 -05:00
Tom Moor
e5fdaae09a
feat: Add prefetching to shared document sidebar items
2025-01-18 16:35:35 -05:00
Tom Moor
cfdb213cc1
Ensure both people and documents are showin in mention menu with no search term
2025-01-18 14:51:40 -05:00
Tom Moor
64106979ba
Merge branch 'main' of github.com:outline/outline
2025-01-18 10:49:33 -05:00
Tom Moor
6dffa023b1
fix: Empty title column on shares management
2025-01-17 22:56:30 -05:00
Translate-O-Tron
869b6e7394
New Crowdin updates ( #8235 )
2025-01-17 18:27:57 -08:00
Tom Moor
73086139d2
Document mentions ( #8225 )
2025-01-17 15:56:38 -08:00
dependabot[bot]
92b257381b
chore(deps): bump katex from 0.16.11 to 0.16.21 ( #8253 )
...
Bumps [katex](https://github.com/KaTeX/KaTeX ) from 0.16.11 to 0.16.21.
- [Release notes](https://github.com/KaTeX/KaTeX/releases )
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md )
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.11...v0.16.21 )
---
updated-dependencies:
- dependency-name: katex
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-17 15:15:48 -08:00
Tom Moor
79df75e09d
chore: Update bug_report.yml
2025-01-16 17:26:28 -08:00
Tom Moor
4517cd6ab1
Move bug report to form format
2025-01-16 20:22:51 -05:00
Hemachandar
3c86b48533
Convert GroupMembership mutations ( #8242 )
...
* Convert 'GroupMembership' mutations
* cleanup collectionGroupMemberships
* remove duplicate data
2025-01-16 15:23:09 -08:00
Tom Moor
bcba35550a
fix: NodeView does not re-render when editable prop changes ( #8237 )
2025-01-16 14:28:50 -08:00
Tom Moor
4af3ac98d1
fix: Improve styling with mixed RTL content ( #8247 )
...
* fix: Improve styling with mixed RTL content
* fix
2025-01-16 13:35:04 -08:00
Tom Moor
7421a9fbdc
fix: Mentions should not be able to contain node content ( #8246 )
...
closes #8238
2025-01-16 03:49:38 -08:00
Tom Moor
56b9c60388
Revert "Updated ImportJsonTask file mapDocuments method to use unshift instea…" ( #8241 )
...
This reverts commit 9cab404194 .
2025-01-15 07:16:41 -08:00
Tom Moor
8fec6758b8
fix: Move compression middleware to cover all /api and /auth routes
2025-01-14 19:01:51 -05:00
Tom Moor
1aaabf113b
fix: Incorrect plain text serialization in exportTable ( #8234 )
2025-01-14 06:35:43 -08:00
Translate-O-Tron
a0d78378d7
New Crowdin updates ( #8204 )
2025-01-13 19:35:08 -08:00
dependabot[bot]
78bf8fd641
chore(deps): bump @sentry/react from 7.119.0 to 7.120.3 ( #8233 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 7.119.0 to 7.120.3.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.120.3/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.119.0...7.120.3 )
---
updated-dependencies:
- dependency-name: "@sentry/react"
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>
2025-01-13 19:34:24 -08:00
dependabot[bot]
5374d32801
chore(deps): bump @sentry/node from 7.120.0 to 7.120.3 ( #8232 )
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 7.120.0 to 7.120.3.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.120.3/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.120.0...7.120.3 )
---
updated-dependencies:
- dependency-name: "@sentry/node"
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>
2025-01-13 18:52:28 -08:00
dependabot[bot]
68de78ead8
chore(deps): bump sonner from 1.4.3 to 1.7.1 ( #8231 )
...
Bumps [sonner](https://github.com/emilkowalski/sonner ) from 1.4.3 to 1.7.1.
- [Release notes](https://github.com/emilkowalski/sonner/releases )
- [Commits](https://github.com/emilkowalski/sonner/compare/v1.4.3...v1.7.1 )
---
updated-dependencies:
- dependency-name: sonner
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>
2025-01-13 18:52:17 -08:00
WEI-HUA CHIEN
3998a80ae9
fix: Handle nested collapsed headings in findCollapsedNodes ( #8223 )
2025-01-11 08:59:40 -08:00
Hemachandar
e910ecf559
fix: Update counter cache when a user is deleted (or) suspended ( #8222 )
2025-01-10 19:36:39 -08:00
Hemachandar
e42b533b07
Move group management to table ( #8212 )
...
* convert to table
* refactor edit group modal
* refactor delete group modal
* refactor add people modal
* refactor create group modal
* rebased changes
* filter works
* empty group message
* retain group title click
* fade
* cleanup
* pre-filtered for determining isEmpty
* remove fade, unnecessary role check
* StickyFilters component
* createdAt column
* Remove DelayedMount
Add 'External ID' in menu when present
---------
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2025-01-09 20:06:09 -05:00
Hemachandar
81d7492e5e
Convert Comment and Reaction mutations ( #8181 )
...
* handle create, update, delete
* handle resolve, unresolve
* handle add_reaction, remove_reaction
* cleanup
* fix type
* afterDestroy hook
* remove unnecessary 'hooks:false' added in this PR
* tests
2025-01-09 15:48:09 -08:00
Hemachandar
3c5ce8cb3d
Publish event in withCtx flow only ( #8188 )
...
* api key
* attachment
* file operation
* group
* share
* star
* subscription
* publish events in withCtx flow only
* cleanup GroupUser hooks:false
* type and rename
* rename publish to create
2025-01-08 05:27:49 -08:00
Hemachandar
cf3e29bbab
Improve useTableRequest for better reactivity ( #8206 )
...
* use data from store directly
* load active users only when no filter is set
* return invited user email in users.invite response
* shares
2025-01-08 05:27:36 -08:00
Translate-O-Tron
92a5954ec7
New Crowdin updates ( #8193 )
2025-01-07 05:29:21 -08:00
Hemachandar
4afa225967
Simplify email references determination ( #8189 )
...
* Simplify email references determination
* individual thread for comments
* use toPlainText
2025-01-07 05:29:04 -08:00
dependabot[bot]
48feaf9bc0
chore(deps): bump nodemailer and @types/nodemailer ( #8197 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) and [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer ). These dependencies needed to be updated together.
Updates `nodemailer` from 6.9.14 to 6.9.16
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.14...v6.9.16 )
Updates `@types/nodemailer` from 6.4.15 to 6.4.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemailer )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@types/nodemailer"
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>
2025-01-06 17:14:23 -08:00
dependabot[bot]
3f2ac2d23b
chore(deps-dev): bump @babel/cli from 7.25.9 to 7.26.4 ( #8198 )
...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) from 7.25.9 to 7.26.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.4/packages/babel-cli )
---
updated-dependencies:
- dependency-name: "@babel/cli"
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>
2025-01-06 17:14:06 -08:00
dependabot[bot]
38c12bd2a9
chore(deps-dev): bump @types/resolve-path from 1.4.2 to 1.4.3 ( #8199 )
...
Bumps [@types/resolve-path](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/resolve-path ) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/resolve-path )
---
updated-dependencies:
- dependency-name: "@types/resolve-path"
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>
2025-01-06 17:13:52 -08:00
Hemachandar
fafaddf07f
feat: Option to return anchor text for comments ( #8196 )
...
* feat: Option to return anchor text for comments
* cleanup anchorText presentation
* consolidated anchor text
* cleanup unused method
2025-01-06 17:13:37 -08:00
Hemachandar
25f264a763
fix: Notify previously mentioned users when new comment is added to a thread ( #8194 )
2025-01-05 18:23:16 -08:00
Tom Moor
085785a94c
Remove yellow badge for guests
2025-01-05 19:40:30 -05:00
Tom Moor
9c71566d66
fix: Filter input divider in light theme
2025-01-05 19:40:30 -05:00
Hemachandar
4a64a767e1
Convert GroupUser mutations ( #8187 )
...
* Convert 'GroupUser' mutations
* cleanup commands
2025-01-05 16:33:51 -08:00
Hemachandar
9bc1788bc0
Upgrade and virtualize table component ( #8157 )
...
* Upgrade and virtualize table component
* width in column def
* container height
* share query options
* full page scroll
* change z-index and remove shrink
* non-modal menu
2025-01-05 04:55:05 -08:00
Tom Moor
e93ef8b392
fix: shares.update written on every view, regressed in #8177
2025-01-04 21:10:18 -05:00
Tom Moor
db30d080ae
fix: Highlight matching mentions in find and replace ( #8184 )
2025-01-02 19:06:42 -08:00
Translate-O-Tron
63d70c2cd5
New Crowdin updates ( #8144 )
2025-01-02 12:06:20 -08:00
Hemachandar
98fef1bb1f
Convert Share mutations ( #8177 )
...
* Convert 'Share' mutations
* createContext
* name override in share.revoke method
2025-01-02 12:06:02 -08:00
Prasad Bandaru
9cab404194
Updated ImportJsonTask file mapDocuments method to use unshift instead of push for sorting order ( #8183 )
2025-01-02 12:05:50 -08:00
Tom Moor
d6459150fe
feat: Allow resizing of embed height ( #8154 )
...
* stash
* tsc
* remove console log
* Restore bottom bar on embeds
* fix: Cannot see selected state
* fix layout issue
2025-01-02 05:49:51 -08:00
Hemachandar
4789ddd947
Skip unnecessary update of comment sort preference ( #8182 )
2025-01-02 05:49:33 -08:00
Tom Moor
1c179a3c6b
Move Group to model event writing ( #8179 )
...
* Move Group to model event writing
* cleanup type
2025-01-02 07:45:09 -05:00
Tom Moor
b8c07eb298
chore: Cleanup unused pinDestroyer ( #8180 )
2025-01-01 14:02:45 -08:00
Tom Moor
adfca1e5ca
fix: Attempting to split undefined
2024-12-31 17:33:47 -05:00
Tom Moor
6ca3c25d35
fix: Do not report errors due to unsupported file types
2024-12-31 08:26:34 -05:00
Tom Moor
05a2c6ae1e
fix: Zoom cursor shown while drag-resizing image
2024-12-31 08:26:34 -05:00
Hemachandar
234915f4a0
Convert Subscription mutations ( #8166 )
...
* createContext accepts object
* handle subscriptions
* use createContext
* should've done this on the initial attempt...
2024-12-31 05:25:43 -08:00
Tom Moor
538a1274ab
fix: Scale width of caption with image ( #8174 )
2024-12-31 03:36:14 -08:00
Hemachandar
63422373ac
Add teamId index on attachments table ( #8175 )
2024-12-31 03:36:05 -08:00
dependabot[bot]
708bd8a544
chore(deps): bump prosemirror-view from 1.36.0 to 1.37.1 ( #8172 )
...
Bumps [prosemirror-view](https://github.com/prosemirror/prosemirror-view ) from 1.36.0 to 1.37.1.
- [Changelog](https://github.com/ProseMirror/prosemirror-view/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prosemirror/prosemirror-view/compare/1.36.0...1.37.1 )
---
updated-dependencies:
- dependency-name: prosemirror-view
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-12-30 16:30:23 -08:00
dependabot[bot]
120191d4d7
chore(deps-dev): bump eslint-plugin-react from 7.35.0 to 7.37.3 ( #8169 )
...
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react ) from 7.35.0 to 7.37.3.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases )
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.0...v7.37.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-react
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-12-30 16:29:40 -08:00
dependabot[bot]
6a2ab299a8
chore(deps): bump @babel/preset-react from 7.25.9 to 7.26.3 ( #8170 )
...
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react ) from 7.25.9 to 7.26.3.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.3/packages/babel-preset-react )
---
updated-dependencies:
- dependency-name: "@babel/preset-react"
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-12-30 16:29:27 -08:00
dependabot[bot]
74dc7094e1
chore(deps): bump i18next-http-backend from 2.5.0 to 2.7.1 ( #8171 )
...
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend ) from 2.5.0 to 2.7.1.
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next-http-backend/commits )
---
updated-dependencies:
- dependency-name: i18next-http-backend
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-12-30 16:29:09 -08:00
Hemachandar
5dd993adf5
Convert WebhookSubscription mutations ( #8161 )
...
* Convert 'WebhookSubscription' mutations
* add tests
* remove unnecessary assignment
2024-12-30 16:11:32 -08:00
Hemachandar
41832bbaf1
fix: Use parent transaction for findOrCreate after-commit hook ( #8173 )
2024-12-30 16:11:11 -08:00
Tom Moor
f448be5830
feat: Allow querying groups by externalId
2024-12-27 16:48:19 +00:00
Tom Moor
f0fcb26b50
fix: Cannot read properties of undefined (reading 'replace'), closes #8123
2024-12-27 10:41:45 +00:00
Tom Moor
ad237a619c
fix: Avoid document scrolling behavior when auto-scrolling sidebar
2024-12-26 21:41:25 +00:00
Tom Moor
5f49938267
chore: Fix react key warning
2024-12-26 17:40:22 +00:00
Tom Moor
68a469daa7
Add externalId property on groups ( #8127 )
...
* Add 'externalId' property on groups
* Remove clientside Field decorator
* Allow querying by externalId
2024-12-26 08:44:04 -08:00
Tom Moor
3d5a167f7f
fix: textBetween line breaks ( #8145 )
...
* fix: textBetween line breaks
* test
2024-12-26 03:31:12 -08:00
Tom Moor
b58671cbd1
Exclude state column by default in document queries ( #8139 )
...
* Exclude state column by default in document queries
* restore withoutState scope
2024-12-26 03:30:48 -08:00
Tom Moor
b3a3b0763f
fix: Exported HTML does not include table column sizes ( #8128 )
2024-12-26 03:06:03 -08:00
Tom Moor
a4becd66bd
feat: Add 'Protobuf' highlighting, closes #8141
2024-12-26 11:05:25 +00:00
Tom Moor
3437bd3a6c
fix: Additional Canva embed format, closes #8140
2024-12-25 11:28:17 +00:00
Tom Moor
86cfd62afa
feat: Allow users to change email in-app ( #8119 )
2024-12-25 02:58:26 -08:00
Translate-O-Tron
85b62d3146
New Crowdin updates ( #8132 )
...
* fix: New Dutch translations from Crowdin [ci skip]
* fix: New Korean translations from Crowdin [ci skip]
2024-12-24 09:38:02 -08:00
dependabot[bot]
1fa0a5ea98
chore(deps): bump i18next-fs-backend from 2.3.2 to 2.6.0 ( #8136 )
...
Bumps [i18next-fs-backend](https://github.com/i18next/i18next-fs-backend ) from 2.3.2 to 2.6.0.
- [Changelog](https://github.com/i18next/i18next-fs-backend/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next-fs-backend/compare/v2.3.2...v2.6.0 )
---
updated-dependencies:
- dependency-name: i18next-fs-backend
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-12-24 09:30:57 -08:00
dependabot[bot]
2b4c8d981c
chore(deps-dev): bump nodemon from 3.1.7 to 3.1.9 ( #8135 )
...
Bumps [nodemon](https://github.com/remy/nodemon ) from 3.1.7 to 3.1.9.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v3.1.7...v3.1.9 )
---
updated-dependencies:
- dependency-name: nodemon
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-12-24 09:30:23 -08:00
Tom Moor
ce55719626
chore: Print emails to console when Ethereal unavailable (offline)
2024-12-19 17:07:10 +09:00
Tom Moor
b9f0f67fb2
chore: Tidy mention menu, remove unneccessary component
2024-12-19 14:39:16 +09:00
Tom Moor
02aa4c2928
fix: Consider CDN urls to not be internal
2024-12-19 09:48:21 +09:00
Tom Moor
77e8dbefd6
fix: Ensure signed urls on shared documents are valid longer than 60s
2024-12-19 09:43:49 +09:00
Tom Moor
1e5d281870
chore: Improve warning for SMTP_FROM_EMAIL not set, closes #8125
2024-12-19 06:57:05 +09:00
Tom Moor
9b68e6835e
fix: Reduce visual strength of collection in doc breadcrumb
2024-12-18 11:07:39 +09:00
Tom Moor
f17926f912
fix: Update slate to WCAG AA compliant, closes #8113
2024-12-18 10:46:06 +09:00
Tom Moor
2397196be8
fix: Shared document header always in mobile styling, closes #8121
2024-12-18 10:27:26 +09:00
Tom Moor
133db9c22c
Improve error message when database URI contains invalid characters, closes #8110
2024-12-18 10:18:09 +09:00
Translate-O-Tron
0dd14cdf1a
New Crowdin updates ( #8058 )
2024-12-17 16:56:43 -08:00
dependabot[bot]
cc8ec28a39
chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 ( #8118 )
...
* chore(deps-dev): bump typescript from 5.6.3 to 5.7.2
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.6.3 to 5.7.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* tsc
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2024-12-18 09:56:31 +09:00
Tom Moor
c8cbb9ef9c
Add HEIC to supported mimes, closes #8122
2024-12-18 09:49:28 +09:00
dependabot[bot]
4af07ab6c4
chore(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.31.0 ( #8116 )
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.29.1 to 2.31.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.31.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
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-12-17 16:22:49 -08:00
dependabot[bot]
742c138b3d
chore(deps): bump mermaid from 11.4.0 to 11.4.1 ( #8117 )
...
Bumps [mermaid](https://github.com/mermaid-js/mermaid ) from 11.4.0 to 11.4.1.
- [Release notes](https://github.com/mermaid-js/mermaid/releases )
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.4.0...mermaid@11.4.1 )
---
updated-dependencies:
- dependency-name: mermaid
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-12-16 20:36:59 -08:00
Tom Moor
ec1eacaeea
fix: Cannot leave overlapping comments ( #8107 )
2024-12-16 20:36:32 -08:00
Tom Moor
8b15cc45b0
fix: Permissions checks on notification emails do not take into account shares ( #8109 )
...
* fix: Comment notifications not sent on drafts outside collection, shared docs
* fix: DocumentPublishedOrUpdatedEmail not sent for drafts
* tsc
2024-12-15 20:53:06 -08:00
Tom Moor
e89c32424f
fix: Subscribe to document automatically on share ( #8108 )
2024-12-15 17:37:20 -08:00
Tom Moor
a458690bfc
fix: Non-unique key parameter, closes #8104
2024-12-12 11:39:19 -05:00
Tom Moor
df03a6da8c
fix: Markdown escape characters left in titles on import ( #8102 )
2024-12-12 05:15:45 -08:00
Tom Moor
6dfe7d707a
fix: Token type not supported by Markdown parser, closes #8101
2024-12-11 21:07:15 -05:00
Tom Moor
c063709f1c
Allow resizing final table column
2024-12-11 20:39:02 -05:00
Tom Moor
dd8f6a987c
perf: Avoid iterating child documents in documents.info when direct descendant
2024-12-09 22:13:04 -05:00
Tom Moor
fa117870a2
perf: One less query in documents.info
2024-12-09 21:52:32 -05:00
dependabot[bot]
40b1e3c8c6
chore(deps): bump prosemirror-model from 1.23.0 to 1.24.0 ( #8092 )
...
* chore(deps): bump prosemirror-model from 1.23.0 to 1.24.0
Bumps [prosemirror-model](https://github.com/prosemirror/prosemirror-model ) from 1.23.0 to 1.24.0.
- [Changelog](https://github.com/ProseMirror/prosemirror-model/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prosemirror/prosemirror-model/compare/1.23.0...1.24.0 )
---
updated-dependencies:
- dependency-name: prosemirror-model
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* tsc
* tsc
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2024-12-09 17:43:04 -08:00
Tom Moor
e3b0f7db86
fix: Parsing of grist links with utm parameters, closes #8082
2024-12-09 20:42:36 -05:00
dependabot[bot]
6fddb29ff6
chore(deps): bump nanoid from 3.3.7 to 3.3.8 ( #8098 )
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-09 17:37:36 -08:00
dependabot[bot]
569a7876ae
chore(deps): bump utility-types from 3.10.0 to 3.11.0 ( #8093 )
...
Bumps [utility-types](https://github.com/piotrwitek/utility-types ) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/piotrwitek/utility-types/releases )
- [Commits](https://github.com/piotrwitek/utility-types/compare/v3.10.0...v3.11.0 )
---
updated-dependencies:
- dependency-name: utility-types
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-12-09 17:31:03 -08:00
dependabot[bot]
bea56159ec
chore(deps-dev): bump eslint-import-resolver-typescript from 3.6.3 to 3.7.0 ( #8096 )
...
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript ) from 3.6.3 to 3.7.0.
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases )
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.6.3...v3.7.0 )
---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
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-12-09 17:30:41 -08:00
Tom Moor
908f053920
Add UI element to images that are externally hosted
2024-12-08 12:51:55 -05:00
Tom Moor
033c298bff
fix: Retrieve image dimensions for all types, not only PNG
2024-12-07 17:15:25 -05:00
Tom Moor
22f02ad713
feat: Add 'Neon' highlighter color, increase presence of highlights
2024-12-07 16:27:57 -05:00
Tom Moor
92b1c578f6
feat: Improve inline rule matching ( #8085 )
...
* stash
* fix: Allow inline mark matching to work with preceding brackets
Refactor markInputRule, add markInputRuleForPattern
* docs
2024-12-07 12:46:25 -08:00
Tom Moor
a738ea97b5
feat: Dropping a remote image will now upload ( #8086 )
...
* feat: Dropping a remote image will now upload
* refactor,DRY
* guard
* Parse correct file name from url where possible
2024-12-07 12:46:14 -08:00
Tom Moor
7fbe442863
Show editor tooltip shortcuts on separate line
2024-12-07 14:10:36 -05:00
Tom Moor
2db7690e27
feat: Triple clicking in code mark should select entire mark, closes #8072
2024-12-07 12:58:15 -05:00
Tom Moor
06b89635be
Improved tooltip context – separate for header,sidebar,editor.
2024-12-07 12:45:29 -05:00
Tom Moor
1ff23756ac
fix: Make FindAndReplace popover dynamic, fixes button overflow.
...
closes #8079
2024-12-06 19:55:45 -05:00
Tom Moor
a00b677076
fix: Use sidebarContext in header breadcrumbs ( #8077 )
2024-12-06 08:00:50 -05:00
Tom Moor
6c1e4a5b40
Add shortcuts to formatting menu tooltips ( #8080 )
...
* Add shortcuts to formatting menu tooltips
* Tooltip styling
* tsc
2024-12-05 20:50:16 -08:00
Tom Moor
59078704c8
fix: Embed toggle is unresponsive ( #8078 )
...
* fix: Embed toggle is unresponsive
* fix: View recorded when toggling embeds
2024-12-05 20:01:16 -08:00
Hemachandar
f1a20b27fd
fix: auto-scroll sidebar to show active document ( #7956 )
2024-12-05 17:23:13 -08:00
Tom Moor
313b046e4e
fix: Use singleton for tooltips, ensures that only one is visible at a time. ( #8069 )
...
* fix: Use singleton for tooltips, ensures that only one is visible at a time and animations are shared
* fix: give toolbar menu its own context
* Remove duplicate props
2024-12-05 16:10:12 -08:00
Tom Moor
1154432924
Adds count of occurences and index to find and replace ( #8070 )
...
* Adds count of occurences and index to find and replace
* Disable replace buttons also
2024-12-05 15:58:24 -08:00
infinite-persistence
e8bddbe104
Notification for resolved comment ( #8045 )
...
* fix: probably copy-pasted function description
* fix: userIdsMentioned was always empty
* add: NotificationEventType.ResolveComment
* move: split handler for "mentioned" vs. "resolved"
The recipients for "resolved" will include more people (creator, repliers, mentioned), so it's easier to just split the handler than trying to augment it.
* implement: handleResolvedComment
* clone: CommentMentionedEmail as CommentResolvedEmail
Changes coming up in next commit...
* implement: CommentResolvedEmail
* Fix "New Comment↓" incorrectly showing in Resolved
## Repro 1 (with production code)
1. In a list of long resolved comments, scroll up and select the first one.
2. From another account, resolve another comment. The hint appears.
## Repro 2 (with production code)
1. Select Most-Recent, then Resolved.
2. F5. It's scrolled all the way to the bottom.
## Repro 3 (after this PR)
1. Click on the notification when someone resolved a comment. The screen jumps to "Resolved" + showing hint unnecessarily.
## Fix
The scrolling and hint was meant for Most Recent only, but missed out this case since "Resolve" is not part of the enum.
* Better sentences
* Refactor "mentions + author" calculation
* Remove unnecessary check
The resolver is already added to `userIdsNotified` from the start, so no point checking it again here.
2024-12-04 15:10:03 -08:00
Tom Moor
dddb12027c
fix: Crash in header ref, regressed in 7a6f75c34f closes #8068
2024-12-04 08:35:55 -05:00
dependabot[bot]
5cb3da82bc
chore(deps): bump socket.io from 4.7.5 to 4.8.1 ( #8056 )
...
Bumps [socket.io](https://github.com/socketio/socket.io ) from 4.7.5 to 4.8.1.
- [Release notes](https://github.com/socketio/socket.io/releases )
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io/compare/socket.io@4.7.5...socket.io@4.8.1 )
---
updated-dependencies:
- dependency-name: socket.io
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-12-03 19:15:07 -08:00
Tom Moor
7a6f75c34f
fix: Improved responsiveness of document header elements ( #8066 )
...
* fix: Made the document header components more responsive to the available space
* doc
2024-12-03 19:11:36 -08:00
Tom Moor
5d09be4add
More improvements to LaTeX fence detection
2024-12-02 22:28:59 -05:00
Tom Moor
48cae96a56
fix: Improve validation around emoji node serialization/deserialization
2024-12-02 21:58:22 -05:00
Tom Moor
e8ab7a4885
chore: Add additional node validation
2024-12-02 21:22:58 -05:00
dependabot[bot]
183d02d5c6
chore(deps-dev): bump react-refresh from 0.14.0 to 0.14.2 ( #8053 )
...
Bumps [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react ) from 0.14.0 to 0.14.2.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v0.14.2/packages/react )
---
updated-dependencies:
- dependency-name: react-refresh
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-12-02 18:10:54 -08:00
Tom Moor
4b833b3e2e
Add screen for API key management ( #8049 )
...
* API keys
* Add api key list for admins
* permissions
2024-12-02 18:10:36 -08:00
Translate-O-Tron
d1b75d44f6
New Crowdin updates ( #8040 )
2024-12-02 14:36:10 -08:00
Tom Moor
8de59f0a2f
fix: 'Resolve' button appearing on resolved threads, closes #8047
2024-12-01 09:53:38 -05:00
Tom Moor
d8fbe35455
fix: Template variables are not applied on client ( #8044 )
...
* fix: Template variables are not applied on client
* test
2024-11-30 07:13:44 -08:00
Tom Moor
514a724d9d
fix: Add default value for attachment preset for easier API use
2024-11-29 23:05:30 -05:00
Tom Moor
d66f41c854
fix: Improve behavior of LaTeX at small screensizes, closes #8032
2024-11-29 11:20:01 -05:00
Tom Moor
b2d6c40ea8
chore: Add warning for problematic selfhosted config, closes #8025
2024-11-29 11:07:23 -05:00
infinite-persistence
c98d6aa33a
Allow user to select doc-copy destination ( #8030 )
...
* DocumentExplorer: make style extensible
* Allow user to select doc-copy dest
The change in `documentDuplicator` essentially alters the fallback from "parent" to "top of collection". But there is only 1 place that uses it so far, so I think it's fine to support this PR.
In the next commit, the caller side will restore the default to "parent".
* Auto select parent as initial target (to retain existing behavior)
Otherwise, user would need to always search/expand the tree. I have a feeling that people might want the last selection to be persistent, but ignoring that for now.
The 50ms timeout feels dirty, but 0 was too fast, at least on my machine. I couldn't find anything in react-window for a "ready" flag.
* Rename: DuplicateDialog -> DocumentCopy
This begins the switch to DocumentCopy's look in the next few commits
* Revert DocumentExplorer style override
No longer needed since we won't be using it under a ConfirmationDialog anymore in the next commit.
* Switch to DocumentMove's style
* initialSelectionId -> defaultValue
---------
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2024-11-29 10:33:38 -05:00
Hemachandar
554c2a5cdb
Simplify determining from email address ( #8039 )
...
* Simplify determining from email address
* override only for cloud-hosted
2024-11-29 06:41:48 -08:00
Hemachandar
ee426de942
Cleanup random text ( #8036 )
2024-11-29 08:14:59 -05:00
Tom Moor
746e65e658
fix: Recursively filter source document from explorer, closes #8028
2024-11-27 23:04:37 -05:00
Tom Moor
8a3a3453e7
fix: The operation was unable to achieve a quorum during its retry window
2024-11-27 23:04:37 -05:00
Tom Moor
c7d339ded5
Tracking of total uploaded attachments / team ( #8031 )
...
* Add column and task to calculate size
* Store in MB, rather than Bytes
* Add cron task to recalculate attachment sizes
* findAllInBatches
* Index createdAt
* fix: Index on incorrect table
2024-11-27 18:42:23 -08:00
Tom Moor
ed25554607
fix: Hide TOC on templates
2024-11-27 18:20:49 -05:00
Tom Moor
29329daf15
chore: Record on users.signin event
2024-11-27 17:59:46 -05:00
Tom Moor
3f6390ff18
chore: Remove error on double reload
2024-11-27 17:56:02 -05:00
Translate-O-Tron
54b43c6e6f
New Crowdin updates ( #8029 )
...
* fix: New Chinese Simplified translations from Crowdin [ci skip]
* fix: New Chinese Simplified translations from Crowdin [ci skip]
2024-11-27 08:38:31 -08:00
Tom Moor
8c9c83eb5a
fix: Improve contrast on context menus in dark mode
2024-11-27 10:16:22 -05:00
Tom Moor
63171e5da2
fix: Incorrect cursor on sortable table headers
2024-11-27 09:33:52 -05:00
Tom Moor
bfd84681d7
fix: Jank in domain management screen
2024-11-26 22:29:26 -05:00
Tom Moor
7d6a47ce86
chore: Remove unused undo/redo methods
2024-11-26 20:53:44 -05:00
Tom Moor
68f715b607
chore: Remove unused typing tracking logic
2024-11-26 20:50:57 -05:00
Tom Moor
ea2e7a4d0f
chore: Remove duplicate ID annotations
2024-11-26 20:43:01 -05:00
Translate-O-Tron
26948af1b8
New Crowdin updates ( #7967 )
2024-11-26 17:24:29 -08:00
Tom Moor
816a6715c5
chore: Simplify comment sidebar persistence to be per-user ( #8022 )
2024-11-26 17:24:07 -08:00
Tom Moor
4579594c63
fix: Relayout jank on document references
2024-11-26 09:05:14 -05:00
Tom Moor
88f7705fd4
fix: Starred documents do not expand when focusing, related #7956
2024-11-25 23:30:01 -05:00
Hemachandar
8393847910
Check flag emoji is supported ( #8009 )
2024-11-25 19:32:41 -08:00
dependabot[bot]
b9adfa175d
chore(deps-dev): bump @types/readable-stream from 4.0.15 to 4.0.18 ( #8019 )
...
Bumps [@types/readable-stream](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/readable-stream ) from 4.0.15 to 4.0.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/readable-stream )
---
updated-dependencies:
- dependency-name: "@types/readable-stream"
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-11-25 19:31:39 -08:00
dependabot[bot]
7fff8161ff
chore(deps): bump vite from 5.4.10 to 5.4.11 ( #8021 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.10 to 5.4.11.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.11/packages/vite )
---
updated-dependencies:
- dependency-name: vite
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-11-25 19:31:30 -08:00
Tom Moor
0ef9f1aea1
fix: Improve fast-click functionality in sidebar
2024-11-25 22:22:21 -05:00
Tom Moor
fe63c5d706
fix: JS error in usePosition hook
2024-11-25 20:42:31 -05:00
Tom Moor
7749f0ab9f
fix: Undo/redo regression
2024-11-25 20:36:23 -05:00
Tom Moor
763b911dfd
fix: Named commands broken, regressed in 921e89d7b7
2024-11-24 23:34:48 -05:00
Tom Moor
99e541ede8
fix: Ensure logout OIDC never immediately relogin
2024-11-24 22:34:16 -05:00
Tom Moor
06f48ec79a
Add active/hover state to collapsed thread
2024-11-24 19:59:31 -05:00
infinite-persistence
5566d995bd
Comment: collapse long replies ( #7941 )
...
* Comment: collapse long replies
## Ticket
Closes 5079
## Review
- For the case of RTL, followed how "Reply" is implemented (assumed that is the desired). If it need to be re-aligned, it can be fixed together with "Reply" later.
- The threshold number can be moved to constants.ts if we don't want to pollute the props.
* Card-style + Facepile
2024-11-24 16:20:46 -08:00
Tom Moor
921e89d7b7
fix: Undo/redo behavior incorrect in multiplayer editor ( #8015 )
2024-11-24 16:19:52 -08:00
Tom Moor
32602f89dd
fix: Flash of styles when printing dark mode ( #8010 )
2024-11-24 06:15:34 -08:00
Tom Moor
2cce95488c
fix: S3 expiry not passed correctly ( #8013 )
2024-11-24 06:15:19 -08:00
Tom Moor
0663d191fc
fix: Lists with negative margin are cut off when printing to PDF. This is a pragmatic fix for the issue closes #7958
2024-11-23 12:00:05 -05:00
Tom Moor
84eb1b801d
fix: 'Replace all' functionality replacing offset incorrectly
2024-11-23 00:47:26 -05:00
Hemachandar
5102cfe8eb
Persist theme after update ( #7997 )
2024-11-21 05:18:11 -05:00
Tom Moor
1d0617dbd6
fix: Edge case where heading in first table cell changes margin on focus
2024-11-20 20:52:11 -05:00
Tom Moor
eedfd549b3
fix: Rare loop of storage events between tabs causing flickering UI ( #7996 )
...
* fix: Rare loop of storage events between tabs causing flickering UI
* Types cleanup
2024-11-20 16:17:28 -08:00
Hemachandar
28cb5aa379
Convert pin mutations to use auto event insertion ( #7993 )
2024-11-20 16:14:11 -08:00