Saumya Pandey
f1296cc8e3
Add import document menuitem ( #1966 )
2021-03-20 23:20:49 -07:00
Tom Moor
ad8c08497c
fix: Moving document in private collection returns incorrect policies ( #1969 )
...
* fix: Return no policies when collection doesn't change
fix: Return correct policies when it does change
* test
2021-03-19 08:01:51 -07:00
Tom Moor
7891a8ee8b
fix: Cannot create collection if all collections deleted
2021-03-19 08:01:13 -07:00
Tom Moor
56c4acc18f
fix: Background on error details not correct in dark theme
2021-03-18 23:56:05 -07:00
Tom Moor
1b972070d7
feat: Enforce single team when self-hosted ( #1954 )
...
* fix: Enforce single team when self hosting
* test: positive case
* refactor
* fix: Visible error message on login screen for max teams scenario
* Update Notices.js
* lint
2021-03-18 21:56:24 -07:00
Nan Yu
138336639d
fix: touch up UI for compact breadcrumbs ( #1961 )
2021-03-18 19:44:28 -07:00
Tom Moor
8ea746dbe8
Bump RME
...
fixes: Code does not highlight until editor is focused
fixes: Improved pasting behavior
fixes: Error when pasting iframes from elsewhere
2021-03-18 18:01:07 -07:00
Saumya Pandey
46bcc2e2ae
feat: Allow sorting collections in sidebar ( #1870 )
...
closes #1759
Co-authored-by: Tom Moor <tom.moor@gmail.com>
2021-03-18 17:27:33 -07:00
Tom Moor
b93002ad93
fix: JS error when pasting gist link, closes #1963
2021-03-16 22:53:32 -07:00
Tom Moor
a427d77076
fix #1964 – error when selecting no files to import after previously selecting files
2021-03-16 22:09:19 -07:00
Nan Yu
eff56b758c
feat: use flexbox to center the floating title ( #1959 )
...
* use flexbox to center the floating title
* simplify breadcumb alignment
* small adjustments
* fix alignment on actions
2021-03-15 19:24:14 -07:00
Tom Moor
ffc270b567
fix: Incorrect calculation of subdomain when previously used more than once
2021-03-15 18:04:41 -07:00
Saleh Yusefnejad
d86b7babb9
fix: correct GoogleSheets component class name ( #1960 )
2021-03-15 15:36:10 -07:00
Tom Moor
ec57951087
feat: Upgrade editor - move list items with keyboard
2021-03-14 15:58:50 -07:00
Tom Moor
2385f41a98
chore: Show 'private' badge on private collections ( #1952 )
...
* chore: Show 'private' badge on private collections
* lint
* fix: Missing translation mapping
2021-03-12 16:41:26 -08:00
Translate-O-Tron
bdb684a4be
New Crowdin updates ( #1950 )
...
* fix: New Chinese Simplified translations from Crowdin [ci skip]
* fix: New Chinese Simplified translations from Crowdin [ci skip]
* fix: New Chinese Simplified translations from Crowdin [ci skip]
2021-03-11 16:54:24 -08:00
Tom Moor
5d6f68d399
feat: Move to passport for authentication ( #1934 )
...
- Added `accountProvisioner`
- Move authentication to use passport strategies
- Make authentication more pluggable
- Change language of services -> providers
closes #1120
2021-03-11 10:02:22 -08:00
Tom Moor
dc967be4fc
chore: Syncs changes that were erroneously made in enterprise repo ( #1949 )
2021-03-10 14:56:34 -08:00
Saumya Pandey
d530edcc2f
fix: Remove double separator in collection menu ( #1948 )
...
* Hide separator
* Remove visible logic
2021-03-10 14:56:16 -08:00
Tom Moor
1393d1950e
chore: Test performance and warnings ( #1946 )
...
* test: Do not request mailer account in test environment
* test: Dupe migrations
2021-03-10 12:04:42 -08:00
Tom Moor
0aa72036d7
fix: Templates should not be visible in collection structure
2021-03-10 09:39:42 -08:00
Tom Moor
f50b88716b
fix: Handle document Id in document structure does not exist in db
...
closes #1938
2021-03-09 22:45:40 -08:00
Tom Moor
e90c02bec7
feat: Hide less popular services by default in block menu
2021-03-09 22:32:28 -08:00
Tom Moor
504b11576a
bump
2021-03-09 22:04:47 -08:00
Tom Moor
bac7a364d0
fix: Drag and drop images in editor, conflict with sidebar react-dnd ( #1918 )
...
* fix: Drag and drop images in editor, conflict with sidebar react-dnd
see: https://github.com/react-dnd/react-dnd/pull/3052
* Bump to non-canary
* Upgrade react-dnd
* react-dnd api changes
* lint
* fix: dnd doesn't work on first render
* remove unneccessary async
* chore: Update react-dnd (API changed again)
* restore fade
2021-03-09 18:41:30 -08:00
Tom Moor
ed2a42ac27
chore: Migrate authentication to new tables ( #1929 )
...
This work provides a foundation for a more pluggable authentication system such as the one outlined in #1317 .
closes #1317
2021-03-09 12:22:08 -08:00
Saumya Pandey
ab7b16bbb9
fix: Centered document title moves when saving ( #1943 )
...
closes #1939
2021-03-09 12:21:29 -08:00
Translate-O-Tron
d8eefc1972
New Crowdin updates ( #1920 )
2021-03-08 17:17:13 -08:00
dependabot[bot]
b188a8ff30
chore(deps): bump elliptic from 6.5.3 to 6.5.4 ( #1941 )
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-08 17:16:33 -08:00
Tom Moor
e1c7b07af9
fix: Image in README was removed on Github's servers
2021-03-08 09:19:42 -08:00
Tom Moor
eaadeb26e5
fix: Upgrade reakit for better context menu behavior
2021-03-01 19:17:24 -08:00
Tom Moor
0c301fcf0c
fix: Enlarge scrollable area in sidebar for improved UX on small screens
2021-02-26 10:51:14 -08:00
Tom Moor
a3e95023dc
fix: Temporary fix for outline-icons build issue
2021-02-23 22:53:55 -08:00
Tom Moor
e08b17561e
fix: Capitalize Pусский
2021-02-23 10:35:50 -08:00
Tom Moor
ac79a4c4cc
fix: Update PWA macOS icon
2021-02-23 08:36:59 -08:00
Tom Moor
e085553306
feat: Add tracking of PWA installs
2021-02-22 22:30:47 -08:00
Tom Moor
38bd1d5585
translate: Search filter dropdowns, modal
2021-02-22 22:18:00 -08:00
Tom Moor
cd7cbab5ac
fixes #1879 – race condition in websockets service
2021-02-22 21:53:20 -08:00
Tom Moor
2195787e7d
logistics -> exporter, remove cutesy naming of lib
2021-02-22 21:51:01 -08:00
Tom Moor
04f942141f
fix: Tone-down separator for PWA titlebar in dark mode
2021-02-21 22:42:22 -08:00
Tom Moor
d0f1fd533a
feat: Add Russian language support
...
closes #1916
2021-02-21 20:42:01 -08:00
Translate-O-Tron
a1e885f057
New Crowdin updates ( #1913 )
2021-02-21 20:35:39 -08:00
Tom Moor
2ad9f69f7f
fix: Scrollbars should match theme, closes #1917
2021-02-21 19:59:57 -08:00
Tom Moor
65bca35bbf
Merge branch 'main' of github.com:outline/outline
2021-02-21 13:33:17 -08:00
Tom Moor
a96993fda9
feat: Add PWA support to subdomains ( #1915 )
...
* fix: Remove overscroll
* Remove title from fixed header in PWA as it's displayed immediately above in application title
2021-02-21 13:32:49 -08:00
Tom Moor
9fc03b6ece
fix: Cannot upload images into collection description (authentication failure)
2021-02-20 22:38:28 -08:00
Tom Moor
100360adb3
fix: Drop cursor not visible in dark theme
2021-02-20 22:35:07 -08:00
Tom Moor
d277d80323
Merge pull request #1914 from outline/fix/issue-1896
...
fix: Documents in trash should still load their attachments
2021-02-20 13:35:41 -08:00
Tom Moor
c79cfbd30d
fix: Documents in trash should still load their attachments
...
closes #1896
2021-02-20 13:22:02 -08:00
Tom Moor
e66611e771
fix: Error with search term including %, closes #1891
2021-02-20 13:03:41 -08:00