aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/video-channels.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to view my followersChocobozzz2021-10-201-0/+28
|
* Reorganize importsChocobozzz2021-07-201-2/+1
|
* Refactor requestsChocobozzz2021-07-201-13/+13
|
* Use an object to represent a serverChocobozzz2021-07-201-4/+4
|
* Shorter server command namesChocobozzz2021-07-201-4/+4
|
* Introduce user commandChocobozzz2021-07-201-2/+1
|
* Introduce login commandChocobozzz2021-07-201-3/+2
|
* Introduce server commandsChocobozzz2021-07-201-17/+14
|
* Introduce channels commandChocobozzz2021-07-201-8/+10
|
* Faster ci using compiled ts filesChocobozzz2021-06-151-7/+7
|
* Add banner testsChocobozzz2021-04-081-30/+40
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-17/+18
|
* Move to eslintcontainChocobozzz2020-02-031-6/+6
|
* Server: Bulk update videos support fieldChocobozzz2019-05-311-2/+10
|
* Add pagination to account video channels endpointChocobozzz2019-05-291-1/+23
|
* Use test wrapper exit functionChocobozzz2019-04-241-8/+4
|
* Cleanup testsChocobozzz2019-04-241-10/+3
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-2/+2
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-1/+1
|
* Move utils to /sharedbuoyantair2018-10-291-2/+6
| | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* Feature/description support fields length 1000 (#1267)BRAINS YUM2018-10-191-4/+4
| | | | | | | | | | | | | | | | | | * 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
* Check video channel name is unique on our instanceChocobozzz2018-10-011-0/+10
|
* Add ability to set a name to a channelChocobozzz2018-08-271-27/+20
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-291-2/+3
|
* API: Add ability to update video channel avatarChocobozzz2018-06-291-1/+55
|
* Only use account name in routesChocobozzz2018-05-251-7/+3
|
* Fix testsChocobozzz2018-05-091-4/+4
|
* Add video channel managementChocobozzz2018-04-261-7/+7
|
* Update video-channel routes (again)Chocobozzz2018-04-251-35/+23
| | | | Use /video-channels now, it's more simple for clients
* Video channel API routes refractorChocobozzz2018-04-251-44/+29
|
* Update video channel routesChocobozzz2018-04-241-30/+71
|
* Implement support field in video and video channelChocobozzz2018-02-151-2/+13
|
* Increase tests timeoutChocobozzz2018-01-181-1/+1
|
* Improve check videos parameters testsChocobozzz2017-12-281-138/+68
|
* Improve check follow params testsChocobozzz2017-12-281-2/+2
|
* Add comments federation testsChocobozzz2017-12-271-5/+5
|
* Improve client mobile versionChocobozzz2017-11-061-5/+0
|
* Increase video attributes lengthChocobozzz2017-10-261-0/+6
| | | | | | | 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-261-0/+310