aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/users.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add auth documentationChocobozzz2018-04-161-0/+20
|
* Implement support field in video and video channelChocobozzz2018-02-151-0/+8
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-4/+4
|
* Add tests for emailsChocobozzz2018-01-301-0/+22
|
* Add ability to login with emailChocobozzz2018-01-291-1/+1
|
* Destroy user token when changing its roleChocobozzz2018-01-231-4/+13
|
* Increase tests timeoutChocobozzz2018-01-181-1/+1
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-1/+1
|
* Add avatar max size limitChocobozzz2018-01-031-0/+8
|
* Add ability to disable video commentsChocobozzz2018-01-031-5/+11
|
* Begin to add avatar to actorsChocobozzz2017-12-291-1/+21
|
* Improve check users parameters testsChocobozzz2017-12-281-306/+117
|
* Improve check follow params testsChocobozzz2017-12-281-5/+5
|
* 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
* Users list only available when use is authenticatedChocobozzz2017-11-291-1/+19
| | | | And has a special right
* Usernames are case insensitive nowChocobozzz2017-11-041-0/+12
|
* Add tests to user rolesChocobozzz2017-10-271-13/+59
|
* Fix tests and user quotaChocobozzz2017-09-061-24/+135
|
* Convert tests to typescriptChocobozzz2017-09-041-0/+502