aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/video-imports.ts
Commit message (Collapse)AuthorAgeFilesLines
* Faster ci using compiled ts filesChocobozzz2021-06-151-9/+9
|
* Fix testsChocobozzz2021-01-261-4/+4
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-6/+26
|
* Don't rely on youtube for testsChocobozzz2020-07-311-13/+11
| | | | | Use another import URL when possible, and disable import tests when we want to do a youtube import test
* Update server dependenciesChocobozzz2020-06-171-3/+0
|
* Move to eslintcontainChocobozzz2020-02-031-8/+9
|
* Fix express validatorChocobozzz2019-07-251-1/+1
|
* Use test wrapper exit functionChocobozzz2019-04-241-5/+4
|
* Cleanup testsChocobozzz2019-04-241-10/+3
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-3/+3
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-2/+2
|
* 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