Tom Moor
48f54b5aa2
fix: Unauthorized request to views.list from shared documents
2021-06-13 18:24:02 -07:00
Tom Moor
beee8ebee7
fix: Sidebar flash when moving between collection/document due to mobx-react upgrade
2021-06-13 17:22:35 -07:00
Tom Moor
9f05c9bd43
chore: Upgrade React to v17 ( #2045 )
...
* chore: Upgrade React v17
* chore: Upgrade additional deps to reduce warnings
* fix: Restore react-table dep
* Bump react-avatar-editor, mobx-react
* Remove unmaintained @rehooks/window-scroll-position dep
* Bump react-waypoint dep for React 17 support
* fix: Syntax error in autotrack chunk name comment
2021-06-13 15:23:53 -07:00
Dave
a8e2e349e9
fix: change metaDisplay key to Alt for "Table of contents" ( #2187 )
...
* change `metaDisplay` key to Alt for "Table of contents"
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2021-06-12 15:37:35 -07:00
Saumya Pandey
6beb6febc4
fix: Use friendly urls for collections ( #2162 )
...
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2021-06-09 17:48:48 -07:00
Saumya Pandey
a6d4d4ea36
fix: Add Portugese, Brazil to language options ( #2164 )
...
* Add Portugese, Brazil to language options
* Upgrade date-fns package
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2021-06-09 17:42:14 -07:00
Viorel Cojocaru
082ced3072
build: Add async chunk names ( #2170 )
2021-06-03 22:01:23 -07:00
Tom Moor
e625e77a56
fix: Data loading loop on old browsers
2021-06-02 12:45:07 -07:00
Tom Moor
7dc11e5b86
fix: Local cache for shared link share trees to reduce render flashing
2021-05-22 20:03:50 -07:00
Tom Moor
44920a25f4
feat: Nested document sharing ( #2075 )
...
* migration
* frontend routing, api permissioning
* feat: apiVersion=2
* feat: re-writing document links to point to share
* poc nested documents on share links
* fix: nested shareId permissions
* ui and language tweaks, comments
* breadcrumbs
* Add icons to reference list items
* refactor: Breadcrumb component
* tweaks
* Add shared parent note
2021-05-22 19:34:05 -07:00
Tom Moor
b93d15e967
fix: PaginatedList loading loop
2021-05-20 19:21:30 -07:00
Tom Moor
b0196f0cf0
feat: Rebuilt member admin ( #2139 )
2021-05-19 21:36:10 -07:00
Tom Moor
d01e3f7c72
fix: Print styles in dark mode when OS is light mode
...
closes #2124
2021-05-12 20:00:10 -07:00
Tom Moor
b945b614f8
fix: Layout of Keyboard Shortcuts guide for languages where definition wraps onto two lines
2021-05-05 20:05:49 -07:00
Tom Moor
896ee5c20d
feat: Improved viewers popover ( #2106 )
...
* refactoring popover
* feat: DocumentViews popover
* i18n
* fix: tab focus warnings
* test: Add tests around users.info changes
* snapshots
2021-05-05 19:35:23 -07:00
Tom Moor
77d6adb73b
feat: Signup query params tracking ( #2098 )
...
* feat: Add tracking of signup query params
* fix: Headers already sent to client
* fix: OAuth error wipes previously written query params cookie
2021-05-01 13:46:08 -07:00
Tom Moor
7221e51b96
chore: Move settings screens to Scene component ( #2092 )
...
* chore: Convert groups and people settings screens to Scene/functional
* chore: ImportExport to Scene component
* Remaining settings scenes
2021-04-27 18:46:58 -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
eb6acdae20
fix: CMD+F not working on screens with keyboard shortcut guide ( #2066 )
2021-04-23 12:10:02 -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
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
317c52df62
fix: Improve error handling for Azure-specific errors not captured in OAuth2 strategy
2021-04-18 22:41:27 -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
03d90b3f15
fix: Hide secondary actions in document header on mobile
...
closes #2042
2021-04-17 18:14:24 -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
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
Saumya Pandey
bc4fe05147
feat: Read-only users ( #1955 )
...
* Introduce isViewer field
* Update policies
* Make users read-only feature
* Remove not demoting current user validation
* Update tests
* Catch the unhandled promise rejection
* Hide unnecessary ui elements for read-only user
* Update app/scenes/Settings/People.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Remove redundant logic for admin only policies
* Use can logic
* Update snapshot
* Remove lint error
* Update snapshot
* Minor fix
* Update app/menus/UserMenu.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Update server/api/users.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Update app/components/DocumentListItem.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Update app/stores/UsersStore.js
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Use useCurrentTeam hook in functional component
* Update translation
* Update ternary
* Remove punctuation
* Move the functions to User model
* Update share policy and shareMenu
* Rename makeAdmin to promote
* Create updateCounts function and Rank enum
* Update tests
* Remove enum
* Use async await, remove enum and create computed accessor
* Remove unused variable
* Fix lint issues
* Hide templates
* Create shared/types and use rank type from it
* Delete shared/utils/rank type file
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2021-04-11 19:39:17 -07:00
Tom Moor
2a6dfdea5d
fix: Highlight states and dropzones when user does not have permission to import
2021-04-10 13:54:05 -07:00
Tom Moor
1101ea428b
feat: Drop to import onto collection scene ( #2005 )
...
* Refactor to functional component
* feat: Basic drag and drop into collection
2021-04-05 19:05:27 -07:00
Tom Moor
4a9571a174
fix: Alignment of backlinks and references ( #2006 )
...
closes #1998
2021-04-05 17:19:31 -07:00
Tom Moor
8cbc873451
chore: Clarify flow on /create page
2021-04-03 14:29:08 -07:00
Tom Moor
d2e8311b39
chore: Add tracking ref to branding on share links
2021-03-31 21:52:49 -07:00
Tom Moor
810257bcf5
fix: Improve dark mode styling
...
fix: Improve user and group list styling
fix: Member list reload when changing permissions, closes #1999
2021-03-31 20:57:30 -07:00
Tom Moor
7e1b07ef98
feat: Add read-only collections ( #1991 )
...
closes #1017
2021-03-30 21:02:08 -07:00
Tom Moor
c5569bd365
feat: Add /logout route for SLO support
2021-03-30 20:10:52 -07:00
Tom Moor
25023fb086
chore: Fix modal nesting, remove react-modal ( #1996 )
...
* chore: Fix modal nesting, remove react-modal
* tweak
* fix: Janky route jump when accessing Document -> Move from non-document scene
2021-03-30 18:46:14 -07:00
Tom Moor
8599b60a6c
fix: group -> createGroup
2021-03-26 20:17:46 -07:00
Tom Moor
6a7d7af767
fix: Sticky archive header
2021-03-24 18:42:12 -07:00
Tom Moor
877c01f723
feat: Show 'Edit' button when visiting share link as signed in user with permission ( #1980 )
2021-03-23 19:22:15 -07:00
Tom Moor
9f6ba798c8
Merge branch 'main' of github.com:outline/outline
2021-03-22 20:51:45 -07:00
Tom Moor
349e971a8a
chore: Serialize domain policies on team ( #1970 )
...
* domain policies exposed on team, consistency
* fix: Remove usage of isAdmin in frontend
* test
2021-03-22 20:50:12 -07:00
Tom Moor
bb5443452b
flow
2021-03-21 18:52:42 -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
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
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