Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check current password on server side | Chocobozzz | 2018-09-26 | 1 | -1/+33 |
| | |||||
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Implement daily upload limit (#956) | Felix Ableitner | 2018-08-28 | 1 | -2/+54 |
| | | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo | ||||
* | Implement user blocking on server side | Chocobozzz | 2018-08-08 | 1 | -2/+14 |
| | |||||
* | Add ability to delete our account | Chocobozzz | 2018-08-08 | 1 | -1/+7 |
| | |||||
* | Increase test timeout for imports | Chocobozzz | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | Add torrent tests | Chocobozzz | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | Add check param tests regarding video imports | Chocobozzz | 2018-08-08 | 1 | -3/+41 |
| | |||||
* | API: Add ability to update video channel avatar | Chocobozzz | 2018-06-29 | 1 | -0/+14 |
| | |||||
* | Increase test timeout for travis | Chocobozzz | 2018-06-27 | 1 | -1/+1 |
| | |||||
* | Do not create a user with the same username than another actor name | Chocobozzz | 2018-06-21 | 1 | -0/+24 |
| | |||||
* | Move fixtures in tests/ | Chocobozzz | 2018-06-07 | 1 | -3/+3 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 1 | -3/+3 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Add auth documentation | Chocobozzz | 2018-04-16 | 1 | -0/+20 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 1 | -0/+8 |
| | |||||
* | Add ability to set video thumbnail/preview | Chocobozzz | 2018-02-14 | 1 | -4/+4 |
| | |||||
* | Add tests for emails | Chocobozzz | 2018-01-30 | 1 | -0/+22 |
| | |||||
* | Add ability to login with email | Chocobozzz | 2018-01-29 | 1 | -1/+1 |
| | |||||
* | Destroy user token when changing its role | Chocobozzz | 2018-01-23 | 1 | -4/+13 |
| | |||||
* | Increase tests timeout | Chocobozzz | 2018-01-18 | 1 | -1/+1 |
| | |||||
* | Don't show videos of remote instance after unfollow | Chocobozzz | 2018-01-18 | 1 | -1/+1 |
| | |||||
* | Add avatar max size limit | Chocobozzz | 2018-01-03 | 1 | -0/+8 |
| | |||||
* | Add ability to disable video comments | Chocobozzz | 2018-01-03 | 1 | -5/+11 |
| | |||||
* | Begin to add avatar to actors | Chocobozzz | 2017-12-29 | 1 | -1/+21 |
| | |||||
* | Improve check users parameters tests | Chocobozzz | 2017-12-28 | 1 | -306/+117 |
| | |||||
* | Improve check follow params tests | Chocobozzz | 2017-12-28 | 1 | -5/+5 |
| | |||||
* | Enh #106 : Add an autoPlayVideo user attribute (#159) | Andréas Livet | 2017-12-19 | 1 | -0/+9 |
| | | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video | ||||
* | Users list only available when use is authenticated | Chocobozzz | 2017-11-29 | 1 | -1/+19 |
| | | | | And has a special right | ||||
* | Usernames are case insensitive now | Chocobozzz | 2017-11-04 | 1 | -0/+12 |
| | |||||
* | Add tests to user roles | Chocobozzz | 2017-10-27 | 1 | -13/+59 |
| | |||||
* | Fix tests and user quota | Chocobozzz | 2017-09-06 | 1 | -24/+135 |
| | |||||
* | Convert tests to typescript | Chocobozzz | 2017-09-04 | 1 | -0/+502 |