This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/server/policies
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
..
apiKey.js Add missing authorization on views endpoints 2018-02-18 10:56:56 -08:00
collection.js feat: Memberships (#1032) 2019-10-05 18:42:03 -07:00
document.js feat: Trash (#1082) 2019-11-18 18:51:32 -08:00
index.js refactor: Policies Architecture (#1016) 2019-08-21 21:41:37 -07:00
index.test.js refactor: Policies Architecture (#1016) 2019-08-21 21:41:37 -07:00
integration.js Post to Slack (#603) 2018-04-03 20:36:25 -07:00
notificationSetting.js Base model refactor (#810) 2018-12-04 22:24:30 -08:00
policy.js Added more structure and tests to our authorization code 2018-02-18 00:11:48 -08:00
share.js Revoked share links (#664) 2018-06-16 12:36:25 -07:00
team.js refactor: Policies Architecture (#1016) 2019-08-21 21:41:37 -07:00
user.js feat: Guest email authentication (#1088) 2019-12-15 18:46:08 -08:00