Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix my-account{videos,video-playlists} loading mecanism | Rigel Kent | 2019-12-29 | 1 | -1/+1 |
| | |||||
* | Fix playlist search | Chocobozzz | 2019-12-27 | 1 | -0/+19 |
| | |||||
* | Don't notify on muted instance | Chocobozzz | 2019-12-19 | 1 | -6/+204 |
| | |||||
* | Add internal privacy mode | Chocobozzz | 2019-12-12 | 1 | -30/+98 |
| | |||||
* | Serve audit logs to client | Chocobozzz | 2019-12-11 | 1 | -49/+96 |
| | |||||
* | Add ability to search by UUID | Chocobozzz | 2019-12-09 | 1 | -0/+10 |
| | |||||
* | Add action hooks to user routes | Chocobozzz | 2019-12-06 | 2 | -34/+101 |
| | |||||
* | Add missing hotkeys to the watch page | Chocobozzz | 2019-12-06 | 2 | -4/+4 |
| | |||||
* | Add ability to filter per job type | Chocobozzz | 2019-12-04 | 4 | -14/+66 |
| | |||||
* | Move deleted comment on new follow tests | Chocobozzz | 2019-12-04 | 2 | -87/+108 |
| | |||||
* | Fix retrieving of deleted comments when subscribing to a new instance | Julien Maulny | 2019-12-04 | 1 | -0/+45 |
| | |||||
* | Soft delete video comments instead of detroy | Julien Maulny | 2019-12-04 | 2 | -14/+66 |
| | |||||
* | Filter on follows actor types in about page | Chocobozzz | 2019-11-29 | 6 | -49/+135 |
| | |||||
* | Only display accepted followers/followings in about page | Chocobozzz | 2019-11-28 | 2 | -5/+65 |
| | |||||
* | Fix tests | Chocobozzz | 2019-11-27 | 1 | -2/+6 |
| | |||||
* | Add codec information in HLS playlist | Chocobozzz | 2019-11-26 | 2 | -3/+6 |
| | |||||
* | Fix lint | Julien Maulny | 2019-11-25 | 1 | -1/+1 |
| | |||||
* | Add audio only transcoding tests | Chocobozzz | 2019-11-25 | 2 | -0/+109 |
| | |||||
* | Add audio-only option to transcoders and player | frankdelange | 2019-11-25 | 2 | -0/+2 |
| | | | | | | | | 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 generate HLS in CLI | Chocobozzz | 2019-11-25 | 1 | -17/+116 |
| | |||||
* | Don't always replace actor avatar | Chocobozzz | 2019-11-25 | 2 | -5/+13 |
| | |||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 4 | -69/+156 |
| | | | | In favour of HLS | ||||
* | Add plugin hook on registration | Chocobozzz | 2019-10-25 | 2 | -1/+31 |
| | |||||
* | Fix misc tests | Chocobozzz | 2019-10-22 | 2 | -4/+4 |
| | |||||
* | Add tsconfig-paths registration to mocha | Chocobozzz | 2019-10-21 | 4 | -6/+8 |
| | |||||
* | Fix bug with tsconfig paths | Chocobozzz | 2019-10-21 | 1 | -4/+2 |
| | |||||
* | Fix caption validators test | Chocobozzz | 2019-10-18 | 1 | -16/+17 |
| | |||||
* | Try to fix tests | Chocobozzz | 2019-09-24 | 1 | -2/+6 |
| | |||||
* | Autoplay next recommended video (#2137) | LoveIsGrief | 2019-09-24 | 2 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | | | * Start working on autoplay of next video * Ignore changes made by gitpod * Apply changes from PR#1370 * Correct the spelling of recommendations * Fix linting errors * Move boolean check to existing onEnded handler * Pick a random video until the recommendations are improved * Add simple tests for autoPlayNextVideo * Fix lint ...again | ||||
* | fix a few typos (#2141) | Lukas Winkler | 2019-09-23 | 1 | -1/+1 |
| | | | | | | | | * fix a few typos * apply changes to original files instead * additional correction | ||||
* | Fix tests | Chocobozzz | 2019-09-18 | 1 | -1/+1 |
| | |||||
* | Add hardware information in instance config | Chocobozzz | 2019-09-05 | 2 | -0/+15 |
| | |||||
* | Add creation reason | Chocobozzz | 2019-09-05 | 2 | -0/+4 |
| | |||||
* | Add welcome modal | Chocobozzz | 2019-09-05 | 2 | -3/+38 |
| | |||||
* | Add more attributes to about page | Chocobozzz | 2019-09-05 | 2 | -0/+40 |
| | |||||
* | Fix tests | Chocobozzz | 2019-09-04 | 1 | -0/+4 |
| | |||||
* | Add notification on auto follow index | Chocobozzz | 2019-09-04 | 1 | -5/+42 |
| | |||||
* | Add auto follow instances index support | Chocobozzz | 2019-09-04 | 1 | -12/+71 |
| | |||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 6 | -7/+227 |
| | |||||
* | Lowercase video tags search | Chocobozzz | 2019-08-29 | 1 | -4/+4 |
| | |||||
* | Remove old JSON LD signature implementation | Chocobozzz | 2019-08-29 | 1 | -13/+0 |
| | | | | | | | | | Only PeerTube was compatible with it, and the library has moved on RsaSignature2018 and removed RsaSignature2017 support. We had to create a dirty fork of the RsaSignature2017 branch, which is not ideal. Now we use the Mastodon implementation, that most other AP implementations that support JSONLD signatures use. | ||||
* | Hide video abuses from muted accounts | Chocobozzz | 2019-08-29 | 1 | -4/+73 |
| | |||||
* | Fix ownership change | Chocobozzz | 2019-08-21 | 1 | -1/+1 |
| | |||||
* | Fix redundancy tests | Chocobozzz | 2019-08-13 | 1 | -4/+4 |
| | |||||
* | Fix redundancy exceeding the limit | Chocobozzz | 2019-08-12 | 1 | -4/+2 |
| | |||||
* | Add avatar to prune script | Chocobozzz | 2019-08-09 | 2 | -0/+200 |
| | |||||
* | Remove comment federation by video owner | Chocobozzz | 2019-08-07 | 1 | -13/+28 |
| | |||||
* | Deprecate Node 8 | Chocobozzz | 2019-08-07 | 1 | -1/+1 |
| | | | | The support ends on December 2019: https://github.com/nodejs/Release#release-schedule | ||||
* | Automatically remove bad followings | Chocobozzz | 2019-08-06 | 1 | -2/+52 |
| | |||||
* | Automatically update playlist thumbnails | Chocobozzz | 2019-08-01 | 3 | -0/+264 |
| |