1a6921f6c7
fix: Empty doc missing placeholder
2021-11-03 22:02:10 -07:00
ad3bb98087
fix: Various collab cursor issues ( #2727 )
2021-11-03 17:51:51 -07:00
a839f2ed5b
chore(deps): bump validator from 5.2.0 to 13.7.0 ( #2726 )
...
Bumps [validator](https://github.com/validatorjs/validator.js ) from 5.2.0 to 13.7.0.
- [Release notes](https://github.com/validatorjs/validator.js/releases )
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/validatorjs/validator.js/compare/5.2.0...13.7.0 )
---
updated-dependencies:
- dependency-name: validator
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-03 11:08:01 -07:00
57fa1305a6
chore: Remove react-keydown
( #2713 )
...
* First steps of remove react-keydown, replace with hook
* RegisterKeyDown component to aid transition away from react-keydown
2021-11-01 19:52:04 -07:00
9a1c5c187e
fix: Bump hocuspocus for small js fix ( https://github.com/ueberdosis/hocuspocus/pull/235 )
2021-10-28 21:28:33 -07:00
3987de1d7e
Bump kbar, related #2688
2021-10-26 18:12:20 -07:00
4266a95569
chore: Bump BME ( #2690 )
2021-10-24 21:28:15 -07:00
33b6fbdee9
feat: Command Bar ( #2669 )
2021-10-24 12:30:27 -07:00
99684d0900
Upgrade editor, fixes #2682
2021-10-23 10:34:38 -07:00
63c0daf483
fix: mailto links corrupted on save, closes #1090
2021-10-20 08:56:02 -07:00
51971d2c9a
fix: Various aria and React warnings
2021-10-19 22:12:20 -07:00
d443abfc57
chore: Allow websockets and collaboration service to run in the same process ( #2674 )
2021-10-19 21:18:20 -07:00
6a1566c275
fix: Regression in image upload, closes #2662
2021-10-14 16:47:16 -07:00
59f4b3bd97
fix: Server markdown parser failing tests
2021-10-13 19:37:04 -07:00
bb9d7d310b
fix: Clicking outside editor should close selection toolbar
2021-10-13 19:15:44 -07:00
e0405cca0e
fix: Bump hocuspocus (memory leak fix)
2021-10-11 10:53:50 -07:00
40e09dd829
fix: Implement custom Select Input ( #2571 )
2021-10-06 21:48:43 -07:00
be905a6993
feat: Add idle detection and disconnect collaboration socket ( #2629 )
2021-10-06 17:37:21 -07:00
b39d4aade7
Bump editor, minor emoji trigger fixes and adds Perl language support
2021-10-06 08:38:43 -07:00
df5dc2f691
fix: Improve graceful shutdown
2021-10-04 18:20:42 -07:00
3de51c1a67
Bump editor, closes #2620 , #2619
2021-10-02 22:21:26 -07:00
78464f315c
fix: Awareness loop in collaborative editing
2021-09-27 18:44:28 -04:00
9545113d9e
feat: Emoji picker in editor ( #2611 )
2021-09-26 15:26:32 -07:00
c00001086a
fix: IconPicker unclosable on mobile
2021-09-26 15:26:10 -07:00
bcca4b91ee
feat: Add 5 new collection icons
2021-09-24 19:39:31 -07:00
26f02cdd05
fix: Table toolbars missing when cells empty
2021-09-23 19:58:16 -07:00
fec2baf361
fix: Memory leak in collaborative editing service
2021-09-23 17:09:15 -07:00
b2f00d71d3
fix: Image zoom doesn't work in read-only
2021-09-19 15:26:52 -07:00
d576ce1734
fix: Remote awareness not available on doc load (collab)
2021-09-17 17:36:48 -07:00
a9df3f64cf
fix: Headings and code should be toggleable
2021-09-16 18:42:42 -07:00
f6c2a95a55
Bump i18next-parser for true --silent fix
2021-09-16 16:26:57 -07:00
27736f66ef
fix: Various fixes for collaborative editing beta ( #2586 )
2021-09-15 23:27:22 -07:00
1f6e1a71f9
fix: List reverting to '0' indexing
2021-09-14 18:34:34 -07:00
15ef8f7dff
chore: Upgrade i18next related deps
2021-09-14 18:15:16 -07:00
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
801f6681ba
Collaborative editing ( #1660 )
2021-09-10 22:46:57 -07:00
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
2f5cf90cb7
0.59.0
2021-09-07 22:10:29 -07:00
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
2024c6e64f
chore: Graceful server shutdown, closes #2507
2021-08-29 14:48:12 -07:00
28aef82af9
chore: Refactoring event processors and service architecture ( #2495 )
2021-08-27 21:42:13 -07:00
cabaee2d0a
Bump editor
...
closes #2441
closes #2459
2021-08-24 23:23:38 -07:00
5bdee1204e
fix: Copying header results in '#' copied
...
fix: urls in text become linked when reloading doc
fix: Allow creation of links to anchors from link toolbar
2021-08-06 09:39:03 -07:00
bd148f4790
fix: Paste handler should default to HTML when paste source is Outline editor
...
related #2416
2021-08-04 09:20:51 -07:00
2d0690697c
0.58.0
2021-08-03 15:17:06 -07:00
c81c9a9d2d
chore: CI Automated Builds ( #2409 )
...
closes #2408
2021-08-02 23:35:13 -07:00
26da8c4165
feat: Add 'done' icon when all tasks are complete
2021-07-28 19:55:46 -04:00
36b8ae859e
fix: Bump Editor
...
fix: Sticky formatting toolbar behavior on iOS
fix: Image caption localized
2021-07-28 18:01:01 -04:00
37c02a572b
feat: Auto detect language on login page access ( #2338 )
...
* feat: Auto detect language on login page access
* fix: Apply tommoor suggested changes
* fix: QOL improvements for translators
* fix: consistency fix provider -> authProviderName
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2021-07-28 12:00:02 -07:00
fc551c91bd
Bump editor
...
- Fixes enter with horizontal gap cursor
- Improves pasting behavior
- Fixes heading uncollapse when value changes
- Fixes notice blocks not hidden with other collapsed content
closes #2371
2021-07-27 17:50:16 -04:00