]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/log
github/Chocobozzz/PeerTube.git
2 years agoAdd overviews filter hook tests
Chocobozzz [Wed, 21 Jul 2021 14:13:20 +0000 (16:13 +0200)] 
Add overviews filter hook tests

2 years agoAdd new filter hooks to /overviews/videos
Michael Williams [Sat, 26 Jun 2021 14:22:48 +0000 (02:22 +1200)] 
Add new filter hooks to /overviews/videos

This change adds new filter hooks `filter:api.overviews.videos.list.params` and `filter:api.overviews.videos.list.params` to /overviews/videos.

The motivation is to make a plugin to [use `originallyPublishedAt` in all places where `publishedAt` is used](https://github.com/ahdinosaur/peertube-plugin-originally-published-at).

2 years agoRegister plugins when peertube server is ready
Chocobozzz [Wed, 21 Jul 2021 13:56:49 +0000 (15:56 +0200)] 
Register plugins when peertube server is ready

2 years agoMerge branch 'next' into develop
Chocobozzz [Wed, 21 Jul 2021 13:51:30 +0000 (15:51 +0200)] 
Merge branch 'next' into develop

2 years agoMerge branch 'constant-registry' into develop
Chocobozzz [Wed, 21 Jul 2021 13:45:42 +0000 (15:45 +0200)] 
Merge branch 'constant-registry' into develop

2 years agoImprove plugin constant tests
Chocobozzz [Wed, 21 Jul 2021 13:44:28 +0000 (15:44 +0200)] 
Improve plugin constant tests

2 years agoCorrect privacymsg z-index to avoid hover dropdown on scroll
Kimsible [Wed, 21 Jul 2021 11:33:14 +0000 (13:33 +0200)] 
Correct privacymsg z-index to avoid hover dropdown on scroll

2 years agoDefine a z-index for dropup
Kimsible [Wed, 21 Jul 2021 11:09:06 +0000 (13:09 +0200)] 
Define a z-index for dropup

2 years agoCorrect z-index for title dropdown in sub-menu and dropdown hover header on scroll
Kimsible [Wed, 21 Jul 2021 11:02:25 +0000 (13:02 +0200)] 
Correct z-index for title dropdown in sub-menu and dropdown hover header on scroll

2 years agoRename captions commands
Chocobozzz [Wed, 21 Jul 2021 11:58:35 +0000 (13:58 +0200)] 
Rename captions commands

2 years agoAdd ability for instances to follow any actor
Chocobozzz [Tue, 20 Jul 2021 12:15:15 +0000 (14:15 +0200)] 
Add ability for instances to follow any actor

2 years agoWarning when using capitalized letter in login
Chocobozzz [Tue, 20 Jul 2021 11:47:49 +0000 (13:47 +0200)] 
Warning when using capitalized letter in login

2 years agoChannel deletion consistency
Chocobozzz [Tue, 20 Jul 2021 11:38:26 +0000 (13:38 +0200)] 
Channel deletion consistency

2 years agoReorganize imports
Chocobozzz [Fri, 16 Jul 2021 12:27:30 +0000 (14:27 +0200)] 
Reorganize imports

2 years agoRefactor requests
Chocobozzz [Fri, 16 Jul 2021 08:42:24 +0000 (10:42 +0200)] 
Refactor requests

2 years agoFix server run
Chocobozzz [Fri, 16 Jul 2021 08:20:44 +0000 (10:20 +0200)] 
Fix server run

2 years agoCentralize test URLs
Chocobozzz [Fri, 16 Jul 2021 08:19:16 +0000 (10:19 +0200)] 
Centralize test URLs

2 years agoUse an object to represent a server
Chocobozzz [Fri, 16 Jul 2021 07:47:51 +0000 (09:47 +0200)] 
Use an object to represent a server

2 years agoShorter server command names
Chocobozzz [Fri, 16 Jul 2021 07:04:35 +0000 (09:04 +0200)] 
Shorter server command names

2 years agoIntroduce videos command
Chocobozzz [Thu, 15 Jul 2021 08:02:54 +0000 (10:02 +0200)] 
Introduce videos command

2 years agoIntroduce user command
Chocobozzz [Tue, 13 Jul 2021 12:23:01 +0000 (14:23 +0200)] 
Introduce user command

2 years agoAdapt CLI to new commands
Chocobozzz [Tue, 13 Jul 2021 09:44:16 +0000 (11:44 +0200)] 
Adapt CLI to new commands

2 years agoIntroduce login command
Chocobozzz [Tue, 13 Jul 2021 09:05:15 +0000 (11:05 +0200)] 
Introduce login command

2 years agoIntroduce server commands
Chocobozzz [Tue, 13 Jul 2021 07:43:59 +0000 (09:43 +0200)] 
Introduce server commands

2 years agoFix NSFW tests
Chocobozzz [Tue, 13 Jul 2021 06:33:02 +0000 (08:33 +0200)] 
Fix NSFW tests

2 years agoFix search tests
Chocobozzz [Mon, 12 Jul 2021 14:06:57 +0000 (16:06 +0200)] 
Fix search tests

2 years agoIntroduce notifications command
Chocobozzz [Fri, 9 Jul 2021 14:23:01 +0000 (16:23 +0200)] 
Introduce notifications command

2 years agoIntroduce sql command
Chocobozzz [Fri, 9 Jul 2021 13:37:43 +0000 (15:37 +0200)] 
Introduce sql command

2 years agoFix CLI tools
Chocobozzz [Fri, 9 Jul 2021 13:03:44 +0000 (15:03 +0200)] 
Fix CLI tools

2 years agoIntroduce comments command
Chocobozzz [Fri, 9 Jul 2021 12:15:11 +0000 (14:15 +0200)] 
Introduce comments command

2 years agoIntroduce channels command
Chocobozzz [Fri, 9 Jul 2021 09:21:30 +0000 (11:21 +0200)] 
Introduce channels command

2 years agoIntroduce streaming playlists command
Chocobozzz [Fri, 9 Jul 2021 08:21:10 +0000 (10:21 +0200)] 
Introduce streaming playlists command

2 years agoIntroduce import command
Chocobozzz [Thu, 8 Jul 2021 14:49:51 +0000 (16:49 +0200)] 
Introduce import command

2 years agoIntroduce history command
Chocobozzz [Thu, 8 Jul 2021 14:21:42 +0000 (16:21 +0200)] 
Introduce history command

2 years agoIntroduce playlist command
Chocobozzz [Thu, 8 Jul 2021 13:54:39 +0000 (15:54 +0200)] 
Introduce playlist command

2 years agoIntroduce change ownership command
Chocobozzz [Thu, 8 Jul 2021 11:56:04 +0000 (13:56 +0200)] 
Introduce change ownership command

2 years agoTrigger test build for any branch
Chocobozzz [Thu, 8 Jul 2021 11:44:08 +0000 (13:44 +0200)] 
Trigger test build for any branch

2 years agoTrigger a build for any branch
Chocobozzz [Thu, 8 Jul 2021 09:50:57 +0000 (11:50 +0200)] 
Trigger a build for any branch

2 years agoIntroduce captions command
Chocobozzz [Thu, 8 Jul 2021 09:49:38 +0000 (11:49 +0200)] 
Introduce captions command

2 years agoIntroduce blacklist command
Chocobozzz [Thu, 8 Jul 2021 09:17:55 +0000 (11:17 +0200)] 
Introduce blacklist command

2 years agoSpecify if we want to fallback to the server token
Chocobozzz [Thu, 8 Jul 2021 08:55:16 +0000 (10:55 +0200)] 
Specify if we want to fallback to the server token

2 years agoShorter live methods
Chocobozzz [Thu, 8 Jul 2021 08:25:50 +0000 (10:25 +0200)] 
Shorter live methods

2 years agoIntroduce services command
Chocobozzz [Thu, 8 Jul 2021 08:23:21 +0000 (10:23 +0200)] 
Introduce services command

2 years agoIntroduce live command
Chocobozzz [Thu, 8 Jul 2021 08:18:40 +0000 (10:18 +0200)] 
Introduce live command

2 years agoIntroduce subscriptions command
Chocobozzz [Wed, 7 Jul 2021 14:40:49 +0000 (16:40 +0200)] 
Introduce subscriptions command

2 years agoIntroduce blocklist command
Chocobozzz [Wed, 7 Jul 2021 14:02:46 +0000 (16:02 +0200)] 
Introduce blocklist command

2 years agoIntroduce accounts command
Chocobozzz [Wed, 7 Jul 2021 11:38:26 +0000 (13:38 +0200)] 
Introduce accounts command

2 years agoIntroduce socket io command
Chocobozzz [Wed, 7 Jul 2021 09:55:16 +0000 (11:55 +0200)] 
Introduce socket io command

2 years agoIntroduce config command
Chocobozzz [Wed, 7 Jul 2021 09:51:09 +0000 (11:51 +0200)] 
Introduce config command

2 years agoIntroduce stats command
Chocobozzz [Wed, 7 Jul 2021 09:07:12 +0000 (11:07 +0200)] 
Introduce stats command

2 years agoIntroduce redundancy command
Chocobozzz [Wed, 7 Jul 2021 08:56:45 +0000 (10:56 +0200)] 
Introduce redundancy command

2 years agoIntroduce plugins command
Chocobozzz [Wed, 7 Jul 2021 08:33:49 +0000 (10:33 +0200)] 
Introduce plugins command

2 years agoIntroduce jobs command
Chocobozzz [Wed, 7 Jul 2021 07:34:56 +0000 (09:34 +0200)] 
Introduce jobs command

2 years agoIntroduce follows command
Chocobozzz [Wed, 7 Jul 2021 07:16:40 +0000 (09:16 +0200)] 
Introduce follows command

2 years agoIntroduce debug command
Chocobozzz [Tue, 6 Jul 2021 14:02:11 +0000 (16:02 +0200)] 
Introduce debug command

2 years agoIntroduce contact form command
Chocobozzz [Tue, 6 Jul 2021 13:53:25 +0000 (15:53 +0200)] 
Introduce contact form command

2 years agoMove AP request in requests file
Chocobozzz [Tue, 6 Jul 2021 13:33:39 +0000 (15:33 +0200)] 
Move AP request in requests file

2 years agoIntroduce search command
Chocobozzz [Tue, 6 Jul 2021 13:22:51 +0000 (15:22 +0200)] 
Introduce search command

2 years agoIntroduce overviews command
Chocobozzz [Tue, 6 Jul 2021 12:30:20 +0000 (14:30 +0200)] 
Introduce overviews command

2 years agoMove plugin blocklist mock
Chocobozzz [Tue, 6 Jul 2021 12:07:54 +0000 (14:07 +0200)] 
Move plugin blocklist mock

2 years agoIntroduce abuse command
Chocobozzz [Tue, 6 Jul 2021 10:01:59 +0000 (12:01 +0200)] 
Introduce abuse command

2 years agoCorrectly export misc files
Chocobozzz [Tue, 6 Jul 2021 08:36:54 +0000 (10:36 +0200)] 
Correctly export misc files

2 years agoRename mock server files
Chocobozzz [Tue, 6 Jul 2021 08:35:35 +0000 (10:35 +0200)] 
Rename mock server files

2 years agoIntroduce logs command
Chocobozzz [Tue, 6 Jul 2021 08:34:29 +0000 (10:34 +0200)] 
Introduce logs command

2 years agoRename command files
Chocobozzz [Tue, 6 Jul 2021 08:22:37 +0000 (10:22 +0200)] 
Rename command files

2 years agoIntroduce feed command
Chocobozzz [Tue, 6 Jul 2021 08:21:35 +0000 (10:21 +0200)] 
Introduce feed command

2 years agoIntroduce CustomPage command
Chocobozzz [Tue, 6 Jul 2021 07:55:05 +0000 (09:55 +0200)] 
Introduce CustomPage command

2 years agoIntroduce CLI command
Chocobozzz [Mon, 5 Jul 2021 14:37:50 +0000 (16:37 +0200)] 
Introduce CLI command

2 years agoIntroduce bulk command
Chocobozzz [Mon, 5 Jul 2021 12:57:03 +0000 (14:57 +0200)] 
Introduce bulk command

2 years agoMerge branch 'master' into release/3.3.0
Chocobozzz [Tue, 20 Jul 2021 13:24:41 +0000 (15:24 +0200)] 
Merge branch 'master' into release/3.3.0

2 years agoBumped to version v3.3.0 v3.3.0
Chocobozzz [Tue, 20 Jul 2021 13:08:50 +0000 (15:08 +0200)] 
Bumped to version v3.3.0

2 years agoUpdate changelog
Chocobozzz [Tue, 20 Jul 2021 13:08:21 +0000 (15:08 +0200)] 
Update changelog

2 years agoFix signup button display
Chocobozzz [Tue, 20 Jul 2021 11:49:46 +0000 (13:49 +0200)] 
Fix signup button display

2 years agoUpdate translations
Chocobozzz [Tue, 20 Jul 2021 09:12:51 +0000 (11:12 +0200)] 
Update translations

2 years agoMerge remote-tracking branch 'weblate/develop' into develop
Chocobozzz [Tue, 20 Jul 2021 09:11:42 +0000 (11:11 +0200)] 
Merge remote-tracking branch 'weblate/develop' into develop

2 years agoTranslated using Weblate (French)
Manuel Viens [Mon, 19 Jul 2021 15:32:29 +0000 (15:32 +0000)] 
Translated using Weblate (French)

Currently translated at 100.0% (244 of 244 strings)

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

2 years agoTranslated using Weblate (Thai)
Phongpanot [Mon, 19 Jul 2021 09:59:00 +0000 (09:59 +0000)] 
Translated using Weblate (Thai)

Currently translated at 81.3% (96 of 118 strings)

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

2 years agoTranslated using Weblate (Thai)
Phongpanot [Mon, 19 Jul 2021 09:58:12 +0000 (09:58 +0000)] 
Translated using Weblate (Thai)

Currently translated at 30.8% (76 of 246 strings)

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

2 years agoTranslated using Weblate (Thai)
Phongpanot [Mon, 19 Jul 2021 09:51:51 +0000 (09:51 +0000)] 
Translated using Weblate (Thai)

Currently translated at 53.0% (952 of 1793 strings)

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

2 years agoTranslated using Weblate (Gaelic)
GunChleoc [Mon, 19 Jul 2021 07:16:07 +0000 (07:16 +0000)] 
Translated using Weblate (Gaelic)

Currently translated at 99.6% (1786 of 1793 strings)

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

2 years agoTranslated using Weblate (Catalan)
Marc Strange [Sun, 18 Jul 2021 19:30:32 +0000 (19:30 +0000)] 
Translated using Weblate (Catalan)

Currently translated at 30.6% (549 of 1793 strings)

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

2 years agoTranslated using Weblate (French (France) (fr_FR))
Manuel Viens [Mon, 19 Jul 2021 23:59:28 +0000 (23:59 +0000)] 
Translated using Weblate (French (France) (fr_FR))

Currently translated at 100.0% (1793 of 1793 strings)

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

2 years agoMerge branch 'develop' into release/3.3.0
Chocobozzz [Tue, 20 Jul 2021 07:55:57 +0000 (09:55 +0200)] 
Merge branch 'develop' into release/3.3.0

2 years agoTranslated using Weblate (Japanese)
DignifiedSilence [Sat, 17 Jul 2021 18:59:12 +0000 (18:59 +0000)] 
Translated using Weblate (Japanese)

Currently translated at 74.4% (1335 of 1793 strings)

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

2 years agoTranslated using Weblate (Thai)
Phongpanot [Fri, 16 Jul 2021 15:05:54 +0000 (15:05 +0000)] 
Translated using Weblate (Thai)

Currently translated at 52.5% (942 of 1793 strings)

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

2 years agoTranslated using Weblate (Catalan)
Marc Strange [Fri, 16 Jul 2021 14:49:04 +0000 (14:49 +0000)] 
Translated using Weblate (Catalan)

Currently translated at 25.0% (449 of 1793 strings)

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

2 years agoIntroduce generic video constant manager for plugins 4251/head
lutangar [Tue, 29 Jun 2021 14:02:05 +0000 (16:02 +0200)] 
Introduce generic video constant manager for plugins

Allow a plugin developer to get back constants values,
and reset constants deletions or additions.

2 years agoTranslated using Weblate (Catalan)
Marc Strange [Fri, 16 Jul 2021 14:38:06 +0000 (14:38 +0000)] 
Translated using Weblate (Catalan)

Currently translated at 24.9% (448 of 1793 strings)

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

2 years agoTranslated using Weblate (Catalan)
Marc Strange [Thu, 15 Jul 2021 11:13:06 +0000 (11:13 +0000)] 
Translated using Weblate (Catalan)

Currently translated at 100.0% (118 of 118 strings)

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

2 years agoTranslated using Weblate (Catalan)
Marc Strange [Thu, 15 Jul 2021 11:16:07 +0000 (11:16 +0000)] 
Translated using Weblate (Catalan)

Currently translated at 100.0% (246 of 246 strings)

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

2 years agoTranslated using Weblate (Japanese)
DignifiedSilence [Thu, 15 Jul 2021 19:54:40 +0000 (19:54 +0000)] 
Translated using Weblate (Japanese)

Currently translated at 69.9% (1254 of 1793 strings)

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

2 years agoTranslated using Weblate (Catalan)
Marc Strange [Thu, 15 Jul 2021 11:32:13 +0000 (11:32 +0000)] 
Translated using Weblate (Catalan)

Currently translated at 24.5% (440 of 1793 strings)

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

2 years agoTranslated using Weblate (Vietnamese)
Hồ Nhất Duy [Wed, 14 Jul 2021 08:43:10 +0000 (08:43 +0000)] 
Translated using Weblate (Vietnamese)

Currently translated at 100.0% (1793 of 1793 strings)

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

2 years agoTranslated using Weblate (French)
I_Automne [Tue, 13 Jul 2021 19:37:16 +0000 (19:37 +0000)] 
Translated using Weblate (French)

Currently translated at 99.5% (243 of 244 strings)

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

2 years agoTranslated using Weblate (French)
I_Automne [Tue, 13 Jul 2021 20:13:52 +0000 (20:13 +0000)] 
Translated using Weblate (French)

Currently translated at 100.0% (1706 of 1706 strings)

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

2 years agoTranslated using Weblate (French)
Pierre-Jean [Tue, 13 Jul 2021 20:12:39 +0000 (20:12 +0000)] 
Translated using Weblate (French)

Currently translated at 100.0% (1706 of 1706 strings)

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

2 years agoTranslated using Weblate (Swedish)
Filip Bengtsson [Tue, 13 Jul 2021 08:02:38 +0000 (08:02 +0000)] 
Translated using Weblate (Swedish)

Currently translated at 100.0% (118 of 118 strings)

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

2 years agoTranslated using Weblate (Swedish)
Filip Bengtsson [Tue, 13 Jul 2021 07:53:08 +0000 (07:53 +0000)] 
Translated using Weblate (Swedish)

Currently translated at 99.6% (1786 of 1793 strings)

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

2 years agoTranslated using Weblate (Bengali (Bangladesh))
Vodoyo Kamal [Tue, 13 Jul 2021 04:25:31 +0000 (04:25 +0000)] 
Translated using Weblate (Bengali (Bangladesh))

Currently translated at 3.4% (47 of 1367 strings)

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

2 years agoTranslated using Weblate (Chinese (Traditional))
Jeff Huang [Tue, 13 Jul 2021 02:52:25 +0000 (02:52 +0000)] 
Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (1793 of 1793 strings)

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