Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix button group | Chocobozzz | 2022-01-03 | 1 | -2/+2 |
| | |||||
* | Handle async validators | Chocobozzz | 2022-01-03 | 1 | -0/+4 |
| | |||||
* | Replace url when redirecting plugin admin url | Chocobozzz | 2021-12-29 | 1 | -1/+1 |
| | |||||
* | Translate plugin settings | Chocobozzz | 2021-12-29 | 1 | -17/+1 |
| | |||||
* | Refactor admin plugins | Chocobozzz | 2021-12-29 | 15 | -93/+83 |
| | |||||
* | Refactor plugin card | Chocobozzz | 2021-12-29 | 14 | -83/+110 |
| | |||||
* | Support official plugins | Chocobozzz | 2021-12-28 | 1 | -0/+5 |
| | |||||
* | Remove unnecessary onPage event on admin tables | Chocobozzz | 2021-12-24 | 9 | -13/+11 |
| | |||||
* | Fix table all page selection | Chocobozzz | 2021-12-24 | 3 | -3/+3 |
| | |||||
* | Add ability to redirect users on external auth | Chocobozzz | 2021-12-03 | 3 | -1/+47 |
| | |||||
* | Fix additional extensions admin config description | Chocobozzz | 2021-12-03 | 1 | -1/+1 |
| | |||||
* | Optimize HLS/WebTorrent videos only | Chocobozzz | 2021-11-25 | 1 | -4/+4 |
| | |||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 2 | -5/+31 |
| | |||||
* | Add ability to remove hls/webtorrent files | Chocobozzz | 2021-11-18 | 2 | -15/+44 |
| | |||||
* | Add ability to bulk block videos | Chocobozzz | 2021-11-17 | 3 | -4/+36 |
| | |||||
* | Add local/remote badges | Chocobozzz | 2021-11-17 | 1 | -0/+3 |
| | |||||
* | Don't display log tag filter for audit logs | Chocobozzz | 2021-11-16 | 1 | -1/+1 |
| | |||||
* | Fix progress display | Chocobozzz | 2021-11-16 | 2 | -6/+10 |
| | |||||
* | Add ability to filter out public videos from admin | Chocobozzz | 2021-11-12 | 1 | -4/+20 |
| | |||||
* | Refactor video views | Chocobozzz | 2021-11-09 | 1 | -1/+1 |
| | | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration | ||||
* | Fix jobs state selection badge style | Chocobozzz | 2021-11-05 | 2 | -1/+5 |
| | |||||
* | 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 | 5 | -15/+15 |
| | |||||
* | 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 | 4 | -5/+106 |
| | |||||
* | Add ability to exclude muted accounts | Chocobozzz | 2021-11-02 | 1 | -16/+4 |
| | |||||
* | Add admin videos loading animation | Chocobozzz | 2021-11-02 | 3 | -10/+21 |
| | |||||
* | Some fixes for admin videos list | Chocobozzz | 2021-11-02 | 2 | -4/+5 |
| | |||||
* | Remove useless components | Chocobozzz | 2021-10-29 | 24 | -94/+6 |
| | |||||
* | Add video file size info in admin videos list | Chocobozzz | 2021-10-29 | 3 | -5/+58 |
| | |||||
* | Deprecate filter video query | Chocobozzz | 2021-10-29 | 3 | -6/+41 |
| | | | | Introduce include and isLocal instead | ||||
* | Always use my-table-expander-icon | Chocobozzz | 2021-10-29 | 5 | -17/+9 |
| | |||||
* | Add videos list admin component | Chocobozzz | 2021-10-29 | 11 | -34/+284 |
| | |||||
* | Put admin users in overview tab | Chocobozzz | 2021-10-29 | 21 | -16/+32 |
| | |||||
* | Made the video channels limit (per user) server-wide configurable (#4491) | Florian CUNY | 2021-10-26 | 2 | -1/+27 |
| | | | | | | | | | | | | | | | * 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' | ||||
* | Fix ng select tags height | Chocobozzz | 2021-10-20 | 1 | -0/+5 |
| | |||||
* | Add ability to filter logs by tags | Chocobozzz | 2021-10-20 | 4 | -18/+30 |
| | |||||
* | Refactor log level choice | Chocobozzz | 2021-10-20 | 2 | -26/+26 |
| | |||||
* | Improve admin tables responsive | Chocobozzz | 2021-10-20 | 7 | -18/+40 |
| | |||||
* | Admin menu header consistency for system entries | Chocobozzz | 2021-10-20 | 4 | -57/+76 |
| | |||||
* | Add channel filters for my videos/followers | Chocobozzz | 2021-10-20 | 3 | -14/+29 |
| | |||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 2 | -3/+3 |
| | |||||
* | Fix admin edition disabling feature | Chocobozzz | 2021-10-14 | 2 | -4/+17 |
| | |||||
* | Allow configuration to be static/readonly (#4315) | Jelle Besseling | 2021-10-12 | 3 | -2/+19 |
| | | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI | ||||
* | Fix broken delete buttons of admin federation lists (#4378) | Ms Kimsible | 2021-09-08 | 3 | -1/+9 |
| | | | | | | | * Add ellipsis on my-delete button of federation admin * Add ellipsis on button label to define (max-)width on host component Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com> | ||||
* | Update client dependencies | Chocobozzz | 2021-08-26 | 1 | -16/+18 |
| | |||||
* | Remove useless async | Chocobozzz | 2021-08-26 | 4 | -4/+4 |
| | |||||
* | Add video filters to common video pages | Chocobozzz | 2021-08-25 | 2 | -2/+2 |
| |