133cb56cca
fix: Use real icon on settings back arrow
2020-05-30 18:26:40 -07:00
e752dba566
fix: User profile should say 'invited' instead of 'joined' when user has yet to signin
2020-05-30 18:26:40 -07:00
c1a141d99f
fix: Make it possible to downgrade permissions of suspended user
...
closes #1291
2020-05-30 18:26:40 -07:00
ccedea55d6
chore: Reduce loading jank in sidebar ( #1294 )
2020-05-30 12:50:08 -07:00
c929f83813
feat: Improved error filtering and reporting ( #1293 )
2020-05-29 07:22:09 -07:00
1b25d12e2e
fix: Regression with upgrade to styled-components@5 – new ServerStyleSheet needed per render
2020-05-28 20:49:07 -07:00
0c254285a1
fix: Improved readability of input placeholders in dark mode
2020-05-28 20:08:02 -07:00
8b274c3713
fix: Keyboard shortcuts dialog shortcut should not be active when editing a document
...
closes #1292
2020-05-28 19:44:52 -07:00
5a20a35c8b
Bump RME
2020-05-28 08:25:25 -07:00
72635e98e6
Remove precommit hook
2020-05-28 08:25:25 -07:00
7d55b7f69b
fix: Server error when listing memberships for group with deleted user ( #1288 )
...
* fix: Server error when listing memberships for group with deleted user
* PR feedback: Filter before slice
2020-05-28 08:21:22 -07:00
ca1ba277ad
fix: Gist embed error on load
2020-05-27 23:04:34 -07:00
32562886aa
fix: Bump RME, closes #1286
2020-05-26 20:18:07 -07:00
7f07cb57a2
chore: Capture event data to error tracker when background jobs fail
2020-05-25 13:48:50 -07:00
62dd1e41f9
fix: Invariant violation reported to error tracker when client is reloading due to editor update
2020-05-25 13:10:18 -07:00
446a9ade8c
fix: Imported documents should get a best-guess title
2020-05-24 23:10:55 -07:00
a281b1e5be
fix: Documents with empty titles (hey, it can happen) are invisible in the sidebar)
2020-05-24 22:43:54 -07:00
1b5600b025
chore: Cleaner Markdown output when exporting docs
2020-05-24 22:22:06 -07:00
f0e513542d
fix: auto focus search input when adding users to a collection
2020-05-24 22:17:11 -07:00
4797a5fc77
fix: Invalid regex error on Safari when filtering users with certain characters
2020-05-24 22:14:09 -07:00
f05035c0b7
fix: Incorrect overlay background when zooming images
2020-05-23 22:22:19 -07:00
75cfbd8970
fix: More migration tweaks
2020-05-23 19:23:31 -07:00
c4837f1943
fix: Potential corruption migrating v1 docs to v2 when a mark is adjacent the same mark. This was a quirk of the old editor
2020-05-23 12:26:26 -07:00
0b3166dab5
Bump yarn.lock
2020-05-23 11:06:37 -07:00
603f7962a2
fix: An unknown language annotation in code fences will no longer throw an error. It was only possible to hit this if you imported markdown from another source.
...
closes #1284
2020-05-23 11:01:07 -07:00
69d16dd1d4
fix: Tables with empty cells are corrupted when converted to v2 documents
...
fix: Marks with trailing or leading empty spaces are corrupted when converted to v2 documents
2020-05-23 10:58:46 -07:00
e2ffe06221
fix: Document title not centered once scrolled
2020-05-22 14:19:26 -07:00
6e2ea3ac4b
fix: overflow menu on history revision is incorrect color when selected
...
closes #1140
2020-05-21 22:22:04 -07:00
f4c4a11277
fix: Only transfer accessToken if matches root token
2020-05-21 21:42:46 -07:00
c28dc08f6a
fix: Alignment of bullet list
...
closes #1277
2020-05-21 21:22:33 -07:00
4ef82d5476
test
2020-05-20 23:48:37 -07:00
3487eb7857
fix: Submenu auto close
2020-05-20 23:40:54 -07:00
87020348ce
lint
2020-05-20 23:20:05 -07:00
672ffacc5b
feat: Have theme follow system pref
2020-05-20 23:19:07 -07:00
218b0ea76a
fix: Unable to edit starred documents
...
closes #1275
2020-05-20 21:42:26 -07:00
47ff6feaee
fix: JS error on server
2020-05-20 21:03:53 -07:00
8ac5a574f3
Merge branch 'master' of github.com:outline/outline
2020-05-20 21:01:10 -07:00
aed76c7bcb
fix revisions backup data type ( #1274 )
2020-05-20 10:50:52 -07:00
7f9cd51f37
Update bug template to account for self hosted
2020-05-20 08:30:05 -07:00
092b29ee63
fix: Breadcrumb separator color in dark mode
2020-05-19 22:34:04 -07:00
ee7e1959c9
fix: Toast color in dark mode
2020-05-19 21:55:26 -07:00
092d9dce18
fix: Don't set cookie domain when not using multiple subdomains ( #1145 )
...
* fix: Don't set cookie domain when not using multiple subdomains
* wip logging domain
* wip logging domain
* wip logging domain
* wip logging domain
* Revert "wip logging domain"
This reverts commit 325907e74962179e02cee0b1df364a3aedbe62e3.
* Revert "wip logging domain"
This reverts commit 6ee095a49e9c18999a20d5379234323d49d5e6c8.
* Revert "wip logging domain"
This reverts commit 813d8eb960cdf4dd6db4795739df3adf895600e2.
* Revert "wip logging domain"
This reverts commit f1ca81927626bbd0d46c1963510d115a003176d8.
* Remove SUBDOMAINS_ENABLED from documented env variables, no-one self hosting should need this – it just adds confusion to those looking to host on a single subdomain
fix: Account for server/client process.env parsing
Co-authored-by: Nan Yu <nanyu@Nans-MBP-2.lan >
Co-authored-by: Nan Yu <nan@getoutline.com >
2020-05-19 21:05:57 -07:00
9274005cbb
feat: Upgrade editor ( #1227 )
...
* WIP
* document migration
* fix: Handle clashing keyboard events
* fix: convert getSummary
* fix: parseDocumentIds
* lint
* fix: Remove unused plugin
* Move editor version to header
Add editor version check for API endpoints
* fix: Editor update auto-reload
Bump RME
* test
* bump rme
* Remove slate flow types, improve themeing, bump rme
* bump rme
* fix: parseDocumentIds returning duplicate ID's, improved regression tests
* test
* fix: Missing code styles
* lint
* chore: Upgrade v2 migration to use AST
* Bump RME
* Update welcome doc
* add highlight to keyboard shortcuts ref
* theming improvements
* fix: Code comments show as headings, closes #1255
* loop
* fix: TOC highlighting
* lint
* add: Automated backup of docs before migration
* Update embeds to new format
* fix: React warning
* bump to final editor version 10.0.0
* test
2020-05-19 20:39:34 -07:00
400a1c87bb
lint
2020-05-18 20:22:58 -07:00
93abbab44a
feat: Show different icon in theme menu to switch to light mode
2020-05-17 19:15:55 -07:00
18cf148bd1
chore: Improve performance in dev by running Node/Yarn outside of docker ( #1271 )
...
* Improve performance in dev by running Node/Yarn outside of docker
* Transpose exposed port numbers by 100, so less likely conflict with host processes
2020-05-17 18:12:48 -07:00
e0b33ee576
chore: Auto reload frontend of client is out of date ( #1270 )
...
* Move editor version to header
Add editor version check for API endpoints
* fix: Editor update auto-reload
Bump RME
* fix: Only redirect if editor header exists
* lint
2020-05-16 14:05:51 -07:00
82749ffbd8
Remove Spectrum badge
2020-05-12 08:27:17 -07:00
231aab6ef8
lint
2020-05-12 08:26:31 -07:00
f8077e2125
Add github template chooser
2020-05-12 08:25:11 -07:00