Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix live replay privacy change | Chocobozzz | 2023-09-01 | 2 | -19/+57 |
| | |||||
* | Stop live before removing files | Chocobozzz | 2023-09-01 | 1 | -14/+14 |
| | |||||
* | Fix path to Peertube installation in upgrade.sh | Julien Rabier | 2023-09-01 | 1 | -2/+2 |
| | |||||
* | Fix atom feed with science and technology category | Chocobozzz | 2023-09-01 | 1 | -1/+0 |
| | |||||
* | Avoid federation error logs with likes on notes | Chocobozzz | 2023-09-01 | 5 | -39/+32 |
| | |||||
* | Avoid illegal characters in torrent filename | Chocobozzz | 2023-09-01 | 1 | -1/+3 |
| | |||||
* | Fix ERR_HTTP_HEADERS_SENT crash | Chocobozzz | 2023-09-01 | 2 | -5/+8 |
| | |||||
* | Add Guadeloupean language support | Chocobozzz | 2023-08-28 | 1 | -0/+1 |
| | |||||
* | Ping runners on job abort/error | Chocobozzz | 2023-08-28 | 1 | -0/+4 |
| | |||||
* | Add video chapters support | Chocobozzz | 2023-08-28 | 33 | -34/+547 |
| | |||||
* | Optimize update host script | Chocobozzz | 2023-08-18 | 1 | -10/+22 |
| | |||||
* | Correctly handle optional replay setting | Chocobozzz | 2023-08-18 | 1 | -1/+1 |
| | |||||
* | Add ability to reset originallyPublishedAt | Chocobozzz | 2023-08-18 | 1 | -2/+4 |
| | |||||
* | Fix live replay setting breaking change | Chocobozzz | 2023-08-18 | 2 | -10/+1 |
| | |||||
* | Don't display admin email in security.txt | Chocobozzz | 2023-08-18 | 2 | -3/+2 |
| | |||||
* | Fix plugin global path error log | Chocobozzz | 2023-08-18 | 1 | -1/+1 |
| | |||||
* | Fix peertube helpers tsx tests | Chocobozzz | 2023-08-18 | 1 | -1/+4 |
| | |||||
* | fix: handle git installation of ffmpeg | Seth Falco | 2023-08-18 | 2 | -3/+20 |
| | |||||
* | Migrate server to ESM | Chocobozzz | 2023-08-11 | 1898 | -144768/+83031 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sorry for the very big commit that may lead to git log issues and merge conflicts, but it's a major step forward: * Server can be faster at startup because imports() are async and we can easily lazy import big modules * Angular doesn't seem to support ES import (with .js extension), so we had to correctly organize peertube into a monorepo: * Use yarn workspace feature * Use typescript reference projects for dependencies * Shared projects have been moved into "packages", each one is now a node module (with a dedicated package.json/tsconfig.json) * server/tools have been moved into apps/ and is now a dedicated app bundled and published on NPM so users don't have to build peertube cli tools manually * server/tests have been moved into packages/ so we don't compile them every time we want to run the server * Use isolatedModule option: * Had to move from const enum to const (https://www.typescriptlang.org/docs/handbook/enums.html#objects-vs-enums) * Had to explictely specify "type" imports when used in decorators * Prefer tsx (that uses esbuild under the hood) instead of ts-node to load typescript files (tests with mocha or scripts): * To reduce test complexity as esbuild doesn't support decorator metadata, we only test server files that do not import server models * We still build tests files into js files for a faster CI * Remove unmaintained peertube CLI import script * Removed some barrels to speed up execution (less imports) | ||||
* | More robust logs tests | Chocobozzz | 2023-07-31 | 1 | -7/+7 |
| | |||||
* | Fix live tests | Chocobozzz | 2023-07-31 | 1 | -3/+3 |
| | |||||
* | Remove deprecated "views" from live video event | Chocobozzz | 2023-07-28 | 1 | -2/+2 |
| | |||||
* | Remove deprecated video query filter | Chocobozzz | 2023-07-28 | 5 | -178/+6 |
| | |||||
* | Remove deprecated scheduler | Chocobozzz | 2023-07-28 | 2 | -29/+1 |
| | |||||
* | Keep s3 commands simple | Chocobozzz | 2023-07-28 | 1 | -2/+0 |
| | | | | As s3 implementation between s3 providers can be different | ||||
* | currentTime is now required | Chocobozzz | 2023-07-28 | 4 | -14/+7 |
| | |||||
* | Refactor enableTranscoding command helpers | Chocobozzz | 2023-07-28 | 13 | -30/+30 |
| | |||||
* | Remove banner/avatar fields from channel/account | Chocobozzz | 2023-07-28 | 8 | -53/+8 |
| | | | | Deprecated since 4.2 | ||||
* | Add ability to force transcoding | Chocobozzz | 2023-07-28 | 3 | -4/+18 |
| | |||||
* | Add an option to sign federated fetches for mastodon compatibility (#5898) | mira.bat | 2023-07-27 | 23 | -76/+99 |
| | | | | | | | | | | | | | | | | | | * Fix player error modal Not hidden when we change the video * Correctly dispose player components * Sign cross-server fetch requests for mastodon AUTHORIZED_FETCH compatibilty * Add a remote fetch sign configuration knob * Federated fetches refactoring --------- Co-authored-by: Chocobozzz <me@florianbigard.com> Co-authored-by: ira <ira@foxgirl.space> | ||||
* | Rephrase emailer conflict error messages | Chocobozzz | 2023-07-27 | 3 | -5/+5 |
| | |||||
* | Improve runner management | Chocobozzz | 2023-07-27 | 7 | -28/+192 |
| | | | | | | | * Add ability to remove runner jobs * Add runner job state quick filter * Merge registration tokens and runners tables in the same page * Add copy button to copy registration token | ||||
* | Use typed pick | Chocobozzz | 2023-07-26 | 3 | -4/+3 |
| | |||||
* | Fix invalid short uuid conversion | Chocobozzz | 2023-07-26 | 1 | -1/+1 |
| | | | | Avoid "TypeError: Expected a string but received a null" error | ||||
* | Truncate html/og/card HTML description tags | Chocobozzz | 2023-07-26 | 1 | -17/+22 |
| | |||||
* | Fix lint | Chocobozzz | 2023-07-26 | 4 | -9/+6 |
| | |||||
* | Fix check params tests | Chocobozzz | 2023-07-26 | 3 | -51/+83 |
| | |||||
* | Fix fk error when generating storyboard | Chocobozzz | 2023-07-26 | 2 | -16/+33 |
| | |||||
* | Add more logs to debug oauth-client error | Chocobozzz | 2023-07-26 | 1 | -1/+5 |
| | |||||
* | Add more rate limits | Chocobozzz | 2023-07-26 | 20 | -32/+173 |
| | |||||
* | Add video file update hook tests | Chocobozzz | 2023-07-25 | 4 | -7/+40 |
| | |||||
* | Remove unused param | Chocobozzz | 2023-07-25 | 8 | -10/+12 |
| | |||||
* | Add more context to request error | Chocobozzz | 2023-07-25 | 1 | -0/+5 |
| | |||||
* | Implement video file replacement in client | Chocobozzz | 2023-07-25 | 1 | -3/+3 |
| | |||||
* | Implement replace file in server side | Chocobozzz | 2023-07-21 | 43 | -241/+1216 |
| | |||||
* | Add p2p info to metrics | Chocobozzz | 2023-07-21 | 4 | -10/+65 |
| | |||||
* | Add peers number and p2p enabled label to metrics | Chocobozzz | 2023-07-20 | 4 | -5/+45 |
| | |||||
* | More robust runner socket test | Chocobozzz | 2023-07-19 | 2 | -20/+24 |
| | |||||
* | Try to fix CI test | Chocobozzz | 2023-07-17 | 1 | -1/+1 |
| | |||||
* | Some player fixes on Android, Safari and iOS | Chocobozzz | 2023-07-17 | 1 | -4/+4 |
| |