Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix preview generation for imports | Chocobozzz | 2022-10-31 | 1 | -1/+1 | |
| | | ||||||
* | | Fix transcoding failure when importing a video | Chocobozzz | 2022-10-31 | 5 | -98/+133 | |
| | | ||||||
* | | Fix CI | Chocobozzz | 2022-10-31 | 1 | -2/+2 | |
| | | ||||||
* | | Prevent error in redundancy scheduler | Chocobozzz | 2022-10-31 | 1 | -4/+17 | |
| | | ||||||
* | | Prevent error in update scheduler | Chocobozzz | 2022-10-31 | 1 | -1/+5 | |
| | | ||||||
* | | Fix CLI build | Chocobozzz | 2022-10-31 | 1 | -1/+1 | |
| | | ||||||
* | | Breaking API: Consistency with role id/label | Chocobozzz | 2022-10-28 | 4 | -12/+14 | |
| | | ||||||
* | | Add logger for uploadx | Chocobozzz | 2022-10-28 | 1 | -0/+3 | |
| | | ||||||
* | | Check missing config keys | Chocobozzz | 2022-10-28 | 1 | -0/+6 | |
| | | ||||||
* | | Update production.yaml | Chocobozzz | 2022-10-28 | 2 | -2/+2 | |
| | | ||||||
* | | Option to disable static files auth check/s3 proxy | Chocobozzz | 2022-10-27 | 9 | -58/+204 | |
| | | ||||||
* | | More robust updateTorrentMetadata | Chocobozzz | 2022-10-26 | 2 | -3/+8 | |
| | | ||||||
* | | Fix proxy tests | Chocobozzz | 2022-10-25 | 2 | -3/+3 | |
| | | ||||||
* | | Correctly delete live files from object storage | Chocobozzz | 2022-10-25 | 9 | -23/+69 | |
| | | ||||||
* | | Correctly cleanup files from object storage | Chocobozzz | 2022-10-25 | 3 | -18/+24 | |
| | | ||||||
* | | Lock files to generate torrents/move files | Chocobozzz | 2022-10-25 | 2 | -10/+31 | |
| | | ||||||
* | | Increase test timeout | Chocobozzz | 2022-10-24 | 1 | -1/+1 | |
| | | ||||||
* | | Prevent concurrency issues when sending m3u8 file | Chocobozzz | 2022-10-24 | 2 | -3/+10 | |
| | | ||||||
* | | Fix tests | Chocobozzz | 2022-10-24 | 1 | -3/+3 | |
| | | ||||||
* | | Use private ACL for private videos in s3 | Chocobozzz | 2022-10-24 | 34 | -240/+1036 | |
| | | ||||||
* | | Put private videos under a specific subdirectory | Chocobozzz | 2022-10-24 | 62 | -704/+1990 | |
| | | ||||||
* | | feat: show contained playlists under My videos (#5125) | kontrollanten | 2022-10-24 | 4 | -11/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: show contained playlists under My videos closes #4769 * refactor(server): remove unused types * fixes after code review * fix(client/video-miniature): add to playlist * fix(server/user/me): shortUUID response * Revert "fix(client/video-miniature): add to playlist" This reverts commit f1a0412391c7e2370b87df2594c9fe3f39a40ddc. * fix(client/PlaylistService): caching * Revert "fix(server/user/me): shortUUID response" This reverts commit e3f1ee4e335739b895bced938540c003df24af73. * Fix fetching playlists Co-authored-by: Chocobozzz <me@florianbigard.com> | |||||
* | | Wait segment sha processing | Chocobozzz | 2022-10-11 | 1 | -1/+1 | |
| | | ||||||
* | | server: use account/channel avatar in RSS feeds (#5325) | Alberto Mardegan | 2022-10-11 | 2 | -30/+58 | |
| | | | | | | | | | | | | | | | | | | * server: use account/channel avatar in RSS feeds Fixes: #5320 * Styling Co-authored-by: Chocobozzz <me@florianbigard.com> | |||||
* | | Fix live tests | Chocobozzz | 2022-10-11 | 4 | -8/+37 | |
| | | ||||||
* | | Also retry when fetching master m3u8 playlist | Chocobozzz | 2022-10-11 | 2 | -5/+10 | |
| | | ||||||
* | | Fix host validation on locahost | Chocobozzz | 2022-10-11 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'release/4.3.0' into develop | Chocobozzz | 2022-10-11 | 3 | -586/+635 | |
|\| | ||||||
| * | Fix channel follow with manually approved follower | Chocobozzz | 2022-10-11 | 3 | -586/+635 | |
| | | ||||||
* | | Add ability for plugins to register ws routes | Chocobozzz | 2022-10-11 | 10 | -7/+208 | |
| | | ||||||
* | | Fix channel import with some channels | Chocobozzz | 2022-10-10 | 1 | -7/+8 | |
| | | ||||||
* | | Expose PeerTube socket to plugins (#5239) | kontrollanten | 2022-10-10 | 4 | -2/+65 | |
| | | | | | | | | | | | | | | | | | | | | | | * server(pluginHelpers): add socket * test(plugins): add socket cases * fixes after review * Update plugin-helpers.ts * Update plugin-helpers.ts | |||||
* | | Fix video job error when video has been deleted | Chocobozzz | 2022-10-10 | 1 | -2/+4 | |
| | | ||||||
* | | Fix peers info width in live | Chocobozzz | 2022-10-10 | 1 | -3/+3 | |
| | | ||||||
* | | Try to fix tests | Chocobozzz | 2022-10-10 | 1 | -3/+6 | |
| | | ||||||
* | | Merge branch 'feature/otp' into develop | Chocobozzz | 2022-10-10 | 24 | -73/+1051 | |
|\ \ | ||||||
| * | | Encrypt OTP secret | Chocobozzz | 2022-10-10 | 11 | -17/+129 | |
| | | | ||||||
| * | | Allow admins to disable two factor auth | Chocobozzz | 2022-10-07 | 5 | -50/+129 | |
| | | | ||||||
| * | | Support two factor authentication in backend | Chocobozzz | 2022-10-07 | 17 | -66/+853 | |
| | | | ||||||
* | | | Increase timeout | Chocobozzz | 2022-10-04 | 1 | -1/+1 | |
|/ / | ||||||
* | | Fix tests | Chocobozzz | 2022-10-04 | 1 | -3/+3 | |
| | | ||||||
* | | Prevent error log | Chocobozzz | 2022-10-04 | 1 | -2/+2 | |
| | | ||||||
* | | Decrease plugin version check for tests | Chocobozzz | 2022-10-04 | 1 | -3/+3 | |
| | | ||||||
* | | server: serve files from storage/well-known (#5214) | kontrollanten | 2022-10-04 | 11 | -28/+54 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * server: serve files from storage/well-known closes #5206 * well-known: add tests * test: try to skip new tests * test: another try * fix(config/prod): well_known path * test: fix broken tests * Update misc-endpoints.ts * Use getDirectoryPath for tests * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com> | |||||
* | | Live supports object storage | Chocobozzz | 2022-10-04 | 17 | -273/+546 | |
| | | | | | | | | | | | | | | | | * Sync live files (segments, master playlist, resolution playlist, segment sha file) into object storage * Automatically delete them when the live ends * Segment sha file is now a file on disk, and not stored in memory anymore | |||||
* | | Ask password reset/email verif error handling | Chocobozzz | 2022-09-28 | 3 | -1/+23 | |
| | | | | | | | | With a user that uses a plugin authentication | |||||
* | | Relax bitrate/fps test | Chocobozzz | 2022-09-28 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'release/4.3.0' into develop | Chocobozzz | 2022-09-28 | 1 | -0/+12 | |
|\| | ||||||
| * | Add test for RTMP stream without audio | Chocobozzz | 2022-09-28 | 1 | -0/+12 | |
| | | ||||||
* | | Merge branch 'release/4.3.0' into develop | Chocobozzz | 2022-09-28 | 3 | -17/+43 | |
|\| |