Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't display comments of private/internal videosrelease/4.0.0 | Chocobozzz | 2022-01-10 | 1 | -1/+62 |
| | |||||
* | Prevent caption listing of private videos | Chocobozzz | 2022-01-06 | 1 | -1/+27 |
| | |||||
* | Prevent video import on non unicast ips | Chocobozzz | 2022-01-06 | 1 | -0/+28 |
| | |||||
* | Fix typo | Chocobozzz | 2021-11-19 | 1 | -1/+1 |
| | |||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 3 | -1/+121 |
| | |||||
* | Add ability to remove hls/webtorrent files | Chocobozzz | 2021-11-18 | 2 | -0/+100 |
| | |||||
* | Add ability to filter out public videos from admin | Chocobozzz | 2021-11-12 | 1 | -2/+20 |
| | |||||
* | Added 144p encoding (#4492) | Florian CUNY | 2021-11-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Deprecate filter video query | Chocobozzz | 2021-10-29 | 3 | -115/+204 |
| | | | | Introduce include and isLocal instead | ||||
* | Made the video channels limit (per user) server-wide configurable (#4491) | Florian CUNY | 2021-10-26 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | * 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' | ||||
* | Add channel filters for my videos/followers | Chocobozzz | 2021-10-20 | 1 | -0/+14 |
| | |||||
* | Split check user params tests | Chocobozzz | 2021-10-20 | 4 | -899/+986 |
| | |||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 2 | -0/+56 |
| | |||||
* | Increase contact form tests timeout | Chocobozzz | 2021-09-02 | 1 | -2/+2 |
| | |||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 1 | -13/+14 |
| | |||||
* | Limit live bitrate | Chocobozzz | 2021-08-06 | 1 | -2/+2 |
| | |||||
* | Search channels against handles and not names | Chocobozzz | 2021-07-29 | 1 | -0/+4 |
| | |||||
* | Add ability to search by uuids/actor names | Chocobozzz | 2021-07-28 | 1 | -0/+15 |
| | |||||
* | Update search index tests | Chocobozzz | 2021-07-28 | 1 | -5/+25 |
| | |||||
* | Generate random uuid for video files | Chocobozzz | 2021-07-26 | 3 | -35/+43 |
| | |||||
* | Rename captions commands | Chocobozzz | 2021-07-21 | 1 | -1/+1 |
| | |||||
* | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 1 | -16/+20 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 18 | -35/+22 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 29 | -467/+435 |
| | |||||
* | Fix server run | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Centralize test URLs | Chocobozzz | 2021-07-20 | 2 | -6/+6 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 30 | -130/+129 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 29 | -210/+210 |
| | |||||
* | Introduce videos command | Chocobozzz | 2021-07-20 | 12 | -172/+133 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 23 | -241/+163 |
| | |||||
* | Introduce login command | Chocobozzz | 2021-07-20 | 22 | -71/+49 |
| | |||||
* | Introduce server commands | Chocobozzz | 2021-07-20 | 10 | -178/+178 |
| | |||||
* | Introduce notifications command | Chocobozzz | 2021-07-20 | 2 | -2/+2 |
| | |||||
* | Introduce sql command | Chocobozzz | 2021-07-20 | 2 | -3/+3 |
| | |||||
* | Introduce comments command | Chocobozzz | 2021-07-20 | 1 | -15/+12 |
| | |||||
* | Introduce channels command | Chocobozzz | 2021-07-20 | 2 | -11/+12 |
| | |||||
* | Introduce import command | Chocobozzz | 2021-07-20 | 2 | -12/+10 |
| | |||||
* | Introduce playlist command | Chocobozzz | 2021-07-20 | 2 | -174/+191 |
| | |||||
* | Introduce captions command | Chocobozzz | 2021-07-20 | 1 | -7/+4 |
| | |||||
* | Introduce blacklist command | Chocobozzz | 2021-07-20 | 1 | -26/+21 |
| | |||||
* | Shorter live methods | Chocobozzz | 2021-07-20 | 1 | -26/+26 |
| | |||||
* | Introduce live command | Chocobozzz | 2021-07-20 | 1 | -36/+36 |
| | |||||
* | Introduce accounts command | Chocobozzz | 2021-07-20 | 1 | -7/+8 |
| | |||||
* | Introduce config command | Chocobozzz | 2021-07-20 | 3 | -70/+83 |
| | |||||
* | Introduce plugins command | Chocobozzz | 2021-07-20 | 1 | -3/+2 |
| | |||||
* | Introduce contact form command | Chocobozzz | 2021-07-20 | 1 | -52/+17 |
| | |||||
* | Introduce overviews command | Chocobozzz | 2021-07-20 | 1 | -5/+4 |
| | |||||
* | Introduce abuse command | Chocobozzz | 2021-07-20 | 1 | -79/+67 |
| | |||||
* | Correctly export misc files | Chocobozzz | 2021-07-20 | 2 | -4/+3 |
| | |||||
* | Increase test timeout | Chocobozzz | 2021-07-02 | 1 | -1/+1 |
| |