aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tools
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite youtube-dl importChocobozzz2021-10-221-127/+52
| | | | | | | | Use python3 binary Allows to use a custom youtube-dl release URL Allows to use yt-dlp (youtube-dl fork) Remove proxy config from configuration to use HTTP_PROXY and HTTPS_PROXY env variables
* Upgrade server toolsChocobozzz2021-10-121-25/+25
|
* Fix embed apiChocobozzz2021-09-101-1/+1
|
* Remove peertube watch and peertube replChocobozzz2021-09-107-2165/+7
| | | | | I don't have time to maintain these scripts that cause some install issues/maintenance difficulties
* esModuleInterop to trueChocobozzz2021-08-274-5/+7
|
* Remove useless asyncChocobozzz2021-08-261-1/+1
|
* Fix cli buildChocobozzz2021-08-061-1/+1
|
* Simplify createServer argsChocobozzz2021-07-221-1/+1
|
* Reorganize importsChocobozzz2021-07-201-2/+1
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Use an object to represent a serverChocobozzz2021-07-203-15/+12
|
* Shorter server command namesChocobozzz2021-07-206-24/+24
|
* Introduce videos commandChocobozzz2021-07-203-20/+22
|
* Introduce user commandChocobozzz2021-07-201-6/+4
|
* Adapt CLI to new commandsChocobozzz2021-07-207-48/+52
|
* Fix search testsChocobozzz2021-07-201-1/+1
|
* Introduce notifications commandChocobozzz2021-07-201-1/+1
|
* Introduce sql commandChocobozzz2021-07-201-1/+1
|
* Fix CLI toolsChocobozzz2021-07-207-178/+128
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-5/+0
|
* Update tools dependenciesChocobozzz2021-06-2510-27/+25
|
* Upgrade tools depChocobozzz2021-06-151-215/+198
|
* Fix CLI buildChocobozzz2021-06-041-2/+0
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-1/+1
| | | | And use them as default in client
* Reorganize plugin modelsChocobozzz2021-05-111-2/+1
|
* Use a class for youtube-dlChocobozzz2021-05-111-11/+14
|
* Fix CLI plugins list command: use command parameters.John Livingston2021-05-101-5/+3
|
* Ugrade tools dependenciesChocobozzz2021-04-131-140/+151
|
* Fix 404 AP status codesChocobozzz2021-03-241-4/+1
|
* Fix import script when using the search indexChocobozzz2021-02-191-9/+7
|
* Upgrade tools dependenciesChocobozzz2021-02-032-421/+534
|
* Update server dependenciesChocobozzz2021-02-0310-145/+141
|
* add option for video-import CLI to wait between two video imports (#3310)Florent2021-01-251-58/+63
| | | | | | | | * peertube-import-videos: Add --wait-interval option * peertube-import-videos: various code style improvements Co-authored-by: Florent F <florent.fayolle69@gmail.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-151-2/+2
| | | | | | | | | | | | | | * stricter youtubedl format selectors make sure selectors avoid av1, and otherwise match as closely to the maximum resolution enabled for transcoding * add support for merge formats in youtubedl * avoid vp9.2 in youtubedl to avoid any HDR * move getEnabledResolutions, safer replace of imported extension * add test for youtube-dl selectors
* StylingChocobozzz2020-12-301-6/+9
|
* (#3520) [cli] Hardened `auth add`: No longer fails with extraneous characters.Theodore R. Smith2020-12-271-0/+11
| | | | | | | | | | | | | | | | **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.
* Fix channels import with a channel with playlistsChocobozzz2020-12-141-3/+8
|
* More robust import script when using since/untilChocobozzz2020-12-141-12/+11
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-2/+3
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Add inspect to test scriptChocobozzz2020-11-301-1/+1
|
* Support encoding profilesChocobozzz2020-11-251-0/+105
|
* remove outdated badges, add authorization to caption routesRigel Kent2020-11-201-3/+0
|
* Fix CLI import scriptChocobozzz2020-11-171-29/+41
|
* Fix auth add cli examplesChocobozzz2020-08-241-4/+4
|
* Split types and typingsChocobozzz2020-06-181-0/+1
|
* Update server dependenciesChocobozzz2020-06-171-1/+1
|
* Fix CLI buildChocobozzz2020-05-071-1/+1
|
* Fix import/upload CLI optionsChocobozzz2020-04-161-2/+3
|
* Catch error in import scriptChocobozzz2020-04-141-6/+10
|
* Add log in peertube watch script on errorChocobozzz2020-04-141-1/+6
|