Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Auth plugin compat with regular user accounts | Chocobozzz | 2020-05-04 | 1 | -4/+8 |
| | |||||
* | Add external login tests | Chocobozzz | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Begin support for external auths | Chocobozzz | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Add ability for auth plugins to hook tokens validity | Chocobozzz | 2020-05-04 | 1 | -18/+44 |
| | |||||
* | Support logout and add id and pass tests | Chocobozzz | 2020-05-04 | 1 | -2/+17 |
| | |||||
* | Begin auth plugin support | Chocobozzz | 2020-05-04 | 1 | -19/+57 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -1/+2 |
| | |||||
* | Lazy load avatars | Chocobozzz | 2019-08-09 | 1 | -18/+16 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 1 | -0/+2 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 1 | -1/+2 |
| | |||||
* | Limit user tokens cache | Chocobozzz | 2019-03-19 | 1 | -3/+9 |
| | |||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 1 | -1/+2 |
| | |||||
* | Cache user token | Chocobozzz | 2018-09-20 | 1 | -0/+40 |
| | |||||
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add user account email verificiation includes server and client code to: * enable verificationRequired via custom config * send verification email with registration * ask for verification email * verify via email * prevent login if not verified and required * conditional client links to ask for new verification email * allow login for verified=null these are users created when verification not required should still be able to login when verification is enabled * refactor email verifcation pr * change naming from verified to emailVerified * change naming from askVerifyEmail to askSendVerifyEmail * undo unrelated automatic prettier formatting on api/config * use redirectService for home * remove redundant success notification on email verified * revert test.yaml smpt host | ||||
* | Fix tests | Chocobozzz | 2018-08-28 | 1 | -1/+0 |
| | |||||
* | Fix oauth server module | Chocobozzz | 2018-08-28 | 1 | -1/+5 |
| | |||||
* | Add ability to ban/unban users | Chocobozzz | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | Implement user blocking on server side | Chocobozzz | 2018-08-08 | 1 | -3/+4 |
| | |||||
* | Add ability to login with email | Chocobozzz | 2018-01-29 | 1 | -3/+3 |
| | |||||
* | Propagate old comment on new follow | Chocobozzz | 2017-12-28 | 1 | -1/+1 |
| | |||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 1 | -9/+10 |
| | |||||
* | Use async/await in lib and initializers | Chocobozzz | 2017-10-26 | 1 | -29/+25 |
| | |||||
* | Don't display password in logs | Chocobozzz | 2017-09-07 | 1 | -1/+1 |
| | |||||
* | Remove "function" in favor of () => {} | Chocobozzz | 2017-07-11 | 1 | -2/+2 |
| | |||||
* | Remove any typing from server | Chocobozzz | 2017-07-11 | 1 | -4/+3 |
| | |||||
* | Move to promises | Chocobozzz | 2017-07-05 | 1 | -12/+3 |
| | | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74 | ||||
* | Type functions | Chocobozzz | 2017-06-10 | 1 | -6/+9 |
| | |||||
* | Type models | Chocobozzz | 2017-05-25 | 1 | -2/+2 |
| | |||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 1 | -0/+95 |