aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/videos.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add originallyPublishedAt unit testsChocobozzz2019-02-111-1/+15
|
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-6/+15
|\
| * Support additional video extensionsChocobozzz2018-12-111-1/+6
| |
| * Move utils to /sharedbuoyantair2018-10-291-3/+7
| | | | | | | | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
| * Feature/description support fields length 1000 (#1267)BRAINS YUM2018-10-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix migrations to not use config constant values as it can introduce bugs later when they change; (fixes #1259) remove constant fields imports from migrations * add migrations to update description and support fields to 1000 (fixes #1258) * fix client/server account and video_channel description/support fields to be max len 1000 (fixes #1258); fix test Should fail with a too long description; fix test Should fail with a long description; fix test Should fail with a long description; Remove USER.SUPPORT from constants since that field no longer exists; null not false, in migrations/0280-description-support.ts; video support field 1000, oops; * rename migration 0280-description-support.ts -> 0285-description-support.ts; update video support maxlength text
* | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-2/+2
| |
* | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+2
|/
* Add ability to search a video with an URLChocobozzz2018-08-271-3/+3
|
* 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