aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/videos.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix images size limitChocobozzz2018-06-221-4/+4
|
* Add ability to schedule video publicationChocobozzz2018-06-151-0/+29
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-14/+1
| | | | publishing a video
* Move fixtures in tests/Chocobozzz2018-06-071-16/+16
|
* Only use account name in routesChocobozzz2018-05-251-3/+3
|
* Fix video channel update with an admin accountChocobozzz2018-05-171-1/+1
|
* Add check channel update test in video updateChocobozzz2018-05-111-0/+6
|
* Fix testsChocobozzz2018-05-091-2/+2
|
* Account/channel descriptions are not required anymoreChocobozzz2018-05-091-26/+0
|
* Implement video channel viewsChocobozzz2018-04-251-1/+1
|
* Video channel API routes refractorChocobozzz2018-04-251-3/+70
|
* Use ISO 639 for languagesChocobozzz2018-04-231-4/+4
|
* Add ability to update another user videoChocobozzz2018-02-221-6/+22
|
* Implement support field in video and video channelChocobozzz2018-02-151-2/+16
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-23/+127
|
* Increase tests timeoutChocobozzz2018-01-181-1/+1
|
* Add ability to disable video commentsChocobozzz2018-01-031-0/+22
|
* Improve check videos parameters testsChocobozzz2017-12-281-223/+151
|
* Improve check follow params testsChocobozzz2017-12-281-2/+2
|
* Fix testChocobozzz2017-12-081-3/+3
|
* Make some fields optional when uploading a videoChocobozzz2017-12-071-24/+0
|
* Remove max duration/filesize constraintsChocobozzz2017-11-281-8/+0
|
* Optimize signature verificationChocobozzz2017-11-271-2/+2
|
* Add tests and fix bugs for video privacyChocobozzz2017-10-311-360/+177
|
* Lazy description and previews to video formChocobozzz2017-10-301-6/+2
|
* Increase video attributes lengthChocobozzz2017-10-261-6/+10
| | | | | | | Number of tags: 3 -> 5 Tag length: 10 -> 30 Video name: 50 -> 120 Video channel name: 50 -> 120
* Add video channel testsChocobozzz2017-10-261-19/+104
|
* Upload a video to /videos/uploadChocobozzz2017-09-071-21/+42
| | | | This is an action, not a REST endpoint
* Convert tests to typescriptChocobozzz2017-09-041-0/+677