aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/users.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Unmaintained and we don't need it anymore with httpclient
* 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
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Type functionsChocobozzz2017-06-101-4/+7
|
* Type modelsChocobozzz2017-05-251-1/+1
|
* First typescript iterationChocobozzz2017-05-201-0/+84