Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer "hide" since filters are not a modal | Chocobozzz | 2021-11-08 | 1 | -1/+1 |
| | |||||
* | Fix english | Chocobozzz | 2021-11-08 | 1 | -1/+1 |
| | |||||
* | Fix jobs state selection badge style | Chocobozzz | 2021-11-05 | 2 | -1/+5 |
| | |||||
* | Fix modal button inconsistency | Chocobozzz | 2021-11-05 | 1 | -1/+1 |
| | |||||
* | Support RTMPS | Chocobozzz | 2021-11-05 | 2 | -2/+12 |
| | |||||
* | Added 144p encoding (#4492) | Florian CUNY | 2021-11-05 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Improve advanced input filter | Chocobozzz | 2021-11-03 | 12 | -33/+117 |
| | |||||
* | Add ability to filter by file type | Chocobozzz | 2021-11-03 | 3 | -10/+44 |
| | |||||
* | Add ability to filter live videos | Chocobozzz | 2021-11-03 | 2 | -1/+22 |
| | |||||
* | Fix lint | Chocobozzz | 2021-11-03 | 1 | -1/+8 |
| | |||||
* | Move admin stuff in +admin | Chocobozzz | 2021-11-02 | 5 | -96/+118 |
| | |||||
* | Fix select in share modal | Chocobozzz | 2021-11-02 | 1 | -1/+1 |
| | |||||
* | Better moderation label | Chocobozzz | 2021-11-02 | 1 | -1/+1 |
| | |||||
* | Add ability to exclude muted accounts | Chocobozzz | 2021-11-02 | 6 | -43/+79 |
| | |||||
* | Add admin videos loading animation | Chocobozzz | 2021-11-02 | 3 | -10/+21 |
| | |||||
* | Some fixes for admin videos list | Chocobozzz | 2021-11-02 | 3 | -12/+13 |
| | |||||
* | Add ability to preview embed in share modal | Chocobozzz | 2021-11-02 | 3 | -7/+39 |
| | |||||
* | Remove useless components | Chocobozzz | 2021-10-29 | 29 | -116/+7 |
| | |||||
* | Add video file size info in admin videos list | Chocobozzz | 2021-10-29 | 6 | -10/+73 |
| | |||||
* | Deprecate filter video query | Chocobozzz | 2021-10-29 | 13 | -45/+88 |
| | | | | Introduce include and isLocal instead | ||||
* | Always use my-table-expander-icon | Chocobozzz | 2021-10-29 | 8 | -24/+16 |
| | |||||
* | Add videos list admin component | Chocobozzz | 2021-10-29 | 32 | -211/+582 |
| | |||||
* | Put admin users in overview tab | Chocobozzz | 2021-10-29 | 21 | -16/+32 |
| | |||||
* | Add message if registration is disabled | Chocobozzz | 2021-10-29 | 3 | -48/+65 |
| | |||||
* | Added label on the next autoplayed video and hide the hr line if unnecessary ↵ | Florian CUNY | 2021-10-26 | 2 | -1/+8 |
| | | | | | | | | | | | | | | | (#4497) * Added label on the next autoplayed video Implements https://github.com/Chocobozzz/PeerTube/issues/4280 Also hid the hr line if autoplay is disabled * Applied code suggestion * Applied code suggestion * Applied the last remaining code suggestion | ||||
* | Made the video channels limit (per user) server-wide configurable (#4491) | Florian CUNY | 2021-10-26 | 4 | -2/+42 |
| | | | | | | | | | | | | | | | * 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' | ||||
* | Added Markdown formatting in playlist descriptions | Poslovitch | 2021-10-26 | 4 | -12/+15 |
| | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3627 | ||||
* | Changed label of "sort by views" to "sort by recent views" | Poslovitch | 2021-10-26 | 1 | -1/+1 |
| | | | | Fixes https://github.com/Chocobozzz/PeerTube/issues/4421 | ||||
* | prevent multiple post-process triggering of upload-resumable (#4175) | Rigel Kent | 2021-10-25 | 1 | -3/+4 |
| | | | | | | | | | * 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> | ||||
* | Cleanup video playlist element miniature code | Chocobozzz | 2021-10-22 | 2 | -5/+2 |
| | |||||
* | Cleanup video update component | Chocobozzz | 2021-10-22 | 3 | -31/+27 |
| | |||||
* | Add warning and update privacy on share playlist (#4469) | Nataly Rocha | 2021-10-22 | 3 | -1/+32 |
| | | | | | | | | | | | | | * add warning and update privacy on share * update playlist display name on toast * change privacy update to link * remove conditional * Improve share private warning styling Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Provide origin URL to client and fix remote share | Chocobozzz | 2021-10-22 | 4 | -14/+6 |
| | |||||
* | Hide live transcoding features if disabled | Chocobozzz | 2021-10-21 | 1 | -2/+2 |
| | |||||
* | Improve moderation dropdown UX | Chocobozzz | 2021-10-21 | 5 | -121/+154 |
| | |||||
* | Fix privacy concern for remote videos | Chocobozzz | 2021-10-21 | 3 | -18/+22 |
| | |||||
* | Fix ng select tags height | Chocobozzz | 2021-10-20 | 2 | -2/+18 |
| | |||||
* | Add ability to filter logs by tags | Chocobozzz | 2021-10-20 | 6 | -19/+32 |
| | |||||
* | Refactor log level choice | Chocobozzz | 2021-10-20 | 2 | -26/+26 |
| | |||||
* | Improve admin tables responsive | Chocobozzz | 2021-10-20 | 9 | -34/+83 |
| | |||||
* | Admin menu header consistency for system entries | Chocobozzz | 2021-10-20 | 4 | -57/+76 |
| | |||||
* | Fix max pagination in find in bulk | Chocobozzz | 2021-10-20 | 1 | -3/+3 |
| | |||||
* | Add channel filters for my videos/followers | Chocobozzz | 2021-10-20 | 9 | -49/+130 |
| | |||||
* | Add quick filter for followers | Chocobozzz | 2021-10-20 | 3 | -2/+14 |
| | |||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 29 | -128/+264 |
| | |||||
* | Optimize channel with video in homepage | Chocobozzz | 2021-10-18 | 3 | -5/+6 |
| | |||||
* | Fix find in bulk | Chocobozzz | 2021-10-18 | 4 | -11/+15 |
| | |||||
* | Force live type specification in first step | Chocobozzz | 2021-10-15 | 7 | -6/+62 |
| | |||||
* | Try to improve permanent live label | Chocobozzz | 2021-10-15 | 2 | -8/+18 |
| | |||||
* | Fix my videos search on refresh | Chocobozzz | 2021-10-15 | 1 | -0/+4 |
| |