aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/cli
Commit message (Collapse)AuthorAgeFilesLines
* Introduce user commandChocobozzz2021-07-204-11/+7
|
* Introduce login commandChocobozzz2021-07-202-13/+3
|
* Introduce server commandsChocobozzz2021-07-203-21/+18
|
* Introduce sql commandChocobozzz2021-07-203-4/+4
|
* Fix CLI toolsChocobozzz2021-07-202-2/+10
|
* Introduce comments commandChocobozzz2021-07-201-2/+1
|
* Introduce channels commandChocobozzz2021-07-202-9/+6
|
* Introduce import commandChocobozzz2021-07-201-3/+4
|
* Introduce playlist commandChocobozzz2021-07-201-5/+2
|
* Introduce accounts commandChocobozzz2021-07-202-20/+15
|
* Introduce config commandChocobozzz2021-07-202-9/+4
|
* Introduce plugins commandChocobozzz2021-07-201-2/+2
|
* Introduce CLI commandChocobozzz2021-07-2010-119/+62
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-15/+15
|
* Fix prune storage testsChocobozzz2021-06-171-0/+4
|
* Fix print transcode command scriptChocobozzz2021-04-091-1/+2
|
* Update data in DB when regenerate thumbnailsChocobozzz2021-04-081-9/+23
|
* Fix static ffmpeg version checkChocobozzz2021-04-081-2/+2
|
* Add regenrate thumbnails scriptsChocobozzz2021-03-242-0/+111
|
* Add video files migrationChocobozzz2021-02-181-1/+1
|
* Dissociate video file names and video uuidChocobozzz2021-02-181-14/+2
|
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-131-0/+1
|
* add test for script printing commandRigel Kent2021-01-132-0/+37
|
* (#3520) [cli] Hardened `auth add`: No longer fails with extraneous characters.Theodore R. Smith2020-12-271-0/+12
| | | | | | | | | | | | | | | | **The Solution:** I have hardened `auth add` by stripping out everything from the third '/' to the end of the instance URL. **The Problem:** When adding an authorization for the peertube-cli, before this commit you could not have anything after the domain_name:port. For instance, if there was a trailing / in your instance URL, before this commit it will always fail with expected 200 "OK", got 404 "Not Found". It took me over 20 minutes to figure out that this was the problem. See Issue #3091.
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-1/+2
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-2/+3
|
* Add registered setting CLI plugin install testChocobozzz2020-11-271-0/+5
|
* Add live transcoding bit rate testsChocobozzz2020-11-252-9/+9
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-3/+3
|
* Disable HTTP import in push actionsChocobozzz2020-11-171-1/+8
|
* Update server dependenciesChocobozzz2020-06-171-8/+2
|
* Update dependenciesChocobozzz2020-02-281-1/+1
|
* Move to eslintcontainChocobozzz2020-02-037-31/+36
|
* Add redundancy CLI docChocobozzz2020-01-281-0/+6
|
* Add redundancy CLIChocobozzz2020-01-281-3/+72
|
* Add missing hotkeys to the watch pageChocobozzz2019-12-061-2/+2
|
* Add ability to generate HLS in CLIChocobozzz2019-11-251-17/+116
|
* Don't always replace actor avatarChocobozzz2019-11-251-4/+12
|
* Add ability to disable webtorrentChocobozzz2019-11-251-3/+2
| | | | In favour of HLS
* Add avatar to prune scriptChocobozzz2019-08-092-0/+200
|
* Correctly notify on auto blacklistChocobozzz2019-07-241-1/+1
|
* Add hook filters testsChocobozzz2019-07-241-4/+4
|
* Add CLI plugins testsChocobozzz2019-07-243-82/+208
|
* Fix CLI default boolean valuesChocobozzz2019-06-171-0/+1
|
* Add ability to override CLI import attributesChocobozzz2019-06-131-13/+51
|
* Add more CLI testsChocobozzz2019-06-131-13/+103
|
* Redundancy and search tests in parallel tooChocobozzz2019-05-141-4/+6
|
* Use test wrapper exit functionChocobozzz2019-04-246-19/+21
|
* Cleanup testsChocobozzz2019-04-246-23/+12
|
* Shared utils -> extra-utilsChocobozzz2019-04-246-12/+12
| | | | Because they need dev dependencies