]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/log
github/Chocobozzz/PeerTube.git
3 years agoTranslated using Weblate (Kabyle)
Slimane Selyan AMIRI [Wed, 16 Dec 2020 13:30:17 +0000 (13:30 +0000)] 
Translated using Weblate (Kabyle)

Currently translated at 85.4% (1483 of 1735 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/kab/

3 years agoTranslated using Weblate (Swedish)
Filip Bengtsson [Wed, 16 Dec 2020 10:57:30 +0000 (10:57 +0000)] 
Translated using Weblate (Swedish)

Currently translated at 99.7% (1730 of 1735 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/

3 years agoTranslated using Weblate (German)
Simon Brosdetzko [Wed, 16 Dec 2020 13:10:12 +0000 (13:10 +0000)] 
Translated using Weblate (German)

Currently translated at 95.8% (1663 of 1735 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/de/

3 years agoTranslated using Weblate (Gaelic)
GunChleoc [Wed, 16 Dec 2020 13:53:40 +0000 (13:53 +0000)] 
Translated using Weblate (Gaelic)

Currently translated at 25.9% (450 of 1735 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gd/

3 years agoFix ldap test
Chocobozzz [Mon, 4 Jan 2021 10:38:33 +0000 (11:38 +0100)] 
Fix ldap test

3 years agoFix ldap test port
Chocobozzz [Mon, 4 Jan 2021 10:21:19 +0000 (11:21 +0100)] 
Fix ldap test port

3 years agoAlways display errors from tests
Chocobozzz [Mon, 4 Jan 2021 09:52:27 +0000 (10:52 +0100)] 
Always display errors from tests

3 years agoFix autoblacklist notification issue
Chocobozzz [Mon, 4 Jan 2021 09:50:47 +0000 (10:50 +0100)] 
Fix autoblacklist notification issue

3 years agoAdd config.yaml copy info in doc
Chocobozzz [Mon, 4 Jan 2021 09:29:08 +0000 (10:29 +0100)] 
Add config.yaml copy info in doc

3 years agoDon't crash on youtube-dl update write error
Chocobozzz [Mon, 4 Jan 2021 09:05:47 +0000 (10:05 +0100)] 
Don't crash on youtube-dl update write error

3 years agoAdd missing audit log if the user deletes its account
Chocobozzz [Mon, 4 Jan 2021 08:54:48 +0000 (09:54 +0100)] 
Add missing audit log if the user deletes its account

3 years agoRemove traefik docker support
Chocobozzz [Wed, 30 Dec 2020 15:53:11 +0000 (16:53 +0100)] 
Remove traefik docker support

3 years agoUse develop doc for docker
Chocobozzz [Wed, 30 Dec 2020 13:39:52 +0000 (14:39 +0100)] 
Use develop doc for docker

3 years agoFix views processing hour 0
Chocobozzz [Wed, 30 Dec 2020 13:29:17 +0000 (14:29 +0100)] 
Fix views processing hour 0

3 years agoDon't display log level in audit logs view
Chocobozzz [Wed, 30 Dec 2020 13:18:32 +0000 (14:18 +0100)] 
Don't display log level in audit logs view

3 years agoClearer anonymous settings modal title
Chocobozzz [Wed, 30 Dec 2020 13:03:33 +0000 (14:03 +0100)] 
Clearer anonymous settings modal title

3 years agoSupport activeMonth and activeHalfyear in nodeinfo
Chocobozzz [Wed, 30 Dec 2020 10:41:36 +0000 (11:41 +0100)] 
Support activeMonth and activeHalfyear in nodeinfo

3 years agoIncrease notifications comment test timeout
Chocobozzz [Wed, 30 Dec 2020 10:27:59 +0000 (11:27 +0100)] 
Increase notifications comment test timeout

3 years agoMerge branch '3520-cli_auth_add_trailing_slash' into release/3.0.0
Chocobozzz [Wed, 30 Dec 2020 10:27:00 +0000 (11:27 +0100)] 
Merge branch '3520-cli_auth_add_trailing_slash' into release/3.0.0

3 years agoStyling
Chocobozzz [Wed, 30 Dec 2020 10:26:24 +0000 (11:26 +0100)] 
Styling

3 years agoUpgrade ng select to fix accessibility issues
Chocobozzz [Tue, 29 Dec 2020 15:39:15 +0000 (16:39 +0100)] 
Upgrade ng select to fix accessibility issues

3 years agoFix login error display
Chocobozzz [Tue, 29 Dec 2020 14:23:03 +0000 (15:23 +0100)] 
Fix login error display

3 years ago(#3520) [cli] Hardened `auth add`: No longer fails with extraneous characters. 3521/head
Theodore R. Smith [Sun, 27 Dec 2020 15:13:11 +0000 (09:13 -0600)] 
(#3520) [cli] Hardened `auth add`: No longer fails with extraneous characters.

**The Solution:**
I have hardened `auth add` by stripping out everything from the third '/' to the end of the instance URL.

**The Problem:**
When adding an authorization for the peertube-cli, before this commit you could not have anything after the domain_name:port.

For instance, if there was a trailing / in your instance URL, before this commit it will always fail with

    expected 200 "OK", got 404 "Not Found".

It took me over 20 minutes to figure out that this was the problem.

See Issue #3091.

3 years agoFix build
Chocobozzz [Tue, 22 Dec 2020 15:49:17 +0000 (16:49 +0100)] 
Fix build

3 years agoForce HLS transcoding
Chocobozzz [Tue, 22 Dec 2020 14:42:02 +0000 (15:42 +0100)] 
Force HLS transcoding

Fix weird behaviour with some web browsers. Don't really know if it's a
ffmpeg bug, a safari bug or a peertube bug, but forcing transcoding
seems to fix this playback bug

3 years agoFix some accessibility issues
Chocobozzz [Tue, 22 Dec 2020 11:05:32 +0000 (12:05 +0100)] 
Fix some accessibility issues

3 years agoClearer error in parse log
Chocobozzz [Tue, 22 Dec 2020 09:15:06 +0000 (10:15 +0100)] 
Clearer error in parse log

3 years agoFix admin table filters
Chocobozzz [Thu, 17 Dec 2020 14:48:54 +0000 (15:48 +0100)] 
Fix admin table filters

3 years agoIncrease play button size
Chocobozzz [Thu, 17 Dec 2020 13:26:37 +0000 (14:26 +0100)] 
Increase play button size

3 years agoDon't update timestamps for a live
Chocobozzz [Thu, 17 Dec 2020 13:14:28 +0000 (14:14 +0100)] 
Don't update timestamps for a live

3 years agoFix live miniatures
Chocobozzz [Thu, 17 Dec 2020 12:46:52 +0000 (13:46 +0100)] 
Fix live miniatures

3 years agoFix redundancy federation in some cases
Chocobozzz [Thu, 17 Dec 2020 08:23:57 +0000 (09:23 +0100)] 
Fix redundancy federation in some cases

3 years agoMore robust server stats tests
Chocobozzz [Wed, 16 Dec 2020 13:59:33 +0000 (14:59 +0100)] 
More robust server stats tests

3 years agoFix about and display live info layout
Chocobozzz [Wed, 16 Dec 2020 13:27:12 +0000 (14:27 +0100)] 
Fix about and display live info layout

3 years agoFix live badge in videos list
Chocobozzz [Wed, 16 Dec 2020 13:19:43 +0000 (14:19 +0100)] 
Fix live badge in videos list

3 years agoDon't display max duration if disabled
Chocobozzz [Wed, 16 Dec 2020 13:18:50 +0000 (14:18 +0100)] 
Don't display max duration if disabled

3 years agoFix about follows page
Chocobozzz [Wed, 16 Dec 2020 12:46:20 +0000 (13:46 +0100)] 
Fix about follows page

3 years agoUpdate translations
Chocobozzz [Wed, 16 Dec 2020 10:47:48 +0000 (11:47 +0100)] 
Update translations

3 years agoMerge remote-tracking branch 'weblate/develop' into develop
Chocobozzz [Wed, 16 Dec 2020 10:46:33 +0000 (11:46 +0100)] 
Merge remote-tracking branch 'weblate/develop' into develop

3 years agoTranslated using Weblate (Chinese (Traditional))
Ray [Tue, 15 Dec 2020 15:05:57 +0000 (15:05 +0000)] 
Translated using Weblate (Chinese (Traditional))

Currently translated at 97.8% (1697 of 1735 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/zh_Hant/

3 years agoTranslated using Weblate (Ukrainian)
Ihor Hordiichuk [Wed, 16 Dec 2020 00:25:52 +0000 (00:25 +0000)] 
Translated using Weblate (Ukrainian)

Currently translated at 15.7% (273 of 1735 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/uk/

3 years agoTranslated using Weblate (Swedish)
Filip Bengtsson [Wed, 16 Dec 2020 09:46:43 +0000 (09:46 +0000)] 
Translated using Weblate (Swedish)

Currently translated at 98.9% (1717 of 1735 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/

3 years agoTranslated using Weblate (Polish)
Marcin Mikołajczak [Wed, 16 Dec 2020 07:37:31 +0000 (07:37 +0000)] 
Translated using Weblate (Polish)

Currently translated at 79.0% (1371 of 1735 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/pl/

3 years agoTranslated using Weblate (Galician)
josé m [Wed, 16 Dec 2020 06:44:02 +0000 (06:44 +0000)] 
Translated using Weblate (Galician)

Currently translated at 100.0% (1735 of 1735 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gl/

3 years agoTranslated using Weblate (Spanish)
Óscar Fernández Díaz [Tue, 15 Dec 2020 20:27:47 +0000 (20:27 +0000)] 
Translated using Weblate (Spanish)

Currently translated at 100.0% (1735 of 1735 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/

3 years agoAdd gl support
Chocobozzz [Wed, 16 Dec 2020 10:45:12 +0000 (11:45 +0100)] 
Add gl support

3 years agoFix stats tests
Chocobozzz [Wed, 16 Dec 2020 09:36:15 +0000 (10:36 +0100)] 
Fix stats tests

3 years agoBumped to version v3.0.0-rc.1 v3.0.0-rc.1
Chocobozzz [Wed, 16 Dec 2020 08:46:27 +0000 (09:46 +0100)] 
Bumped to version v3.0.0-rc.1

3 years agoRemove references to peertube-admin mailing list
Chocobozzz [Tue, 15 Dec 2020 15:29:24 +0000 (16:29 +0100)] 
Remove references to peertube-admin mailing list

3 years agoIncrease test timeout
Chocobozzz [Tue, 15 Dec 2020 14:09:12 +0000 (15:09 +0100)] 
Increase test timeout

3 years agoUpdate translations
Chocobozzz [Tue, 15 Dec 2020 13:19:11 +0000 (14:19 +0100)] 
Update translations

3 years agoTranslated using Weblate (Dutch)
vancha march [Tue, 15 Dec 2020 13:15:55 +0000 (13:15 +0000)] 
Translated using Weblate (Dutch)

Currently translated at 98.9% (1706 of 1724 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/nl/

3 years agoTranslated using Weblate (Polish)
Piotr Sikora [Tue, 15 Dec 2020 12:34:21 +0000 (12:34 +0000)] 
Translated using Weblate (Polish)

Currently translated at 100.0% (103 of 103 strings)

Translation: PeerTube/player
Translate-URL: https://weblate.framasoft.org/projects/peertube/player/pl/

3 years agoTranslated using Weblate (Polish)
Piotr Sikora [Tue, 15 Dec 2020 12:35:22 +0000 (12:35 +0000)] 
Translated using Weblate (Polish)

Currently translated at 100.0% (246 of 246 strings)

Translation: PeerTube/server
Translate-URL: https://weblate.framasoft.org/projects/peertube/server/pl/

3 years agoTranslated using Weblate (Swedish)
Filip Bengtsson [Tue, 15 Dec 2020 00:10:15 +0000 (00:10 +0000)] 
Translated using Weblate (Swedish)

Currently translated at 100.0% (1724 of 1724 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/

3 years agoTranslated using Weblate (Polish)
Piotr Sikora [Tue, 15 Dec 2020 12:36:31 +0000 (12:36 +0000)] 
Translated using Weblate (Polish)

Currently translated at 59.5% (1026 of 1724 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/pl/

3 years agoTranslated using Weblate (Dutch)
vancha march [Tue, 15 Dec 2020 12:49:14 +0000 (12:49 +0000)] 
Translated using Weblate (Dutch)

Currently translated at 98.9% (1706 of 1724 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/nl/

3 years agoTranslated using Weblate (Galician)
josé m [Tue, 15 Dec 2020 04:29:17 +0000 (04:29 +0000)] 
Translated using Weblate (Galician)

Currently translated at 100.0% (1724 of 1724 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gl/

3 years agoTranslated using Weblate (Spanish)
Berto Te [Tue, 15 Dec 2020 08:33:55 +0000 (08:33 +0000)] 
Translated using Weblate (Spanish)

Currently translated at 100.0% (1724 of 1724 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/

3 years agoTranslated using Weblate (French (France))
chocobozzz [Mon, 14 Dec 2020 13:17:18 +0000 (13:17 +0000)] 
Translated using Weblate (French (France))

Currently translated at 98.7% (1703 of 1724 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/

3 years agoAdd AP stats
Chocobozzz [Tue, 15 Dec 2020 12:34:58 +0000 (13:34 +0100)] 
Add AP stats

3 years agoFix ng-select width
Chocobozzz [Tue, 15 Dec 2020 10:45:29 +0000 (11:45 +0100)] 
Fix ng-select width

3 years agoFix password input in edit user
Chocobozzz [Tue, 15 Dec 2020 08:32:55 +0000 (09:32 +0100)] 
Fix password input in edit user

3 years agoUse -1 for max live duration unlimited
Chocobozzz [Tue, 15 Dec 2020 08:23:28 +0000 (09:23 +0100)] 
Use -1 for max live duration unlimited

3 years agoFix ng select in admin
Chocobozzz [Tue, 15 Dec 2020 07:57:49 +0000 (08:57 +0100)] 
Fix ng select in admin

3 years agorestore live transcoding to live streaming tab
Rigel Kent [Mon, 14 Dec 2020 15:31:10 +0000 (16:31 +0100)] 
restore live transcoding to live streaming tab

3 years agoOnly link to crowdfunding pages in credits
Chocobozzz [Mon, 14 Dec 2020 15:03:25 +0000 (16:03 +0100)] 
Only link to crowdfunding pages in credits

3 years agoFix test embed page
Chocobozzz [Mon, 14 Dec 2020 14:19:10 +0000 (15:19 +0100)] 
Fix test embed page

3 years agoemails: remove hardcoded PeerTube names
kontrollanten [Thu, 10 Dec 2020 23:13:12 +0000 (00:13 +0100)] 
emails: remove hardcoded PeerTube names

3 years agoemailer: use instance name instead of hostname
kontrollanten [Thu, 10 Dec 2020 23:10:37 +0000 (00:10 +0100)] 
emailer: use instance name instead of hostname

3 years agovideo embed: use instance name as html title
kontrollanten [Tue, 8 Dec 2020 14:28:14 +0000 (15:28 +0100)] 
video embed: use instance name as html title

3 years agovideo-embed: add standalone-video-embed CSS class
kontrollanten [Tue, 8 Dec 2020 14:09:39 +0000 (15:09 +0100)] 
video-embed: add standalone-video-embed CSS class

closes #3420

3 years agovideo-embed: inject custom CSS
kontrollanten [Tue, 8 Dec 2020 13:51:51 +0000 (14:51 +0100)] 
video-embed: inject custom CSS

closes #3420

3 years agoslightly clearer layout of transcoding configuration
Rigel Kent [Mon, 14 Dec 2020 11:47:10 +0000 (12:47 +0100)] 
slightly clearer layout of transcoding configuration

3 years agoUpdate translations
Chocobozzz [Mon, 14 Dec 2020 11:24:44 +0000 (12:24 +0100)] 
Update translations

3 years agoAdd link to the documentation for live streaming
Chocobozzz [Mon, 14 Dec 2020 11:21:07 +0000 (12:21 +0100)] 
Add link to the documentation for live streaming

3 years agoRefactor jobs state
Chocobozzz [Mon, 14 Dec 2020 11:00:35 +0000 (12:00 +0100)] 
Refactor jobs state

3 years agoPrepare changelog v3
Chocobozzz [Mon, 14 Dec 2020 10:27:56 +0000 (11:27 +0100)] 
Prepare changelog v3

3 years agoSimplify a little bit about follows more logic
Chocobozzz [Mon, 14 Dec 2020 09:23:24 +0000 (10:23 +0100)] 
Simplify a little bit about follows more logic

3 years agoShow count of instances and fix show/hide button
mahdi [Sat, 12 Dec 2020 21:19:01 +0000 (22:19 +0100)] 
Show count of instances and fix show/hide button

3 years agofix merge conflicts
Rigel Kent [Thu, 3 Dec 2020 12:40:16 +0000 (13:40 +0100)] 
fix merge conflicts

3 years agoFix coding style
MahdiTurki [Mon, 27 Apr 2020 19:37:56 +0000 (20:37 +0100)] 
Fix coding style

3 years agoAdd hide list
MahdiTurki [Mon, 27 Apr 2020 19:14:40 +0000 (20:14 +0100)] 
Add hide list

3 years agoChange button
MahdiTurki [Mon, 27 Apr 2020 11:37:18 +0000 (12:37 +0100)] 
Change button

3 years agoAdd button to display full list in About page
MahdiTurki [Mon, 27 Apr 2020 10:18:24 +0000 (11:18 +0100)] 
Add button to display full list in About page

3 years agoFix channels import with a channel with playlists
Chocobozzz [Mon, 14 Dec 2020 08:54:38 +0000 (09:54 +0100)] 
Fix channels import with a channel with playlists

3 years agoMore robust import script when using since/until
Chocobozzz [Mon, 14 Dec 2020 08:40:31 +0000 (09:40 +0100)] 
More robust import script when using since/until

3 years agoKeep scope in notifier
Chocobozzz [Mon, 14 Dec 2020 08:34:12 +0000 (09:34 +0100)] 
Keep scope in notifier

3 years agofix(notifier): notifyModeratorsOfNewAbuse
kontrollanten [Fri, 11 Dec 2020 05:53:30 +0000 (06:53 +0100)] 
fix(notifier): notifyModeratorsOfNewAbuse

closes #3445

3 years agoFix themes in about page
Chocobozzz [Mon, 14 Dec 2020 08:30:53 +0000 (09:30 +0100)] 
Fix themes in about page

3 years agoFix deprecated i18n option
Chocobozzz [Mon, 14 Dec 2020 08:26:21 +0000 (09:26 +0100)] 
Fix deprecated i18n option

3 years agoUpdate translations
Chocobozzz [Mon, 14 Dec 2020 08:18:18 +0000 (09:18 +0100)] 
Update translations

3 years agoTranslated using Weblate (Spanish)
Alejandro Criado-Pérez [Mon, 14 Dec 2020 00:48:04 +0000 (00:48 +0000)] 
Translated using Weblate (Spanish)

Currently translated at 100.0% (103 of 103 strings)

Translation: PeerTube/player
Translate-URL: https://weblate.framasoft.org/projects/peertube/player/es/

3 years agoTranslated using Weblate (Russian)
Ewald Arnold [Sun, 13 Dec 2020 21:07:06 +0000 (21:07 +0000)] 
Translated using Weblate (Russian)

Currently translated at 93.0% (1598 of 1718 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ru/

3 years agoTranslated using Weblate (Russian)
Ewald Arnold [Sat, 12 Dec 2020 09:10:48 +0000 (09:10 +0000)] 
Translated using Weblate (Russian)

Currently translated at 92.9% (1597 of 1718 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ru/

3 years agoTranslated using Weblate (Russian)
Ewald Arnold [Fri, 11 Dec 2020 21:01:15 +0000 (21:01 +0000)] 
Translated using Weblate (Russian)

Currently translated at 100.0% (103 of 103 strings)

Translation: PeerTube/player
Translate-URL: https://weblate.framasoft.org/projects/peertube/player/ru/

3 years agoTranslated using Weblate (Russian)
Ewald Arnold [Fri, 11 Dec 2020 21:02:50 +0000 (21:02 +0000)] 
Translated using Weblate (Russian)

Currently translated at 92.7% (1594 of 1718 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ru/

3 years agoTranslated using Weblate (Russian)
Ewald Arnold [Wed, 9 Dec 2020 18:38:00 +0000 (18:38 +0000)] 
Translated using Weblate (Russian)

Currently translated at 100.0% (103 of 103 strings)

Translation: PeerTube/player
Translate-URL: https://weblate.framasoft.org/projects/peertube/player/ru/

3 years agoTranslated using Weblate (Russian)
Ewald Arnold [Wed, 9 Dec 2020 18:35:47 +0000 (18:35 +0000)] 
Translated using Weblate (Russian)

Currently translated at 100.0% (246 of 246 strings)

Translation: PeerTube/server
Translate-URL: https://weblate.framasoft.org/projects/peertube/server/ru/

3 years agoTranslated using Weblate (Galician)
josé m [Thu, 10 Dec 2020 06:23:10 +0000 (06:23 +0000)] 
Translated using Weblate (Galician)

Currently translated at 100.0% (1718 of 1718 strings)

Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gl/