Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to redirect users on external auth | Chocobozzz | 2021-12-03 | 6 | -4/+63 |
| | |||||
* | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-03 | 2 | -4/+9 |
|\ | |||||
| * | Fix search on ios | Chocobozzz | 2021-12-03 | 2 | -4/+9 |
| | | |||||
* | | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-03 | 2 | -4/+19 |
|\| | |||||
| * | Fix too long filename video upload | Chocobozzz | 2021-12-03 | 1 | -3/+18 |
| | | |||||
| * | Fix additional extensions admin config description | Chocobozzz | 2021-12-03 | 1 | -1/+1 |
| | | |||||
* | | add plugin selector to about/menu elements (#4597) | kontrollanten | 2021-12-03 | 3 | -66/+73 |
| | | | | | | | | | | | | | | | | | | * add plugin selector to about/menu elements closes #4586 * Update plugin selector names Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | | Fix forgot password button role | Chocobozzz | 2021-12-03 | 1 | -1/+2 |
|/ | |||||
* | Fix audio upload if not enabled by instance | Chocobozzz | 2021-12-01 | 1 | -0/+1 |
| | |||||
* | Fix playlist miniature size with big description | Chocobozzz | 2021-11-29 | 2 | -5/+8 |
| | |||||
* | Fix player placeholder width | Chocobozzz | 2021-11-29 | 1 | -0/+2 |
| | |||||
* | Introduce plugin id selectors | Chocobozzz | 2021-11-26 | 4 | -4/+28 |
| | |||||
* | Improve notification settings UI | Chocobozzz | 2021-11-26 | 3 | -31/+77 |
| | |||||
* | Optimize HLS/WebTorrent videos only | Chocobozzz | 2021-11-25 | 1 | -4/+4 |
| | |||||
* | Don't manage remote video files | Chocobozzz | 2021-11-19 | 1 | -2/+4 |
| | |||||
* | Stop killing peertube in ci script | Chocobozzz | 2021-11-18 | 1 | -1/+1 |
| | |||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 5 | -8/+90 |
| | |||||
* | Add ability to remove hls/webtorrent files | Chocobozzz | 2021-11-18 | 5 | -17/+101 |
| | |||||
* | Add ability to bulk block videos | Chocobozzz | 2021-11-17 | 10 | -39/+110 |
| | |||||
* | 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 |
| | |||||
* | Fix account switch in channels page | Chocobozzz | 2021-11-15 | 1 | -0/+1 |
| | |||||
* | Add more when deleting a video | Chocobozzz | 2021-11-15 | 1 | -5/+5 |
| | |||||
* | Add ability to filter out public videos from admin | Chocobozzz | 2021-11-12 | 3 | -7/+29 |
| | |||||
* | Remove contributors list from /about/peertube | Chocobozzz | 2021-11-12 | 5 | -67/+1 |
| | | | | | Some contributors don't want to be associated to a particular peertube instance | ||||
* | Improve user delete confirmation modal | Chocobozzz | 2021-11-12 | 1 | -2/+2 |
| | |||||
* | Update angular | Chocobozzz | 2021-11-10 | 1 | -1/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2021-11-09 | 1 | -1/+1 |
| | |||||
* | Add available themes and plugins in feature table | Chocobozzz | 2021-11-09 | 2 | -2/+29 |
| | |||||
* | Refactor video views | Chocobozzz | 2021-11-09 | 4 | -5/+9 |
| | | | | | | | | 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 | ||||
* | Add transcoding fail message in client | Chocobozzz | 2021-11-09 | 3 | -0/+12 |
| | |||||
* | 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 |
| |