Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented configurable minimum signup age | Poslovitch | 2021-05-28 | 1 | -1/+2 |
| | | | | | | | | | | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3612 Fixed lint and removed debug Fixed another lint error Apply suggestions from code review Co-authored-by: Chocobozzz <chocobozzz@cpy.re> Add tests for min signup age config | ||||
* | Refactor a little bit live tests | Chocobozzz | 2021-05-07 | 1 | -1/+14 |
| | |||||
* | Add ability to update torrents cache in client | Chocobozzz | 2021-02-18 | 1 | -0/+3 |
| | |||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 1 | -0/+2 |
| | |||||
* | add best trending strategy based on Reddit's best | Rigel Kent | 2021-02-04 | 1 | -1/+1 |
| | | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet. | ||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 1 | -0/+2 |
| | |||||
* | move from trending routes to alg param | Rigel Kent | 2021-01-28 | 1 | -6/+8 |
| | |||||
* | add default trending page choice, revert comments count for hot strategy | Rigel Kent | 2021-01-28 | 1 | -1/+9 |
| | |||||
* | add support for 1440p (Quad HD/QHD/WQHD) videos | Rigel Kent | 2021-01-13 | 1 | -0/+2 |
| | |||||
* | Use -1 for max live duration unlimited | Chocobozzz | 2020-12-15 | 1 | -1/+1 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 1 | -6/+6 |
| | |||||
* | Add max lives limit | Chocobozzz | 2020-11-09 | 1 | -0/+2 |
| | |||||
* | Check live duration and size | Chocobozzz | 2020-11-09 | 1 | -0/+2 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 1 | -0/+15 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 1 | -1/+1 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | First implem global search | Chocobozzz | 2020-06-10 | 1 | -0/+12 |
| | |||||
* | Support broadcast messages | Chocobozzz | 2020-05-29 | 1 | -0/+6 |
| | |||||
* | Fix tests | Chocobozzz | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | Add audio-only option to transcoders and player | frankdelange | 2019-11-25 | 1 | -0/+1 |
| | | | | | | | | This patch adds an audio-only option to PeerTube by means of a new transcoding configuration which creates mp4 files which only contain an audio stream. This new transcoder has a resolution of '0' and is presented in the preferences and in the player resolution menu as 'Audio-only' (localised). When playing such streams the player shows the file thumbnail as background and disables controls autohide. Audio-only files can be shared and streamed just like any other file. They can be downloaded as well, the resulting file will be an mp4 container with a single audio stream. This patch is a proof of concept to show the feasibility of 'true' audio-only support. There are better ways of doing this which also enable multiple audio streams for a given video stream (e.g. DASH) but as this would entail a fundamental change in the way PeerTube works it is a bridge too far for a simple proof of concept. | ||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 1 | -0/+3 |
| | | | | In favour of HLS | ||||
* | Add hardware information in instance config | Chocobozzz | 2019-09-05 | 1 | -0/+1 |
| | |||||
* | Add creation reason | Chocobozzz | 2019-09-05 | 1 | -0/+1 |
| | |||||
* | Add more attributes to about page | Chocobozzz | 2019-09-05 | 1 | -0/+10 |
| | |||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 1 | -2/+15 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 1 | -0/+3 |
| | |||||
* | Fix notification overflow | Chocobozzz | 2019-06-13 | 1 | -1/+2 |
| | |||||
* | Add audio support in upload | Chocobozzz | 2019-05-16 | 1 | -0/+1 |
| | |||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 1 | -0/+156 |
Because they need dev dependencies |