1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-02 17:29:29 +02:00
Commit graph

15455 commits

Author SHA1 Message Date
Chocobozzz
68547190c7
Fix node min versions 2025-09-17 15:37:49 +02:00
Chocobozzz
94e55dfc6c
Merge branch 'release/7.3.x' into develop 2025-09-16 11:06:00 +02:00
Chocobozzz
bb0c71549a
Refactor player variables 2025-09-16 11:05:53 +02:00
Chocobozzz
2a648e6ea5
Fix docker production build 2025-09-16 06:36:25 +02:00
Chocobozzz
3a58afef10
Fix lint 2025-09-15 15:58:08 +02:00
Chocobozzz
84dbcb5f11
Decrease settings menu opacity 2025-09-15 15:40:01 +02:00
Chocobozzz
cd8ad77515
Fix settings menu overflow 2025-09-15 15:28:21 +02:00
Chocobozzz
050461528c
Merge branch 'release/7.3.x' into develop 2025-09-15 15:06:33 +02:00
Chocobozzz
073cd4f0ba
Fix nodejs_active_resources_total metric
Remove duplicate metric and transform it into a gauge because the value
can decrease
2025-09-15 14:16:37 +02:00
Chocobozzz
42e0c015e8
Fix reloading table data 2025-09-15 14:07:23 +02:00
Chocobozzz
4888717c09
Fix disabled button 2025-09-15 14:00:01 +02:00
Chocobozzz
449ebe4b54
Fix badges alignment 2025-09-15 13:50:44 +02:00
Chocobozzz
3cca1fdbf3
Use diff instead of vimdiff 2025-09-15 13:40:59 +02:00
Chocobozzz
50c184a9a2
Fix external token doc 2025-09-15 13:39:41 +02:00
Chocobozzz
e2e15e3f0c
Typo 2025-09-15 13:21:00 +02:00
Chocobozzz
0048bf7326
Add guide to upgrade PostgreSQL in docker 2025-09-15 12:02:07 +02:00
Chocobozzz
4fd894308d
Fix CI 2025-09-15 10:02:38 +02:00
Chocobozzz
496b50f6b1
Upgrade docker postgresql and redis versions 2025-09-15 08:39:41 +02:00
Chocobozzz
729a58a860
Move docker to trixie 2025-09-15 07:11:57 +02:00
Chocobozzz
2d96b7191d
Remove unused file 2025-09-12 11:00:33 +02:00
Chocobozzz
dca5e363d1
Improve dependencies guide 2025-09-12 10:50:49 +02:00
Chocobozzz
e670b6d924
Fix lint 2025-09-12 10:45:06 +02:00
Chocobozzz
5c1cbcfcb1
Fix model imports 2025-09-12 10:26:59 +02:00
Chocobozzz
a11d3102ce
Fix openapi schema 2025-09-12 10:13:29 +02:00
Chocobozzz
f184154aaa
Fix handlebars dependency 2025-09-12 09:38:31 +02:00
Chocobozzz
f93870ea31
Patch video.js types to unbreak the build
Remove the patch when https://github.com/videojs/video.js/pull/9089 is
published
2025-09-12 09:08:17 +02:00
Chocobozzz
941469df29
Add externalRedirectUri doc 2025-09-12 08:54:50 +02:00
Chocobozzz
ef95c3fe72
Remove openapi warnings 2025-09-12 08:54:50 +02:00
Chocobozzz
572100b1a3
Fix tests build 2025-09-12 08:54:50 +02:00
Chocobozzz
200193262c
Add openapi doc for player settings 2025-09-12 08:54:50 +02:00
Chocobozzz
74e97347bb
Add ability to customize player settings 2025-09-12 08:54:50 +02:00
Chocobozzz
b742dbc0fc
Update dprint HTML module 2025-09-12 08:54:50 +02:00
Chocobozzz
fcca9b72d3
Add copilot instructions 2025-09-12 08:54:50 +02:00
Chocobozzz
5edab3f795
Introduce lucide player theme 2025-09-12 08:54:50 +02:00
Chocobozzz
a2b99c3c92
Add more info to stats card 2025-09-12 08:54:50 +02:00
Chocobozzz
fde2c8c0c7
Prefer using vertical volume control
Better UX/control
2025-09-12 08:54:50 +02:00
Chocobozzz
48ea20c9e4
Upgrade to videojs v8 2025-09-12 08:54:49 +02:00
Chocobozzz
906b5f7f2c
Migrate to pnpm 2025-09-12 08:43:41 +02:00
Chocobozzz
bbc1afada5
Optimize updating oauth tokens activity 2025-09-10 16:53:39 +02:00
Shalabh Agarwal
efa32646ed
feat: add user password constraints (#6945)
* feat: add user password length constraints

* add password length changes in locale files

* revert maximum password length changes

* add tests

* fix lint

* fix lint and test

* fix tests

* Revert "add password length changes in locale files"

This reverts commit eaaf63ba7c.

* Update PR

---------

Co-authored-by: Chocobozzz <me@florianbigard.com>
2025-09-10 16:51:04 +02:00
Chocobozzz
f1e05043bc
Optimize updating oauth tokens activity 2025-09-10 15:16:40 +02:00
Chocobozzz
eedfb8b0a2
Update runner package 2025-09-10 11:55:24 +02:00
諏訪子
ef28ba3038
add x link
Add missing code
2025-09-10 11:51:58 +02:00
ilfarpro
dd52e8b89e
Feature for runners - handle storyboard-generation-job (#7191)
* Implement processing storyboards by runners

* Fixed storyboard generation by runners

* use common code patterns

* fix import

* improve debug logging for storyboard generation

* config option for storyboard processing with remote-runners

* refactor repetitive pattern

* refactor storyboard related code to share common utlities

* Fix test

* Fix storyboard generation config logic

* Improve logging

* Added tests for storyboard generation with runners

* Refactor PR

---------

Co-authored-by: ilfarpro <ilfarpro@ya.ru>
Co-authored-by: Chocobozzz <me@florianbigard.com>
2025-09-10 11:50:06 +02:00
Gianantonio Pini
e74bf8ae2a
feat(config): add admin options to customize default "Browse videos" behaviour (#7193)
* feat(customBrowseVideosDefaultSort): update server config

* feat(customBrowseVideosDefaultSort): update client admin-config-general component

* feat(customBrowseVideosDefaultSort): add new consistency check to server checker-after-init

* feat(customBrowseVideosDefaultSort): update config .yaml with more details about available options

* feat(customBrowseVideosDefaultSort): refactor consistency check in server checker-after-init

* feat(customBrowseVideosDefaultSort): client, add new select-videos-sort shared component

* feat(customBrowseVideosDefaultSort): client, refactor admin-config-general component to use new select-videos-sort shared component

* feat(customBrowseVideosDefaultSort): client, fix my-select-videos-sort width in admin-config-general

* feat(customBrowseVideosDefaultSort): client, update video-filters-header scss

* feat(customBrowseVideosDefaultSort): client, update videos-list-all component

* feat(config): refactor checkBrowseVideosConfig logic into separate custom validator

* feat(config): refactor isBrowseVideosDefaultSortValid to use template literals

* feat(config): refactor isBrowseVideosDefaultSortValid

* feat(config): add check for invalid browse videos config to customConfigUpdateValidator

* feat(config): group browse-videos tests in describe block

* feat(config): refactor to use client.browse_videos section, instead of browse.videos section

* feat(config): add browse_videos default_scope config key (config and server changes)

* feat(config): add browse_videos default_scope config key (client changes)

* Reorder browse videos before videos

* Fix i18n message

---------

Co-authored-by: Chocobozzz <me@florianbigard.com>
2025-09-10 10:41:45 +02:00
Chocobozzz
9b7edd1c59
Cleanup packages 2025-09-10 07:10:31 +02:00
Chocobozzz
93926d2700
Use :root instead of body for CSS variables 2025-09-09 12:56:49 +02:00
Chocobozzz
41b3a404dc
Update changelog 2025-09-09 12:53:45 +02:00
Chocobozzz
c922886f8a
Bumped to version v7.3.0 2025-09-09 11:07:47 +02:00
Chocobozzz
2bd5f564a3
Update changelog 2025-09-09 10:30:22 +02:00