Chocobozzz
52201311e1
Add codec information in HLS playlist
2019-11-26 16:25:36 +01:00
Chocobozzz
08eb3dca82
Merge remote-tracking branch 'weblate/develop' into develop
2019-11-26 14:29:15 +01:00
Chocobozzz
84ddb975d1
Don't autoload HLS fragments
2019-11-25 17:13:47 +01:00
Attila F
50befbe932
Translated using Weblate (Hungarian)
...
Currently translated at 94.0% (1025 of 1090 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hu/
2019-11-25 16:59:15 +01:00
Attila F
c7919faea2
Translated using Weblate (English (United States))
...
Currently translated at 99.9% (1089 of 1090 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/en_US/
2019-11-25 16:59:14 +01:00
Marcin Mikołajczak
eb6a88f67e
Translated using Weblate (Polish)
...
Currently translated at 100.0% (98 of 98 strings)
Translation: PeerTube/player
Translate-URL: https://weblate.framasoft.org/projects/peertube/player/pl/
2019-11-25 16:59:14 +01:00
Filip Bengtsson
bc448add80
Translated using Weblate (Swedish)
...
Currently translated at 99.7% (1087 of 1090 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
2019-11-25 16:59:14 +01:00
Marcin Mikołajczak
f808652481
Translated using Weblate (Polish)
...
Currently translated at 45.0% (491 of 1090 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/pl/
2019-11-25 16:59:14 +01:00
Ch
eb12a714f5
Translated using Weblate (Korean)
...
Currently translated at 13.8% (150 of 1090 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ko/
2019-11-25 16:59:14 +01:00
Attila F
ff55addf0d
Translated using Weblate (Hungarian)
...
Currently translated at 79.3% (864 of 1090 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hu/
2019-11-25 16:59:14 +01:00
ButterflyOfFire
06ae230c00
Translated using Weblate (Arabic)
...
Currently translated at 86.7% (85 of 98 strings)
Translation: PeerTube/player
Translate-URL: https://weblate.framasoft.org/projects/peertube/player/ar_001/
2019-11-25 16:59:14 +01:00
Filip Bengtsson
c9f8267800
Translated using Weblate (Swedish)
...
Currently translated at 99.7% (1087 of 1090 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
2019-11-25 16:59:14 +01:00
Attila F
444a109eea
Translated using Weblate (Hungarian)
...
Currently translated at 63.6% (693 of 1090 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hu/
2019-11-25 16:59:14 +01:00
Edwin Alberto Amado Baron
7af6514a4a
Translated using Weblate (Spanish)
...
Currently translated at 72.7% (792 of 1090 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/
2019-11-25 16:59:14 +01:00
ButterflyOfFire
01fcedfe64
Translated using Weblate (Arabic)
...
Currently translated at 41.4% (451 of 1090 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ar_001/
2019-11-25 16:59:14 +01:00
Julien Maulny
66a3674004
Fix lint
2019-11-25 16:59:09 +01:00
Chocobozzz
f84dde5e12
Merge branch 'checkbox-input-plugin' into 'develop'
...
(plugins) adding checkbox and textarea as possible input types, add links in form label
See merge request framasoft/peertube/PeerTube!25
2019-11-25 11:19:45 +01:00
Rigel Kent
2dbbf86086
(plugins) adding checkbox and textarea as possible input types, add links in form label
2019-11-25 11:19:45 +01:00
Chocobozzz
f92bb405d4
Merge branch 'signup-hooks' into 'develop'
...
(plugins) adding signup scope and init hook, modifying ensureUserRegistrationAllowed allowedParams
See merge request framasoft/peertube/PeerTube!24
2019-11-25 11:16:12 +01:00
Rigel Kent
ba7b7e572f
(plugins) adding signup scope and init hook, modifying ensureUserRegistrationAllowed allowedParams
2019-11-25 11:16:12 +01:00
Chocobozzz
efcd6f2e62
Fix fragmented download URL
2019-11-25 10:59:50 +01:00
Chocobozzz
0f2f274c98
Auto load HLS player in embed too
2019-11-25 10:59:49 +01:00
Chocobozzz
3a149e9f8b
Add audio only transcoding tests
2019-11-25 10:59:49 +01:00
frankdelange
6ad88df896
Comment changed, mostly to kick Travis into rectifying its last silliness
2019-11-25 10:59:49 +01:00
frankdelange
597ca6de2c
Show poster image when playing audio-only content, do not hide controls
...
Add '.vjs-playing-audio-only-content' class to:
- show poster image
- disable controls auto-hide
...when playing audio-only content
2019-11-25 10:59:48 +01:00
frankdelange
5c7d650827
Add audio-only option to transcoders and player
...
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.
2019-11-25 10:59:47 +01:00
Chocobozzz
dee6fe1e4f
Add ability to generate HLS in CLI
2019-11-25 10:59:47 +01:00
Chocobozzz
5a71acd254
Disable webtorrent support in client
2019-11-25 10:59:46 +01:00
Chocobozzz
d441f2ed78
Add disable webtorrent migration
2019-11-25 10:59:45 +01:00
Chocobozzz
66fb2aa39b
Don't always replace actor avatar
2019-11-25 10:59:44 +01:00
Chocobozzz
d7a25329f9
Add ability to disable webtorrent
...
In favour of HLS
2019-11-25 10:59:43 +01:00
Marco Zehe
14981d7331
Add missing button roles for the language chooser and keyboard shortcut menu items
2019-11-25 09:51:00 +01:00
Chocobozzz
a5895f982e
Regenerate translations
2019-11-18 17:44:32 +01:00
Chocobozzz
ee2b7df045
Try to improve notification i18n translations
2019-11-18 17:38:01 +01:00
Chocobozzz
afbe30e147
Use source as target in translations
...
Or angular will not display strings
2019-11-18 17:35:05 +01:00
Chocobozzz
040758e03a
Try something that could work with weblate
2019-11-18 17:25:36 +01:00
Chocobozzz
b94110241e
Try something with weblate
2019-11-18 11:17:08 +01:00
Attila F
edbdcfe7b5
Translated using Weblate (Hungarian)
...
Currently translated at 99.0% (97 of 98 strings)
Translation: PeerTube/player
Translate-URL: https://weblate.framasoft.org/projects/peertube/player/hu/
2019-11-18 10:35:33 +01:00
Attila F
8dca31dc0d
Translated using Weblate (Hungarian)
...
Currently translated at 63.7% (149 of 234 strings)
Translation: PeerTube/server
Translate-URL: https://weblate.framasoft.org/projects/peertube/server/hu/
2019-11-18 10:35:33 +01:00
Attila F
7afccc2bc4
Translated using Weblate (Hungarian)
...
Currently translated at 60.0% (654 of 1090 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hu/
2019-11-18 10:35:33 +01:00
ahmadsharifian
9207d2c3b2
Translated using Weblate (Persian)
...
Currently translated at 99.0% (97 of 98 strings)
Translation: PeerTube/player
Translate-URL: https://weblate.framasoft.org/projects/peertube/player/fa/
2019-11-18 10:35:33 +01:00
ahmadsharifian
a27237700b
Translated using Weblate (Persian)
...
Currently translated at 17.5% (41 of 234 strings)
Translation: PeerTube/server
Translate-URL: https://weblate.framasoft.org/projects/peertube/server/fa/
2019-11-18 10:35:33 +01:00
Filip Bengtsson
efc54903d0
Translated using Weblate (Swedish)
...
Currently translated at 99.7% (1087 of 1090 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
2019-11-18 10:35:33 +01:00
Quentin
b985d1e913
Translated using Weblate (Occitan)
...
Currently translated at 94.8% (1033 of 1090 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/oc/
2019-11-18 10:35:33 +01:00
Predatorix Phoenix
c144d2c98f
Translated using Weblate (German)
...
Currently translated at 95.2% (1038 of 1090 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/de/
2019-11-18 10:35:33 +01:00
chocobozzz
aa97074ff2
Translated using Weblate (French (France))
...
Currently translated at 98.6% (1075 of 1090 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/
2019-11-18 10:35:33 +01:00
Chocobozzz
df0fd9043c
Try to improve server watch script
2019-11-18 10:34:23 +01:00
Rigel Kent
5f85f8aa1c
Video-watch hooks modifications for videojs
2019-11-18 10:12:23 +01:00
Leopere
76d5770b7a
Clarify and expand on admin credentials detail
...
It felt unclear so I clarified and suggested a method for obtaining the credentials easier.
2019-11-18 09:43:25 +01:00
Leopere
e2882b2ccb
Sticking to one env-var management system ( #2247 )
...
* 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.
2019-11-18 09:38:05 +01:00