aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/users.ts
Commit message (Expand)AuthorAgeFilesLines
* Add tests and fix bugs for video privacyChocobozzz2017-10-311-1/+1
* Add video privacy settingChocobozzz2017-10-311-1/+20
* Support roles with rights and add moderator roleChocobozzz2017-10-271-9/+11
* Add migration script for channelsChocobozzz2017-10-261-10/+8
* Fix lintChocobozzz2017-10-261-1/+1
* Use async/await in controllersChocobozzz2017-10-261-59/+49
* Add video channelsChocobozzz2017-10-261-8/+25
* Fix tests and user quotaChocobozzz2017-09-061-8/+22
* Add user update for adminsChocobozzz2017-09-051-5/+41
* Begin user quotaChocobozzz2017-09-041-2/+9
* Formated -> FormattedChocobozzz2017-08-251-5/+5
* Add ability to limit user registrationsChocobozzz2017-07-251-2/+2
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-1/+1
* Better typescript typing for a better worldChocobozzz2017-07-101-6/+10
* Fix error loggingChocobozzz2017-07-071-1/+1
* Move to promisesChocobozzz2017-07-051-52/+34
* Move ensureRegistrationEnabled to middlewaresChocobozzz2017-06-251-11/+2
* Share models between server and clientChocobozzz2017-06-171-2/+4
* Type functionsChocobozzz2017-06-101-11/+11
* require -> importChocobozzz2017-06-051-1/+1
* Type modelsChocobozzz2017-05-251-2/+2
* First typescript iterationChocobozzz2017-05-201-0/+173