Commit Graph

3504 Commits

Author SHA1 Message Date
ed8334d77a fix: Plug memory leak in collaboration server 2021-11-05 16:55:20 -07:00
6df8e9e13f Start collaboration service if not otherwise specified 2021-11-04 19:39:41 -07:00
eb9ff990ac feat: Show collab cursor names upon loading document. (#2732)
Second attempt, adds a class to the editor for a couple of seconds when the awareness is loaded to force cursors to display
2021-11-04 17:24:23 -07:00
1a6921f6c7 fix: Empty doc missing placeholder 2021-11-03 22:02:10 -07:00
89115a53ca fix: documents.publish event not triggered if nothing else changed in doc (#2728) 2021-11-03 18:43:01 -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
ea12ebea0e Fix: increase left gutter spacing on mobile edit mode (#2720)
* fix: adds space to the left gutter in edit mode so heading annotations have room on mobile
2021-11-02 18:30:37 -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
5f00e1394d fix: Move notifications to be revision driven (#2709) 2021-10-31 18:36:16 -07:00
b6a058147e chore: Refactor two components away from withRouter 2021-10-30 10:51:33 -07:00
2c6ec11708 lint 2021-10-30 08:44:36 -07:00
5900176b58 feat: Show collaborative cursors on load
closes #2704
2021-10-29 23:28:41 -07:00
e2c80e5a28 fix: Correctly show editing tooltip
Remove edit icon
closes #2705
2021-10-29 23:04:23 -07:00
61d56922d5 fix: small improvements to local dev (#2699)
* dont commit pem files to git
* update readme ngrok instructions
* quote the OIDC scope string
2021-10-28 21:44:14 -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
f2b007bcf5 fix: Flipped load logic 2021-10-28 20:51:40 -07:00
578d4c4517 Merge branch 'main' of github.com:outline/outline 2021-10-27 21:03:48 -07:00
313fd0c1b4 fix: disable multiplayer editing on shared docs when logged in 2021-10-27 20:49:52 -07:00
1641423106 fix: Prevent user.info request loop, keep track of requested users in component state (#2693) 2021-10-27 20:12:22 -07:00
67f06895e7 fix: Support uppercase letters in gist link (#2696) 2021-10-27 08:20:39 -07:00
030419fa80 fix: Remove redundant scrollbar from iframe. (#2697) 2021-10-27 08:19:13 -07:00
3987de1d7e Bump kbar, related #2688 2021-10-26 18:12:20 -07:00
12b9e750e9 chore: Avoid buffer alloc 2021-10-26 18:05:50 -07:00
1819920c04 fix: React warning size of memo changing between renders 2021-10-26 00:20:32 -07:00
a33bac66e4 fix: Remove invariant from visible calculation 2021-10-25 22:47:14 -07:00
043a7b41b5 feat: Add print, duplicate, template to command bar 2021-10-25 20:41:28 -07:00
4266a95569 chore: Bump BME (#2690) 2021-10-24 21:28:15 -07:00
1d6bae05e6 fix: After renaming collection, url does not update 2021-10-24 17:57:17 -07:00
bb36425175 feat: Enable 'new document' action 2021-10-24 17:51:25 -07:00
adca894e83 fix: Long titles in command bar should not wrap 2021-10-24 17:32:28 -07:00
2e56bdc388 fix: Command bar should bust cache when docs and collections are renamed
fix: Command bar should get larger on large screens
fix: Editable titles in sidebar should enforce max length
2021-10-24 17:32:28 -07:00
7f3df8158a New Crowdin updates (#2673) 2021-10-24 16:40:27 -07:00
1b539dcf83 lint 2021-10-24 12:42:13 -07:00
1d22b7ae0c chore: Turn on command bar in prod 2021-10-24 12:40:17 -07:00
b1f04145e5 flow 2021-10-24 12:31:17 -07:00
2a32a4095d Merge branch 'main' of github.com:outline/outline 2021-10-24 12:30:58 -07:00
33b6fbdee9 feat: Command Bar (#2669) 2021-10-24 12:30:27 -07:00
dc92e1ead4 fix: ignore emoji when sorting (#2687)
* fix: ignore emoji when sorting

* fix: use correct flow types

* fix: use emoji-regex
2021-10-24 12:29:57 -07:00
248c8b3c01 Improve beta note 2021-10-24 10:37:19 -07:00
d9f8d2e6d4 fix: Allow tests to pass when default is collab (#2685) 2021-10-23 16:02:25 -07:00
99684d0900 Upgrade editor, fixes #2682 2021-10-23 10:34:38 -07:00
6c2d43075c Update README.md 2021-10-23 09:53:26 -07:00
b44c15c6eb fix: small typo (#2683) 2021-10-22 10:23:23 -07:00
f7b587b5a5 fix: Dont show back link on custom domains
closes #2671
2021-10-21 21:45:57 -07:00
c79a22b857 flow 2021-10-21 21:23:58 -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
3610a7f4a2 fix: Add default role option for new users (#2665)
* Add defaultUserRole on server

* Handle defaultUserRole on frontend

* Handle tests

* Handle user role in userCreator

* Minor improvments

* Fix prettier issue

* Undefined when isNewTeam is false

* Update app/scenes/Settings/Security.js

Co-authored-by: Tom Moor <tom.moor@gmail.com>

* Update app/scenes/Settings/Security.js

Co-authored-by: Tom Moor <tom.moor@gmail.com>

* Update app/scenes/Settings/Security.js

Co-authored-by: Tom Moor <tom.moor@gmail.com>

* Remove duplicate validation

* Update Team.js

* fix: Move note out of restricted width wrapper

* Move language setting to use 'note' prop

* Remove admin option

Co-authored-by: Tom Moor <tom.moor@gmail.com>
2021-10-20 09:26:11 +05:30