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
9e8b4a3269
chore: Clarify copy in user account deletion email
2025-02-13 19:00:45 -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
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
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
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
Hemachandar
7e1adab035
fix: Flaky subscriptionCreator test ( #8345 )
2025-02-06 18:22:24 -05:00
Tom Moor
2443be9329
fix: hash-api-keys migration accesses columns before creation, closes #8336
2025-02-04 19:41:00 -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
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
Tom Moor
5b6bebc308
fix: Email content should account for untitled documents
2025-01-23 23:46:02 -05:00
Tom Moor
90350e82fe
fix: Events lacking teamId published for sourced memberships ( #8295 )
2025-01-23 20:19:53 -08:00
Hemachandar
9deb9268b5
fix: Skip events for sourced group memberships ( #8286 )
2025-01-23 05:06:57 -08:00
Tom Moor
ffa7043cf0
fix: Outgoing emails trigger spoofing warnings due to exact matching from name
2025-01-22 20:55:10 -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
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
Tom Moor
73086139d2
Document mentions ( #8225 )
2025-01-17 15:56:38 -08: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
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
Hemachandar
e910ecf559
fix: Update counter cache when a user is deleted (or) suspended ( #8222 )
2025-01-10 19:36:39 -08: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
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
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
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
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
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
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
Hemachandar
63422373ac
Add teamId index on attachments table ( #8175 )
2024-12-31 03:36:05 -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
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
86cfd62afa
feat: Allow users to change email in-app ( #8119 )
2024-12-25 02:58:26 -08:00
Tom Moor
ce55719626
chore: Print emails to console when Ethereal unavailable (offline)
2024-12-19 17:07:10 +09:00