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
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
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
Tom Moor
38bd1d5585
translate: Search filter dropdowns, modal
2021-02-22 22:18:00 -08:00
Tom Moor
e66611e771
fix: Error with search term including %, closes #1891
2021-02-20 13:03:41 -08:00
Tom Moor
903e83a618
feat: Batch Import ( #1747 )
...
closes #1846
closes #914
2021-02-20 12:36:05 -08:00
Tom Moor
4ef4ef963a
i18n
2021-02-20 12:31:54 -08:00
Tom Moor
bbf434e2f4
fix: Disable 'Invite people…' control for non-admins ( #1903 )
...
closes #1902
2021-02-18 23:35:55 -08:00
Tom Moor
5b7018058d
i18n
2021-02-18 23:30:48 -08:00
Tom Moor
fae54c7957
fix: Mispositioned sticky headers in modals
2021-02-18 23:20:12 -08:00
Tom Moor
fabfa6a491
Tweak language, remove original attachment once complete
2021-02-18 23:08:48 -08:00
Tom Moor
df233c95a9
refactor: Upload file to storage, and then pass attachmentId to collections.import
...
This avoids having large file uploads going directly to the server and allows us to fetch it async into a worker process
2021-02-18 22:36:07 -08:00
Tom Moor
568e271738
lint
2021-02-18 21:05:21 -08:00
Tom Moor
b152a5595e
Merge branch 'main' into feat/mass-import
2021-02-17 23:57:45 -08:00
Tom Moor
7e922d8716
feat: Installable PWA ( #1882 )
2021-02-15 15:19:51 -08:00
Tom Moor
4b603460cb
chore: Standardized headers ( #1883 )
...
* feat: Collection to standard header
feat: Sticky tabs
* chore: Document to standard header
* chore: Dashboard -> Home
chore: Scene component
* chore: Trash, Templates, Drafts
* fix: Mobile improvements
* fix: Content showing at sides and occassionally ontop of sticky headers
2021-02-14 13:18:33 -08:00
Tom Moor
2629d6db23
fix: 'Suspended' badge misaligned on user profiles
...
closes #1880
2021-02-12 17:34:40 -08:00
Tom Moor
1dbcc12648
feat: Inline collection editing ( #1865 )
2021-02-12 16:20:49 -08:00
Tom Moor
c0325fcaf3
Merge branch 'main' into feat/mass-import
2021-02-09 20:46:57 -08:00
Tom Moor
df472ac391
feat: add total users to people management screen ( #1878 )
...
* feat: add total users to pagination
* move this.total in runInAction callback
* add total counts + counts to people tabs
* progress: use raw pg query
* progress: add test
* fix: SQL interpolation
* Styling and translation of People page
Co-authored-by: Tim <timothychang94@gmail.com >
2021-02-09 20:13:09 -08:00
Tom Moor
097359bf7c
feat: Added ability to disable sharing at collection ( #1875 )
...
* feat: Added ability to disable sharing at collection
* fix: Disable all previous share links when disabling collection share
Language
* fix: Disable document sharing for read-only collection members
* wip
* test
* fix: Clear policies after updating sharing settings
* chore: Less ambiguous language
* feat: Allow setting sharing choice on collection creation
2021-02-09 19:04:03 -08:00
Tom Moor
cada91a135
Merge main
2021-02-07 12:58:17 -08:00
Tom Moor
37fa13d841
fix: flash of 'Deleted Collection' when loading app on doc page
2021-02-02 22:03:02 -08:00
Tom Moor
e845652cb8
flow: Convert to different <Trans> component syntax for flow compatability
2021-01-31 21:14:14 -08:00
Tom Moor
9ba63c6054
feat: Show nested document count on document list items on collection home
2021-01-31 14:41:18 -08:00
Tom Moor
785e208c6c
lint
2021-01-31 14:41:00 -08:00
Tom Moor
ef6ce72cf5
fix: Recently published redirect
2021-01-31 13:01:56 -08:00
Tom Moor
620e4942d8
feat: Update default collection tab ( #1821 )
...
* feat: Allow listing root level documents only via documents.list
* feat: New tab on collection home
* update tab layout
* fix: Correctly sort index sorted documents.list
* revert: Tab layout changes
* fix: Missing route for recently published
fix: Redirect unknown tabs
2021-01-31 12:37:27 -08:00
Tom Moor
ee57f1ccf5
fix
2021-01-29 23:59:48 -08:00
Tom Moor
32f0589190
chore: Upgrade flow ( #1854 )
...
* wip: upgrade flow
* chore: More sealed props improvements
* Final fixes
2021-01-29 21:36:09 -08:00
Tom Moor
ce2b246e60
fix: auth.config request should only be made on Login screen ( #1852 )
2021-01-29 17:54:28 -08:00
Tom Moor
978a123122
fix: 16 linting warnings
2021-01-23 10:19:08 -08:00
Tom Moor
c9fdf48c33
chore: Add missing labels to buttons without text and search inputs
2021-01-22 19:31:30 -08:00
Tom Moor
6e9c456147
isMetaKey -> isModKey
2021-01-21 07:28:10 -08:00
Tom Moor
111212b038
feat: Resizable sidebar ( #1827 )
...
* wip: First round on sidebar resizing
* feat: Saving setting, animation
* all requirements, refactoring needed
* lint
* refactor useResize
* some mobile improvements
* fix
* refactor
2021-01-20 23:00:14 -08:00
Tom Moor
522df125aa
feat: Add CDN support ( #1817 )
...
* chore: CSP
* chore: Optionally use CDN for serving images
2021-01-16 11:12:10 -08:00
Tom Moor
c8d305aeca
fix: Unintended scroll reset when switching between view / edit ( #1807 )
...
* fix: Don't remount document when switching between edit/read-only
fix: Button vertical alignment when using as=Link
* fix: Bump RME, fixes issue with image behavior changing between read-only/edit without editor remount
* fix: Heading anchor positioning
2021-01-14 19:50:10 -08:00
Tom Moor
e8b7782f5e
fix: Keyboard accessible context menus ( #1768 )
...
- Makes menus fully accessible and keyboard driven
- Currently adds 2.8% to initial bundle size due to the inclusion of Reakit and its dependency, popperjs.
- Converts all menus to functional components
- Remove old custom menu system
- Various layout and flow improvements around the menus
closes #1766
2021-01-13 22:00:25 -08:00
Tom Moor
d258082c5f
lint
2021-01-11 18:25:21 -08:00
Tom Moor
c0bbae50c4
fix: Search results not updated when changing filters
2021-01-11 00:50:44 -08:00
Tom Moor
ac082e4a5f
Merge branch 'develop' of github.com:outline/outline into develop
2021-01-11 00:47:48 -08:00
Tom Moor
7504d43452
fix: Add indicator of starred status when viewing a document ( #1785 )
...
* fix: Add indicator of starred status when viewing a document
closes #461
* fix: Account for shared document
2021-01-10 23:13:58 -08:00