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
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
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
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
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
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
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
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
Tom Moor
619c56102c
chore: Always log outgoing emails in development ( #8700 )
2025-03-15 18:25:14 +00:00
Tom Moor
5a1aeed989
fix: API middleware wrapper triggers on JSZip stream ( #8683 )
2025-03-13 00:50:41 +00: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
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
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
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
ddfd1b70e5
fix: Allow setting revision name to null ( #8626 )
2025-03-04 00:44:17 +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
ae05520a25
feat: Add query parameter to collections.list ( #8595 )
2025-03-01 09:02:17 -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
13f45e1a1c
Send editor version down websocket and force reload ( #8582 )
2025-02-26 19:25:13 -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
Tom Moor
97e91eb06b
test: Fix race condition
2025-02-23 22:29:40 -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
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
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
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
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
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