Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Soft delete video comments instead of detroy | Julien Maulny | 2019-12-04 | 1 | -4/+8 | |
| | ||||||
* | Don't move the caption if it has the right name | Chocobozzz | 2019-12-03 | 1 | -2/+2 | |
| | ||||||
* | Filter on follows actor types in about page | Chocobozzz | 2019-11-29 | 1 | -0/+2 | |
| | ||||||
* | Only display accepted followers/followings in about page | Chocobozzz | 2019-11-28 | 1 | -15/+20 | |
| | ||||||
* | Fix error log when updating redundancy | Chocobozzz | 2019-11-27 | 1 | -1/+1 | |
| | ||||||
* | Add audio only transcoding tests | Chocobozzz | 2019-11-25 | 1 | -1/+1 | |
| | ||||||
* | Add audio-only option to transcoders and player | frankdelange | 2019-11-25 | 1 | -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 disable webtorrent | Chocobozzz | 2019-11-25 | 2 | -5/+13 | |
| | | | | In favour of HLS | |||||
* | Add plugin hook on registration | Chocobozzz | 2019-10-25 | 1 | -1/+7 | |
| | ||||||
* | Update server dependencies | Chocobozzz | 2019-10-21 | 1 | -2/+2 | |
| | ||||||
* | Autoplay next recommended video (#2137) | LoveIsGrief | 2019-09-24 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
* | Update default value for commentsEnabled | Frank Sträter | 2019-09-18 | 1 | -2/+2 | |
| | ||||||
* | Add hardware information in instance config | Chocobozzz | 2019-09-05 | 1 | -0/+3 | |
| | ||||||
* | Add creation reason | Chocobozzz | 2019-09-05 | 1 | -0/+2 | |
| | ||||||
* | Add config instance warning modal | Chocobozzz | 2019-09-05 | 1 | -6/+6 | |
| | ||||||
* | Add welcome modal | Chocobozzz | 2019-09-05 | 1 | -9/+13 | |
| | ||||||
* | Add more attributes to about page | Chocobozzz | 2019-09-05 | 1 | -1/+20 | |
| | ||||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 3 | -1/+17 | |
| | ||||||
* | Hide video abuses from muted accounts | Chocobozzz | 2019-08-29 | 1 | -2/+11 | |
| | ||||||
* | Fix default true values when uploding videos | Chocobozzz | 2019-08-28 | 2 | -3/+3 | |
| | ||||||
* | Bug fix logical and/or boolean selector | Frank Sträter | 2019-08-28 | 1 | -2/+2 | |
| | ||||||
* | Type toActivityPubObject functions | Chocobozzz | 2019-08-21 | 1 | -1/+2 | |
| | ||||||
* | Type toFormattedJSON | Chocobozzz | 2019-08-20 | 4 | -19/+8 | |
| | ||||||
* | Cleanup model types | Chocobozzz | 2019-08-20 | 2 | -4/+4 | |
| | ||||||
* | Fix tests | Chocobozzz | 2019-08-20 | 2 | -3/+7 | |
| | ||||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 15 | -76/+81 | |
| | ||||||
* | Remove comment federation by video owner | Chocobozzz | 2019-08-07 | 1 | -0/+8 | |
| | ||||||
* | Automatically update playlist thumbnails | Chocobozzz | 2019-08-01 | 3 | -24/+55 | |
| | ||||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 2 | -22/+14 | |
| | ||||||
* | Moderators can only manage users | Chocobozzz | 2019-07-30 | 1 | -1/+6 | |
| | ||||||
* | Add gitlab ci support | Chocobozzz | 2019-07-29 | 1 | -3/+3 | |
| | ||||||
* | Add public settings endpoint | Chocobozzz | 2019-07-26 | 1 | -8/+24 | |
| | ||||||
* | Change plugin models names | Chocobozzz | 2019-07-24 | 1 | -2/+2 | |
| | ||||||
* | Correctly notify on auto blacklist | Chocobozzz | 2019-07-24 | 3 | -14/+17 | |
| | ||||||
* | Add plugin static files cache | Chocobozzz | 2019-07-24 | 1 | -3/+3 | |
| | ||||||
* | Add filter hooks tests | Chocobozzz | 2019-07-24 | 3 | -13/+27 | |
| | ||||||
* | Add hook filters tests | Chocobozzz | 2019-07-24 | 2 | -8/+12 | |
| | ||||||
* | Add plugin API tests | Chocobozzz | 2019-07-24 | 1 | -3/+6 | |
| | ||||||
* | Add server hooks | Chocobozzz | 2019-07-24 | 2 | -18/+54 | |
| | ||||||
* | Use process.env.npm_package_version | Chocobozzz | 2019-07-24 | 1 | -29/+34 | |
| | ||||||
* | Check latest plugins version | Chocobozzz | 2019-07-24 | 1 | -0/+6 | |
| | ||||||
* | Add ability to search available plugins | Chocobozzz | 2019-07-24 | 1 | -3/+25 | |
| | ||||||
* | WIP plugins: update plugin | Chocobozzz | 2019-07-24 | 1 | -9/+29 | |
| | ||||||
* | WIP plugins: move plugin CLI in peertube script | Chocobozzz | 2019-07-24 | 1 | -4/+12 | |
| | | | | Install/uninstall/list plugins remotely | |||||
* | WIP plugins: add plugin settings/uninstall in client | Chocobozzz | 2019-07-24 | 1 | -7/+20 | |
| | ||||||
* | WIP plugins: list installed plugins in client | Chocobozzz | 2019-07-24 | 1 | -2/+2 | |
| | ||||||
* | WIP plugins: plugin settings on server side | Chocobozzz | 2019-07-24 | 2 | -0/+123 | |
| | ||||||
* | WIP plugins: load theme on client side | Chocobozzz | 2019-07-24 | 1 | -2/+3 | |
| | ||||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 2 | -15/+29 | |
| | ||||||
* | WIP plugins: hook on client side | Chocobozzz | 2019-07-24 | 1 | -1/+18 | |
| |