]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/log
github/Chocobozzz/PeerTube.git
17 months agoMerge branch 'release/5.0.0' into develop
Chocobozzz [Thu, 19 Jan 2023 14:25:52 +0000 (15:25 +0100)] 
Merge branch 'release/5.0.0' into develop

17 months agoFix signup limit
Chocobozzz [Thu, 19 Jan 2023 14:23:06 +0000 (15:23 +0100)] 
Fix signup limit

17 months ago(breaking): Always list nsfw videos in playlists
Chocobozzz [Thu, 19 Jan 2023 14:04:10 +0000 (15:04 +0100)] 
(breaking): Always list nsfw videos in playlists

Keep the same behaviour as unlisted videos
The frontend is in charge to blur the video element if the nsfw setting
is "hide" or "blur"

17 months agoSupport mailto links for custom markup
Chocobozzz [Thu, 19 Jan 2023 13:52:27 +0000 (14:52 +0100)] 
Support mailto links for custom markup

17 months agoSupport mailto for custom markup
Chocobozzz [Thu, 19 Jan 2023 13:27:51 +0000 (14:27 +0100)] 
Support mailto for custom markup

17 months agoUse unknown when category is not set
Chocobozzz [Thu, 19 Jan 2023 13:09:57 +0000 (14:09 +0100)] 
Use unknown when category is not set

Unstead of Misc, that could be a real category

17 months agoWarn on too big max upload part
Chocobozzz [Thu, 19 Jan 2023 13:08:05 +0000 (14:08 +0100)] 
Warn on too big max upload part

17 months agoFix broken merge
Chocobozzz [Thu, 19 Jan 2023 13:00:37 +0000 (14:00 +0100)] 
Fix broken merge

17 months agoFix semver comparison
Chocobozzz [Thu, 19 Jan 2023 12:53:24 +0000 (13:53 +0100)] 
Fix semver comparison

17 months agoAdd missing url unique index in local video viewer
Chocobozzz [Thu, 19 Jan 2023 10:56:04 +0000 (11:56 +0100)] 
Add missing url unique index in local video viewer

17 months agoAdd E2E client tests for signup approval
Chocobozzz [Thu, 19 Jan 2023 08:30:05 +0000 (09:30 +0100)] 
Add E2E client tests for signup approval

17 months agoImplement signup approval in client
Chocobozzz [Thu, 19 Jan 2023 08:29:47 +0000 (09:29 +0100)] 
Implement signup approval in client

17 months agoAdd signup approval API tests
Chocobozzz [Thu, 19 Jan 2023 08:28:29 +0000 (09:28 +0100)] 
Add signup approval API tests

17 months agoAdd signup approval API REST doc
Chocobozzz [Thu, 19 Jan 2023 08:27:56 +0000 (09:27 +0100)] 
Add signup approval API REST doc

17 months agoImplement signup approval in server
Chocobozzz [Thu, 19 Jan 2023 08:27:16 +0000 (09:27 +0100)] 
Implement signup approval in server

17 months agoOptimize custom markup angular tags
Chocobozzz [Fri, 13 Jan 2023 08:39:35 +0000 (09:39 +0100)] 
Optimize custom markup angular tags

We can use the on push strategy with these components

17 months agoIncrease textarea debounce time for custom markup
Chocobozzz [Fri, 13 Jan 2023 08:30:47 +0000 (09:30 +0100)] 
Increase textarea debounce time for custom markup

17 months agoDon't need a special comment sort function
Chocobozzz [Thu, 12 Jan 2023 10:19:42 +0000 (11:19 +0100)] 
Don't need a special comment sort function

17 months agoOptimize again comments list sql query
Chocobozzz [Thu, 12 Jan 2023 10:11:30 +0000 (11:11 +0100)] 
Optimize again comments list sql query

17 months agoMerge branch 'release/5.0.0' into develop
Chocobozzz [Thu, 12 Jan 2023 07:54:13 +0000 (08:54 +0100)] 
Merge branch 'release/5.0.0' into develop

17 months agoFix support field when updating the video
Chocobozzz [Thu, 12 Jan 2023 07:50:27 +0000 (08:50 +0100)] 
Fix support field when updating the video

17 months agoFix ACL incompatibility with some s3 providers
Chocobozzz [Thu, 12 Jan 2023 07:41:16 +0000 (08:41 +0100)] 
Fix ACL incompatibility with some s3 providers

We'll move to another method in the future

See https://github.com/Chocobozzz/PeerTube/issues/5497

17 months agoFix table column widths
Chocobozzz [Wed, 11 Jan 2023 08:22:13 +0000 (09:22 +0100)] 
Fix table column widths

17 months agoIncrease tests timeout
Chocobozzz [Wed, 11 Jan 2023 07:44:06 +0000 (08:44 +0100)] 
Increase tests timeout

17 months agoRefactor model utils
Chocobozzz [Tue, 10 Jan 2023 10:09:30 +0000 (11:09 +0100)] 
Refactor model utils

17 months agoFix comments SQL pagination
Chocobozzz [Tue, 10 Jan 2023 08:16:33 +0000 (09:16 +0100)] 
Fix comments SQL pagination

17 months agoFix types build
Chocobozzz [Mon, 9 Jan 2023 14:01:17 +0000 (15:01 +0100)] 
Fix types build

We use server tsc to build client types so it causes issues with client
typescript version

17 months agoFix lint
Chocobozzz [Mon, 9 Jan 2023 13:42:52 +0000 (14:42 +0100)] 
Fix lint

17 months agoCorrectly fix build
Chocobozzz [Mon, 9 Jan 2023 13:21:03 +0000 (14:21 +0100)] 
Correctly fix build

17 months agoFix build
Chocobozzz [Mon, 9 Jan 2023 10:44:08 +0000 (11:44 +0100)] 
Fix build

17 months agoAdd note regarding changelog for docker upgrade
Chocobozzz [Mon, 9 Jan 2023 09:46:21 +0000 (10:46 +0100)] 
Add note regarding changelog for docker upgrade

17 months agoRefactor table attributes
Chocobozzz [Mon, 9 Jan 2023 09:29:23 +0000 (10:29 +0100)] 
Refactor table attributes

17 months agoMerge branch 'feature/SO035' into develop
Chocobozzz [Mon, 9 Jan 2023 08:44:00 +0000 (09:44 +0100)] 
Merge branch 'feature/SO035' into develop

17 months agoUse raw sql for comments
Chocobozzz [Thu, 5 Jan 2023 14:31:51 +0000 (15:31 +0100)] 
Use raw sql for comments

17 months agoMerge branch 'release/5.0.0' into develop
Chocobozzz [Thu, 5 Jan 2023 09:33:40 +0000 (10:33 +0100)] 
Merge branch 'release/5.0.0' into develop

17 months agoBumped to version v5.0.1 v5.0.1
Chocobozzz [Thu, 5 Jan 2023 09:26:56 +0000 (10:26 +0100)] 
Bumped to version v5.0.1

17 months agoAdd tracker opentelemtry metrics
Chocobozzz [Thu, 5 Jan 2023 09:19:51 +0000 (10:19 +0100)] 
Add tracker opentelemtry metrics

17 months agoImplement getServerListeningConfig plugin helper
Chocobozzz [Wed, 4 Jan 2023 10:52:45 +0000 (11:52 +0100)] 
Implement getServerListeningConfig plugin helper

17 months agoRedirect to default login url on 401
Chocobozzz [Wed, 4 Jan 2023 10:41:03 +0000 (11:41 +0100)] 
Redirect to default login url on 401

Can be an external URL

17 months agoExternal auth can update user on login
Chocobozzz [Fri, 30 Dec 2022 09:12:20 +0000 (10:12 +0100)] 
External auth can update user on login

17 months agoExternal auth can set more user fields
Chocobozzz [Thu, 29 Dec 2022 14:31:40 +0000 (15:31 +0100)] 
External auth can set more user fields

videoQuota, videoQuotaDaily, adminFlags

17 months agoAdd ability to customize token lifetime
Chocobozzz [Thu, 29 Dec 2022 13:18:07 +0000 (14:18 +0100)] 
Add ability to customize token lifetime

17 months agoUpdate changelog
Chocobozzz [Wed, 4 Jan 2023 09:57:59 +0000 (10:57 +0100)] 
Update changelog

17 months agoTry to debug a CI issue
Chocobozzz [Tue, 3 Jan 2023 13:52:35 +0000 (14:52 +0100)] 
Try to debug a CI issue

17 months agoPrefer using sequelize replacements even for tests
Chocobozzz [Tue, 3 Jan 2023 13:23:42 +0000 (14:23 +0100)] 
Prefer using sequelize replacements even for tests

17 months agoPrevent hotkeys playback rate/seek with lives
Chocobozzz [Fri, 30 Dec 2022 14:54:08 +0000 (15:54 +0100)] 
Prevent hotkeys playback rate/seek with lives

17 months agoHide playback rate for lives
Chocobozzz [Fri, 30 Dec 2022 14:38:26 +0000 (15:38 +0100)] 
Hide playback rate for lives

17 months agoRemove dead link
Chocobozzz [Fri, 30 Dec 2022 14:33:05 +0000 (15:33 +0100)] 
Remove dead link

17 months agoMerge branch 'release/5.0.0' into develop
Chocobozzz [Fri, 30 Dec 2022 14:28:49 +0000 (15:28 +0100)] 
Merge branch 'release/5.0.0' into develop

17 months agoFix table pagination responsive
Chocobozzz [Fri, 30 Dec 2022 14:24:03 +0000 (15:24 +0100)] 
Fix table pagination responsive

17 months agoFix P2P with object storage
Chocobozzz [Fri, 30 Dec 2022 14:05:14 +0000 (15:05 +0100)] 
Fix P2P with object storage

17 months agoProcess requests in correct order
Chocobozzz [Thu, 29 Dec 2022 10:13:07 +0000 (11:13 +0100)] 
Process requests in correct order

17 months agoReorder playlists when adding an element
Chocobozzz [Thu, 29 Dec 2022 09:38:53 +0000 (10:38 +0100)] 
Reorder playlists when adding an element

17 months agoTry to fix github api rate limit
Chocobozzz [Thu, 29 Dec 2022 09:24:06 +0000 (10:24 +0100)] 
Try to fix github api rate limit

17 months agoFix build
Chocobozzz [Thu, 29 Dec 2022 09:14:43 +0000 (10:14 +0100)] 
Fix build

17 months agoMore robust player stats card
Chocobozzz [Wed, 28 Dec 2022 15:30:34 +0000 (16:30 +0100)] 
More robust player stats card

17 months agofeat(player/playbackRate): set rate with url param
kontrollanten [Wed, 28 Dec 2022 19:59:02 +0000 (20:59 +0100)] 
feat(player/playbackRate): set rate with url param

17 months agoLog HLS fatal error with error label (#5484)
kontrollanten [Thu, 29 Dec 2022 07:35:41 +0000 (09:35 +0200)] 
Log HLS fatal error with error label (#5484)

* fix(client/p2p-media-loader): logg err upon fatal

* feat(client/p2p-media-loader): err log currentTime

17 months agoFix incorrect merge with hls.js dependency
Chocobozzz [Wed, 28 Dec 2022 15:11:39 +0000 (16:11 +0100)] 
Fix incorrect merge with hls.js dependency

17 months agoImprove sync channel logging
Chocobozzz [Wed, 28 Dec 2022 15:11:11 +0000 (16:11 +0100)] 
Improve sync channel logging

17 months agoPrevent sending log error to server on 404
Chocobozzz [Wed, 28 Dec 2022 14:15:44 +0000 (15:15 +0100)] 
Prevent sending log error to server on 404

17 months agoMore robust short to complete uuid error handler
Chocobozzz [Wed, 28 Dec 2022 13:42:48 +0000 (14:42 +0100)] 
More robust short to complete uuid error handler

17 months agoImprove upgrade documentation
Chocobozzz [Wed, 28 Dec 2022 09:29:37 +0000 (10:29 +0100)] 
Improve upgrade documentation

18 months agoUpgrade player p2p dependency
Chocobozzz [Fri, 23 Dec 2022 13:02:22 +0000 (14:02 +0100)] 
Upgrade player p2p dependency

18 months agoFix sync tests
Chocobozzz [Fri, 23 Dec 2022 13:02:13 +0000 (14:02 +0100)] 
Fix sync tests

18 months agoDon't need to use redis to block tracker ips
Chocobozzz [Fri, 23 Dec 2022 12:38:28 +0000 (13:38 +0100)] 
Don't need to use redis to block tracker ips

There could be many of them, so reduce load by storing IPs directly
inside node memory

18 months agoReplay the stream when clicking on live button
Chocobozzz [Fri, 23 Dec 2022 10:58:13 +0000 (11:58 +0100)] 
Replay the stream when clicking on live button

18 months agoMerge branch 'release/5.0.0' into develop
Chocobozzz [Wed, 21 Dec 2022 10:26:40 +0000 (11:26 +0100)] 
Merge branch 'release/5.0.0' into develop

18 months agoRollback to hls.js 1.2.5
Chocobozzz [Wed, 21 Dec 2022 10:23:36 +0000 (11:23 +0100)] 
Rollback to hls.js 1.2.5

Prevent a bug where the video doesn't end

18 months agoMerge branch 'release/5.0.0' into develop
Chocobozzz [Wed, 21 Dec 2022 09:56:57 +0000 (10:56 +0100)] 
Merge branch 'release/5.0.0' into develop

18 months agoPrevent grey live button when loading the live
Chocobozzz [Wed, 21 Dec 2022 09:56:48 +0000 (10:56 +0100)] 
Prevent grey live button when loading the live

18 months agoDisplay video actions in homepage
Chocobozzz [Wed, 21 Dec 2022 09:52:33 +0000 (10:52 +0100)] 
Display video actions in homepage

18 months agoFix local channel stats
Chocobozzz [Wed, 21 Dec 2022 09:46:55 +0000 (10:46 +0100)] 
Fix local channel stats

18 months agoMerge branch 'feature/improve-live' into develop
Chocobozzz [Tue, 20 Dec 2022 15:29:11 +0000 (16:29 +0100)] 
Merge branch 'feature/improve-live' into develop

18 months agoAdd back to live feature
Chocobozzz [Tue, 20 Dec 2022 15:28:15 +0000 (16:28 +0100)] 
Add back to live feature

18 months agoPrefer displaying channel in rss feeds
Chocobozzz [Tue, 20 Dec 2022 08:25:18 +0000 (09:25 +0100)] 
Prefer displaying channel in rss feeds

18 months agoAdd ability to get user from file token
Chocobozzz [Tue, 20 Dec 2022 08:15:49 +0000 (09:15 +0100)] 
Add ability to get user from file token

18 months agoMerge branch 'release/5.0.0' into develop
Chocobozzz [Mon, 19 Dec 2022 15:10:38 +0000 (16:10 +0100)] 
Merge branch 'release/5.0.0' into develop

18 months agoForward 206 status code for object storage proxy
Chocobozzz [Mon, 19 Dec 2022 15:06:58 +0000 (16:06 +0100)] 
Forward 206 status code for object storage proxy

18 months agofeat(config): add missing videos sort options in admin
paulienm [Sat, 17 Dec 2022 21:45:37 +0000 (22:45 +0100)] 
feat(config): add missing videos sort options in admin

18 months agoClearer changelog
Chocobozzz [Thu, 15 Dec 2022 07:32:44 +0000 (08:32 +0100)] 
Clearer changelog

18 months agoDon't not autoplay live without autoplay setting
Chocobozzz [Wed, 14 Dec 2022 13:06:12 +0000 (14:06 +0100)] 
Don't not autoplay live without autoplay setting

18 months agoImprove changelog
Chocobozzz [Tue, 13 Dec 2022 12:51:50 +0000 (13:51 +0100)] 
Improve changelog

18 months agoBumped to version v5.0.0 v5.0.0
Chocobozzz [Tue, 13 Dec 2022 07:32:14 +0000 (08:32 +0100)] 
Bumped to version v5.0.0

18 months agoUpdate changelog
Chocobozzz [Tue, 13 Dec 2022 07:21:57 +0000 (08:21 +0100)] 
Update changelog

18 months agoIncrease timeout
Chocobozzz [Mon, 12 Dec 2022 15:16:27 +0000 (16:16 +0100)] 
Increase timeout

18 months agoUpdate translations
Chocobozzz [Mon, 12 Dec 2022 14:02:42 +0000 (15:02 +0100)] 
Update translations

18 months agoTranslated using Weblate (French (France) (fr_FR))
chocobozzz [Mon, 12 Dec 2022 12:46:59 +0000 (12:46 +0000)] 
Translated using Weblate (French (France) (fr_FR))

Currently translated at 99.9% (2142 of 2143 strings)

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

18 months agoTranslated using Weblate (Japanese)
T.S [Mon, 12 Dec 2022 04:43:52 +0000 (04:43 +0000)] 
Translated using Weblate (Japanese)

Currently translated at 100.0% (2143 of 2143 strings)

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

18 months agoTranslated using Weblate (Japanese)
T.S [Sun, 11 Dec 2022 07:54:34 +0000 (07:54 +0000)] 
Translated using Weblate (Japanese)

Currently translated at 100.0% (2143 of 2143 strings)

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

18 months agoTranslated using Weblate (French)
I_Automne [Fri, 9 Dec 2022 08:20:15 +0000 (08:20 +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/

18 months agoTranslated using Weblate (French)
Eric Guichaoua [Fri, 9 Dec 2022 08:26:17 +0000 (08:26 +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/

18 months agoTranslated using Weblate (French)
Pierre-Jean [Fri, 9 Dec 2022 08:18:32 +0000 (08:18 +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/

18 months agoTranslated using Weblate (French (France) (fr_FR))
Eric Guichaoua [Wed, 7 Dec 2022 09:34:18 +0000 (09:34 +0000)] 
Translated using Weblate (French (France) (fr_FR))

Currently translated at 99.0% (2123 of 2143 strings)

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

18 months agoFix CI using 127.0.0.1 for tests
Chocobozzz [Fri, 9 Dec 2022 10:14:47 +0000 (11:14 +0100)] 
Fix CI using 127.0.0.1 for tests

18 months agoAdd austrian sign language
Chocobozzz [Fri, 9 Dec 2022 08:18:39 +0000 (09:18 +0100)] 
Add austrian sign language

18 months agoUpdate translations
Chocobozzz [Wed, 7 Dec 2022 08:13:15 +0000 (09:13 +0100)] 
Update translations

18 months agoMerge remote-tracking branch 'weblate/develop' into release/5.0.0
Chocobozzz [Wed, 7 Dec 2022 08:00:49 +0000 (09:00 +0100)] 
Merge remote-tracking branch 'weblate/develop' into release/5.0.0

18 months agoTranslated using Weblate (Interlingua)
Martijn Dekker [Wed, 7 Dec 2022 06:08:54 +0000 (06:08 +0000)] 
Translated using Weblate (Interlingua)

Currently translated at 9.3% (201 of 2143 strings)

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

18 months agoTranslated using Weblate (Interlingua)
Martijn Dekker [Wed, 7 Dec 2022 06:06:57 +0000 (06:06 +0000)] 
Translated using Weblate (Interlingua)

Currently translated at 8.5% (183 of 2143 strings)

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