aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Correctly cleanup files from object storageChocobozzz2022-10-253-18/+24
|
* Lock files to generate torrents/move filesChocobozzz2022-10-252-10/+31
|
* Increase test timeoutChocobozzz2022-10-241-1/+1
|
* Prevent concurrency issues when sending m3u8 fileChocobozzz2022-10-242-3/+10
|
* Fix testsChocobozzz2022-10-241-3/+3
|
* Use private ACL for private videos in s3Chocobozzz2022-10-2434-240/+1036
|
* Put private videos under a specific subdirectoryChocobozzz2022-10-2462-704/+1990
|
* feat: show contained playlists under My videos (#5125)kontrollanten2022-10-244-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 processingChocobozzz2022-10-111-1/+1
|
* server: use account/channel avatar in RSS feeds (#5325)Alberto Mardegan2022-10-112-30/+58
| | | | | | | | | * server: use account/channel avatar in RSS feeds Fixes: #5320 * Styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix live testsChocobozzz2022-10-114-8/+37
|
* Also retry when fetching master m3u8 playlistChocobozzz2022-10-112-5/+10
|
* Fix host validation on locahostChocobozzz2022-10-111-2/+2
|
* Merge branch 'release/4.3.0' into developChocobozzz2022-10-113-586/+635
|\
| * Fix channel follow with manually approved followerChocobozzz2022-10-113-586/+635
| |
* | Add ability for plugins to register ws routesChocobozzz2022-10-1110-7/+208
| |
* | Fix channel import with some channelsChocobozzz2022-10-101-7/+8
| |
* | Expose PeerTube socket to plugins (#5239)kontrollanten2022-10-104-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 deletedChocobozzz2022-10-101-2/+4
| |
* | Fix peers info width in liveChocobozzz2022-10-101-3/+3
| |
* | Try to fix testsChocobozzz2022-10-101-3/+6
| |
* | Merge branch 'feature/otp' into developChocobozzz2022-10-1024-73/+1051
|\ \
| * | Encrypt OTP secretChocobozzz2022-10-1011-17/+129
| | |
| * | Allow admins to disable two factor authChocobozzz2022-10-075-50/+129
| | |
| * | Support two factor authentication in backendChocobozzz2022-10-0717-66/+853
| | |
* | | Increase timeoutChocobozzz2022-10-041-1/+1
|/ /
* | Fix testsChocobozzz2022-10-041-3/+3
| |
* | Prevent error logChocobozzz2022-10-041-2/+2
| |
* | Decrease plugin version check for testsChocobozzz2022-10-041-3/+3
| |
* | server: serve files from storage/well-known (#5214)kontrollanten2022-10-0411-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 storageChocobozzz2022-10-0417-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 handlingChocobozzz2022-09-283-1/+23
| | | | | | | | With a user that uses a plugin authentication
* | Relax bitrate/fps testChocobozzz2022-09-281-2/+2
| |
* | Merge branch 'release/4.3.0' into developChocobozzz2022-09-281-0/+12
|\|
| * Add test for RTMP stream without audioChocobozzz2022-09-281-0/+12
| |
* | Merge branch 'release/4.3.0' into developChocobozzz2022-09-283-17/+43
|\|
| * Correctly handle RTMP streams without audioChocobozzz2022-09-283-17/+43
| |
* | Merge branch 'release/4.3.0' into developChocobozzz2022-09-281-1/+4
|\|
| * Prevent "Cannot use same state" errorChocobozzz2022-09-281-1/+4
| |
* | Set AKISMET_KEY as envChocobozzz2022-09-284-4/+4
| |
* | Merge branch 'release/4.3.0' into developChocobozzz2022-09-273-4/+35
|\|
| * Fix InvalidVideoTitle console warningChocobozzz2022-09-273-4/+35
| |
* | Handle sync failure in synchronizeChannel fnChocobozzz2022-09-273-77/+70
| |
* | Increase test timeoutChocobozzz2022-09-271-1/+1
| |
* | Test akismet plugin signupChocobozzz2022-09-261-8/+37
| |
* | Add akismet testsChocobozzz2022-09-234-3/+138
| |
* | Support refusing remote commentsChocobozzz2022-09-235-180/+287
|/
* Add sync youtube playlist testChocobozzz2022-09-192-39/+57
|
* Cleanup actor image without widthChocobozzz2022-09-161-5/+16
|
* Fix onlyAfter comparisonChocobozzz2022-09-161-3/+3
|