Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add filter:api.server.stats.get.result hook | Chocobozzz | 2021-12-09 | 1 | -1/+3 |
| | |||||
* | Fix torrent metadata update for hls | Chocobozzz | 2021-12-09 | 1 | -1/+10 |
| | |||||
* | Update torrents info name on video update | Chocobozzz | 2021-12-08 | 1 | -4/+7 |
| | |||||
* | Update torrent metadata on video update | Chocobozzz | 2021-12-08 | 1 | -3/+9 |
| | |||||
* | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-07 | 1 | -1/+1 |
|\ | |||||
| * | Fix iframe allow-popups for oembed | Chocobozzz | 2021-12-07 | 1 | -1/+1 |
| | | |||||
* | | Add mute status in account and channel pages | Chocobozzz | 2021-12-07 | 3 | -13/+118 |
| | | |||||
* | | Add ability to redirect users on external auth | Chocobozzz | 2021-12-03 | 1 | -0/+12 |
| | | |||||
* | | Decrease time to cleanup resumable uploads | Chocobozzz | 2021-12-03 | 1 | -6/+3 |
| | | |||||
* | | CLI: plugins install command accept a --plugin-version parameter. (#4599) | John Livingston | 2021-12-03 | 1 | -1/+6 |
|/ | | | | | | | | | | | * 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> | ||||
* | Add header Vary Accept-Language (#4588) | kontrollanten | 2021-12-02 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | * nginx: add header Vary Accept-Language solves #3647 * Revert "nginx: add header Vary Accept-Language" This reverts commit 90dccf53247882ad30904e4c950b745c4e859e01. * add resp header Vary Accept-Language solves #3647 * don't add vary header to embed page | ||||
* | Add `req` and `res` as controllers hooks parameters | lutangar | 2021-11-25 | 9 | -21/+22 |
| | | | | | Hooks prefixed by `action:api` now give access the original express req and res. Checkout guide.md for possible usage. | ||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 4 | -3/+70 |
| | |||||
* | Add ability to remove hls/webtorrent files | Chocobozzz | 2021-11-18 | 3 | -14/+82 |
| | |||||
* | Simplify search video channel | Chocobozzz | 2021-11-16 | 1 | -3/+3 |
| | |||||
* | Fix unused parameter | Chocobozzz | 2021-11-16 | 1 | -3/+3 |
| | |||||
* | Add ability to filter out public videos from admin | Chocobozzz | 2021-11-12 | 1 | -1/+1 |
| | |||||
* | Remove contributors list from /about/peertube | Chocobozzz | 2021-11-12 | 1 | -6/+0 |
| | | | | | Some contributors don't want to be associated to a particular peertube instance | ||||
* | Fix video update transaction | Chocobozzz | 2021-11-10 | 1 | -1/+1 |
| | |||||
* | Prevent concurrent video update | Chocobozzz | 2021-11-10 | 1 | -15/+18 |
| | |||||
* | Force video updatedAt update on update | Chocobozzz | 2021-11-10 | 1 | -0/+5 |
| | |||||
* | Remove resumable cache after upload success | Chocobozzz | 2021-11-10 | 1 | -7/+19 |
| | |||||
* | Refactor video views | Chocobozzz | 2021-11-09 | 1 | -36/+8 |
| | | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration | ||||
* | Fix remote interaction | Chocobozzz | 2021-11-05 | 3 | -6/+13 |
| | | | | When we fetch a ressource that is a redirection of another ressource | ||||
* | Added 144p encoding (#4492) | Florian CUNY | 2021-11-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added 144p encoding Implements https://github.com/Chocobozzz/PeerTube/issues/4428 * Fixed typo in core-utils * Increased BitPerPixel for 144p * Disabled 144p by default in test.yaml * Another try at fixing tests * Fixed test in video-transcoder (api-3) * Fixed test in video-imports (api-4) * Fixed test in live-constraints (api-2) * Tried to fix tests in api-3 again * Revert "Tried to fix tests in api-3 again" This reverts commit 266e1143fa37f333d149c2c2791c7bd33621ac14. * Fixed test in config.ts (api-2) * Try to fix test in video-hls.ts (api-3) * Fixed test in video-transcoder.ts (api-3) * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Add video file size info in admin videos list | Chocobozzz | 2021-10-29 | 7 | -10/+6 |
| | |||||
* | Deprecate filter video query | Chocobozzz | 2021-10-29 | 8 | -26/+79 |
| | | | | Introduce include and isLocal instead | ||||
* | Made the video channels limit (per user) server-wide configurable (#4491) | Florian CUNY | 2021-10-26 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | * Made the video channels limit (per user) server-wide configurable Implements https://github.com/Chocobozzz/PeerTube/issues/3092 Also added a "quota bar" in the account's settings page * Fixed lint errors * Another pass at fixing lint errors * Applied code suggestions * Removed 'video channels quota' | ||||
* | prevent multiple post-process triggering of upload-resumable (#4175) | Rigel Kent | 2021-10-25 | 1 | -6/+12 |
| | | | | | | | | | * prevent multiple post-process triggering of upload-resumable * switch from 409 to 503 for upload being processed * Improve resumable upload check Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Rewrite youtube-dl import | Chocobozzz | 2021-10-22 | 1 | -5/+5 |
| | | | | | | | | 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 | ||||
* | Add ability to search by URL with query params | Chocobozzz | 2021-10-20 | 5 | -3/+23 |
| | |||||
* | Add ability to filter logs by tags | Chocobozzz | 2021-10-20 | 1 | -4/+38 |
| | |||||
* | Add channel filters for my videos/followers | Chocobozzz | 2021-10-20 | 1 | -1/+3 |
| | |||||
* | Split check user params tests | Chocobozzz | 2021-10-20 | 2 | -2/+2 |
| | |||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 4 | -14/+80 |
| | |||||
* | Refactor sort middlewares | Chocobozzz | 2021-10-20 | 1 | -4/+4 |
| | |||||
* | Remove deprecated torrent static route | Chocobozzz | 2021-10-14 | 1 | -8/+0 |
| | |||||
* | extend client-overrides with default images (#4392) | kontrollanten | 2021-10-12 | 1 | -1/+4 |
| | | | | | | | | | | | | | | * extend client-overrides with default images Add: * default-playlist.png * default-avatar-account.png * default-avatar-videochannel.png solves #4108 * Rename to default-avatar-video-channel.png Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Allow configuration to be static/readonly (#4315) | Jelle Besseling | 2021-10-12 | 1 | -1/+3 |
| | | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI | ||||
* | Fix channel handle search | Chocobozzz | 2021-10-11 | 1 | -2/+2 |
| | |||||
* | More robust youtube-dl thumbnail import | Chocobozzz | 2021-10-11 | 1 | -2/+10 |
| | |||||
* | Stop indexing /about/peertube | Chocobozzz | 2021-10-11 | 2 | -2/+9 |
| | |||||
* | Fix silent 500 after resumable upload | Chocobozzz | 2021-09-09 | 1 | -4/+1 |
| | |||||
* | Migrate to webdriverio | Chocobozzz | 2021-09-01 | 1 | -3/+3 |
| | |||||
* | forceConsistentCasingInFileNames to true | Chocobozzz | 2021-08-30 | 1 | -1/+1 |
| | |||||
* | Add peertube import test | Chocobozzz | 2021-08-27 | 1 | -1/+5 |
| | |||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 60 | -82/+80 |
| | |||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 1 | -0/+1 |
| | |||||
* | Fix redundancy remove on host redundancy update | Chocobozzz | 2021-08-26 | 1 | -3/+5 |
| | |||||
* | Remove useless async | Chocobozzz | 2021-08-26 | 3 | -6/+6 |
| |