]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/log
github/Chocobozzz/PeerTube.git
4 years agoConsistency between default.yaml and production.yaml
Chocobozzz [Thu, 29 Aug 2019 14:21:19 +0000 (16:21 +0200)] 
Consistency between default.yaml and production.yaml

4 years agoRemove old JSON LD signature implementation
Chocobozzz [Thu, 29 Aug 2019 14:15:41 +0000 (16:15 +0200)] 
Remove old JSON LD signature implementation

Only PeerTube was compatible with it, and the library has moved on
RsaSignature2018 and removed RsaSignature2017 support. We had to create
a dirty fork of the RsaSignature2017 branch, which is not ideal.

Now we use the Mastodon implementation, that most other AP
implementations that support JSONLD signatures use.

4 years agoHide video abuses from muted accounts
Chocobozzz [Thu, 29 Aug 2019 12:31:04 +0000 (14:31 +0200)] 
Hide video abuses from muted accounts

4 years agoFix default true values when uploding videos
Chocobozzz [Wed, 28 Aug 2019 14:03:26 +0000 (16:03 +0200)] 
Fix default true values when uploding videos

4 years agoBug fix logical and/or boolean selector
Frank Sträter [Wed, 28 Aug 2019 10:31:55 +0000 (12:31 +0200)] 
Bug fix logical and/or boolean selector

4 years agoBumped to version v1.4.0
Chocobozzz [Mon, 26 Aug 2019 06:49:46 +0000 (08:49 +0200)] 
Bumped to version v1.4.0

4 years agoFix changelog
Chocobozzz [Mon, 26 Aug 2019 06:49:22 +0000 (08:49 +0200)] 
Fix changelog

4 years agoUpdate changelog
Chocobozzz [Fri, 23 Aug 2019 13:42:56 +0000 (15:42 +0200)] 
Update changelog

4 years agoFix client report script
Chocobozzz [Fri, 23 Aug 2019 08:42:09 +0000 (10:42 +0200)] 
Fix client report script

4 years agopeertube-import-videos.ts: add --tmpdir, --first, --last and --verbose [level] parame...
Frank de Lange [Mon, 26 Aug 2019 09:35:28 +0000 (11:35 +0200)] 
peertube-import-videos.ts: add --tmpdir, --first, --last and --verbose [level] parameters (#2045)

* peertube-import-videos.ts: add --tmpdir <tmpdir> parameter, used to designate working directory for downloading and converting imported videos

* peertube-import-videos.ts: add --first and --last parameters to limit processing of the returned playlist to the first/last N elements

* peertube-import-videos.ts: add --verbose [verbosity] parameter, set this from 0 (only errors are reported) to 4 (for trace debugging), default is 2 (info). When --verbose is used without the optional parameter the logging level is set to 3 (debug). At level 1 (warn) it will only report on successfully uploaded videos (and/or errors), use this when running peertube-import-videos in a cron job to mirror a channel.

* package.json: remove dependency on loglevel

cli.ts: add getLogger(loglevel), to be used in CLI tools, add --verbose to set log level

peertube-import-videos: use getLogger (from cli) instead of loglevel, add error_exit (log error and exit), move --verbose to cli.ts, etc.

* cli.ts: remove superfluous reference to default logging level

* peertube-import-videos: exit_error -> exitError

4 years agoUpdate angular cli
Chocobozzz [Fri, 23 Aug 2019 08:27:59 +0000 (10:27 +0200)] 
Update angular cli

4 years agoImprove HLS redundancy
Chocobozzz [Fri, 23 Aug 2019 08:19:44 +0000 (10:19 +0200)] 
Improve HLS redundancy

4 years agofixes 2065: optimisation (#2073)
John Livingston [Fri, 23 Aug 2019 07:05:30 +0000 (09:05 +0200)] 
fixes 2065: optimisation (#2073)

* fixes 2065: optimisation

* Update peertube-socket.ts

4 years agoFix build
Chocobozzz [Fri, 23 Aug 2019 06:56:57 +0000 (08:56 +0200)] 
Fix build

4 years agoMerge branch 'release/1.4.0' into develop
Chocobozzz [Thu, 22 Aug 2019 15:16:48 +0000 (17:16 +0200)] 
Merge branch 'release/1.4.0' into develop

4 years agoGo back when cancel NSFW modal
Chocobozzz [Thu, 22 Aug 2019 15:13:58 +0000 (17:13 +0200)] 
Go back when cancel NSFW modal

Instead of redirecting on the homepage

4 years agoDismiss modals on pop state
Chocobozzz [Thu, 22 Aug 2019 14:13:26 +0000 (16:13 +0200)] 
Dismiss modals on pop state

4 years agoFix plugin card background color with dark theme
Chocobozzz [Thu, 22 Aug 2019 14:01:06 +0000 (16:01 +0200)] 
Fix plugin card background color with dark theme

4 years agoFix e2e tests
Chocobozzz [Thu, 22 Aug 2019 13:12:44 +0000 (15:12 +0200)] 
Fix e2e tests

4 years agoFix lazy static route with unknown avatars
Chocobozzz [Thu, 22 Aug 2019 12:52:41 +0000 (14:52 +0200)] 
Fix lazy static route with unknown avatars

4 years agoMerge branch 'release/1.4.0' into develop
Chocobozzz [Thu, 22 Aug 2019 12:46:47 +0000 (14:46 +0200)] 
Merge branch 'release/1.4.0' into develop

4 years agoAdd fi_FI support
Chocobozzz [Thu, 22 Aug 2019 12:45:16 +0000 (14:45 +0200)] 
Add fi_FI support

4 years agoFix video rows overflow
Chocobozzz [Thu, 22 Aug 2019 11:59:54 +0000 (13:59 +0200)] 
Fix video rows overflow

In discover and account channel videos pages

4 years agoUpdate API documentation for accounts and config (#2072)
Frank Sträter [Thu, 22 Aug 2019 11:33:07 +0000 (13:33 +0200)] 
Update API documentation for accounts and config (#2072)

* Update Actor and Account schemas

* Fix mixed up paramaters for /accounts

* Update ServerConfig schema

* Add ServerConfigAbout and ServerConfigCustom schemas

4 years agoFix video playlist element removal
Chocobozzz [Thu, 22 Aug 2019 09:33:18 +0000 (11:33 +0200)] 
Fix video playlist element removal

4 years agoFix image and plugin CSP
Chocobozzz [Thu, 22 Aug 2019 09:14:01 +0000 (11:14 +0200)] 
Fix image and plugin CSP

4 years agoTry to fix video duplication
Chocobozzz [Thu, 22 Aug 2019 09:03:50 +0000 (11:03 +0200)] 
Try to fix video duplication

4 years agoFix user creation by moderators
Chocobozzz [Thu, 22 Aug 2019 08:59:14 +0000 (10:59 +0200)] 
Fix user creation by moderators

4 years agoFix html tag with blacklisted video
Chocobozzz [Thu, 22 Aug 2019 08:46:54 +0000 (10:46 +0200)] 
Fix html tag with blacklisted video

4 years agoMerge branch 'feature/strong-model-types' into develop
Chocobozzz [Thu, 22 Aug 2019 08:43:11 +0000 (10:43 +0200)] 
Merge branch 'feature/strong-model-types' into develop

4 years agoFix socket notification with multiple user tabs
Chocobozzz [Thu, 22 Aug 2019 08:33:22 +0000 (10:33 +0200)] 
Fix socket notification with multiple user tabs

4 years agoemail object -> email subject
Chocobozzz [Thu, 22 Aug 2019 08:22:01 +0000 (10:22 +0200)] 
email object -> email subject

4 years agoCleanup SASS imports
Chocobozzz [Thu, 22 Aug 2019 08:02:32 +0000 (10:02 +0200)] 
Cleanup SASS imports

4 years agoReplace "overview" by "discover" in client titles
Chocobozzz [Thu, 22 Aug 2019 07:49:22 +0000 (09:49 +0200)] 
Replace "overview" by "discover" in client titles

4 years agoRelax plugin package.json validation
Chocobozzz [Thu, 22 Aug 2019 07:41:49 +0000 (09:41 +0200)] 
Relax plugin package.json validation

4 years agoFix docker build on gitlab cci
Chocobozzz [Tue, 20 Aug 2019 12:31:17 +0000 (14:31 +0200)] 
Fix docker build on gitlab cci

4 years agoFix socket notification with multiple user tabs
Chocobozzz [Thu, 22 Aug 2019 08:33:22 +0000 (10:33 +0200)] 
Fix socket notification with multiple user tabs

4 years agoemail object -> email subject
Chocobozzz [Thu, 22 Aug 2019 08:22:01 +0000 (10:22 +0200)] 
email object -> email subject

4 years agoCleanup SASS imports
Chocobozzz [Thu, 22 Aug 2019 08:02:32 +0000 (10:02 +0200)] 
Cleanup SASS imports

4 years agoReplace "overview" by "discover" in client titles
Chocobozzz [Thu, 22 Aug 2019 07:49:22 +0000 (09:49 +0200)] 
Replace "overview" by "discover" in client titles

4 years agoRelax plugin package.json validation
Chocobozzz [Thu, 22 Aug 2019 07:41:49 +0000 (09:41 +0200)] 
Relax plugin package.json validation

4 years agofix URL in README
Lukas Winkler [Wed, 21 Aug 2019 20:36:28 +0000 (22:36 +0200)] 
fix URL in README

4 years agoImprove plugin management documentation
Chocobozzz [Thu, 22 Aug 2019 07:17:41 +0000 (09:17 +0200)] 
Improve plugin management documentation

4 years agoAdd plugin in CLI tools table of contents
Chocobozzz [Thu, 22 Aug 2019 07:10:00 +0000 (09:10 +0200)] 
Add plugin in CLI tools table of contents

4 years agoType toActivityPubObject functions 2071/head
Chocobozzz [Wed, 21 Aug 2019 12:31:57 +0000 (14:31 +0200)] 
Type toActivityPubObject functions

4 years agoFix ownership change
Chocobozzz [Wed, 21 Aug 2019 06:57:00 +0000 (08:57 +0200)] 
Fix ownership change

4 years agoImproved description of all file uploads (#2053)
Frank Sträter [Wed, 21 Aug 2019 06:32:15 +0000 (08:32 +0200)] 
Improved description of all file uploads (#2053)

* Add format:binary for file uploads

* Fix wrongly named field for encoding

* Fix typo in field name

* Add contentType for torrentfile and captionfile

* Add contentType for videofile

4 years agoType toFormattedJSON
Chocobozzz [Tue, 20 Aug 2019 17:05:31 +0000 (19:05 +0200)] 
Type toFormattedJSON

4 years agoCleanup model types
Chocobozzz [Tue, 20 Aug 2019 11:52:49 +0000 (13:52 +0200)] 
Cleanup model types

4 years agoFix docker build on gitlab cci test-tag-1.0.0
Chocobozzz [Tue, 20 Aug 2019 12:31:17 +0000 (14:31 +0200)] 
Fix docker build on gitlab cci

4 years agoMerge branch 'release/1.4.0' into develop
Chocobozzz [Tue, 20 Aug 2019 12:19:21 +0000 (14:19 +0200)] 
Merge branch 'release/1.4.0' into develop

4 years agoBuild docker image on gitlab
Chocobozzz [Tue, 20 Aug 2019 07:44:34 +0000 (09:44 +0200)] 
Build docker image on gitlab

4 years agoFix tests
Chocobozzz [Tue, 20 Aug 2019 08:22:05 +0000 (10:22 +0200)] 
Fix tests

4 years agoFix bad import on FF ESR
Chocobozzz [Tue, 20 Aug 2019 07:01:19 +0000 (09:01 +0200)] 
Fix bad import on FF ESR

4 years agoStronger model typings
Chocobozzz [Thu, 15 Aug 2019 09:53:26 +0000 (11:53 +0200)] 
Stronger model typings

4 years agoCleaner warning of IP address leaking on embedded videos (#2034)
Robin [Fri, 16 Aug 2019 06:17:41 +0000 (09:17 +0300)] 
Cleaner warning of IP address leaking on embedded videos (#2034)

* Update peertube-skin.scss

* Update embed.ts

4 years agoupdate changelog
Chocobozzz [Thu, 15 Aug 2019 09:58:05 +0000 (11:58 +0200)] 
update changelog

4 years agoFix prune storage script with some configs
Chocobozzz [Thu, 15 Aug 2019 09:56:54 +0000 (11:56 +0200)] 
Fix prune storage script with some configs

4 years agotypo
Chocobozzz [Wed, 14 Aug 2019 11:49:55 +0000 (13:49 +0200)] 
typo

4 years agoAdd info in changelog regarding dark theme
Chocobozzz [Wed, 14 Aug 2019 09:45:09 +0000 (11:45 +0200)] 
Add info in changelog regarding dark theme

4 years agoFix release script
Chocobozzz [Tue, 13 Aug 2019 15:33:49 +0000 (17:33 +0200)] 
Fix release script

4 years agoAdd originallyPublishedAt to PUT videos + change HTTP response to 204
Frank Sträter [Wed, 14 Aug 2019 08:53:31 +0000 (10:53 +0200)] 
Add originallyPublishedAt to PUT videos + change HTTP response to 204

4 years agoBumped to version v1.4.0-rc.1 v1.4.0-rc.1
Chocobozzz [Tue, 13 Aug 2019 13:34:39 +0000 (15:34 +0200)] 
Bumped to version v1.4.0-rc.1

4 years agoUpdate changelog
Chocobozzz [Tue, 13 Aug 2019 13:08:00 +0000 (15:08 +0200)] 
Update changelog

4 years agoFix start time on HLS videos
Chocobozzz [Tue, 13 Aug 2019 09:08:36 +0000 (11:08 +0200)] 
Fix start time on HLS videos

4 years agoFix nl_NL locale
Chocobozzz [Tue, 13 Aug 2019 09:04:27 +0000 (11:04 +0200)] 
Fix nl_NL locale

4 years agoFix redundancy tests
Chocobozzz [Tue, 13 Aug 2019 08:22:54 +0000 (10:22 +0200)] 
Fix redundancy tests

4 years agoUpdate translations and support gd
Chocobozzz [Tue, 13 Aug 2019 07:40:31 +0000 (09:40 +0200)] 
Update translations and support gd

4 years agoAdd/update OpenRC service script (#2012)
Wirebrass [Tue, 13 Aug 2019 07:22:54 +0000 (09:22 +0200)] 
Add/update OpenRC service script (#2012)

* Update APP_DIR and CONFIG_DIR

APP_DIR is now in /var/www/peertube/peertube-latest (symbolic link).
CONFIG_DIR is now in /var/www/peertube/config

* Add OpenRC service script

Tested on Gentoo Linux.

4 years agoSpecify the restrictions on tags array and it's string items (#2016)
Frank Sträter [Mon, 12 Aug 2019 08:19:45 +0000 (10:19 +0200)] 
Specify the restrictions on tags array and it's string items (#2016)

* Fixed 2 typos

* Specify tags array restrictions

4 years agoUpgrade sequelize
Chocobozzz [Mon, 12 Aug 2019 06:52:44 +0000 (08:52 +0200)] 
Upgrade sequelize

4 years agoFix redundancy exceeding the limit
Chocobozzz [Mon, 12 Aug 2019 06:46:46 +0000 (08:46 +0200)] 
Fix redundancy exceeding the limit

4 years agoAdd avatar to prune script
Chocobozzz [Fri, 9 Aug 2019 13:04:36 +0000 (15:04 +0200)] 
Add avatar to prune script

4 years agoFix avatar url validation
Chocobozzz [Fri, 9 Aug 2019 09:49:37 +0000 (11:49 +0200)] 
Fix avatar url validation

4 years agoLazy load avatars
Chocobozzz [Fri, 9 Aug 2019 09:32:40 +0000 (11:32 +0200)] 
Lazy load avatars

4 years agoFix playlist more button with long video names
Chocobozzz [Fri, 9 Aug 2019 06:28:22 +0000 (08:28 +0200)] 
Fix playlist more button with long video names

4 years agoStronger actor association typing in AP functions
Chocobozzz [Fri, 9 Aug 2019 06:17:16 +0000 (08:17 +0200)] 
Stronger actor association typing in AP functions

4 years agoRemove comment federation by video owner
Chocobozzz [Wed, 7 Aug 2019 13:35:29 +0000 (15:35 +0200)] 
Remove comment federation by video owner

4 years agoFix nginx template on dual stack server
Chocobozzz [Wed, 7 Aug 2019 13:13:01 +0000 (15:13 +0200)] 
Fix nginx template on dual stack server

See https://framacolibri.org/t/listen-to-unix-socket-instead-of-localhost-9000/5348

4 years agoDeprecate Node 8
Chocobozzz [Wed, 7 Aug 2019 10:04:06 +0000 (12:04 +0200)] 
Deprecate Node 8

The support ends on December 2019: https://github.com/nodejs/Release#release-schedule

4 years agoFix comment notifications
Chocobozzz [Wed, 7 Aug 2019 09:51:28 +0000 (11:51 +0200)] 
Fix comment notifications

4 years agoFix video playlists list
Chocobozzz [Wed, 7 Aug 2019 08:22:21 +0000 (10:22 +0200)] 
Fix video playlists list

4 years agoFix control bar inactive timeout
Chocobozzz [Wed, 7 Aug 2019 08:17:19 +0000 (10:17 +0200)] 
Fix control bar inactive timeout

4 years agoLimit maximum actor follow score
Chocobozzz [Tue, 6 Aug 2019 15:30:09 +0000 (17:30 +0200)] 
Limit maximum actor follow score

4 years agoFixed 2 typos
Frank Sträter [Wed, 7 Aug 2019 08:26:46 +0000 (10:26 +0200)] 
Fixed 2 typos

4 years agoAutomatically remove bad followings
Chocobozzz [Tue, 6 Aug 2019 15:19:53 +0000 (17:19 +0200)] 
Automatically remove bad followings

4 years agoFix theater mode
Chocobozzz [Tue, 6 Aug 2019 07:49:46 +0000 (09:49 +0200)] 
Fix theater mode

4 years agoOptimize watch endpoint
Chocobozzz [Tue, 6 Aug 2019 07:26:28 +0000 (09:26 +0200)] 
Optimize watch endpoint

4 years agoAdd originallyPublishedAt in /videos/upload to the OpenAPI document
Frank Sträter [Mon, 5 Aug 2019 12:08:27 +0000 (14:08 +0200)] 
Add originallyPublishedAt in /videos/upload to the OpenAPI document

4 years agoUpdate CentOS 7 dependencies install (#2004)
Wirebrass [Mon, 5 Aug 2019 07:07:58 +0000 (09:07 +0200)] 
Update CentOS 7 dependencies install (#2004)

* Update CentOS 7 dependencies install

Add initialization for postgresql database (else there is an error when starting postresql service).
Enable Redis and PostreSQL services.
Replace "service" by "systemctl" (systemd).

Tested in local on a fresh CentOS 7 install.

* Add wget package to install

Add wget package to install

4 years agoFix infinite scroll on big screens
Chocobozzz [Fri, 2 Aug 2019 12:49:25 +0000 (14:49 +0200)] 
Fix infinite scroll on big screens

4 years agoFix search results on mobile
Chocobozzz [Fri, 2 Aug 2019 09:40:29 +0000 (11:40 +0200)] 
Fix search results on mobile

4 years agoFix overflow in playlist list
Chocobozzz [Fri, 2 Aug 2019 09:31:33 +0000 (11:31 +0200)] 
Fix overflow in playlist list

4 years agoFix player width with playlist
Chocobozzz [Fri, 2 Aug 2019 09:16:42 +0000 (11:16 +0200)] 
Fix player width with playlist

4 years agoFix user notifications on new follow
Chocobozzz [Fri, 2 Aug 2019 08:53:36 +0000 (10:53 +0200)] 
Fix user notifications on new follow

4 years agoFix broken follow notification
Chocobozzz [Fri, 2 Aug 2019 07:46:48 +0000 (09:46 +0200)] 
Fix broken follow notification

4 years agoFix mute badge labels
Chocobozzz [Thu, 1 Aug 2019 15:01:35 +0000 (17:01 +0200)] 
Fix mute badge labels

4 years agoAutomatically update playlist thumbnails
Chocobozzz [Thu, 1 Aug 2019 14:54:24 +0000 (16:54 +0200)] 
Automatically update playlist thumbnails

4 years agoFix like/dislike federation
Chocobozzz [Thu, 1 Aug 2019 12:26:49 +0000 (14:26 +0200)] 
Fix like/dislike federation

4 years agoFix HLS transcoding
Chocobozzz [Thu, 1 Aug 2019 12:19:18 +0000 (14:19 +0200)] 
Fix HLS transcoding