aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tools/peertube-redundancy.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move cli.ts in a private shared directoryChocobozzz2023-02-151-1/+1
| | | | It's only used by cli scripts of this directory
* Don't inject untrusted inputChocobozzz2022-11-151-2/+2
| | | | | Even if it's already checked in middlewares It's better to have safe modals too
* Prefer using Object.valuesChocobozzz2022-08-171-3/+2
|
* Stop using tsconfig registerChocobozzz2022-01-061-3/+0
| | | | Prefer to replace paths at compile time
* Fix typo.John Livingston2021-12-141-1/+1
|
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* Reorganize importsChocobozzz2021-07-201-2/+1
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Shorter server command namesChocobozzz2021-07-201-5/+5
|
* Adapt CLI to new commandsChocobozzz2021-07-201-7/+7
|
* Fix CLI toolsChocobozzz2021-07-201-41/+20
|
* Update tools dependenciesChocobozzz2021-06-251-4/+3
|
* Update server dependenciesChocobozzz2021-02-031-12/+13
|
* 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
* Move to eslintcontainChocobozzz2020-02-031-8/+11
|
* Add redundancy CLIChocobozzz2020-01-281-0/+194