Tom Moor
8fbd4a7463
fix: Tweak branding, OSS landing page
2020-02-16 19:49:24 -08:00
Huss
8e2b19dc7a
feat: private content ( #1137 )
...
* save images as private and serve via signed url from images.info api
* download private images to directory on export
* fix lint errors
* private s3 default, AWS.s3 module level scope, default s3 url expiry
* combine regex to one, and only replace when there are matches
* fix lint
* code not needed anymore, remove
* updates after pulling master
* revert the uploadToS3FromUrl url return
* use model gettr to compact code, rename to attachments api
* basic checking of document read permission to allow attachment viewing
* fix: Continue to upload avatars as public
fix: Allow redirect for non-private attachments
* add support for publicly shared documents
* catch errors which crash the app during zip export and user creation
* add tests
* enable AWS signature v4 for s3
* switch to use factories to build models for testing
* add isDocker flag for local serving of attachment redirect url
* fix redirect tests
Co-authored-by: Tom Moor <tom.moor@gmail.com>
2020-02-12 19:40:44 -08:00
Tom Moor
8e5a5a57a9
feat: Store image uploads as attachments in database ( #1144 )
...
* First pass
* Documentation
* Added optional documentId relationship
* name -> key
* cleanup: No need for separate documentId prop
2020-01-16 09:42:42 -08:00
Tom Moor
22230c25e5
perf: Use progressive rendering on PaginatedList component ( #1156 )
...
* Use progressive rendering on PaginatedList component
Move drafts and starred views to paginated
* heading
2020-01-13 18:17:56 -08:00
Tom Moor
6d14dd5028
fix: missing autoComplete values, input types
2020-01-11 19:35:26 -08:00
Tom Moor
cd3035a692
feat: Add search input to collection and home ( #1149 )
...
* feat: Add search input to collection and home
* Tweak spacing
* Add input to drafts/starred too
2020-01-09 19:14:34 -08:00
Tom Moor
0ccbc6126b
fix: Drafts appear in document insert search ( #1148 )
...
* fix: Drafts appear in document insert search
* test
2020-01-05 17:24:57 -08:00
Tom Moor
c1c316b379
fix: Error loading share link view.
...
closes #1143
2020-01-04 14:02:54 -08:00
Tom Moor
9c66a14fec
fix: API key create/delete should create audit events
...
closes #1101
2020-01-02 22:20:13 -08:00
Tom Moor
146e4da73b
feat: Document presence indicator ( #1114 )
...
* Update websockets to allow joining document-based rooms
* dynamic websocket joining
* emit user.join/leave events when entering and exiting document rooms
* presence storage
* feat: frontend presence store
* lint
* UI updates
* First pass editing state
* refactoring
* Timeout per user/doc
lint
* Document data loading refactor to keep Socket mounted
* restore: Mark as viewed functionality
Add display of 'you' to collaborators
* fix: Socket/document remount when document slug changes due to title change
* Revert unneccessary package update
* Move editing ping interval to a shared constant
* fix: Flash of sidebar when loading page directly on editing mode
* separate document and revision loading
* add comments for socket events
* fix: Socket events getting bound multiple times on reconnect
* fix: Clear client side presence state on disconnect
* fix: Don't ignore server side error
Improved documentation
* More comments / why comments
* rename Socket -> SocketPresence
* fix: Handle redis is down
remove unneccessary join
* fix: PR feedback
2020-01-02 21:17:59 -08:00
Tom Moor
c484d15de6
chore: Upgrade react-waypoint dep
2020-01-01 20:36:42 -08:00
Tom Moor
10e038be5b
lint
2019-12-23 18:12:16 -08:00
Tom Moor
76365e8560
fix: Double scrollbars on search filter dropdowns
...
closes #1125
2019-12-23 18:08:40 -08:00
Tom Moor
b6fd9f4211
fix: Invites appearing in search author filter
...
closes #1123
2019-12-23 17:39:25 -08:00
Tom Moor
6bf2069fa7
fixes #1115 ( #1118 )
2019-12-22 14:54:12 -08:00
Tom Moor
293c3b7b9c
fix: Move references spacing directly below content ( #1113 )
...
* fix: Move references spacing directly below content
* Child document -> Nested document
2019-12-18 21:00:36 -08:00
Tom Moor
949dd296b4
fix: 1px heading misalignment
2019-12-17 23:16:16 -08:00
Tom Moor
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
Tom Moor
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
Tom Moor
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
Tom Moor
77153a2529
fix: More space for new empty search state
2019-10-27 22:12:18 -07:00
Tom Moor
2e61bb7d88
feat: Add publish shortcut to keyboard shortcuts overlay
2019-10-27 22:07:01 -07:00
Tom Moor
9ef9c75c6b
feat: Add keyboard shortcut to publish document
...
closes #1073
2019-10-27 18:04:45 -07:00
Tom Moor
66197a967a
fix: Document history menu item should toggle history sidebar
2019-10-15 21:42:07 -07:00
Tom Moor
b093acd94f
fix: closes #1064 – only show active users in collection members
2019-10-15 20:19:08 -07:00
Mateusz Sapielak
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
Tom Moor
00d5b58850
fix: Collection membership list does not update after change to private
...
closes #1059
2019-10-12 20:14:18 -07:00
Tom Moor
24231053af
feat: Child document references ( #1054 )
...
* feat: Child document references
* refactor: naming
* lint: flow
2019-10-08 08:01:30 -07:00
Tom Moor
b0ceae5af0
fix: Restore 'Publish' action in drafts
2019-10-06 21:09:49 -07:00
Tom Moor
6fde4e2ec5
feat: Add new doc button when search results are empty
...
closes #1022
2019-10-05 20:06:48 -07:00
Tom Moor
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
Tom Moor
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
Tom Moor
3f7d4f7873
fix: tweak wording
2019-09-21 13:27:00 -07:00
Sherriff Agboola
593aa80abf
Show last active date on people list instead of joined date
2019-09-15 23:07:43 +01:00
Tom Moor
6520a501e3
fix: accessiblity improvements, focus states, real buttons
2019-08-30 00:27:40 -07:00
Tom Moor
140f009b4d
fix: Improve accessibility of buttons / tab indexes with tooltips
2019-08-29 00:06:21 -07:00
Tom Moor
579eaf325b
feat: Add keyboard shortcuts to tooltips
2019-08-28 23:30:27 -07:00
Tom Moor
5bd2409e39
Revert "WIP"
...
This reverts commit ccfad1d800
.
2019-08-28 00:03:11 -07:00
Tom Moor
ccfad1d800
WIP
2019-08-25 15:20:49 -07:00
Tom Moor
d96afad6c0
fix: Document heading vertical alignment
2019-08-24 10:22:58 -07:00
Tom Moor
8f2d31876d
feat: Port new color picker from Journals branch
2019-08-23 22:24:06 -07:00
Tom Moor
8e76c4e8f1
fix: Add missing audit log events UI
2019-08-23 21:51:05 -07:00
Tom Moor
54565fff74
fix: Handle doc not found / no permission
...
closes #1021
2019-08-21 22:11:54 -07:00
Tom Moor
d024d31f66
refactor: flow typing ( #1012 )
...
* fix: padding
* fix: Minor button alignment issues
* feat: Add icon to invite people button
* WIP
2019-08-08 23:09:09 -07:00
Tom Moor
7b2eea0009
feat: Add icon to invite people button
2019-08-08 22:10:11 -07:00
Tom Moor
2ce11365ab
fix: Minor button alignment issues
2019-08-08 22:07:29 -07:00
Tom Moor
e936aa82c9
fix: padding
2019-08-08 21:25:51 -07:00
Tom Moor
a26ae119fe
feat: Keyboard shortcut reference inside editor
2019-08-08 21:13:58 -07:00
Tom Moor
978eda3ad2
fix: Deleted collections not showing in audit log
...
feat: Show titles of objects in audit log
fix: modelId not saved with share events
fix: List item squashes avatar at small screen sizes
2019-08-07 20:52:59 -07:00
Tom Moor
0f028812e1
fix: Flash of documents on home if drafts load before main request
...
fix: Drafts loading placeholder misplaced
2019-08-06 23:46:27 -07:00