aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/users.ts
Commit message (Expand)AuthorAgeFilesLines
...
* enable email verification by admin (#1348)Josh Morel2018-11-211-0/+1
* Check current password on server sideChocobozzz2018-09-261-2/+19
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-191-1/+1
* Users can change ownership of their video [#510] (#888)Gaëtan Rizio2018-09-041-1/+6
* add user account email verificiation (#977)Josh Morel2018-08-311-1/+45
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-1/+4
* Improve error message on actor name conflictChocobozzz2018-08-271-1/+1
* Cleanup utils helperChocobozzz2018-08-141-1/+1
* Add reason when banning a userChocobozzz2018-08-081-2/+3
* Implement user blocking on server sideChocobozzz2018-08-081-0/+21
* Add ability to delete our accountChocobozzz2018-08-081-0/+14
* API: Add ability to update video channel avatarChocobozzz2018-06-291-19/+2
* Fix images size limitChocobozzz2018-06-221-9/+1
* Do not create a user with the same username than another actor nameChocobozzz2018-06-211-0/+9
* feature: IP filtering on signup pageRigel Kent2018-05-221-2/+17
* Add ability to update the user display name/descriptionChocobozzz2018-04-261-1/+2
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-2/+2
* Fix typo in "already exist" error messageCale2018-03-111-1/+1
* Implement support field in video and video channelChocobozzz2018-02-151-0/+2
* Add tests for emailsChocobozzz2018-01-301-1/+1
* Add ability to reset our passwordChocobozzz2018-01-301-15/+78
* Don't leak passwords in logChocobozzz2018-01-261-4/+5
* Destroy user token when changing its roleChocobozzz2018-01-231-0/+7
* Automatically resize avatarsChocobozzz2018-01-031-2/+1
* Add avatar max size limitChocobozzz2018-01-031-1/+10
* Add ability to disable video commentsChocobozzz2018-01-031-3/+2
* Begin to add avatar to actorsChocobozzz2017-12-291-2/+20
* Propagate old comment on new followChocobozzz2017-12-281-6/+3
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-0/+2
* Move models to typescript-sequelizeChocobozzz2017-12-131-8/+7
* Refractor validatorsChocobozzz2017-11-271-113/+85
* Usernames are case insensitive nowChocobozzz2017-11-041-2/+2
* Support roles with rights and add moderator roleChocobozzz2017-10-271-1/+4
* Add video channelsChocobozzz2017-10-261-2/+2
* Upgrade express validator to v4Chocobozzz2017-09-151-97/+122
* Remove ng2 file upload moduleChocobozzz2017-09-141-9/+27
* Fix tests and user quotaChocobozzz2017-09-061-23/+38
* Add user update for adminsChocobozzz2017-09-051-2/+39
* Begin user quotaChocobozzz2017-09-041-0/+2
* Add ability to limit user registrationsChocobozzz2017-07-251-2/+13
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-3/+3
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-2/+13
* Fix error loggingChocobozzz2017-07-071-3/+3
* Move to promisesChocobozzz2017-07-051-26/+26
* Type functionsChocobozzz2017-06-101-4/+7
* Type modelsChocobozzz2017-05-251-1/+1
* First typescript iterationChocobozzz2017-05-201-0/+84