aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update production.yamlChocobozzz2022-10-283-3/+15
| |
* | Option to disable static files auth check/s3 proxyChocobozzz2022-10-2711-60/+232
| |
* | Fix token injection if unlogged userChocobozzz2022-10-272-2/+4
| |
* | Update privacy-concerns.component.htmltreac1e2022-10-271-1/+1
| | | | | | When translated, the white space after "Reminder:" is cut off, so in other languages there is no white space between the "Reminder:" and the following text, which looks ugly (e.g. in the German translation). A solution is to move the space behind the translated phrase (using the html-entity for space &#32).
* | Add a note about worker_connections in docChocobozzz2022-10-261-0/+2
| |
* | More robust updateTorrentMetadataChocobozzz2022-10-262-3/+8
| |
* | Don't conflict with alt + num web browser hotkeyChocobozzz2022-10-251-1/+5
| |
* | Fix bad date display for jobsChocobozzz2022-10-251-0/+2
| |
* | Fix playlist overflow in account channels pageChocobozzz2022-10-252-12/+17
| |
* | Update nginx templateChocobozzz2022-10-251-5/+13
| | | | | | | | Add rate limit to download and private static files
* | Prevent error with metrics in HTTP playerChocobozzz2022-10-251-0/+2
| |
* | Don't display live sessions block without sessionsChocobozzz2022-10-251-1/+1
| |
* | Deleting an abuse is only for adminsChocobozzz2022-10-251-4/+3
| |
* | Fix proxy testsChocobozzz2022-10-253-4/+11
| |
* | Reload data when deleting a blocked videoChocobozzz2022-10-251-1/+4
| |
* | Use onpush strategy for dropdownChocobozzz2022-10-252-4/+6
| |
* | Correctly delete live files from object storageChocobozzz2022-10-259-23/+69
| |
* | Correctly cleanup files from object storageChocobozzz2022-10-254-19/+42
| |
* | Lock files to generate torrents/move filesChocobozzz2022-10-252-10/+31
| |
* | Fix playerChocobozzz2022-10-251-1/+1
| |
* | Don't import all lodashChocobozzz2022-10-251-1/+1
| |
* | Increase test timeoutChocobozzz2022-10-241-1/+1
| |
* | Prevent concurrency issues when sending m3u8 fileChocobozzz2022-10-242-3/+10
| |
* | Fix testsChocobozzz2022-10-243-5/+5
| |
* | Add migration scriptChocobozzz2022-10-241-0/+71
| |
* | Don't fallback to HLS with private videosChocobozzz2022-10-243-1/+11
| |
* | Use private ACL for private videos in s3Chocobozzz2022-10-2446-844/+1752
| |
* | Put private videos under a specific subdirectoryChocobozzz2022-10-24105-1297/+2918
| |
* | feat: show contained playlists under My videos (#5125)kontrollanten2022-10-2414-28/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Added filter to sort videos by name (alphabetical order)Poslovitch2022-10-241-0/+1
| | | | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/5134
* | Merge branch 'release/4.3.0' into developChocobozzz2022-10-243-2/+16
|\|
| * Fix broken player on live reloadChocobozzz2022-10-242-2/+13
| |
| * Fix reloading new live session in embedChocobozzz2022-10-241-0/+3
| |
* | Fix action dropdown with query paramsChocobozzz2022-10-122-1/+7
| |
* | Fix responsive in account channels listChocobozzz2022-10-121-1/+1
| |
* | Fix import linkChocobozzz2022-10-123-4/+9
| |
* | Sync channel: move the list imports button #5337Florent2022-10-122-7/+7
| |
* | Wait segment sha processingChocobozzz2022-10-112-1/+10
| |
* | 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-115-24/+64
| |
* | Update upluad artifactsChocobozzz2022-10-111-1/+1
| |
* | Also retry when fetching master m3u8 playlistChocobozzz2022-10-113-6/+11
| |
* | Hide wait transcoding for livesChocobozzz2022-10-117-21/+13
| | | | | | | | Replays are always transcoded
* | 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-1116-7/+262
| |
* | feat(plugins): add p2p-media-loader options filter (#5318)kontrollanten2022-10-113-5/+11
| | | | | | | | | | | | | | * feat(plugins): add p2p-media-loader options filter closes #5317 * remove obsolete await
* | Fix `secrets` configChocobozzz2022-10-101-1/+1
| |
* | Fix sass function conflictsChocobozzz2022-10-101-3/+3
| |