Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix username/password CLI options | Chocobozzz | 2022-03-15 | 1 | -2/+2 |
| | |||||
* | Upgrade tools dependencies | Chocobozzz | 2022-02-09 | 1 | -6/+6 |
| | |||||
* | Remove fixed workaround | Chocobozzz | 2022-01-21 | 1 | -6/+1 |
| | |||||
* | Fix peertube tools auth | Chocobozzz | 2022-01-20 | 2 | -21/+30 |
| | |||||
* | Handle quota for 413 | Chocobozzz | 2022-01-19 | 1 | -1/+1 |
| | |||||
* | Better 413 error handling in cli script | Chocobozzz | 2022-01-18 | 1 | -1/+7 |
| | |||||
* | Better auth args handling for peertube cli | Chocobozzz | 2022-01-18 | 1 | -8/+15 |
| | |||||
* | Upgrade server tools dependencies | Chocobozzz | 2022-01-14 | 1 | -27/+21 |
| | |||||
* | Stop using tsconfig register | Chocobozzz | 2022-01-06 | 9 | -39/+20 |
| | | | | Prefer to replace paths at compile time | ||||
* | Fix migrations | Chocobozzz | 2021-12-17 | 1 | -1/+2 |
| | |||||
* | Fix build | Chocobozzz | 2021-12-17 | 1 | -2/+1 |
| | |||||
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 2 | -2/+2 |
| | |||||
* | refactor(types): create dedicated folder for types package src | lutangar | 2021-12-16 | 1 | -0/+1 |
| | | | | | | fix guide examples and add types package readme refactor(tsconfig): move back base tsconfig to base directory | ||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 3 | -2/+11 |
| | | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html | ||||
* | Fix typo. | John Livingston | 2021-12-14 | 1 | -1/+1 |
| | |||||
* | CLI: plugins install command accept a --plugin-version parameter. (#4599) | John Livingston | 2021-12-03 | 1 | -1/+2 |
| | | | | | | | | | | | * CLI: plugins install command accept a --plugin-version parameter. * Unit tests for plugins install --plugin-version. * Fix linting. * Styling Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Upgrade tools dependencies | Chocobozzz | 2021-11-22 | 1 | -16/+16 |
| | |||||
* | Apply import interval only when reasonable (#4552) | mj-saunders | 2021-11-22 | 1 | -5/+8 |
| | | | | | | | | | | * Apply import interval only when reasonable When importing videos from another service, an interval can be applied between each download. It only really makes sense to apply this interval when the last attempted download actually happened, and not when it was skipped. * Fix boolean notation | ||||
* | Rewrite youtube-dl import | Chocobozzz | 2021-10-22 | 1 | -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 tools | Chocobozzz | 2021-10-12 | 1 | -25/+25 |
| | |||||
* | Fix embed api | Chocobozzz | 2021-09-10 | 1 | -1/+1 |
| | |||||
* | Remove peertube watch and peertube repl | Chocobozzz | 2021-09-10 | 7 | -2165/+7 |
| | | | | | I don't have time to maintain these scripts that cause some install issues/maintenance difficulties | ||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 4 | -5/+7 |
| | |||||
* | Remove useless async | Chocobozzz | 2021-08-26 | 1 | -1/+1 |
| | |||||
* | Fix cli build | Chocobozzz | 2021-08-06 | 1 | -1/+1 |
| | |||||
* | Simplify createServer args | Chocobozzz | 2021-07-22 | 1 | -1/+1 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 1 | -2/+1 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 3 | -15/+12 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 6 | -24/+24 |
| | |||||
* | Introduce videos command | Chocobozzz | 2021-07-20 | 3 | -20/+22 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 1 | -6/+4 |
| | |||||
* | Adapt CLI to new commands | Chocobozzz | 2021-07-20 | 7 | -48/+52 |
| | |||||
* | Fix search tests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Introduce notifications command | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Introduce sql command | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Fix CLI tools | Chocobozzz | 2021-07-20 | 7 | -178/+128 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 1 | -5/+0 |
| | |||||
* | Update tools dependencies | Chocobozzz | 2021-06-25 | 10 | -27/+25 |
| | |||||
* | Upgrade tools dep | Chocobozzz | 2021-06-15 | 1 | -215/+198 |
| | |||||
* | Fix CLI build | Chocobozzz | 2021-06-04 | 1 | -2/+0 |
| | |||||
* | Support '/w/' and '/w/p/' for watch page | Chocobozzz | 2021-05-28 | 1 | -1/+1 |
| | | | | And use them as default in client | ||||
* | Reorganize plugin models | Chocobozzz | 2021-05-11 | 1 | -2/+1 |
| | |||||
* | Use a class for youtube-dl | Chocobozzz | 2021-05-11 | 1 | -11/+14 |
| | |||||
* | Fix CLI plugins list command: use command parameters. | John Livingston | 2021-05-10 | 1 | -5/+3 |
| | |||||
* | Ugrade tools dependencies | Chocobozzz | 2021-04-13 | 1 | -140/+151 |
| | |||||
* | Fix 404 AP status codes | Chocobozzz | 2021-03-24 | 1 | -4/+1 |
| | |||||
* | Fix import script when using the search index | Chocobozzz | 2021-02-19 | 1 | -9/+7 |
| | |||||
* | Upgrade tools dependencies | Chocobozzz | 2021-02-03 | 2 | -421/+534 |
| | |||||
* | Update server dependencies | Chocobozzz | 2021-02-03 | 10 | -145/+141 |
| |