aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/video-imports.ts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-4/+8
|\
| * 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-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1/+1
| |
* | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+1
|/
* Fix testsChocobozzz2018-08-271-2/+0
|
* Increase video import timeoutChocobozzz2018-08-141-1/+1
|
* Add torrent testsChocobozzz2018-08-081-1/+1
|
* Add check param tests regarding video importsChocobozzz2018-08-081-2/+48
|
* Add tests regarding video importChocobozzz2018-08-061-5/+34
|
* Add import http enabled configurationChocobozzz2018-08-061-0/+246