aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/users.ts
Commit message (Collapse)AuthorAgeFilesLines
* Tests directories refractorChocobozzz2017-12-281-534/+0
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-0/+9
| | | | | | | | | 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
* Begin admin designChocobozzz2017-12-081-2/+2
|
* Begin video watch designChocobozzz2017-12-061-2/+2
|
* Users list only available when use is authenticatedChocobozzz2017-11-291-5/+9
| | | | And has a special right
* Fix public video we set to public or unlistedChocobozzz2017-11-271-1/+1
|
* Speed up activity pub http requestsChocobozzz2017-11-271-102/+217
|
* Add tests and fix bugs for video privacyChocobozzz2017-10-311-1/+14
|
* Add tests to user rolesChocobozzz2017-10-271-4/+17
|
* Add video channel testsChocobozzz2017-10-261-1/+1
|
* Fix tests and user quotaChocobozzz2017-09-061-2/+2
|
* Begin tests for user quotaChocobozzz2017-09-051-8/+45
|
* Convert tests to typescriptChocobozzz2017-09-041-0/+343