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