aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to filter out public videos from adminChocobozzz2021-11-121-2/+20
|
* Added 144p encoding (#4492)Florian CUNY2021-11-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added 144p encoding Implements https://github.com/Chocobozzz/PeerTube/issues/4428 * Fixed typo in core-utils * Increased BitPerPixel for 144p * Disabled 144p by default in test.yaml * Another try at fixing tests * Fixed test in video-transcoder (api-3) * Fixed test in video-imports (api-4) * Fixed test in live-constraints (api-2) * Tried to fix tests in api-3 again * Revert "Tried to fix tests in api-3 again" This reverts commit 266e1143fa37f333d149c2c2791c7bd33621ac14. * Fixed test in config.ts (api-2) * Try to fix test in video-hls.ts (api-3) * Fixed test in video-transcoder.ts (api-3) * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Deprecate filter video queryChocobozzz2021-10-293-115/+204
| | | | Introduce include and isLocal instead
* Made the video channels limit (per user) server-wide configurable (#4491)Florian CUNY2021-10-261-0/+3
| | | | | | | | | | | | | | | * Made the video channels limit (per user) server-wide configurable Implements https://github.com/Chocobozzz/PeerTube/issues/3092 Also added a "quota bar" in the account's settings page * Fixed lint errors * Another pass at fixing lint errors * Applied code suggestions * Removed 'video channels quota'
* Add channel filters for my videos/followersChocobozzz2021-10-201-0/+14
|
* Split check user params testsChocobozzz2021-10-204-899/+986
|
* Add ability to view my followersChocobozzz2021-10-202-0/+56
|
* Increase contact form tests timeoutChocobozzz2021-09-021-2/+2
|
* Allow accounts to skip account setup modalChocobozzz2021-08-271-13/+14
|
* Limit live bitrateChocobozzz2021-08-061-2/+2
|
* Search channels against handles and not namesChocobozzz2021-07-291-0/+4
|
* Add ability to search by uuids/actor namesChocobozzz2021-07-281-0/+15
|
* Update search index testsChocobozzz2021-07-281-5/+25
|
* Generate random uuid for video filesChocobozzz2021-07-263-35/+43
|
* Rename captions commandsChocobozzz2021-07-211-1/+1
|
* Add ability for instances to follow any actorChocobozzz2021-07-211-16/+20
|
* Reorganize importsChocobozzz2021-07-2018-35/+22
|
* Refactor requestsChocobozzz2021-07-2029-467/+435
|
* Fix server runChocobozzz2021-07-201-1/+1
|
* Centralize test URLsChocobozzz2021-07-202-6/+6
|
* Use an object to represent a serverChocobozzz2021-07-2030-130/+129
|
* Shorter server command namesChocobozzz2021-07-2029-210/+210
|
* Introduce videos commandChocobozzz2021-07-2012-172/+133
|
* Introduce user commandChocobozzz2021-07-2023-241/+163
|
* Introduce login commandChocobozzz2021-07-2022-71/+49
|
* Introduce server commandsChocobozzz2021-07-2010-178/+178
|
* Introduce notifications commandChocobozzz2021-07-202-2/+2
|
* Introduce sql commandChocobozzz2021-07-202-3/+3
|
* Introduce comments commandChocobozzz2021-07-201-15/+12
|
* Introduce channels commandChocobozzz2021-07-202-11/+12
|
* Introduce import commandChocobozzz2021-07-202-12/+10
|
* Introduce playlist commandChocobozzz2021-07-202-174/+191
|
* Introduce captions commandChocobozzz2021-07-201-7/+4
|
* Introduce blacklist commandChocobozzz2021-07-201-26/+21
|
* Shorter live methodsChocobozzz2021-07-201-26/+26
|
* Introduce live commandChocobozzz2021-07-201-36/+36
|
* Introduce accounts commandChocobozzz2021-07-201-7/+8
|
* Introduce config commandChocobozzz2021-07-203-70/+83
|
* Introduce plugins commandChocobozzz2021-07-201-3/+2
|
* Introduce contact form commandChocobozzz2021-07-201-52/+17
|
* Introduce overviews commandChocobozzz2021-07-201-5/+4
|
* Introduce abuse commandChocobozzz2021-07-201-79/+67
|
* Correctly export misc filesChocobozzz2021-07-202-4/+3
|
* Increase test timeoutChocobozzz2021-07-021-1/+1
|
* Support short uuid for GET video/playlistChocobozzz2021-06-299-131/+158
|
* Add ability to search playlistsChocobozzz2021-06-251-0/+25
|
* Faster ci using compiled ts filesChocobozzz2021-06-155-32/+33
|
* Refactor server errors handlerChocobozzz2021-06-021-1/+77
|
* Implemented configurable minimum signup agePoslovitch2021-05-281-1/+2
| | | | | | | | | | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3612 Fixed lint and removed debug Fixed another lint error Apply suggestions from code review Co-authored-by: Chocobozzz <chocobozzz@cpy.re> Add tests for min signup age config
* CleanupChocobozzz2021-05-281-37/+0
| | | | | We must not expose private actor objects to clients Just make 2 GET requests on channel/accounts instead