Tom Moor
c22ed0c82e
BaseModel -> Model
2023-09-09 22:39:08 -04:00
Tom Moor
6159973df9
fix: Only update views in collaborative server on data change ( #5804 )
2023-09-09 19:16:02 -07:00
Tom Moor
80ef0a38d6
chore: More flakey test improvements ( #5801 )
2023-09-09 15:30:19 -07:00
Tom Moor
127115272a
feat: Return attachments when exporting an individual file ( #5778 )
2023-09-06 17:53:30 -07:00
Tom Moor
d1de5871de
fix: Flaky groups test ( #5789 )
2023-09-06 15:29:30 -07:00
Tom Moor
ec0564eb32
chore: Test performance ( #5786 )
2023-09-06 14:19:21 -07:00
Tom Moor
3eb947e9a5
chore: Improve perf of server tests ( #5785 )
2023-09-06 04:14:49 -07:00
Tom Moor
c4aad4d4bf
fix: Document unfurling on custom domains
...
closes #5781
2023-09-05 23:19:26 -04:00
Tom Moor
1c99e8519a
fix: URLs to internal resources should not be sent to Iframely
2023-09-04 14:46:26 -04:00
Tom Moor
d7c331532d
Add document unsubscribe link in email footer ( #5762 )
2023-09-03 16:04:28 -07:00
Tom Moor
3721ea2333
fix: Allow use of validations middleware in plugins
2023-09-03 16:52:46 -04:00
Tom Moor
ef71a54120
Merge branch 'main' of github.com:outline/outline
2023-09-03 09:11:33 -04:00
Apoorv Mishra
1c7bb65c7a
Document emoji picker ( #4338 )
...
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2023-09-03 06:11:14 -07:00
Tom Moor
093ee74a90
fix: Protect against exports larger than memory/max
2023-09-02 22:11:53 -04:00
Tom Moor
8b4b2ca741
fix: S3Storage incorrectly setting hostname
2023-08-31 20:44:34 -04:00
Tom Moor
4e53029377
Use "Inter" as default typeface ( #5741 )
...
* Inter
* tweaks
* tweaks
2023-08-31 15:07:45 -07:00
Tom Moor
7abb4f9ad6
Improve validation on api/users endpoints ( #5752 )
2023-08-31 15:06:18 -07:00
Tom Moor
dec03b9d84
fix: Remove cloud hosted check before running migrations
2023-08-30 23:03:49 -04:00
Tom Moor
fa03f9c08d
Add additional rate limits on documents API endpoints
2023-08-30 20:28:22 -04:00
Tom Moor
864ddbd438
fix: Do not attempt to download non-valid urls in document create/import
2023-08-28 21:02:10 -04:00
Tom Moor
30a4303a8e
chore: Remove DEPLOYMENT and SUBDOMAINS_ENABLED ( #5742 )
2023-08-28 17:39:58 -07:00
Tom Moor
b002d51ace
Add support for iframes in imported HTML
2023-08-28 18:37:39 -04:00
Tom Moor
78ad1b867a
fix: Handle base64 and remote images when creating a file ( #5740 )
2023-08-26 06:15:14 -07:00
Tom Moor
79ff9309fd
fix: Write revision when leaving editing mode
2023-08-24 21:18:38 -04:00
Tom Moor
1d90f98a29
fix: Remove overly aggressive AWS_ env variable validation prevents use with IAM roles
2023-08-24 18:16:52 -04:00
Tom Moor
dfbd89ad53
fix: Improve error message when an individual document in a large import is too large
2023-08-23 21:49:35 -04:00
Apoorv Mishra
8f86eadc5d
fix: tsc ( #5732 )
2023-08-23 19:23:41 +05:30
Apoorv Mishra
53c6c5599a
Go-To Actions with transactions emails ( #5728 )
...
* feat: go-to actions for emails
* fix: comment
* fix: tsc without previewText
* fix: goToAction
* fix: link to original template
* fix: final comments
2023-08-23 18:43:52 +05:30
Tom Moor
418d3305b2
feat: Add team deletion flow for cloud-hosted ( #5717 )
2023-08-21 17:24:46 -07:00
Tom Moor
5c07694f6b
Refactor 'uploadFromUrl' to base storage implementation
...
Add safety around using fetch implementation
2023-08-20 13:13:17 -04:00
Tom Moor
74722b80f2
chore: Refactor file storage ( #5711 )
2023-08-20 07:04:34 -07:00
Apoorv Mishra
c9d62420c8
feat: send header ( #5707 )
2023-08-20 10:55:04 +05:30
Tom Moor
7e349c9db1
perf: Do not load state to calculate navigation node
2023-08-17 23:14:44 +02:00
Tom Moor
13b067fb3f
fix: Document importer only replaces first base64 encoded image when there are multiple identical images in a document
...
closes #5653
2023-08-17 22:46:40 +02:00
Tom Moor
5f00b4f744
fix: Incorrect error shown to user when connection limit is reached ( #5695 )
2023-08-16 12:39:56 -07:00
Tom Moor
4edfab20fe
fix: Bug with local dynamic reloading since moving to SSL
2023-08-14 20:48:49 +02:00
Philip Standt
c38e045df2
feat: support self hosted grist ( #5655 )
...
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2023-08-14 11:46:24 -07:00
Tom Moor
b7bfc4bb1a
chore: Remove optimize imports to allow vite upgrade ( #5691 )
2023-08-14 11:44:58 -07:00
Tom Moor
c32cec7bff
Add support for SSL in development ( #5668 )
2023-08-09 04:21:41 -07:00
Apoorv Mishra
401ae73a04
Request validation for /api/collections.* ( #5619 )
2023-08-06 09:54:13 -07:00
Tom Moor
d8f1f55a80
fix: type is optional input for integrations.list endpoint
2023-08-06 11:09:22 -04:00
Apoorv Mishra
2331bbbd36
Request validation for /api/integrations.* ( #5638 )
2023-08-01 18:17:01 -07:00
Tom Moor
91585ee09d
feat: Add tracking pixel to notifications for mark-as-read functionality ( #5626 )
2023-07-31 15:01:50 -07:00
Tom Moor
ccdcda372f
chore: Move last usage of sequelize.transaction to middleware
2023-07-29 22:30:26 -04:00
Apoorv Mishra
ddc883bfcd
Preview arbitrary urls within a document ( #5598 )
2023-07-29 16:51:49 -07:00
Apoorv Mishra
e3807a1c75
fix: tests
2023-07-26 21:40:34 +05:30
Apoorv Mishra
03ebca2f0c
fix: no overloading
2023-07-25 19:35:31 +05:30
Apoorv Mishra
2a17e0cbf6
fix: send user context for authorize calls
2023-07-25 19:35:31 +05:30
Apoorv Mishra
9ac1e13227
fix: just return 204
2023-07-25 19:35:31 +05:30
Apoorv Mishra
bd0240b7a5
fix: handle errors from Iframely
2023-07-25 19:35:31 +05:30