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
cbd9ff2dd9
fixes #1093 – account for no previous revision in backlinks service
2019-12-07 11:40:15 -08:00
504aa9f7bb
Add AWS_REGION to heroku install
2019-12-06 16:48:36 -08:00
a2a7f5ef5c
Update docs to recommend against using .env in prod [ci skip]
2019-12-05 16:57:17 -08:00
9427f06031
Added minimum Redis version. [ci skip]
2019-12-05 16:52:32 -08:00
dd11bb9079
feat: Add warning for self-hosted installations that don't auth auth method configured
2019-12-05 13:22:06 -08:00
828ce086cc
fix: Account for unset S3 url when starting application
2019-12-05 12:55:46 -08:00
682151554b
fix: Additional SQL cascades required
2019-11-18 20:14:55 -08:00
3ea79dd31a
fix: Additional SQL cascades required
2019-11-18 19:49:33 -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
f06097d9e8
chore: Remove marketing material from OSS project ( #941 )
...
* changes to support Plainhome
* changes to env sample
* changes to env variable names
* formatter fixes
* remove the content pages
* test fix
* lint fixes
* minor fixes
* removed unnesscary routes
* Apply suggestions from code review
Co-Authored-By: Tom Moor <tom.moor@gmail.com >
* removed team name from env
2019-11-03 15:01:46 -08:00
dce0c4ac73
yarn upgrade
...
closes #1066
2019-11-03 12:46:47 -08:00
ae6d24c343
upgrade: set-value
2019-11-03 12:26:43 -08:00
3c794ec5b6
fix: Bump RME, closes #1077
2019-10-30 19:33:57 -07: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
98cd93c99c
Delete yarn-error.log
2019-10-27 17:02:13 -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
e72608938a
chore: upgrade flow-typed
2019-10-26 23:50:02 -07:00
e024b1b042
Create SECURITY.md
2019-10-26 22:14:46 -07:00
3099eaaf12
chore: upgrade micromatch
2019-10-26 21:59:07 -07:00
b4d6c70b29
chore: upgrade google-auth-library
2019-10-26 21:44:45 -07:00
4080216fe3
chore: upgrade koa-x
2019-10-26 21:35:50 -07:00
1b415ac19a
chore: upgrade html-webpack-plugin
2019-10-26 21:25:09 -07:00
a9f851897d
chore: upgrade sequelize
2019-10-26 21:16:36 -07:00
db94a95001
chore: upgrade nodemon
2019-10-26 20:41:50 -07:00
2d2ad83469
fix: Cannot move a document to nested child in private collection
2019-10-16 08:45:21 -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
65b8fb40f3
fix: Empty collection causes export failure
...
closes #1043
2019-10-12 19:31:15 -07:00
ec4d4fb20f
fix: Show error message when signing in to suspended account
...
closes #1056
2019-10-12 19:16:17 -07:00
fc201663c6
fix: closes #1058 – orphaned archived headig
2019-10-12 13:40:05 -07:00
d4347b6f4b
fix: Restore option missing in archived documents
2019-10-12 13:24:48 -07:00
2d913e3766
fix: Event activity endpoint with deleted actor
...
closes #1061
2019-10-12 13:03:50 -07:00
e33aaec469
fix: Remove nonsense relationship
2019-10-10 08:25:23 -07:00
24231053af
feat: Child document references ( #1054 )
...
* feat: Child document references
* refactor: naming
* lint: flow
2019-10-08 08:01:30 -07:00