Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests | Chocobozzz | 2019-11-27 | 1 | -1/+1 |
| | |||||
* | (plugins) adding checkbox and textarea as possible input types, add links in ↵ | Rigel Kent | 2019-11-25 | 5 | -3/+15 |
| | | | | form label | ||||
* | (plugins) adding signup scope and init hook, modifying ↵ | Rigel Kent | 2019-11-25 | 2 | -3/+11 |
| | | | | ensureUserRegistrationAllowed allowedParams | ||||
* | Fix fragmented download URL | Chocobozzz | 2019-11-25 | 1 | -0/+2 |
| | |||||
* | Add audio-only option to transcoders and player | frankdelange | 2019-11-25 | 1 | -0/+4 |
| | | | | | | | | 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. | ||||
* | Disable webtorrent support in client | Chocobozzz | 2019-11-25 | 9 | -8/+43 |
| | |||||
* | Add missing button roles for the language chooser and keyboard shortcut menu ↵ | Marco Zehe | 2019-11-25 | 1 | -2/+2 |
| | | | | items | ||||
* | Try to improve notification i18n translations | Chocobozzz | 2019-11-18 | 1 | -28/+28 |
| | |||||
* | Video-watch hooks modifications for videojs | Rigel Kent | 2019-11-18 | 1 | -1/+4 |
| | |||||
* | Merge branch 'weblate' into develop | Chocobozzz | 2019-11-13 | 1 | -2/+2 |
|\ | |||||
| * | Make build works | Chocobozzz | 2019-11-13 | 1 | -2/+2 |
| | | |||||
* | | Fix link for account creation on another instance | Yorwba | 2019-11-13 | 1 | -1/+1 |
|/ | |||||
* | Fix start/stop of first element when loading a playlist | Chocobozzz | 2019-11-06 | 1 | -1/+5 |
| | |||||
* | Pull translations | Chocobozzz | 2019-11-05 | 1 | -0/+1 |
| | |||||
* | Add missing i18n tags | Chocobozzz | 2019-11-05 | 1 | -8/+8 |
| | |||||
* | Add ability to enabled HLS in the admin panel | Chocobozzz | 2019-11-05 | 2 | -1/+26 |
| | |||||
* | Add mascot in peertube about page | Chocobozzz | 2019-11-04 | 4 | -22/+37 |
| | |||||
* | Update translations | Chocobozzz | 2019-10-30 | 1 | -1/+1 |
| | |||||
* | Add mascot to configure warning modal | Chocobozzz | 2019-10-30 | 2 | -1/+14 |
| | |||||
* | Increase 404 mascot size | Chocobozzz | 2019-10-30 | 2 | -1/+7 |
| | |||||
* | Add mascot in welcome modal | Chocobozzz | 2019-10-30 | 3 | -36/+80 |
| | |||||
* | Add mascot to 404 page | Chocobozzz | 2019-10-30 | 2 | -6/+20 |
| | |||||
* | Don't redirect on verify account page after login | Chocobozzz | 2019-10-28 | 1 | -1/+2 |
| | |||||
* | Fix other videos width to avoid layout movement | Chocobozzz | 2019-10-25 | 1 | -3/+6 |
| | |||||
* | Add class to views elements | Chocobozzz | 2019-10-25 | 2 | -4/+7 |
| | |||||
* | Speedup theme injection | Chocobozzz | 2019-10-25 | 2 | -14/+83 |
| | |||||
* | More robust new instance follower notification | Chocobozzz | 2019-10-25 | 1 | -2/+2 |
| | |||||
* | Add a drag&drop delay on playlist videos to allow user scroll on small ↵ | Julien Maulny | 2019-10-23 | 2 | -1/+20 |
| | | | | | | | | | | | | | | | | screens (#2154) * Add delay on playlist element reordering to fix user scroll on mobile Signed-off-by: Julien Maulny <julien.maulny@protonmail.com> * Upgrade @angular/cdk to include bugfix about drag&drop Signed-off-by: Julien Maulny <julien.maulny@protonmail.com> * add delay on playlist drag&drop on all touch screens Signed-off-by: Julien Maulny <julien.maulny@protonmail.com> | ||||
* | Some language fixes (#2198) | Filip Bengtsson | 2019-10-23 | 5 | -18/+18 |
| | | | | | | | | | | | | | | * Fix preposition * Fix French colon spacing * Some grammar fixes * Preposition fix * Update signup-success.component.html After suggestion from @frankstrater. | ||||
* | Allow to toggle video publication date to display absolute date | Julien Maulny | 2019-10-23 | 6 | -3/+64 |
| | |||||
* | Fix checkbox themes | Chocobozzz | 2019-10-22 | 1 | -1/+1 |
| | |||||
* | Fix i18n generation script | Chocobozzz | 2019-10-22 | 1 | -1/+1 |
| | |||||
* | Update translations | Chocobozzz | 2019-10-22 | 1 | -2/+2 |
| | |||||
* | Fix search with account video languages | Chocobozzz | 2019-10-21 | 4 | -11/+17 |
| | |||||
* | Fix typo | Autom | 2019-10-21 | 1 | -3/+3 |
| | | | | Fixing a typo in the statistics section of the /about/instance/ page. | ||||
* | Update user-edit.component.html | Knackie | 2019-10-19 | 1 | -0/+1 |
| | | | fixes #1943 | ||||
* | Add statistics section in about page | Julien Maulny | 2019-10-18 | 5 | -0/+183 |
| | |||||
* | Allow to choose 'Most liked videos' page as default client route | Julien Maulny | 2019-10-18 | 1 | -0/+1 |
| | |||||
* | Add 'Most liked videos' page | Julien Maulny | 2019-10-18 | 5 | -0/+93 |
| | |||||
* | Change button with onclick to link with href | Frank Sträter | 2019-10-18 | 2 | -9/+9 |
| | |||||
* | Add auto play next video migration | Chocobozzz | 2019-09-24 | 1 | -0/+2 |
| | |||||
* | Autoplay next recommended video (#2137) | LoveIsGrief | 2019-09-24 | 6 | -2/+35 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | 5 | -5/+5 |
| | | | | | | | | * fix a few typos * apply changes to original files instead * additional correction | ||||
* | Add missing translation tags | Chocobozzz | 2019-09-18 | 2 | -4/+4 |
| | |||||
* | Merge branch 'release/1.4.0' into develop | Chocobozzz | 2019-09-06 | 1 | -1/+2 |
|\ | |||||
| * | Fix menu x overflow | Chocobozzz | 2019-09-06 | 1 | -1/+2 |
| | | |||||
* | | Add contributors in about peertube page | Chocobozzz | 2019-09-05 | 8 | -94/+195 |
| | | |||||
* | | Better video publishing notification | Chocobozzz | 2019-09-05 | 1 | -1/+1 |
| | | |||||
* | | Clearer debug IP message | Chocobozzz | 2019-09-05 | 1 | -1/+1 |
| | | |||||
* | | Fix old auto blacklist notifications | Chocobozzz | 2019-09-05 | 1 | -0/+3 |
| | |