Tom Moor
e1601fbe72
chore: Permanent team deletion ( #2493 )
2021-09-20 20:58:39 -07:00
dependabot[bot]
a88b54d26d
chore(deps): bump tmpl from 1.0.4 to 1.0.5 ( #2601 )
...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases )
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5 )
---
updated-dependencies:
- dependency-name: tmpl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-20 18:43:11 -07:00
Translate-O-Tron
88cc964d69
New Crowdin updates ( #2590 )
...
* fix: New Polish translations from Crowdin [ci skip]
* fix: New Polish translations from Crowdin [ci skip]
2021-09-19 19:02:01 -07:00
Saumya Pandey
b8efe772fe
fix: Warning when dragging document between collections with different user permissions ( #2516 )
2021-09-19 19:00:54 -07:00
Tom Moor
b2f00d71d3
fix: Image zoom doesn't work in read-only
2021-09-19 15:26:52 -07:00
Tom Moor
c2edfca6e5
fix: 'undefined' logged
2021-09-19 15:15:13 -07:00
Saumya Pandey
9c3c0fe418
feat: Add Polish to languageOptions ( #2593 )
2021-09-19 09:45:26 -07:00
Tom Moor
313067ff7b
Add additional logging for persistence failure
2021-09-18 20:09:08 -07:00
Tom Moor
be64c2b206
fix: Restore load cache, fixes TOC not visible on load
2021-09-18 17:49:00 -07:00
Tom Moor
d576ce1734
fix: Remote awareness not available on doc load (collab)
2021-09-17 17:36:48 -07:00
Tom Moor
0f624958bc
Use new hocuspocus hooks for collaboration metrics
2021-09-17 17:35:20 -07:00
Tom Moor
162da9a3ad
fix: Can't edit title in collaborative mode
2021-09-16 22:47:58 -07:00
Tom Moor
d7e9ad4f13
Remove usage of internal api
2021-09-16 21:27:37 -07:00
Tom Moor
bcf773a1d6
Billibilli default hidden
2021-09-16 18:49:05 -07:00
Tom Moor
97082e8cba
Merge branch 'main' of github.com:outline/outline
2021-09-16 18:48:25 -07:00
Su Yang
bc3f2e4876
Add bilibili Embed Service ( #2550 )
...
* feat: Add bilibili Embed Service
* chore: code format
* chore: update bilibili icon
2021-09-16 18:48:13 -07:00
Translate-O-Tron
49a9b91708
New Crowdin updates ( #2566 )
2021-09-16 18:45:55 -07:00
Greg Linklater
01cea549a5
feat: map preferred_username claim to user record ( #2569 )
2021-09-16 18:45:37 -07:00
Tom Moor
a9df3f64cf
fix: Headings and code should be toggleable
2021-09-16 18:42:42 -07:00
Tom Moor
e6cc8f5550
fix: Include log level in development
2021-09-16 17:22:23 -07:00
Tom Moor
f6c2a95a55
Bump i18next-parser for true --silent fix
2021-09-16 16:26:57 -07:00
Tom Moor
27736f66ef
fix: Various fixes for collaborative editing beta ( #2586 )
2021-09-15 23:27:22 -07:00
Tom Moor
cde2909296
fix: Missing translation tag
2021-09-14 20:15:37 -07:00
Tom Moor
1f6e1a71f9
fix: List reverting to '0' indexing
2021-09-14 18:34:34 -07:00
Tom Moor
15ef8f7dff
chore: Upgrade i18next related deps
2021-09-14 18:15:16 -07:00
Tom Moor
83a61b87ed
feat: Normalized server logging ( #2567 )
...
* feat: Normalize logging
* Remove scattered console.error + Sentry.captureException
* Remove mention of debug
* cleanup dev output
* Edge cases, docs
* Refactor: Move logger, metrics, sentry under 'logging' folder.
Trying to reduce the amount of things under generic 'utils'
* cleanup, last few console calls
2021-09-14 18:04:35 -07:00
Tom Moor
6c605cf720
fix: Forward to incorrect collection url on first signin ( #2565 )
...
closes #2560
2021-09-13 21:35:52 -07:00
Tom Moor
fb335887cb
preventBodyScrollhideOnEsc
2021-09-13 21:00:28 -07:00
Translate-O-Tron
88e7d4c539
New Crowdin updates ( #2449 )
2021-09-13 20:09:52 -07:00
Tom Moor
400e32da70
fix: Various fixes for collaborative editing beta ( #2561 )
...
* fix: Remove Saving… message when collab enabled
* chore: Add tracing extension to collaboration server
* fix: Incorrect debounce behavior due to missing timestamps on events, fixes abundence of notifications when editing in realtime collab mode
* fix: Reload document prompt when collab editing
2021-09-13 17:36:26 -07:00
Tom Moor
a699dea286
fix: Cleanup forking model ( #2559 )
...
* fix: Cleanup forking model
2021-09-12 21:45:52 -07:00
Tom Moor
2aca760ee0
fix: Double document highlight in sidebar ( #2551 )
...
* fix: Single highlighted doc when starred
closes #2544
* fix: Collection expand/collapse as navigating starred docs
2021-09-11 15:54:05 -07:00
Tom Moor
f1c9c6fdf9
Update LICENSE
2021-09-11 09:48:19 -07:00
Tom Moor
801f6681ba
Collaborative editing ( #1660 )
2021-09-10 22:46:57 -07:00
Tom Moor
0a998789a3
chore: Support Redis v6 on Heroku
2021-09-10 21:05:06 -07:00
Tom Moor
92016bbd06
fix: List behavior when ordered list starts at number other than 1
...
fix: Image improvements
fix: Image upload race condition
2021-09-10 19:06:54 -07:00
Tom Moor
231ab2da03
fix: Add recording of job errors, remove from queues on failure, centralize options
2021-09-09 22:38:34 -07:00
Tom Moor
bd880ee984
chore: Add basic logging of metrics to event queue ( #2545 )
...
* chore: Add basic logging of metrics to event queue
closes #2524
* Better naming for multiple queue types
* Add stalled event
2021-09-09 21:55:45 -07:00
Tom Moor
995c6f90b7
fix: Mount _health route before catch-alls
...
closes #2536
2021-09-09 21:08:34 -07:00
Tom Moor
8ac853bb8b
fix: Printing from doc menu is blank in Firefox
...
closes #2543
2021-09-09 20:41:56 -07:00
Tom Moor
2f5cf90cb7
0.59.0
2021-09-07 22:10:29 -07:00
Tom Moor
c709e54738
fix: Init dd trace sooner, closes #2528
2021-09-02 23:22:31 -07:00
Tom Moor
47953b3354
Yarn.lock
2021-09-02 23:17:41 -07:00
Tom Moor
d96099b5b8
Move OIDC provider to routes directory
2021-09-02 19:55:06 -07:00
Greg Linklater
4b2bf28531
feat: Generic OAuth2 Authentication ( #2388 )
...
* chore: additional dependency
* feat: OAuth2 authentication provider
* docs: add env vars
* chore: lock file
* feat: add malformed user info error and notice
* feat: configurable scopes
* fix: explicitly enable state and disable pkce
* chore: remove externally supplied username from account provisioner use
* chore: remove upstream error
* chore: add explicit import for fetch
* chore: remove unused env var from sample
* docs: openid connect claims
* fix: forward fetch errors
* feat: configurable team claim name
* docs: move OIDC env vars together
* refactor: change provider name
* refactor: rename error to match provider
* fix: resolve claim using lodash.get
* refactor: remove OIDC_TEAM_CLAIM and hard code team name
2021-09-02 19:50:17 -07:00
Tom Moor
a3df9e868f
fix: Server error when loading documents.info with shareId and user token and child documents shared
...
closes #2527
2021-09-01 23:38:43 -07:00
Tom Moor
476b5e03f9
perf: Move exports to worker service ( #2514 )
...
* first pass
* fixes
* fix: Move export related emails to queue
* i18n
2021-08-31 17:41:57 -07:00
Tom Moor
23a6459ae8
fix: Make GoogleDrive embed links more lenient
...
closes #2405
2021-08-30 22:43:13 -07:00
Saumya Pandey
4929fbaccb
fix: Move "public document sharing" to "Permissions" ( #2496 )
...
* Convert to functional component
* Move public sharing to permissions
* Add collections.permission_changed event
* Account for null
* Update server/events.js
Co-authored-by: Tom Moor <tom.moor@gmail.com>
* Add collections.permission_changed event
* Remove name
Co-authored-by: Tom Moor <tom.moor@gmail.com>
2021-08-30 11:43:42 +05:30
Tom Moor
08a8fea69a
chore: Add /_health endpoint to all services
...
closes #2506
2021-08-29 19:44:06 -07:00