Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enable email verification by admin (#1348) | Josh Morel | 2018-11-21 | 1 | -0/+2 |
| | | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required | ||||
* | Add users search filter | Chocobozzz | 2018-10-08 | 1 | -1/+35 |
| | |||||
* | Check current password on server side | Chocobozzz | 2018-09-26 | 1 | -4/+29 |
| | |||||
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Add quota used in users list | Chocobozzz | 2018-08-14 | 1 | -1/+7 |
| | |||||
* | Implement user blocking on server side | Chocobozzz | 2018-08-08 | 1 | -5/+26 |
| | |||||
* | Add ability to delete our account | Chocobozzz | 2018-08-08 | 1 | -1/+16 |
| | |||||
* | Add ability to update the user display name/description | Chocobozzz | 2018-04-26 | 1 | -0/+23 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 1 | -13/+13 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Update videos api list for account | Chocobozzz | 2018-03-12 | 1 | -2/+2 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 1 | -0/+21 |
| | |||||
* | Fix tests | Chocobozzz | 2018-02-14 | 1 | -2/+1 |
| | |||||
* | Destroy user token when changing its role | Chocobozzz | 2018-01-23 | 1 | -17/+20 |
| | |||||
* | Increase tests timeout | Chocobozzz | 2018-01-18 | 1 | -1/+1 |
| | |||||
* | Don't show videos of remote instance after unfollow | Chocobozzz | 2018-01-18 | 1 | -2/+2 |
| | |||||
* | Support video quota on client | Chocobozzz | 2018-01-08 | 1 | -2/+11 |
| | |||||
* | Automatically resize avatars | Chocobozzz | 2018-01-03 | 1 | -1/+1 |
| | |||||
* | Begin to add avatar to actors | Chocobozzz | 2017-12-29 | 1 | -1/+17 |
| | |||||
* | Fix real world script | Chocobozzz | 2017-12-29 | 1 | -178/+58 |
| | |||||
* | Fix user tests | Chocobozzz | 2017-12-28 | 1 | -4/+4 |
| | |||||
* | Improve check videos parameters tests | Chocobozzz | 2017-12-28 | 1 | -28/+32 |
| | |||||
* | Improve check users parameters tests | Chocobozzz | 2017-12-28 | 1 | -2/+2 |
| | |||||
* | Improve check follow params tests | Chocobozzz | 2017-12-28 | 1 | -3/+3 |
| | |||||
* | Tests directories refractor | Chocobozzz | 2017-12-28 | 1 | -0/+534 |