Tom Moor
829cc14d36
build:i18n
2021-04-27 18:07:11 -07:00
Tom Moor
8009e8f691
fix: Missing bg blur, closes #2082
2021-04-27 17:29:22 -07:00
Tom Moor
ab2aaf7b7b
feat: Upgrade RME – includes new page break functionality
2021-04-27 17:21:45 -07:00
dependabot[bot]
65b4480e93
chore(deps): bump redis from 3.0.2 to 3.1.2 ( #2090 )
...
Bumps [redis](https://github.com/NodeRedis/node-redis ) from 3.0.2 to 3.1.2.
- [Release notes](https://github.com/NodeRedis/node-redis/releases )
- [Changelog](https://github.com/NodeRedis/node-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NodeRedis/node-redis/compare/v3.0.2...v3.1.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-27 17:05:32 -07:00
Tom Moor
6de793e94e
fix: uuid import broken by dep bump 🤦♂️
2021-04-25 12:54:06 -07:00
Tom Moor
2d22399bbc
fix: Correctly guard against last admin deleting their account ( #2069 )
...
* fix: Correctly guard against last admin deleting their account
* test
2021-04-24 20:52:46 -07:00
Tom Moor
3fbb3a2403
fix: Continued undefined error in serverWorker registration
2021-04-24 12:50:30 -07:00
Tom Moor
d45178cb44
chore: Remove dependency on twemoji
2021-04-23 23:24:54 -07:00
Tom Moor
5786a03f33
chore: Update uuid package, removes dupe dependency
2021-04-23 18:48:47 -07:00
Tom Moor
011a1383ec
chore: Upgrade tmp dependency
2021-04-23 18:44:24 -07:00
Tom Moor
72d7b5734d
chore: Upgrade slug dependency
2021-04-23 18:40:25 -07:00
Tom Moor
b6fe3cb556
chore: Upgrade mammoth for html import fixes
2021-04-23 18:35:54 -07:00
Tom Moor
1e2224cb0d
chore: Upgrade dd-trace
2021-04-23 18:32:49 -07:00
Tom Moor
0477060b35
chore: Upgrade relative-ci/agent
2021-04-23 18:31:43 -07:00
Tom Moor
a261abcdef
Merge branch 'main' of github.com:outline/outline
2021-04-23 18:25:43 -07:00
Tom Moor
f64d0ce660
feat: Share flyover ( #2065 )
...
* feat: Implement share as flyover instead of modal
* refactor
* i18n
2021-04-23 17:31:27 -07:00
Tom Moor
f27072d06e
feat: More space for content on larger screens
2021-04-23 16:41:40 -07:00
Tom Moor
c8055e40bb
fix: Content appearing behind status bar in iOS PWA on some models of phone 🤷
2021-04-23 14:57:38 -07:00
Tom Moor
cfae180093
chore: Upgrade Sentry 6.1.0 -> 6.3.1
2021-04-23 12:50:40 -07:00
Tom Moor
094c6418c9
Update LICENSE
2021-04-23 12:50:19 -07:00
Tom Moor
99b1bf0ecb
fix: Avoid rare 'undefined is not a function' when attempting to register a server worker on Windows Chrome
2021-04-23 12:31:27 -07:00
Tom Moor
3b696cfa9a
fix: Page reloads in Firefox when clicking some menu items ( #2060 )
...
* fix: Some context menu items result in page reload in Firefox
closes #1877
* fix: Display of sidebar link actions on hover
2021-04-23 12:25:15 -07:00
Tom Moor
eb6acdae20
fix: CMD+F not working on screens with keyboard shortcut guide ( #2066 )
2021-04-23 12:10:02 -07:00
Tom Moor
a818c7a924
fix: Hover card behind subheadings, previously it relied on being a portal without any explicit depth
...
closes #2062
2021-04-23 12:09:30 -07:00
Tom Moor
d157e9bfcd
0.55.0
2021-04-22 20:23:24 -07:00
Tom Moor
f2052c2a05
fix: Escape key in keyboard shortcut guide should clear search input if search term
2021-04-22 19:37:40 -07:00
Tom Moor
40b4270e35
chore: Faster source map in dev
2021-04-22 18:59:59 -07:00
Tom Moor
16c60a0d59
fix: URLSearchParams polyfill via core-js upgrade ( #2059 )
...
* fix: URLSearchParams polyfill via core-js upgrade
* deduplicate
* testing, remove manual imports
* chore: bump rme
2021-04-22 18:21:27 -07:00
Mark Steve Samson
1a183ba0fc
Document and include PGSSLMODE in sample env file ( #2052 )
2021-04-21 18:15:23 -07:00
Tom Moor
2ffc0ae81c
feat: New keyboard shortcuts guide ( #2051 )
...
* feat: Add search
* feat: New design for keyboard shortcuts guide
feat: Include quick search
fix: Add missing shortcuts
* tweaks
* fix: Two other spots that should trigger guide-style instead of modal
* sink,lift -> indent,outdent
* fix: Animation should slide out as well as in
2021-04-21 18:15:07 -07:00
Tom Moor
50fdd73610
fix: Remove HMR in test env ( #2054 )
2021-04-21 17:53:53 -07:00
dependabot[bot]
a134773d4e
chore(deps): bump ssri from 6.0.1 to 6.0.2 ( #2050 )
...
Bumps [ssri](https://github.com/npm/ssri ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases )
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md )
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-20 17:37:39 -07:00
Tom Moor
317c52df62
fix: Improve error handling for Azure-specific errors not captured in OAuth2 strategy
2021-04-18 22:41:27 -07:00
Tom Moor
04b8d7ae7b
Normalize sidebar style
2021-04-18 21:52:54 -07:00
Tom Moor
3569d2fee7
chore: Update caniuse
2021-04-18 19:52:47 -07:00
Tom Moor
ab267ce38d
fix: Disable polling on custom domain, closes #2041
2021-04-18 18:58:26 -07:00
Tom Moor
fa52bc5afd
chore: Slack integration screen improvements ( #2049 )
...
* feat: Add collection iconography and colors to Slack settings page
fix: Use standardized list components
fix: Slack icon size
chore: Convert to translation strings
* fix: Missing translation, convert to Scene
2021-04-18 18:34:49 -07:00
Tom Moor
bf668d6347
fix: Double documents.info request loading public share links
2021-04-18 11:34:11 -07:00
Tom Moor
7f9cba9819
feat: Record share link last accessed time ( #2047 )
...
* chore: Migrations
* chore: Add recording of share link views
* feat: Add display of share link accessed date in admin
* translations
* test
* translations, admin pagination
2021-04-18 09:38:13 -07:00
Tom Moor
e9f083feb8
fix: Document title with slashes produces folders in exported zip file
...
closes #2036
2021-04-17 19:30:31 -07:00
Tom Moor
03d90b3f15
fix: Hide secondary actions in document header on mobile
...
closes #2042
2021-04-17 18:14:24 -07:00
Tom Moor
2432b4dcbd
fix: Editor lightbox stacked below sidebar
2021-04-17 18:08:09 -07:00
Translate-O-Tron
2c2c1341f7
fix: New Spanish translations from Crowdin [ci skip] ( #2035 )
2021-04-17 13:24:17 -07:00
Tom Moor
7a8ccdb229
feat: Microsoft authentication ( #1953 )
...
closes #755
2021-04-17 13:22:18 -07:00
Tom Moor
b2d703bee4
fix: Improved mobile styling
...
fix: Severla context menus miss-positioned
fix: Search filters not large enough on mobile
fix: Deep black background on mobile to match native apps
fix: Sticky document header allowing horizontal scrolling on mobile
2021-04-17 10:40:39 -07:00
Tom Moor
c46a032f0b
fix: CSS stacking context issue with behind menu backdrops on mobile
...
Moving the animation to the same element that has position: fixed resolves
2021-04-16 19:02:43 -07:00
Tom Moor
940ad8479e
perf: Remove collaborators from documents.list response ( #2039 )
...
* fix: Remove unused, unperformant query
* lint
* collaborators -> collaboratorIds
2021-04-15 22:49:16 -07:00
Tom Moor
c5401a467d
fix: Overlapping header, closes #2038
2021-04-15 20:30:05 -07:00
Tom Moor
1dd97c1ddd
feat: Show mobile-style (slide from bottom) menus on mobile ( #2025 )
...
* feat: Show mobile-style (slide from bottom) menus at responsive viewport sizes
* More mobile improvements
* fix: Safari compatability
2021-04-13 21:43:24 -07:00
Translate-O-Tron
f37371c16e
New Crowdin updates ( #2027 )
2021-04-13 21:31:35 -07:00