Tom Moor
1b913054e8
chore: Move i18n generation, pre-commit hooks ( #3410 )
2022-04-17 13:29:08 -07:00
Tom Moor
b1aba32b62
chore: Bringing across edits from enterprise codebase
2022-04-16 19:46:01 -07:00
Tom Moor
4c4b80ba9b
fix: Collaboration debounce shared between docs ( #3401 )
...
* fix: Collaboration debounce shared between docs
* Rename, Tracing -> Metrics
* Add tracing
* tsc
* fix: Lock document row when loading document in collaboration service incase state needs writing
* fix: Incorrect service name regression
2022-04-16 14:58:17 -07:00
Tom Moor
d3ecab3489
fix: Lowercase email from auth providers to match any outstanding invites ( #3369 )
...
* fix: Lowercase email from auth providers to match any outstanding invites
* fix
2022-04-12 21:31:55 -07:00
Tom Moor
86f1645199
feat: Automatic invite reminder email ( #3354 )
...
* feat: Add user flags concept, for tracking bits on a user
* feat: Example flag usage for user invite resend abuse
* wip
* test
* fix: Set correct flag
2022-04-12 20:12:33 -07:00
Tom Moor
7f5bf6c6b3
feat: User flags ( #3353 )
...
* feat: Add user flags concept, for tracking bits on a user
* feat: Example flag usage for user invite resend abuse
2022-04-11 19:42:50 -07:00
Tom Moor
f399c9d38c
chore: More tracing cleanup
2022-04-11 08:04:13 -07:00
Tom Moor
27597727ee
chore: More tracing cleanup
2022-04-10 20:11:18 -07:00
Tom Moor
31b95b5f17
fix: BaseProcessor should not be pushed onto queues
2022-04-10 20:05:59 -07:00
Tom Moor
963475d2b0
fix: Queue retry behavior ( #3359 )
...
* fix: Queue retry behavior
* Add default options for task queue
2022-04-10 17:50:42 -07:00
Tom Moor
b7a6a34565
fix: Flash of empty state on paginated lists ( #3351 )
...
* fix: Flash of empty state on paginated lists
fix: Typing of PaginatedList to generic
* test
* test
2022-04-09 20:31:51 -07:00
Tom Moor
9281287dba
one
2022-04-09 20:25:54 -07:00
Tom Moor
8f23504c64
fix: Archived documents should be filtered from getChildDocumentIds when searching and loading share data ( #3352 )
...
closes #3343
2022-04-09 18:34:18 -07:00
Tom Moor
ae34570648
chore: Add metrics logging for emails
2022-04-09 15:09:01 -07:00
Tom Moor
5c1888b0a4
feat: Adds menu item to resend outstanding invites ( #3348 )
...
* feat: Adds menu item to resend outstanding invites
* i18n
* snapshots
2022-04-09 11:34:27 -07:00
Nan Yu
75a868e5e8
feat: Search shared documents ( #3126 )
...
* provide a type-ahead search input on shared document pages that allow search of child document tree
* improve keyboard navigation handling of all search views
* improve coloring on dark mode list selection states
* refactor PaginatedList component to eliminate edge cases
2022-04-08 10:40:51 -07:00
Tom Moor
5c24f9e1d5
chore: Email + mailer refactor ( #3342 )
...
* Huge email refactor
* fix: One rename too many
* comments
2022-04-07 16:50:04 -07:00
Tom Moor
15375bf199
fix: users.info request flood ( #3334 )
...
* feat: Add user id filter to users.list endpoint
* fix: Remove users.info request loop
2022-04-06 22:00:11 -07:00
Tom Moor
9b5df51625
chore: Add APM tracing around queues
2022-04-06 21:59:52 -07:00
Tom Moor
f10cfbbd9e
fix: Missing user scope in collection mailer
2022-04-06 21:35:45 -07:00
Tom Moor
448f94ed04
fix: Allow admin edit/update access to all collections ( #3335 )
...
* fix: Allow admin edit/update access to all collections
* test
2022-04-06 16:49:07 -07:00
Tom Moor
dbfdcd6d23
chore: Refactor worker, emails and data cleanup to task system ( #3337 )
...
* Refactor worker, all emails on task system
* fix
* lint
* fix: Remove a bunch of expect-error comments in related tests
* refactor: Move work from utils.gc into tasks
* test
* Add tracing to tasks and processors
fix: DebounceProcessor triggering on all events
Event.add -> Event.schedule
2022-04-06 16:48:28 -07:00
Tom Moor
2e41ace386
refactor: Move depths and breakpoints out of theme
2022-04-04 21:20:38 -07:00
Tom Moor
b50c7beba3
fix: Migrations should account for old rows
2022-04-03 20:16:09 -07:00
Tom Moor
84d6bf8ddf
feat: Add ability to star collection ( #3327 )
...
* Migrations, models, commands
* ui
* Move starred hint to location state
* lint
* tsc
* refactor
* Add collection empty state in expanded sidebar
* Add empty placeholder within starred collections
* Drag and drop improves, Relative refactor
* fix: Starring untitled draft leaves empty space
* fix: Creating draft in starred collection shouldnt open main
* fix: Dupe drop cursor
* Final fixes
* fix: Canonical redirect replaces starred location state
* fix: Don't show reorder cursor at the top of collection with no permission to edit when dragging
2022-04-03 18:51:01 -07:00
Tom Moor
6f2a4488e8
chore: Editor refactor ( #3286 )
...
* cleanup
* add context
* EventEmitter allows removal of toolbar props from extensions
* Move to 'packages' of extensions
Remove EmojiTrigger extension
* types
* iteration
* fix render flashing
* fix: Missing nodes in collection descriptions
2022-03-30 19:10:34 -07:00
Nan Yu
096b35e08e
chore: change the way that share permissions are checked on child documents to use the parentId field of documents rather than the collection structure ( #3294 )
2022-03-28 10:18:59 -07:00
Tom Moor
72614ea090
chore: Bringing some changes across from enterprise fork
2022-03-27 19:50:27 -07:00
CommanderRoot
f7b1f3ad6d
refactor: replace deprecated String.prototype.substr() ( #3285 )
...
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com >
2022-03-25 11:57:42 -07:00
Tom Moor
3d88ebc3d7
chore: New teams get collaborative editing by default
2022-03-24 19:15:38 -07:00
忽如寄
396836dedd
refactor: ♻️ del children type ( #3283 )
...
* refactor: 🔧 del unnecessary children type
Change-Id: I3dea5e07f5401bdbdd168eb959fe361c57784167
* feat: 💄 eslint
Change-Id: Ie173adeca9e3112d8cdfc1f85964332105dcb424
* feat: 🔧 add css type
Change-Id: I8850c4d09b152f4d9c4d98e6eebca58bd9eecd37
* fix: 💄 ci lint
Change-Id: I69ff89c7a30e2bdcd26475ec83f3f5ec143121b6
2022-03-24 17:45:36 -07:00
Tom Moor
6af9246f26
feat: Allow disabling collection creation for members ( #3270 )
2022-03-24 16:02:50 -07:00
Tom Moor
5047be9898
fix: Attachments on public share links broken when using AWS Accelerate
...
fix: Attachments broken when using non-collab and AWS bucket on the same host
(https://github.com/outline/outline/discussions/3274 \)
2022-03-22 22:58:29 -07:00
Tom Moor
e6eb43144c
chore: Hardcode service name for APM tagging
2022-03-18 22:15:56 -07:00
Tom Moor
04f1daeec9
fix: Do not enqueue event until db transaction committed
2022-03-18 22:06:26 -07:00
Tom Moor
dc9c45ef6c
fix: Add extra span naming closes #3266
2022-03-18 20:12:49 -07:00
Tom Moor
4b626de24e
perf: Add createdAt index to events table
2022-03-18 19:32:29 -07:00
Tom Moor
5e655e42f6
chore: documentStructure database locking ( #3254 )
2022-03-18 08:59:11 -07:00
Tom Moor
c98c397fa8
feat: Add optional config of database connection pooling
2022-03-17 18:18:35 -07:00
Tom Moor
a27af88d4a
perf: Stop copying attachments when moving documents ( #3251 )
...
* perf: Stop copying attachments when moving documents
* lint
2022-03-16 15:18:04 -07:00
Tom Moor
15cecf1e53
Upgrade dd-trace, add APM tracing around key commands, fix tags should be attached to root spans ( #3243 )
2022-03-14 20:03:12 -07:00
Tom Moor
d63326066f
feat: Improve settings layout ( #3234 )
...
* Setup, and security settings
* Settings -> Details
* Settings -> Notifications
* Profile
* lint
* fix: Flash of loading on members screen
* align language input
* feat: Move share links management to sortable table
* Add account menu to sidebar on settings page
* Aesthetic tweaks, light borders between settings and slight column offset
2022-03-14 17:44:56 -07:00
Tom Moor
4fd48d9e4c
fix: utils.gc constraint issue, closes #3228
2022-03-14 16:15:10 -07:00
Tom Moor
e30f6e937c
fix: Automatically disable email sign-in when SMTP is not configured
...
fix: Do not show email signin as enabled when SMTP configured
closes #3227
2022-03-12 17:01:46 -08:00
Tom Moor
36f90b3a46
perf: Additional missing index
2022-03-10 18:50:28 -08:00
Tom Moor
2ef827ee6f
perf: Add teamId to search query to help with query planning
2022-03-10 18:13:18 -08:00
Tom Moor
503598e16d
perf: Add missing indexes to views table
2022-03-10 18:10:33 -08:00
Tom Moor
f36e18e3a6
perf: Document.state still queried in documents.search endpoint
2022-03-10 09:17:29 -08:00
Tom Moor
fd9ef3ab22
perf: Document.state still queried in documents.search endpoint
2022-03-10 09:02:23 -08:00
Tom Moor
d399e1048a
perf: Don't load CRDT state from database by default ( #3215 )
2022-03-09 20:07:10 -08:00