Tom Moor
6c7d65b743
fix: Regression in styling of search filter with note
2024-02-16 12:05:55 -05:00
Shuttleu
bc84714670
Add ability to logout from OIDC ( #6539 )
...
* Add OIDC_LOGOUT_URI functionality
* Add logout redirect to work on logout route
* Fix lint
* Fix lint
* Fix lint
* Fix lint
* Return null if logout endpoint used
* Update import
2024-02-16 08:35:38 -08:00
Tom Moor
de34f33058
fix: Do not automatically retry failed document import request
2024-02-11 11:28:57 -05:00
Tom Moor
55005d4447
fix: Mobile shows menu button on shared documents without a menu
2024-02-08 20:44:14 -05:00
Tom Moor
84c97ae5ff
fix: Missing padding on public share custom url
2024-02-08 19:56:13 -05:00
Tom Moor
ec580d5bd4
fix: Drop styling on active sidebar item
2024-02-07 23:06:59 -05:00
Tom Moor
68d4041b1c
feat: Cmd-A inside code block should select block contents, closes #6498
2024-02-06 20:44:57 -05:00
Tom Moor
7bf403356a
fix: Unseen error on client action execution
2024-02-06 20:44:57 -05:00
Tom Moor
0ff0780869
fix: 'No matches' state appears when all matching non-pending users are filtered in document share popover
2024-02-06 20:44:57 -05:00
Tom Moor
fbc628e331
feat: Add copy button to code selection, closes #6499
2024-02-05 23:45:22 -05:00
Tom Moor
d4d226e011
chore: Fix various warnings
2024-02-05 21:59:14 -05:00
Tom Moor
69665a42d7
chore: Improve language prompt, prep.
2024-02-05 21:36:13 -05:00
Tom Moor
d6595c15ad
chore: Automatically display errors as toast if uncaught in actions ( #6482 )
...
Reduces plumbing
2024-02-05 16:40:29 -08:00
Tom Moor
930210e46d
fix: Allow querying by email address in share popover
2024-02-04 18:27:06 -05:00
Tom Moor
234613580d
fix: User updates are not synced between clients ( #6490 )
...
* Add Model.changeset method to get minified changes since last update
* fix: Handle arrays
* Add changes column, types
* test
2024-02-04 10:36:43 -08:00
Tom Moor
c2b7d01c7d
feat: Add setting to allow users to send invites ( #6488 )
2024-02-03 17:37:39 -08:00
Tom Moor
9046892864
fix: Event bubbling on click outside IconPicker
2024-02-03 18:36:38 -05:00
Tom Moor
9b4f20df63
feat: Add truck, building, ice cream icons
2024-02-03 18:31:14 -05:00
Tom Moor
ca7d919b94
feat: Add 'Rename…' option to collection menu
2024-02-03 16:53:39 -05:00
Tom Moor
176a0451fc
chore: Update Sentry deps
2024-02-03 16:42:26 -05:00
Tom Moor
c3b515f0e1
chore: Rename tooltip.tooltip prop to tooltip.content
2024-02-03 16:22:51 -05:00
Tom Moor
0726445135
feat: Add pending state in document share user picker
2024-02-03 16:09:58 -05:00
Tom Moor
02711c29e3
fix: Do not show suspended users in picker
2024-02-03 15:15:41 -05:00
Tom Moor
e38796d14b
fix: Retain fullscreen modal as default for those triggered outside of showModal
2024-02-03 15:06:54 -05:00
Tom Moor
21bb8d36ae
Hide permissions on collection edit for now
2024-02-03 14:59:17 -05:00
Tom Moor
0a54227d97
Refactor collection creation UI ( #6485 )
...
* Iteration, before functional component
* Use react-hook-form, shared form for new and edit
* Avoid negative margin on input prefix
* Centered now default for modals
2024-02-03 11:23:25 -08:00
Tom Moor
abaa56c8f1
feat: Badge documents in sidebar that have been newly shared with you
2024-02-02 23:21:12 -05:00
Tom Moor
fdd4788012
Add 15 new collection icons
2024-02-02 22:41:35 -05:00
Savely Krasovsky
a3ccb33099
feat: replace (--) with emdash ( #6479 )
2024-02-02 17:23:17 -08:00
Tom Moor
aecefc2c01
fix: Layout of notice
2024-02-01 22:49:16 -05:00
Tom Moor
a963a63ee1
fix: Prefer displaying user email on share popover if available, better to distinguish between users
2024-02-01 18:05:25 -05:00
Tom Moor
f6e6187ff5
chore: Add error boundary around document notices
2024-02-01 18:03:59 -05:00
Tom Moor
554c3a87dc
chore: Remove no longer neccessary useOnClickOutside (capture: true on InputSelect solved the same problem)
2024-02-01 18:03:03 -05:00
Tom Moor
a21079a276
fix: Custom share url not appearing in popover, closes OLN-234
2024-02-01 11:44:10 -05:00
Tom Moor
2995d8ca29
Add native keyboard shortcuts for Find+Replace, closes #6468
2024-02-01 07:49:46 -05:00
Tom Moor
92d5a7ee89
fix: Delete my account code confirmation step missing
2024-02-01 07:39:17 -05:00
Tom Moor
fde8a9fd88
fix: Cannot read properties of undefined (reading 'id')
2024-02-01 07:20:26 -05:00
Tom Moor
5c368f1433
fix: Allow querying users with latin extended chars
2024-02-01 00:04:25 -05:00
Tom Moor
f40263cb0c
fix: User name ordering doesn't take into account lowercase, closes OLN-227
2024-01-31 23:59:13 -05:00
Tom Moor
4d935ade80
Use capture on InputSelect click outside listener
2024-01-31 23:53:16 -05:00
Tom Moor
05f4fa90b8
fix: click outside select input in popover event bubbling
2024-01-31 22:40:10 -05:00
Tom Moor
8c65e40c7e
fix: Flashing hand cursor in notifications popover
2024-01-31 21:03:21 -05:00
Tom Moor
8e3cec01f8
fix: Consistency of member/editor language
...
fix: 'Delete' option on collection menu should show as dangerous
2024-01-31 20:55:37 -05:00
Tom Moor
0f125886b7
Clarify nested document public access note
2024-01-31 20:49:58 -05:00
Tom Moor
7417514e7c
chore: Deprecate collection.url on client
2024-01-31 20:08:01 -05:00
Tom Moor
4800b60825
fix: Path to collection from notification UI
2024-01-31 18:35:25 -05:00
Tom Moor
47d168a29b
Add notifications for document and collection access ( #6460 )
...
* Add notification for added to document
* Add notifications for document and collection access
* Add notification delay
* fix: Collection notifications not appearing
* Add notification settings
2024-01-31 15:01:27 -08:00
Tom Moor
5ce8827a8c
chore: Convert <Text /> component to span by default
2024-01-30 22:49:31 -05:00
Tom Moor
a960d8cee5
fix: framer-motion warning for missing key prop
2024-01-30 22:29:45 -05:00
Apoorv Mishra
1490c3a14b
Individual document sharing with permissions ( #5814 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Tom Moor <tom@getoutline.com >
2024-01-30 17:48:22 -08:00