aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/users.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | 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
* 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
| | | | 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