aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params
Commit message (Collapse)AuthorAgeFilesLines
* Add auth documentationChocobozzz2018-04-161-0/+20
|
* Fix check comments params unit testsChocobozzz2018-03-261-2/+2
|
* Add short description in configChocobozzz2018-03-151-0/+1
|
* Add ability to change the homepageChocobozzz2018-03-011-0/+1
|
* Add stats routeChocobozzz2018-02-281-1/+1
|
* Add ability to add custom css/javascriptChocobozzz2018-02-221-1/+5
|
* Add ability to update another user videoChocobozzz2018-02-221-6/+22
|
* Implement support field in video and video channelChocobozzz2018-02-153-4/+37
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-142-27/+131
|
* Add new name/terms/description config optionsChocobozzz2018-01-311-0/+5
|
* Add tests for emailsChocobozzz2018-01-301-0/+22
|
* Add ability to login with emailChocobozzz2018-01-291-1/+1
|
* Move job queue to redisChocobozzz2018-01-251-1/+10
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Destroy user token when changing its roleChocobozzz2018-01-231-4/+13
|
* Increase tests timeoutChocobozzz2018-01-188-8/+8
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-1/+1
|
* Add ability to update some configuration keysChocobozzz2018-01-171-0/+152
|
* Add ability to delete commentsChocobozzz2018-01-041-2/+37
|
* Send account activitypub update eventsChocobozzz2018-01-032-0/+52
|
* Add avatar max size limitChocobozzz2018-01-031-0/+8
|
* Add ability to disable video commentsChocobozzz2018-01-033-8/+65
|
* Begin to add avatar to actorsChocobozzz2017-12-291-1/+21
|
* Improve check videos parameters testsChocobozzz2017-12-287-545/+296
|
* Improve check users parameters testsChocobozzz2017-12-282-307/+117
|
* Improve check services parameters testsChocobozzz2017-12-281-87/+36
|
* Improve check jobs parameters testsChocobozzz2017-12-281-27/+16
|
* Improve check follow params testsChocobozzz2017-12-287-120/+106
|
* Tests directories refractorChocobozzz2017-12-282-2/+2
|
* Add comments federation testsChocobozzz2017-12-272-20/+6
|
* Add check params testsChocobozzz2017-12-272-2/+216
|
* Begin moving video channel to actorChocobozzz2017-12-191-17/+1
|
* 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
* Fix testChocobozzz2017-12-081-3/+3
|
* Make some fields optional when uploading a videoChocobozzz2017-12-071-24/+0
|
* Add ability to list jobsChocobozzz2017-11-302-0/+85
|
* Users list only available when use is authenticatedChocobozzz2017-11-291-1/+19
| | | | And has a special right
* Remove max duration/filesize constraintsChocobozzz2017-11-281-8/+0
|
* Add follow testsChocobozzz2017-11-271-41/+43
|
* Fix lintChocobozzz2017-11-271-7/+6
|
* Optimize signature verificationChocobozzz2017-11-276-411/+225
|
* Improve client mobile versionChocobozzz2017-11-061-5/+0
|
* Usernames are case insensitive nowChocobozzz2017-11-041-0/+12
|
* Upgrade server packagesChocobozzz2017-10-311-1/+1
|
* Add tests and fix bugs for video privacyChocobozzz2017-10-311-360/+177
|
* Lazy description and previews to video formChocobozzz2017-10-301-6/+2
|
* Add tests to user rolesChocobozzz2017-10-271-13/+59
|
* Increase video attributes lengthChocobozzz2017-10-262-6/+16
| | | | | | | Number of tags: 3 -> 5 Tag length: 10 -> 30 Video name: 50 -> 120 Video channel name: 50 -> 120
* Fix lintChocobozzz2017-10-261-1/+0
|
* Add video channel testsChocobozzz2017-10-263-19/+416
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-191-2/+30
|