]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/log
github/Chocobozzz/PeerTube.git
3 years agoAdd playlist and video in watch action hook
Chocobozzz [Fri, 9 Apr 2021 08:54:34 +0000 (10:54 +0200)] 
Add playlist and video in watch action hook

3 years agoAlso decache config
Chocobozzz [Fri, 9 Apr 2021 07:37:46 +0000 (09:37 +0200)] 
Also decache config

3 years agoFix #3940: unload all children from the plugin module on updates.
John Livingston [Thu, 8 Apr 2021 15:37:14 +0000 (17:37 +0200)] 
Fix #3940: unload all children from the plugin module on updates.

3 years agoTests that show the bug.
John Livingston [Thu, 8 Apr 2021 15:19:12 +0000 (17:19 +0200)] 
Tests that show the bug.

3 years agoMerge branch 'release/3.1.0' into develop
Chocobozzz [Thu, 8 Apr 2021 13:16:01 +0000 (15:16 +0200)] 
Merge branch 'release/3.1.0' into develop

3 years agoFix embed playlist menu background on focus
Chocobozzz [Thu, 8 Apr 2021 13:11:22 +0000 (15:11 +0200)] 
Fix embed playlist menu background on focus

3 years agoFix outbox fetch with subtitled videos
Chocobozzz [Thu, 8 Apr 2021 13:04:14 +0000 (15:04 +0200)] 
Fix outbox fetch with subtitled videos

3 years agoFix video channel list api
Chocobozzz [Thu, 8 Apr 2021 12:53:03 +0000 (14:53 +0200)] 
Fix video channel list api

3 years agoRemove duplicate captions
Chocobozzz [Thu, 8 Apr 2021 12:45:40 +0000 (14:45 +0200)] 
Remove duplicate captions

3 years agoFix updating transcoding profiles
Chocobozzz [Thu, 8 Apr 2021 12:41:15 +0000 (14:41 +0200)] 
Fix updating transcoding profiles

3 years agoFix subtitles import
Chocobozzz [Thu, 8 Apr 2021 12:29:03 +0000 (14:29 +0200)] 
Fix subtitles import

3 years agoSet channel banner/avatar in creation form
Chocobozzz [Thu, 8 Apr 2021 10:09:54 +0000 (12:09 +0200)] 
Set channel banner/avatar in creation form

3 years agoAdd size info in db for actor images
Chocobozzz [Thu, 8 Apr 2021 09:23:45 +0000 (11:23 +0200)] 
Add size info in db for actor images

3 years agoUpdate data in DB when regenerate thumbnails
Chocobozzz [Thu, 8 Apr 2021 08:35:49 +0000 (10:35 +0200)] 
Update data in DB when regenerate thumbnails

3 years agoDon't pause video upon modal open (#3909)
kontrollanten [Thu, 8 Apr 2021 11:37:57 +0000 (13:37 +0200)] 
Don't pause video upon modal open (#3909)

* client: dont pause video upon modal open

closes #3816

* client(video/watch): remove obsolete code

* gitignore: add vscode and vim swp files

3 years agoFixing disappearing hamburger menu for narrow screens (#3929)
aschaap [Thu, 8 Apr 2021 09:07:18 +0000 (05:07 -0400)] 
Fixing disappearing hamburger menu for narrow screens (#3929)

* Made top search bar more scalable for (physically) narrow screens

Removing `flex: auto` on `.top-left-block` for screens narrower than
`350px`allows the search bar to resize to fill up the remaining space.
Setting `width: 70px` on `#typeahead-container input` for mobile widths
prevents the hamburger button from being squished at certain widths.
Given that the padding adds up to `50px`, setting what amounts to the
minimum width of the search field to `70px` seems reasonable.

Fixes #3199.

* Making hamburger button margin and spacing narrower for mobile

The clickable area is restricted to the icon anyway, and the extra space
benefits the search field width on narrow screens.

3 years agocorrect inconsistency in spacing "Sort By" for narrow screens (#3938)
aschaap [Thu, 8 Apr 2021 08:44:43 +0000 (04:44 -0400)] 
correct inconsistency in spacing "Sort By" for narrow screens (#3938)

Mimicked the approach used in other tabs under "My Library":
* Adding bottom margin to search field to keep distance from "Sort By"
* Fixing extra left margin on "Sort By" for narrow screens
* Removed the `ml-2` class so that `!important` is no longer needed
* Removed unnecessary `!important` from account video search field width

3 years agoFix static ffmpeg version check
Chocobozzz [Thu, 8 Apr 2021 08:08:11 +0000 (10:08 +0200)] 
Fix static ffmpeg version check

3 years agoUpdate avatar/banner API doc
Chocobozzz [Thu, 8 Apr 2021 07:34:32 +0000 (09:34 +0200)] 
Update avatar/banner API doc

3 years agoDisplay banner on channel page
Chocobozzz [Thu, 8 Apr 2021 07:13:42 +0000 (09:13 +0200)] 
Display banner on channel page

3 years agoAdd ability to update the banner
Chocobozzz [Wed, 7 Apr 2021 15:01:29 +0000 (17:01 +0200)] 
Add ability to update the banner

3 years agoAdd banner migrations
Chocobozzz [Wed, 7 Apr 2021 08:46:50 +0000 (10:46 +0200)] 
Add banner migrations

3 years agoAdd banner tests
Chocobozzz [Wed, 7 Apr 2021 08:36:13 +0000 (10:36 +0200)] 
Add banner tests

3 years agoAdd banners support
Chocobozzz [Tue, 6 Apr 2021 15:01:35 +0000 (17:01 +0200)] 
Add banners support

3 years agoAgnostic actor image storage
Chocobozzz [Tue, 6 Apr 2021 09:35:56 +0000 (11:35 +0200)] 
Agnostic actor image storage

3 years agoFix notification scrollbar color
Chocobozzz [Thu, 8 Apr 2021 07:00:35 +0000 (09:00 +0200)] 
Fix notification scrollbar color

3 years agoFix tests
Chocobozzz [Wed, 7 Apr 2021 15:09:49 +0000 (17:09 +0200)] 
Fix tests

3 years agoReducing tag input excessive padding; fixes #3915 (#3927)
aschaap [Wed, 7 Apr 2021 06:39:48 +0000 (02:39 -0400)] 
Reducing tag input excessive padding; fixes #3915 (#3927)

* Removed !important and added rules to style tags input; fixes #3915

* Simplifying what @rigelk was achieving with !important in 149e4cc

* Compressed CSS selectors

Co-authored-by: Rigel Kent <par@rigelk.eu>
Co-authored-by: Rigel Kent <par@rigelk.eu>
3 years agoRemove libxmljs in favour of pure JS implem
Chocobozzz [Tue, 6 Apr 2021 08:25:21 +0000 (10:25 +0200)] 
Remove libxmljs in favour of pure JS implem

3 years agoRemove unused sort param
Chocobozzz [Tue, 6 Apr 2021 08:08:21 +0000 (10:08 +0200)] 
Remove unused sort param

3 years agoadd sort select to my videos, change default sort to -publishedAt
Rigel Kent [Fri, 26 Feb 2021 13:08:09 +0000 (14:08 +0100)] 
add sort select to my videos, change default sort to -publishedAt

fixes #3779

3 years agoEnable HLS transcoding by default
Chocobozzz [Tue, 6 Apr 2021 06:41:18 +0000 (08:41 +0200)] 
Enable HLS transcoding by default

3 years agoFix import tests
Chocobozzz [Tue, 6 Apr 2021 06:40:27 +0000 (08:40 +0200)] 
Fix import tests

3 years agoMinimal PeertubeModalService to open settings from "can be redefined..." (#3923)
aschaap [Tue, 6 Apr 2021 06:57:30 +0000 (02:57 -0400)] 
Minimal PeertubeModalService to open settings from "can be redefined..." (#3923)

* Minimal PeertubeModalService to open settings from "can be redefined..."

* Linter changes

* Removed unused parameter, made Subject type reflect this, and formatting

3 years agoFix tests
Chocobozzz [Mon, 5 Apr 2021 16:56:24 +0000 (18:56 +0200)] 
Fix tests

3 years agoFix account empty description display
Chocobozzz [Mon, 5 Apr 2021 09:43:49 +0000 (11:43 +0200)] 
Fix account empty description display

3 years agoIncrease thumbnail size on server
Chocobozzz [Mon, 5 Apr 2021 09:38:45 +0000 (11:38 +0200)] 
Increase thumbnail size on server

3 years agoFix actor overflows
Chocobozzz [Mon, 5 Apr 2021 09:24:01 +0000 (11:24 +0200)] 
Fix actor overflows

3 years agoFix miniature overflow
Chocobozzz [Fri, 2 Apr 2021 07:59:14 +0000 (09:59 +0200)] 
Fix miniature overflow

3 years ago🐛 FIX: player width/heigth aspect ratio
Jonas Sulzer [Sat, 3 Apr 2021 23:35:55 +0000 (01:35 +0200)] 
🐛 FIX: player width/heigth aspect ratio
to remove unnecessary black border above and below the video

Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
3 years agosimplify channels/playlists name in account/channel views
Rigel Kent [Fri, 2 Apr 2021 13:01:54 +0000 (15:01 +0200)] 
simplify channels/playlists name in account/channel views

3 years agoIncrease videos grid margins on desktop
Chocobozzz [Thu, 1 Apr 2021 15:17:41 +0000 (17:17 +0200)] 
Increase videos grid margins on desktop

3 years agoRemove useless thumbnailSize
Chocobozzz [Thu, 1 Apr 2021 15:01:57 +0000 (17:01 +0200)] 
Remove useless thumbnailSize

3 years agoLimit search entry width
Chocobozzz [Thu, 1 Apr 2021 14:59:57 +0000 (16:59 +0200)] 
Limit search entry width

3 years agoResponsive search
Chocobozzz [Thu, 1 Apr 2021 14:54:20 +0000 (16:54 +0200)] 
Responsive search

3 years agoAccount/channel videos display as rows
Chocobozzz [Thu, 1 Apr 2021 14:14:34 +0000 (16:14 +0200)] 
Account/channel videos display as rows

3 years agoRefactor video miniature
Chocobozzz [Thu, 1 Apr 2021 09:10:27 +0000 (11:10 +0200)] 
Refactor video miniature

Less dirty code, better responsive
Prepare for some regressions
Increase default miniature size

3 years agoFix multiline ellipsis
Chocobozzz [Wed, 31 Mar 2021 09:47:47 +0000 (11:47 +0200)] 
Fix multiline ellipsis

3 years agoResume videos for non-logged in users (#3885)
kontrollanten [Wed, 31 Mar 2021 09:26:32 +0000 (11:26 +0200)] 
Resume videos for non-logged in users (#3885)

* client: resume videos for non-logged in users

closes #3866

* fix build for embeded

* Update client/src/app/app.component.ts

* fix review comments

3 years agoRefactor horizontal margins
Chocobozzz [Wed, 31 Mar 2021 09:21:10 +0000 (11:21 +0200)] 
Refactor horizontal margins

3 years agoTheme breaking: --submenuColor becomes --submenuBackgroundColor
Chocobozzz [Wed, 31 Mar 2021 07:07:25 +0000 (09:07 +0200)] 
Theme breaking: --submenuColor becomes --submenuBackgroundColor

3 years agoChannel/account page redesign feedbacks
Chocobozzz [Wed, 31 Mar 2021 06:59:52 +0000 (08:59 +0200)] 
Channel/account page redesign feedbacks

Fix owner default avatar
Semi bold orange inverted button
Max width account description
Increase account's channels padding
Use owner avatar/display name links
Move "view owner account" link on mobile
Try to always display channel in video miniatures
Add small border radius for channel's avatar
Use main foreground color for the magnifying glass

3 years agoUse the channel URL behind the account in miniature
Chocobozzz [Mon, 29 Mar 2021 14:48:16 +0000 (16:48 +0200)] 
Use the channel URL behind the account in miniature

3 years agoDisplay channel in miniature
Chocobozzz [Mon, 29 Mar 2021 14:47:41 +0000 (16:47 +0200)] 
Display channel in miniature

With some exceptions though

3 years agoSquare channel avatar consistency
Chocobozzz [Mon, 29 Mar 2021 14:45:35 +0000 (16:45 +0200)] 
Square channel avatar consistency

3 years agoAdd support button in channel page
Chocobozzz [Mon, 29 Mar 2021 13:56:01 +0000 (15:56 +0200)] 
Add support button in channel page

3 years agoRedesign account's channels page
Chocobozzz [Fri, 26 Mar 2021 14:53:18 +0000 (15:53 +0100)] 
Redesign account's channels page

3 years agoRedesign account page
Chocobozzz [Fri, 26 Mar 2021 12:20:37 +0000 (13:20 +0100)] 
Redesign account page

3 years agoRedesign channel page
Chocobozzz [Thu, 25 Mar 2021 12:42:55 +0000 (13:42 +0100)] 
Redesign channel page

3 years agofix missing title attribute on <iframe> tag suggested for embedding (#3901)
Thavarasa Prasanth [Wed, 31 Mar 2021 06:32:05 +0000 (08:32 +0200)] 
fix missing title attribute on <iframe> tag suggested for embedding (#3901)

* title attribute is missing on <iframe> tag suggested for embedding #3861

* fix #3901

* fix: escapeHTML #3901

* fix: playlist title instead of video title #3901

* fix #3901

* assign title directly #3901

3 years agoFix benchmark
Chocobozzz [Tue, 30 Mar 2021 06:57:17 +0000 (08:57 +0200)] 
Fix benchmark

3 years agoAdd log to regenerate thumbnails
Chocobozzz [Mon, 29 Mar 2021 15:23:48 +0000 (17:23 +0200)] 
Add log to regenerate thumbnails

3 years ago[support/docker] expose webtorrent setting in os variable settings
Arthur Lutz [Fri, 26 Mar 2021 11:35:54 +0000 (12:35 +0100)] 
[support/docker] expose webtorrent setting in os variable settings

3 years agoupdate dependencies.md for macOSX (#3899)
Axel Viala [Mon, 29 Mar 2021 13:49:59 +0000 (15:49 +0200)] 
update dependencies.md for macOSX (#3899)

add instructions regarding postgresql and bash user/version required for a proper MacOSX install of PeerTube

Co-authored-by: Rozen10 <58482276+Rozen10@users.noreply.github.com>
Co-authored-by: Rigel Kent <par@rigelk.eu>
3 years agoshow less information by default in download modal (#3890)
kontrollanten [Mon, 29 Mar 2021 11:51:33 +0000 (13:51 +0200)] 
show less information by default in download modal (#3890)

* client(video/download): collapse advanced informaton by default
* fix(client/video-dl): update metadata upon resolution change

closes #3810

Co-authored-by: Rigel Kent <par@rigelk.eu>
3 years agoscript/upgrade: use db.name config value
kontrollanten [Mon, 29 Mar 2021 06:39:43 +0000 (08:39 +0200)] 
script/upgrade: use db.name config value

3 years agoAdd 1.75 option to playback rates
ltsallas [Thu, 25 Mar 2021 15:03:14 +0000 (17:03 +0200)] 
Add 1.75 option to playback rates

3 years agoMerge branch 'release/3.1.0' into develop
Chocobozzz [Thu, 25 Mar 2021 15:25:28 +0000 (16:25 +0100)] 
Merge branch 'release/3.1.0' into develop

3 years agoFix postgresql version
Chocobozzz [Thu, 25 Mar 2021 15:25:14 +0000 (16:25 +0100)] 
Fix postgresql version

3 years agoMerge branch 'release/3.1.0' into develop
Chocobozzz [Thu, 25 Mar 2021 12:55:10 +0000 (13:55 +0100)] 
Merge branch 'release/3.1.0' into develop

3 years agoDrop PostgreSQL 9.6 support
Chocobozzz [Thu, 25 Mar 2021 12:53:57 +0000 (13:53 +0100)] 
Drop PostgreSQL 9.6 support

Due to a migration bug, drop PostgreSQL 9.6 support

The official support will end in November

3 years agoMerge branch 'release/3.1.0' into develop
Chocobozzz [Wed, 24 Mar 2021 17:19:10 +0000 (18:19 +0100)] 
Merge branch 'release/3.1.0' into develop

3 years agoRemove roadmap funding
Chocobozzz [Wed, 24 Mar 2021 12:45:59 +0000 (13:45 +0100)] 
Remove roadmap funding

3 years agoFix build
Chocobozzz [Wed, 24 Mar 2021 12:42:38 +0000 (13:42 +0100)] 
Fix build

3 years agoAuto focus plugin search input
Chocobozzz [Wed, 24 Mar 2021 12:32:55 +0000 (13:32 +0100)] 
Auto focus plugin search input

3 years agoAdd server config helper in plugin guide
Chocobozzz [Wed, 24 Mar 2021 10:48:02 +0000 (11:48 +0100)] 
Add server config helper in plugin guide

3 years agoclient(video/download): set direct dl as default
kontrollanten [Tue, 23 Mar 2021 07:14:16 +0000 (08:14 +0100)] 
client(video/download): set direct dl as default

3 years agoAdd auth user client hook actions
Chocobozzz [Wed, 24 Mar 2021 10:34:31 +0000 (11:34 +0100)] 
Add auth user client hook actions

3 years agoAdd client action hooks for pubish pages
Chocobozzz [Wed, 24 Mar 2021 09:58:36 +0000 (10:58 +0100)] 
Add client action hooks for pubish pages

3 years agoAdd server hooks for search endpoint
Chocobozzz [Wed, 24 Mar 2021 08:16:48 +0000 (09:16 +0100)] 
Add server hooks for search endpoint

3 years agoAdd filter hook to forbid embed access
Chocobozzz [Tue, 23 Mar 2021 16:18:18 +0000 (17:18 +0100)] 
Add filter hook to forbid embed access

3 years agoAdd hooks support for video download
Chocobozzz [Tue, 23 Mar 2021 10:54:08 +0000 (11:54 +0100)] 
Add hooks support for video download

3 years agoUpgrade client dependencies
Chocobozzz [Tue, 23 Mar 2021 08:46:02 +0000 (09:46 +0100)] 
Upgrade client dependencies

3 years agoDirectly use node in systemd service
Chocobozzz [Tue, 23 Mar 2021 08:41:16 +0000 (09:41 +0100)] 
Directly use node in systemd service

3 years agoChange copy icon (#3867)
kontrollanten [Mon, 22 Mar 2021 13:19:08 +0000 (14:19 +0100)] 
Change copy icon (#3867)

* client: change copy icon to glypicon-duplicate

* client: add "copy" text to copy icons

3 years agoFix external on logout hook
Chocobozzz [Fri, 12 Mar 2021 16:19:02 +0000 (17:19 +0100)] 
Fix external on logout hook

3 years agoAdd regenrate thumbnails scripts
Chocobozzz [Fri, 12 Mar 2021 16:04:49 +0000 (17:04 +0100)] 
Add regenrate thumbnails scripts

3 years agoUpgrade to latest oauth2-server
Chocobozzz [Fri, 12 Mar 2021 15:21:56 +0000 (16:21 +0100)] 
Upgrade to latest oauth2-server

3 years agoUpdate yarn lock
Chocobozzz [Fri, 12 Mar 2021 15:20:48 +0000 (16:20 +0100)] 
Update yarn lock

3 years agoRefactor auth flow
Chocobozzz [Fri, 12 Mar 2021 14:20:46 +0000 (15:20 +0100)] 
Refactor auth flow

Reimplement some node-oauth2-server methods to remove hacky code needed by our external
login workflow

3 years agoStricter email options typings
Chocobozzz [Fri, 12 Mar 2021 09:22:17 +0000 (10:22 +0100)] 
Stricter email options typings

3 years agoAdd new plugin/peertube version notifs
Chocobozzz [Thu, 11 Mar 2021 15:54:52 +0000 (16:54 +0100)] 
Add new plugin/peertube version notifs

3 years agoAdd next to stats github ci
Chocobozzz [Thu, 11 Mar 2021 10:17:42 +0000 (11:17 +0100)] 
Add next to stats github ci

3 years agoReduce bundle size using a const enum
Chocobozzz [Thu, 11 Mar 2021 09:55:09 +0000 (10:55 +0100)] 
Reduce bundle size using a const enum

3 years agoTry to reduce CSS size
Chocobozzz [Thu, 11 Mar 2021 09:40:59 +0000 (10:40 +0100)] 
Try to reduce CSS size

3 years agoCheck ffmepg version on startup
Chocobozzz [Thu, 11 Mar 2021 08:51:08 +0000 (09:51 +0100)] 
Check ffmepg version on startup

3 years agoUpdate english strings
Chocobozzz [Wed, 10 Mar 2021 15:11:47 +0000 (16:11 +0100)] 
Update english strings

3 years agoFix AP security tests
Chocobozzz [Wed, 10 Mar 2021 10:17:20 +0000 (11:17 +0100)] 
Fix AP security tests

3 years agoDon't skip all threads on AP fetcher error
Chocobozzz [Wed, 10 Mar 2021 08:39:17 +0000 (09:39 +0100)] 
Don't skip all threads on AP fetcher error

3 years agoFix index search
Chocobozzz [Wed, 10 Mar 2021 08:25:26 +0000 (09:25 +0100)] 
Fix index search