aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'weblate/develop' into developChocobozzz2019-11-269-12017/+20466
|\
| * Translated using Weblate (Hungarian)Attila F2019-11-251-206/+176
| | | | | | | | | | | | | | Currently translated at 94.0% (1025 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hu/
| * Translated using Weblate (English (United States))Attila F2019-11-251-2544/+4358
| | | | | | | | | | | | | | Currently translated at 99.9% (1089 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/en_US/
| * Translated using Weblate (Polish)Marcin Mikołajczak2019-11-251-1/+100
| | | | | | | | | | | | | | Currently translated at 100.0% (98 of 98 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/pl/
| * Translated using Weblate (Swedish)Filip Bengtsson2019-11-251-5/+5
| | | | | | | | | | | | | | Currently translated at 99.7% (1087 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
| * Translated using Weblate (Polish)Marcin Mikołajczak2019-11-251-2003/+3592
| | | | | | | | | | | | | | Currently translated at 45.0% (491 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/pl/
| * Translated using Weblate (Korean)Ch2019-11-251-2441/+4249
| | | | | | | | | | | | | | Currently translated at 13.8% (150 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ko/
| * Translated using Weblate (Hungarian)Attila F2019-11-251-171/+171
| | | | | | | | | | | | | | Currently translated at 79.3% (864 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hu/
| * Translated using Weblate (Arabic)ButterflyOfFire2019-11-251-1/+100
| | | | | | | | | | | | | | Currently translated at 86.7% (85 of 98 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/ar_001/
| * Translated using Weblate (Swedish)Filip Bengtsson2019-11-251-366/+186
| | | | | | | | | | | | | | Currently translated at 99.7% (1087 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
| * Translated using Weblate (Hungarian)Attila F2019-11-251-732/+1009
| | | | | | | | | | | | | | Currently translated at 63.6% (693 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hu/
| * Translated using Weblate (Spanish)Edwin Alberto Amado Baron2019-11-251-1848/+3173
| | | | | | | | | | | | | | Currently translated at 72.7% (792 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/
| * Translated using Weblate (Arabic)ButterflyOfFire2019-11-251-2050/+3698
| | | | | | | | | | | | | | Currently translated at 41.4% (451 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ar_001/
* | Don't autoload HLS fragmentsChocobozzz2019-11-251-0/+1
|/
* Fix lintJulien Maulny2019-11-251-1/+1
|
* Merge branch 'checkbox-input-plugin' into 'develop'Chocobozzz2019-11-255-3/+15
|\ | | | | | | | | (plugins) adding checkbox and textarea as possible input types, add links in form label See merge request framasoft/peertube/PeerTube!25
| * (plugins) adding checkbox and textarea as possible input types, add links in ↵Rigel Kent2019-11-255-3/+15
|/ | | | form label
* Merge branch 'signup-hooks' into 'develop'Chocobozzz2019-11-256-8/+24
|\ | | | | | | | | (plugins) adding signup scope and init hook, modifying ensureUserRegistrationAllowed allowedParams See merge request framasoft/peertube/PeerTube!24
| * (plugins) adding signup scope and init hook, modifying ↵Rigel Kent2019-11-256-8/+24
|/ | | | ensureUserRegistrationAllowed allowedParams
* Fix fragmented download URLChocobozzz2019-11-252-1/+3
|
* Auto load HLS player in embed tooChocobozzz2019-11-251-3/+11
|
* Add audio only transcoding testsChocobozzz2019-11-258-84/+156
|
* Comment changed, mostly to kick Travis into rectifying its last sillinessfrankdelange2019-11-252-2/+2
|
* Show poster image when playing audio-only content, do not hide controlsfrankdelange2019-11-251-0/+12
| | | | | | | | Add '.vjs-playing-audio-only-content' class to: - show poster image - disable controls auto-hide ...when playing audio-only content
* Add audio-only option to transcoders and playerfrankdelange2019-11-2516-14/+115
| | | | | | | | 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 CLIChocobozzz2019-11-252-23/+155
|
* Disable webtorrent support in clientChocobozzz2019-11-2510-9/+44
|
* Add disable webtorrent migrationChocobozzz2019-11-252-1/+78
|
* Don't always replace actor avatarChocobozzz2019-11-257-36/+59
|
* Add ability to disable webtorrentChocobozzz2019-11-2580-536/+1185
| | | | In favour of HLS
* Add missing button roles for the language chooser and keyboard shortcut menu ↵Marco Zehe2019-11-251-2/+2
| | | | items
* Regenerate translationsChocobozzz2019-11-1840-11451/+8980
|
* Try to improve notification i18n translationsChocobozzz2019-11-181-28/+28
|
* Use source as target in translationsChocobozzz2019-11-181-1/+0
| | | | Or angular will not display strings
* Try something that could work with weblateChocobozzz2019-11-1838-22342/+28589
|
* Try something with weblateChocobozzz2019-11-181-1/+1
|
* Translated using Weblate (Hungarian)Attila F2019-11-181-1/+100
| | | | | | | Currently translated at 99.0% (97 of 98 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/hu/
* Translated using Weblate (Hungarian)Attila F2019-11-181-1/+236
| | | | | | | Currently translated at 63.7% (149 of 234 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/hu/
* Translated using Weblate (Hungarian)Attila F2019-11-181-2193/+3772
| | | | | | | Currently translated at 60.0% (654 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hu/
* Translated using Weblate (Persian)ahmadsharifian2019-11-181-1/+100
| | | | | | | Currently translated at 99.0% (97 of 98 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/fa/
* Translated using Weblate (Persian)ahmadsharifian2019-11-181-1/+236
| | | | | | | Currently translated at 17.5% (41 of 234 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/fa/
* Translated using Weblate (Swedish)Filip Bengtsson2019-11-181-1763/+2767
| | | | | | | Currently translated at 99.7% (1087 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
* Translated using Weblate (Occitan)Quentin2019-11-181-382/+159
| | | | | | | Currently translated at 94.8% (1033 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/oc/
* Translated using Weblate (German)Predatorix Phoenix2019-11-181-1742/+2874
| | | | | | | Currently translated at 95.2% (1038 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/de/
* Translated using Weblate (French (France))chocobozzz2019-11-181-393/+172
| | | | | | | Currently translated at 98.6% (1075 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/
* Try to improve server watch scriptChocobozzz2019-11-181-2/+5
|
* Video-watch hooks modifications for videojsRigel Kent2019-11-182-1/+6
|
* Clarify and expand on admin credentials detailLeopere2019-11-181-3/+9
| | | It felt unclear so I clarified and suggested a method for obtaining the credentials easier.
* Sticking to one env-var management system (#2247)Leopere2019-11-182-8/+11
| | | | | | | | | | | | | | | | | | | | * Sticking to one env-var management system Starting with the Postgres container so that you only have to set overlapping environment variables in one place. * Moving Postfix envvars pt 1 * Moving Postfix envvars pt 2 .env file * Added missing envvars. * Adding functioning glue Suggest something better if you wish. * removed IP from example * Removed default network from update.
* Fix translationsChocobozzz2019-11-1428-1678/+2286
|