Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to filter per job type | Chocobozzz | 2019-12-04 | 1 | -12/+34 |
| | |||||
* | Filter on follows actor types in about page | Chocobozzz | 2019-11-29 | 1 | -6/+26 |
| | |||||
* | Only display accepted followers/followings in about page | Chocobozzz | 2019-11-28 | 1 | -4/+7 |
| | |||||
* | 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 |
| | |||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 1 | -3/+2 |
| | |||||
* | Add gitlab ci support | Chocobozzz | 2019-07-29 | 2 | -3/+6 |
| | |||||
* | Add plugin translation system | Chocobozzz | 2019-07-26 | 1 | -0/+16 |
| | |||||
* | Add public settings endpoint | Chocobozzz | 2019-07-26 | 1 | -1/+17 |
| | |||||
* | Add hook filters tests | Chocobozzz | 2019-07-24 | 2 | -2/+8 |
| | |||||
* | Add plugin API tests | Chocobozzz | 2019-07-24 | 1 | -9/+81 |
| | |||||
* | WIP plugins: update plugin | Chocobozzz | 2019-07-24 | 1 | -1/+21 |
| | |||||
* | WIP plugins: move plugin CLI in peertube script | Chocobozzz | 2019-07-24 | 2 | -6/+133 |
| | | | | Install/uninstall/list plugins remotely | ||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 1 | -0/+3 |
| | |||||
* | Feature/subject in contact form (#1926) | Nassim Bounouas | 2019-06-21 | 1 | -0/+2 |
| | | | | | | | | * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction | ||||
* | Fix notification overflow | Chocobozzz | 2019-06-13 | 1 | -1/+2 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2019-06-06 | 1 | -8/+16 |
| | |||||
* | Improve 4K video quality after transcoding | Chocobozzz | 2019-06-06 | 1 | -1/+1 |
| | |||||
* | Add audio support in upload | Chocobozzz | 2019-05-16 | 1 | -0/+1 |
| | |||||
* | All API tests in parallel | Chocobozzz | 2019-05-15 | 1 | -1/+1 |
| | |||||
* | Redundancy and search tests in parallel too | Chocobozzz | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | Use test wrapper exit function | Chocobozzz | 2019-04-24 | 1 | -14/+37 |
| | |||||
* | Fix rerunserver function | Chocobozzz | 2019-04-24 | 1 | -20/+24 |
| | |||||
* | Try to fix travis | Chocobozzz | 2019-04-24 | 1 | -39/+37 |
| | |||||
* | Use parallel tests | Chocobozzz | 2019-04-24 | 1 | -10/+76 |
| | |||||
* | Cleanup tests | Chocobozzz | 2019-04-24 | 1 | -45/+48 |
| | |||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 9 | -0/+668 |
Because they need dev dependencies |