aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/custom-validators/users.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement support field in video and video channelChocobozzz2018-02-151-0/+5
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-17/+9
|
* Begin to add avatar to actorsChocobozzz2017-12-291-2/+19
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-2/+11
| | | | | | | | | 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
* Usernames are case insensitive nowChocobozzz2017-11-041-1/+1
|
* Support roles with rights and add moderator roleChocobozzz2017-10-271-6/+5
|
* Upgrade express validator to v4Chocobozzz2017-09-151-10/+0
|
* Add tests for npm run scriptsChocobozzz2017-09-071-0/+1
|
* Begin user quotaChocobozzz2017-09-041-1/+7
|
* Upgrade common server dependenciesChocobozzz2017-08-251-8/+6
|
* Create types for model enumsChocobozzz2017-06-161-1/+3
|
* Type functionsChocobozzz2017-06-101-6/+18
|
* require -> importChocobozzz2017-06-051-3/+1
|
* First typescript iterationChocobozzz2017-05-201-0/+34