Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Use node 16 for tests" | Chocobozzz | 2022-10-28 | 3 | -3/+3 |
| | | | | This reverts commit 1f45f8b00ddca59ee3e388ee0132fa1a7ecb8551. | ||||
* | Use node 16 for tests | Chocobozzz | 2022-10-28 | 3 | -3/+3 |
| | |||||
* | Breaking API: Consistency with role id/label | Chocobozzz | 2022-10-28 | 14 | -38/+55 |
| | |||||
* | Prevent player crash on safari | Chocobozzz | 2022-10-28 | 1 | -0/+10 |
| | |||||
* | Fix HLS fallback | Chocobozzz | 2022-10-28 | 1 | -1/+10 |
| | |||||
* | Improve E2E tests | Chocobozzz | 2022-10-28 | 23 | -203/+333 |
| | | | | | Add tests for private video static endpoints Fix tests for local firefox | ||||
* | Fix upload error handling | Chocobozzz | 2022-10-28 | 3 | -11/+3 |
| | |||||
* | 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 | 3 | -3/+15 |
| | |||||
* | Option to disable static files auth check/s3 proxy | Chocobozzz | 2022-10-27 | 11 | -60/+232 |
| | |||||
* | Fix token injection if unlogged user | Chocobozzz | 2022-10-27 | 2 | -2/+4 |
| | |||||
* | Update privacy-concerns.component.html | treac1e | 2022-10-27 | 1 | -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  ). | ||||
* | Add a note about worker_connections in doc | Chocobozzz | 2022-10-26 | 1 | -0/+2 |
| | |||||
* | More robust updateTorrentMetadata | Chocobozzz | 2022-10-26 | 2 | -3/+8 |
| | |||||
* | Don't conflict with alt + num web browser hotkey | Chocobozzz | 2022-10-25 | 1 | -1/+5 |
| | |||||
* | Fix bad date display for jobs | Chocobozzz | 2022-10-25 | 1 | -0/+2 |
| | |||||
* | Fix playlist overflow in account channels page | Chocobozzz | 2022-10-25 | 2 | -12/+17 |
| | |||||
* | Update nginx template | Chocobozzz | 2022-10-25 | 1 | -5/+13 |
| | | | | Add rate limit to download and private static files | ||||
* | Prevent error with metrics in HTTP player | Chocobozzz | 2022-10-25 | 1 | -0/+2 |
| | |||||
* | Don't display live sessions block without sessions | Chocobozzz | 2022-10-25 | 1 | -1/+1 |
| | |||||
* | Deleting an abuse is only for admins | Chocobozzz | 2022-10-25 | 1 | -4/+3 |
| | |||||
* | Fix proxy tests | Chocobozzz | 2022-10-25 | 3 | -4/+11 |
| | |||||
* | Reload data when deleting a blocked video | Chocobozzz | 2022-10-25 | 1 | -1/+4 |
| | |||||
* | Use onpush strategy for dropdown | Chocobozzz | 2022-10-25 | 2 | -4/+6 |
| | |||||
* | Correctly delete live files from object storage | Chocobozzz | 2022-10-25 | 9 | -23/+69 |
| | |||||
* | Correctly cleanup files from object storage | Chocobozzz | 2022-10-25 | 4 | -19/+42 |
| | |||||
* | Lock files to generate torrents/move files | Chocobozzz | 2022-10-25 | 2 | -10/+31 |
| | |||||
* | Fix player | Chocobozzz | 2022-10-25 | 1 | -1/+1 |
| | |||||
* | Don't import all lodash | Chocobozzz | 2022-10-25 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -5/+5 |
| | |||||
* | Add migration script | Chocobozzz | 2022-10-24 | 1 | -0/+71 |
| | |||||
* | Don't fallback to HLS with private videos | Chocobozzz | 2022-10-24 | 3 | -1/+11 |
| | |||||
* | Use private ACL for private videos in s3 | Chocobozzz | 2022-10-24 | 46 | -844/+1752 |
| | |||||
* | Put private videos under a specific subdirectory | Chocobozzz | 2022-10-24 | 105 | -1297/+2918 |
| | |||||
* | feat: show contained playlists under My videos (#5125) | kontrollanten | 2022-10-24 | 14 | -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) | Poslovitch | 2022-10-24 | 1 | -0/+1 |
| | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/5134 | ||||
* | Merge branch 'release/4.3.0' into develop | Chocobozzz | 2022-10-24 | 3 | -2/+16 |
|\ | |||||
| * | Fix broken player on live reload | Chocobozzz | 2022-10-24 | 2 | -2/+13 |
| | | |||||
| * | Fix reloading new live session in embed | Chocobozzz | 2022-10-24 | 1 | -0/+3 |
| | | |||||
* | | Fix action dropdown with query params | Chocobozzz | 2022-10-12 | 2 | -1/+7 |
| | | |||||
* | | Fix responsive in account channels list | Chocobozzz | 2022-10-12 | 1 | -1/+1 |
| | | |||||
* | | Fix import link | Chocobozzz | 2022-10-12 | 3 | -4/+9 |
| | | |||||
* | | Sync channel: move the list imports button #5337 | Florent | 2022-10-12 | 2 | -7/+7 |
| | | |||||
* | | Wait segment sha processing | Chocobozzz | 2022-10-11 | 2 | -1/+10 |
| | | |||||
* | | 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 | 5 | -24/+64 |
| | | |||||
* | | Update upluad artifacts | Chocobozzz | 2022-10-11 | 1 | -1/+1 |
| | |