c360d7cd8c
fix: SocketProvider throws error when websockets disabled
2019-12-15 19:49:47 -08:00
6d8216c54e
feat: Guest email authentication ( #1088 )
...
* feat: API endpoints for email signin
* fix: After testing
* Initial signin flow working
* move shared middleware
* feat: Add guest signin toggle, obey on endpoints
* feat: Basic email signin when enabled
* Improve guest signin email
Disable double signin with JWT
* fix: Simple rate limiting
* create placeholder users in db
* fix: Give invited users default avatar
add invited users to people settings
* test
* add transaction
* tmp: test CI
* derp
* md5
* urgh
* again
* test: pass
* test
* fix: Remove usage of data values
* guest signin page
* Visually separator 'Invited' from other people tabs
* fix: Edge case attempting SSO signin for guest email account
* fix: Correctly set email auth method to cookie
* Improve rate limit error display
* lint: cleanup / comments
* Improve invalid token error display
* style tweaks
* pass guest value to subdomain
* Restore copy link option
* feat: Allow invite revoke from people management
* fix: Incorrect users email schema does not allow for user deletion
* lint
* fix: avatarUrl for deleted user failure
* change default to off for guest invites
* fix: Changing security settings wipes subdomain
* fix: user delete permissioning
* test: Add user.invite specs
2019-12-15 18:46:08 -08:00
5731ff34a4
fix: Archived and then deleted documents appear in archived tab after loading trash
2019-12-07 12:39:49 -08:00
e404955394
feat: Trash ( #1082 )
...
* wip: trash
* Enable restoration of deleted documents
* update Trash icon
* Add endpoint to trigger garbage collection
* fix: account for drafts
* fix: Archived documents should be deletable
* fix: Missing delete cascade
* bump: upgrade rich-markdown-editor
2019-11-18 18:51:32 -08:00
14f6e6abad
feat: Add support for InVision live images
...
closes #946
2019-11-03 15:32:43 -08:00
f7a9152ee3
fix: Refreshing search page with special character in query does not reflect
...
fix: Search query that looks like regex causes JS error
2019-10-27 22:34:11 -07:00
77153a2529
fix: More space for new empty search state
2019-10-27 22:12:18 -07:00
2e61bb7d88
feat: Add publish shortcut to keyboard shortcuts overlay
2019-10-27 22:07:01 -07:00
9ef9c75c6b
feat: Add keyboard shortcut to publish document
...
closes #1073
2019-10-27 18:04:45 -07:00
3a8cd2bb35
fix: File upload input must stopPropagation of click events otherwise click event is triggered on sidebar menu item and file choose dialog never appears
...
closes #1065
2019-10-27 16:59:36 -07:00
b95e1cdef3
fix: Keep document menu open when toggling starred status to provide better feedback
2019-10-15 23:14:14 -07:00
66197a967a
fix: Document history menu item should toggle history sidebar
2019-10-15 21:42:07 -07:00
5263d8a315
fix: Collaborator avatars should overlap
2019-10-15 21:30:33 -07:00
97c8bfc27f
fix: Protect against redirecting back to the same doc
...
closes #975
2019-10-15 20:59:00 -07:00
b093acd94f
fix: closes #1064 – only show active users in collection members
2019-10-15 20:19:08 -07:00
21af0bd8be
fix: Sidebar links unexpand
...
closes #1044
2019-10-13 16:15:42 -07:00
766a52f10e
flow
2019-10-13 09:32:58 -07:00
84c1cfea14
lint
2019-10-12 23:08:14 -07:00
01f672fac9
fix: Drop to import
2019-10-12 23:03:58 -07:00
5eb384b2c8
refactor, aria props
2019-10-12 21:08:04 -07:00
8ea1323a7c
fix: Ensure menus are always kept on the screen ( #1036 )
...
* ensuring dropdowns fit on the screen
* refactoring
* fix flow types
* no longer fixing the elements which should resolve scrolling issues
* fix menus that should be fixed
* styled-components syntax was wrong
* account for fixed dropdowns when handling overflowing menus
* Update app/components/DropdownMenu/DropdownMenu.js
Co-Authored-By: Tom Moor <tom.moor@gmail.com >
2019-10-12 20:21:48 -07:00
00d5b58850
fix: Collection membership list does not update after change to private
...
closes #1059
2019-10-12 20:14:18 -07:00
fc201663c6
fix: closes #1058 – orphaned archived headig
2019-10-12 13:40:05 -07:00
24231053af
feat: Child document references ( #1054 )
...
* feat: Child document references
* refactor: naming
* lint: flow
2019-10-08 08:01:30 -07:00
b0ceae5af0
fix: Restore 'Publish' action in drafts
2019-10-06 21:09:49 -07:00
6fde4e2ec5
feat: Add new doc button when search results are empty
...
closes #1022
2019-10-05 20:06:48 -07:00
b42e9737b6
feat: Memberships ( #1032 )
...
* WIP
* feat: Add collection.memberships endpoint
* feat: Add ability to filter collection.memberships with query
* WIP
* Merge stashed work
* feat: Add ability to filter memberships by permission
* continued refactoring
* paginated list component
* Collection member management
* fix: Incorrect policy data sent down after collection.update
* Reduce duplication, add empty state
* cleanup
* fix: Modal close should be a real button
* fix: Allow opening edit from modal
* fix: remove unused methods
* test: fix
* Passing test suite
* Refactor
* fix: Flow UI errors
* test: Add collections.update tests
* lint
* test: moar tests
* fix: Missing scopes, more missing tests
* fix: Handle collection privacy change over socket
* fix: More membership scopes
* fix: view endpoint permissions
* fix: respond to privacy change on socket event
* policy driven menus
* fix: share endpoint policies
* chore: Use policies to drive documents UI
* alignment
* fix: Header height
* fix: Correct behavior when collection becomes private
* fix: Header height for read-only collection
* send id's over socket instead of serialized objects
* fix: Remote policy change
* fix: reduce collection fetching
* More websocket efficiencies
* fix: Document collection pinning
* fix: Restored ability to edit drafts
fix: Removed ability to star drafts
* fix: Require write permissions to pin doc to collection
* fix: Header title overlaying document actions at small screen sizes
* fix: Jank on load caused by previous commit
* fix: Double collection fetch post-publish
* fix: Hide publish button if draft is in no longer accessible collection
* fix: Always allow deleting drafts
fix: Improved handling of deleted documents
* feat: Show collections in drafts view
feat: Show more obvious 'draft' badge on documents
* fix: incorrect policies after publish to private collection
* fix: Duplicating a draft publishes it
2019-10-05 18:42:03 -07:00
4164fc178c
fix: First auto-save unfocuses document ( #1046 )
...
* fix: Autosave unfocuses document
* Revert unneeded change
* test: le fix
* fix: Handle offline state
fix: Untitled documents appear with empty titles
* fix: Draft bubble roundness (yes, it doesnt belong here but see it, fix it)
2019-09-22 17:09:11 -07:00
3f7d4f7873
fix: tweak wording
2019-09-21 13:27:00 -07:00
1797a0e90c
Merge branch 'master' of https://github.com/rylxes/outline into rylxes-master
2019-09-21 13:11:31 -07:00
dd5e30f414
fix: Account for missing localStorage (browser security settings?)
2019-09-21 12:42:28 -07:00
18658e354a
Update Editor.js
2019-09-15 21:18:31 -07:00
4ea4bd41cd
changed lastActiveAt boolean to string
2019-09-15 23:28:11 +01:00
593aa80abf
Show last active date on people list instead of joined date
2019-09-15 23:07:43 +01:00
f43643f43b
fix: Image and horizontal highlight on selected
2019-09-15 14:53:27 -07:00
e2453b5b2a
fix: Editor headings offset
2019-09-15 14:42:32 -07:00
6520a501e3
fix: accessiblity improvements, focus states, real buttons
2019-08-30 00:27:40 -07:00
140f009b4d
fix: Improve accessibility of buttons / tab indexes with tooltips
2019-08-29 00:06:21 -07:00
579eaf325b
feat: Add keyboard shortcuts to tooltips
2019-08-28 23:30:27 -07:00
79f8a41b5b
fix: Loading state interrupts infinite scrolling
2019-08-28 21:01:35 -07:00
5bd2409e39
Revert "WIP"
...
This reverts commit ccfad1d800
.
2019-08-28 00:03:11 -07:00
ccfad1d800
WIP
2019-08-25 15:20:49 -07:00
347015cf86
feat: improve physicality of draft bubble (it's the little details)
2019-08-24 17:43:23 -07:00
d96afad6c0
fix: Document heading vertical alignment
2019-08-24 10:22:58 -07:00
8f2d31876d
feat: Port new color picker from Journals branch
2019-08-23 22:24:06 -07:00
8e76c4e8f1
fix: Add missing audit log events UI
2019-08-23 21:51:05 -07:00
54565fff74
fix: Handle doc not found / no permission
...
closes #1021
2019-08-21 22:11:54 -07:00
e2b28dfeb7
refactor: Policies Architecture ( #1016 )
...
* add policy serialize method
* Add policies to collection responses
* wip
* test: remove .only
* refactor: Return policies with team and document requests
* store policies on the client
* refactor: drive admin UI from policies
2019-08-21 21:41:37 -07:00
929722e1c1
fix: double load on mount. closes #1015
2019-08-20 22:13:36 -07:00
4d2eda6750
fix: Embed does not show selected highlight
2019-08-18 12:45:54 +01:00