]>
git.immae.eu Git - github/Chocobozzz/PeerTube.git/log
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
Chocobozzz [Tue, 6 Apr 2021 06:41:18 +0000 (08:41 +0200)]
Enable HLS transcoding by default
Chocobozzz [Tue, 6 Apr 2021 06:40:27 +0000 (08:40 +0200)]
Fix import tests
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
Chocobozzz [Mon, 5 Apr 2021 16:56:24 +0000 (18:56 +0200)]
Fix tests
Chocobozzz [Mon, 5 Apr 2021 09:43:49 +0000 (11:43 +0200)]
Fix account empty description display
Chocobozzz [Mon, 5 Apr 2021 09:38:45 +0000 (11:38 +0200)]
Increase thumbnail size on server
Chocobozzz [Mon, 5 Apr 2021 09:24:01 +0000 (11:24 +0200)]
Fix actor overflows
Chocobozzz [Fri, 2 Apr 2021 07:59:14 +0000 (09:59 +0200)]
Fix miniature overflow
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>
Rigel Kent [Fri, 2 Apr 2021 13:01:54 +0000 (15:01 +0200)]
simplify channels/playlists name in account/channel views
Chocobozzz [Thu, 1 Apr 2021 15:17:41 +0000 (17:17 +0200)]
Increase videos grid margins on desktop
Chocobozzz [Thu, 1 Apr 2021 15:01:57 +0000 (17:01 +0200)]
Remove useless thumbnailSize
Chocobozzz [Thu, 1 Apr 2021 14:59:57 +0000 (16:59 +0200)]
Limit search entry width
Chocobozzz [Thu, 1 Apr 2021 14:54:20 +0000 (16:54 +0200)]
Responsive search
Chocobozzz [Thu, 1 Apr 2021 14:14:34 +0000 (16:14 +0200)]
Account/channel videos display as rows
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
Chocobozzz [Wed, 31 Mar 2021 09:47:47 +0000 (11:47 +0200)]
Fix multiline ellipsis
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
Chocobozzz [Wed, 31 Mar 2021 09:21:10 +0000 (11:21 +0200)]
Refactor horizontal margins
Chocobozzz [Wed, 31 Mar 2021 07:07:25 +0000 (09:07 +0200)]
Theme breaking: --submenuColor becomes --submenuBackgroundColor
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
Chocobozzz [Mon, 29 Mar 2021 14:48:16 +0000 (16:48 +0200)]
Use the channel URL behind the account in miniature
Chocobozzz [Mon, 29 Mar 2021 14:47:41 +0000 (16:47 +0200)]
Display channel in miniature
With some exceptions though
Chocobozzz [Mon, 29 Mar 2021 14:45:35 +0000 (16:45 +0200)]
Square channel avatar consistency
Chocobozzz [Mon, 29 Mar 2021 13:56:01 +0000 (15:56 +0200)]
Add support button in channel page
Chocobozzz [Fri, 26 Mar 2021 14:53:18 +0000 (15:53 +0100)]
Redesign account's channels page
Chocobozzz [Fri, 26 Mar 2021 12:20:37 +0000 (13:20 +0100)]
Redesign account page
Chocobozzz [Thu, 25 Mar 2021 12:42:55 +0000 (13:42 +0100)]
Redesign channel page
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
Chocobozzz [Tue, 30 Mar 2021 06:57:17 +0000 (08:57 +0200)]
Fix benchmark
Chocobozzz [Mon, 29 Mar 2021 15:23:48 +0000 (17:23 +0200)]
Add log to regenerate thumbnails
Arthur Lutz [Fri, 26 Mar 2021 11:35:54 +0000 (12:35 +0100)]
[support/docker] expose webtorrent setting in os variable settings
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>
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>
kontrollanten [Mon, 29 Mar 2021 06:39:43 +0000 (08:39 +0200)]
script/upgrade: use db.name config value
ltsallas [Thu, 25 Mar 2021 15:03:14 +0000 (17:03 +0200)]
Add 1.75 option to playback rates
Chocobozzz [Thu, 25 Mar 2021 15:25:28 +0000 (16:25 +0100)]
Merge branch 'release/3.1.0' into develop
Chocobozzz [Thu, 25 Mar 2021 15:25:14 +0000 (16:25 +0100)]
Fix postgresql version
Chocobozzz [Thu, 25 Mar 2021 12:55:10 +0000 (13:55 +0100)]
Merge branch 'release/3.1.0' into develop
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
Chocobozzz [Wed, 24 Mar 2021 17:19:10 +0000 (18:19 +0100)]
Merge branch 'release/3.1.0' into develop
Chocobozzz [Wed, 24 Mar 2021 12:45:59 +0000 (13:45 +0100)]
Remove roadmap funding
Chocobozzz [Wed, 24 Mar 2021 12:42:38 +0000 (13:42 +0100)]
Fix build
Chocobozzz [Wed, 24 Mar 2021 12:32:55 +0000 (13:32 +0100)]
Auto focus plugin search input
Chocobozzz [Wed, 24 Mar 2021 10:48:02 +0000 (11:48 +0100)]
Add server config helper in plugin guide
kontrollanten [Tue, 23 Mar 2021 07:14:16 +0000 (08:14 +0100)]
client(video/download): set direct dl as default
Chocobozzz [Wed, 24 Mar 2021 10:34:31 +0000 (11:34 +0100)]
Add auth user client hook actions
Chocobozzz [Wed, 24 Mar 2021 09:58:36 +0000 (10:58 +0100)]
Add client action hooks for pubish pages
Chocobozzz [Wed, 24 Mar 2021 08:16:48 +0000 (09:16 +0100)]
Add server hooks for search endpoint
Chocobozzz [Tue, 23 Mar 2021 16:18:18 +0000 (17:18 +0100)]
Add filter hook to forbid embed access
Chocobozzz [Tue, 23 Mar 2021 10:54:08 +0000 (11:54 +0100)]
Add hooks support for video download
Chocobozzz [Tue, 23 Mar 2021 08:46:02 +0000 (09:46 +0100)]
Upgrade client dependencies
Chocobozzz [Tue, 23 Mar 2021 08:41:16 +0000 (09:41 +0100)]
Directly use node in systemd service
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
Chocobozzz [Fri, 12 Mar 2021 16:19:02 +0000 (17:19 +0100)]
Fix external on logout hook
Chocobozzz [Fri, 12 Mar 2021 16:04:49 +0000 (17:04 +0100)]
Add regenrate thumbnails scripts
Chocobozzz [Fri, 12 Mar 2021 15:21:56 +0000 (16:21 +0100)]
Upgrade to latest oauth2-server
Chocobozzz [Fri, 12 Mar 2021 15:20:48 +0000 (16:20 +0100)]
Update yarn lock
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
Chocobozzz [Fri, 12 Mar 2021 09:22:17 +0000 (10:22 +0100)]
Stricter email options typings
Chocobozzz [Thu, 11 Mar 2021 15:54:52 +0000 (16:54 +0100)]
Add new plugin/peertube version notifs
Chocobozzz [Thu, 11 Mar 2021 10:17:42 +0000 (11:17 +0100)]
Add next to stats github ci
Chocobozzz [Thu, 11 Mar 2021 09:55:09 +0000 (10:55 +0100)]
Reduce bundle size using a const enum
Chocobozzz [Thu, 11 Mar 2021 09:40:59 +0000 (10:40 +0100)]
Try to reduce CSS size
Chocobozzz [Thu, 11 Mar 2021 08:51:08 +0000 (09:51 +0100)]
Check ffmepg version on startup
Chocobozzz [Wed, 10 Mar 2021 15:11:47 +0000 (16:11 +0100)]
Update english strings
Chocobozzz [Wed, 10 Mar 2021 10:17:20 +0000 (11:17 +0100)]
Fix AP security tests
Chocobozzz [Wed, 10 Mar 2021 08:39:17 +0000 (09:39 +0100)]
Don't skip all threads on AP fetcher error
Chocobozzz [Wed, 10 Mar 2021 08:25:26 +0000 (09:25 +0100)]
Fix index search
Chocobozzz [Tue, 9 Mar 2021 14:45:24 +0000 (15:45 +0100)]
Fix AP flag validator
Chocobozzz [Tue, 9 Mar 2021 14:08:45 +0000 (15:08 +0100)]
Bigger video thumbnails for feeds
Chocobozzz [Tue, 9 Mar 2021 13:01:44 +0000 (14:01 +0100)]
Fix 404 AP status codes
Chocobozzz [Tue, 9 Mar 2021 09:08:14 +0000 (10:08 +0100)]
Add next branch to CI
Chocobozzz [Tue, 9 Mar 2021 08:58:08 +0000 (09:58 +0100)]
Fix request body limit
Chocobozzz [Tue, 9 Mar 2021 08:22:05 +0000 (09:22 +0100)]
Add jobs tag to logger
Chocobozzz [Mon, 8 Mar 2021 13:24:11 +0000 (14:24 +0100)]
Use got instead of request
Chocobozzz [Fri, 5 Mar 2021 13:27:06 +0000 (14:27 +0100)]
Fix control bar alignment
Chocobozzz [Fri, 5 Mar 2021 12:49:58 +0000 (13:49 +0100)]
Refactor a little bit AP validators
Chocobozzz [Fri, 5 Mar 2021 12:26:02 +0000 (13:26 +0100)]
Introduce tags to the logger
That could help to filter unneeded logs and/or select particular
components
Chocobozzz [Wed, 24 Mar 2021 16:47:59 +0000 (17:47 +0100)]
Bumped to version v3.1.0
Chocobozzz [Wed, 24 Mar 2021 16:06:50 +0000 (17:06 +0100)]
Add warning in download modal if needed
Chocobozzz [Wed, 24 Mar 2021 16:06:37 +0000 (17:06 +0100)]
Hide best strategy if not logged in
Chocobozzz [Wed, 24 Mar 2021 16:47:59 +0000 (17:47 +0100)]
Bumped to version v3.1.0
Chocobozzz [Wed, 24 Mar 2021 16:06:50 +0000 (17:06 +0100)]
Add warning in download modal if needed
Chocobozzz [Wed, 24 Mar 2021 16:06:37 +0000 (17:06 +0100)]
Hide best strategy if not logged in
Rigel Kent [Wed, 24 Mar 2021 13:48:31 +0000 (14:48 +0100)]
Adjust search results note for i18n, adjust typeahead helper
Chocobozzz [Mon, 22 Mar 2021 13:18:25 +0000 (14:18 +0100)]
Update changelog
Chocobozzz [Mon, 22 Mar 2021 09:15:42 +0000 (10:15 +0100)]
Update translations
gillux [Sun, 21 Mar 2021 23:48:58 +0000 (23:48 +0000)]
Translated using Weblate (French)
Currently translated at 100.0% (1765 of 1765 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr/
Ihor Hordiichuk [Sun, 21 Mar 2021 23:28:36 +0000 (23:28 +0000)]
Translated using Weblate (Ukrainian)
Currently translated at 18.9% (342 of 1808 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/uk/
Zet [Sat, 20 Mar 2021 22:15:14 +0000 (22:15 +0000)]
Translated using Weblate (Arabic)
Currently translated at 84.7% (1533 of 1808 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ar/
Zet [Fri, 19 Mar 2021 14:05:03 +0000 (14:05 +0000)]
Translated using Weblate (Arabic)
Currently translated at 84.6% (1531 of 1808 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ar/
Siourdakis Thanos [Fri, 19 Mar 2021 13:51:15 +0000 (13:51 +0000)]
Translated using Weblate (Greek)
Currently translated at 50.6% (916 of 1808 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/el/
TA [Thu, 18 Mar 2021 11:04:54 +0000 (11:04 +0000)]
Translated using Weblate (Indonesian)
Currently translated at 13.7% (14 of 102 strings)
Translation: PeerTube/player
Translate-URL: https://weblate.framasoft.org/projects/peertube/player/id/
Joe Bill [Thu, 18 Mar 2021 17:00:59 +0000 (17:00 +0000)]
Translated using Weblate (Serbian (cyrillic))
Currently translated at 98.3% (240 of 244 strings)
Translation: PeerTube/server
Translate-URL: https://weblate.framasoft.org/projects/peertube/server/sr_Cyrl/
Zet [Thu, 18 Mar 2021 14:59:16 +0000 (14:59 +0000)]
Translated using Weblate (Arabic)
Currently translated at 84.5% (1529 of 1808 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ar/
Phongpanot [Thu, 18 Mar 2021 02:36:50 +0000 (02:36 +0000)]
Translated using Weblate (Thai)
Currently translated at 53.3% (964 of 1808 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/th/
Filip Bengtsson [Tue, 16 Mar 2021 09:08:27 +0000 (09:08 +0000)]
Translated using Weblate (Swedish)
Currently translated at 99.7% (1804 of 1808 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
Porrumentzio [Wed, 17 Mar 2021 17:38:57 +0000 (17:38 +0000)]
Translated using Weblate (Basque)
Currently translated at 47.3% (856 of 1808 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/eu/