]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/log
github/Chocobozzz/PeerTube.git
22 months agoTranslated using Weblate (Vietnamese)
Hồ Nhất Duy [Mon, 25 Jul 2022 14:09:33 +0000 (14:09 +0000)] 
Translated using Weblate (Vietnamese)

Currently translated at 100.0% (2070 of 2070 strings)

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

22 months agoAdd missing openapi
Chocobozzz [Wed, 10 Aug 2022 12:56:53 +0000 (14:56 +0200)] 
Add missing openapi

22 months agoFix angular warning
Chocobozzz [Wed, 10 Aug 2022 12:38:24 +0000 (14:38 +0200)] 
Fix angular warning

22 months agoAdd ability to list imports of a channel sync
Chocobozzz [Wed, 10 Aug 2022 09:51:13 +0000 (11:51 +0200)] 
Add ability to list imports of a channel sync

22 months agoAdd missing job types to admin panel
Chocobozzz [Wed, 10 Aug 2022 08:34:39 +0000 (10:34 +0200)] 
Add missing job types to admin panel

22 months agoMore precise date for jobs
Chocobozzz [Wed, 10 Aug 2022 08:26:20 +0000 (10:26 +0200)] 
More precise date for jobs

22 months agoChannel sync (#5135)
Florent [Wed, 10 Aug 2022 07:53:39 +0000 (09:53 +0200)] 
Channel sync (#5135)

* Add external channel URL for channel update / creation (#754)

* Disallow synchronisation if user has no video quota (#754)

* More constraints serverside (#754)

* Disable sync if server configuration does not allow HTTP import (#754)

* Working version synchronizing videos with a job (#754)

TODO: refactoring, too much code duplication

* More logs and try/catch (#754)

* Fix eslint error (#754)

* WIP: support synchronization time change (#754)

* New frontend #754

* WIP: Create sync front (#754)

* Enhance UI, sync creation form (#754)

* Warning message when HTTP upload is disallowed

* More consistent names (#754)

* Binding Front with API (#754)

* Add a /me API (#754)

* Improve list UI (#754)

* Implement creation and deletion routes (#754)

* Lint (#754)

* Lint again (#754)

* WIP: UI for triggering import existing videos (#754)

* Implement jobs for syncing and importing channels

* Don't sync videos before sync creation + avoid concurrency issue (#754)

* Cleanup (#754)

* Cleanup: OpenAPI + API rework (#754)

* Remove dead code (#754)

* Eslint (#754)

* Revert the mess with whitespaces in constants.ts (#754)

* Some fixes after rebase (#754)

* Several fixes after PR remarks (#754)

* Front + API: Rename video-channels-sync to video-channel-syncs (#754)

* Allow enabling channel sync through UI (#754)

* getChannelInfo (#754)

* Minor fixes: openapi + model + sql (#754)

* Simplified API validators (#754)

* Rename MChannelSync to MChannelSyncChannel (#754)

* Add command for VideoChannelSync (#754)

* Use synchronization.enabled config (#754)

* Check parameters test + some fixes (#754)

* Fix conflict mistake (#754)

* Restrict access to video channel sync list API (#754)

* Start adding unit test for synchronization (#754)

* Continue testing (#754)

* Tests finished + convertion of job to scheduler (#754)

* Add lastSyncAt field (#754)

* Fix externalRemoteUrl sort + creation date not well formatted (#754)

* Small fix (#754)

* Factorize addYoutubeDLImport and buildVideo (#754)

* Check duplicates on channel not on users (#754)

* factorize thumbnail generation (#754)

* Fetch error should return status 400 (#754)

* Separate video-channel-import and video-channel-sync-latest (#754)

* Bump DB migration version after rebase (#754)

* Prettier states in UI table (#754)

* Add DefaultScope in VideoChannelSyncModel (#754)

* Fix audit logs (#754)

* Ensure user can upload when importing channel + minor fixes (#754)

* Mark synchronization as failed on exception + typos (#754)

* Change REST API for importing videos into channel (#754)

* Add option for fully synchronize a chnanel (#754)

* Return a whole sync object on creation to avoid tricks in Front (#754)

* Various remarks (#754)

* Single quotes by default (#754)

* Rename synchronization to video_channel_synchronization

* Add check.latest_videos_count and max_per_user options (#754)

* Better channel rendering in list #754

* Allow sorting with channel name and state (#754)

* Add missing tests for channel imports (#754)

* Prefer using a parent job for channel sync

* Styling

* Client styling

Co-authored-by: Chocobozzz <me@florianbigard.com>
22 months agoFix print transcode command test
Chocobozzz [Tue, 9 Aug 2022 12:46:49 +0000 (14:46 +0200)] 
Fix print transcode command test

22 months agoFix live max rate
Chocobozzz [Tue, 9 Aug 2022 11:59:51 +0000 (13:59 +0200)] 
Fix live max rate

22 months agoPrevent job failure on concurrent HLS transcoding
Chocobozzz [Tue, 9 Aug 2022 11:21:18 +0000 (13:21 +0200)] 
Prevent job failure on concurrent HLS transcoding

22 months agoFix job queue tests
Chocobozzz [Tue, 9 Aug 2022 09:35:07 +0000 (11:35 +0200)] 
Fix job queue tests

22 months agoIncrease logs stack trace max size
Chocobozzz [Tue, 9 Aug 2022 09:34:56 +0000 (11:34 +0200)] 
Increase logs stack trace max size

22 months agoIncreate test timeout
Chocobozzz [Tue, 9 Aug 2022 09:24:08 +0000 (11:24 +0200)] 
Increate test timeout

22 months agoFix upload notification
Chocobozzz [Tue, 9 Aug 2022 09:22:29 +0000 (11:22 +0200)] 
Fix upload notification

22 months agoRemove unused log
Chocobozzz [Tue, 9 Aug 2022 09:13:01 +0000 (11:13 +0200)] 
Remove unused log

22 months agoAvoid concurrency issue on transcoding
Chocobozzz [Tue, 9 Aug 2022 07:09:31 +0000 (09:09 +0200)] 
Avoid concurrency issue on transcoding

22 months agoUse bullmq job dependency
Chocobozzz [Mon, 8 Aug 2022 13:48:17 +0000 (15:48 +0200)] 
Use bullmq job dependency

22 months agoMove to bullmq
Chocobozzz [Mon, 8 Aug 2022 08:42:08 +0000 (10:42 +0200)] 
Move to bullmq

22 months agoLimit import depending on transcoding resolutions
Chocobozzz [Fri, 5 Aug 2022 13:05:20 +0000 (15:05 +0200)] 
Limit import depending on transcoding resolutions

22 months agoFix resolution to transcode hook name
Chocobozzz [Fri, 5 Aug 2022 11:40:56 +0000 (13:40 +0200)] 
Fix resolution to transcode hook name

22 months agoAdd option to not transcode original resolution
Chocobozzz [Fri, 5 Aug 2022 08:36:19 +0000 (10:36 +0200)] 
Add option to not transcode original resolution

22 months agoUse single quotes in server/ and update eslint rules
Florent [Sat, 6 Aug 2022 13:20:43 +0000 (15:20 +0200)] 
Use single quotes in server/ and update eslint rules

22 months agoDisallow sending analytics data to Angular team
Florent [Thu, 4 Aug 2022 07:27:23 +0000 (09:27 +0200)] 
Disallow sending analytics data to Angular team

22 months agoFix lint on hls.ts
Florent [Thu, 4 Aug 2022 07:22:21 +0000 (09:22 +0200)] 
Fix lint on hls.ts

22 months agoReduce auto play error log
Chocobozzz [Wed, 3 Aug 2022 13:25:24 +0000 (15:25 +0200)] 
Reduce auto play error log

22 months agoAdd error info on router error
Chocobozzz [Wed, 3 Aug 2022 13:21:00 +0000 (15:21 +0200)] 
Add error info on router error

22 months agoAdd more tests for plugin rebuild
Chocobozzz [Wed, 3 Aug 2022 13:16:56 +0000 (15:16 +0200)] 
Add more tests for plugin rebuild

22 months agoAutomatically rebuild native modules on ABI change
Chocobozzz [Wed, 3 Aug 2022 13:08:36 +0000 (15:08 +0200)] 
Automatically rebuild native modules on ABI change

22 months agoFix lint
Chocobozzz [Wed, 3 Aug 2022 09:54:08 +0000 (11:54 +0200)] 
Fix lint

22 months agoFix tests
Chocobozzz [Wed, 3 Aug 2022 09:49:39 +0000 (11:49 +0200)] 
Fix tests

22 months agoFix tests when running npm run dev
Chocobozzz [Wed, 3 Aug 2022 09:46:46 +0000 (11:46 +0200)] 
Fix tests when running npm run dev

22 months agoAdd notification plugin hook
Chocobozzz [Wed, 3 Aug 2022 09:33:43 +0000 (11:33 +0200)] 
Add notification plugin hook

22 months agoAdd channel server hooks
Chocobozzz [Wed, 3 Aug 2022 09:17:57 +0000 (11:17 +0200)] 
Add channel server hooks

22 months agoAdd channel hooks
Chocobozzz [Wed, 3 Aug 2022 08:39:40 +0000 (10:39 +0200)] 
Add channel hooks

22 months agoSuffix external auth username on conflict
Chocobozzz [Wed, 3 Aug 2022 08:10:26 +0000 (10:10 +0200)] 
Suffix external auth username on conflict

22 months agoUse same mastodon regex for usernames
Chocobozzz [Wed, 3 Aug 2022 08:03:56 +0000 (10:03 +0200)] 
Use same mastodon regex for usernames

22 months agoFix tests
Chocobozzz [Tue, 2 Aug 2022 14:15:37 +0000 (16:15 +0200)] 
Fix tests

22 months agoAdd plugin hook on transcoding resolutions building
Chocobozzz [Tue, 2 Aug 2022 14:05:44 +0000 (16:05 +0200)] 
Add plugin hook on transcoding resolutions building

22 months agoAdd job queue hooks
Chocobozzz [Tue, 2 Aug 2022 13:29:00 +0000 (15:29 +0200)] 
Add job queue hooks

22 months agoRemove uneeded async
Chocobozzz [Tue, 2 Aug 2022 12:41:44 +0000 (14:41 +0200)] 
Remove uneeded async

22 months agodocument parallel depedency and how to install it
Florent [Mon, 1 Aug 2022 13:18:50 +0000 (15:18 +0200)] 
document parallel depedency and how to install it

Also document how to install exiftool

22 months agoIncrease timeouts
Chocobozzz [Mon, 1 Aug 2022 14:05:41 +0000 (16:05 +0200)] 
Increase timeouts

22 months agoAdd studio API documentation
Chocobozzz [Mon, 1 Aug 2022 13:48:14 +0000 (15:48 +0200)] 
Add studio API documentation

22 months agoFix typescript error
Chocobozzz [Mon, 1 Aug 2022 13:27:49 +0000 (15:27 +0200)] 
Fix typescript error

22 months agoFix table columns on safari
Chocobozzz [Mon, 1 Aug 2022 13:13:52 +0000 (15:13 +0200)] 
Fix table columns on safari

22 months agoAdd ability to delete a specific video file
Chocobozzz [Fri, 29 Jul 2022 12:50:41 +0000 (14:50 +0200)] 
Add ability to delete a specific video file

23 months agoInclude video file id in API
Chocobozzz [Fri, 29 Jul 2022 09:32:46 +0000 (11:32 +0200)] 
Include video file id in API

23 months agoPrevent error on highlighted thread
Chocobozzz [Fri, 29 Jul 2022 08:32:56 +0000 (10:32 +0200)] 
Prevent error on highlighted thread

23 months agoPrevent fetching playlist status after logout
Chocobozzz [Thu, 28 Jul 2022 14:26:34 +0000 (16:26 +0200)] 
Prevent fetching playlist status after logout

23 months agoAdd more tracing
Chocobozzz [Thu, 28 Jul 2022 08:56:05 +0000 (10:56 +0200)] 
Add more tracing

23 months agoFix disabled inputs in admin
Chocobozzz [Thu, 28 Jul 2022 07:45:15 +0000 (09:45 +0200)] 
Fix disabled inputs in admin

23 months agoFix broken admin page
Chocobozzz [Thu, 28 Jul 2022 06:45:25 +0000 (08:45 +0200)] 
Fix broken admin page

23 months agoAdd live and viewers otel metrics
Chocobozzz [Wed, 27 Jul 2022 14:19:25 +0000 (16:19 +0200)] 
Add live and viewers otel metrics

23 months agoFix process follow
Chocobozzz [Wed, 27 Jul 2022 13:45:04 +0000 (15:45 +0200)] 
Fix process follow

23 months agoUpgrade client dependencies
Chocobozzz [Wed, 27 Jul 2022 13:03:09 +0000 (15:03 +0200)] 
Upgrade client dependencies

23 months agoUpgrade server dependencies
Chocobozzz [Wed, 27 Jul 2022 12:56:08 +0000 (14:56 +0200)] 
Upgrade server dependencies

23 months agoPrevent logging an error on lazy static 404
Chocobozzz [Wed, 27 Jul 2022 12:38:07 +0000 (14:38 +0200)] 
Prevent logging an error on lazy static 404

23 months agoAdd bulk action on following/followers
Chocobozzz [Wed, 27 Jul 2022 11:44:40 +0000 (13:44 +0200)] 
Add bulk action on following/followers

23 months agoHandle rejected follows in client
Chocobozzz [Wed, 27 Jul 2022 09:05:32 +0000 (11:05 +0200)] 
Handle rejected follows in client

Also add quick filters so it's easier to find pending follows

23 months agoFix invalid margin when loader is not displayed
Chocobozzz [Wed, 27 Jul 2022 08:39:59 +0000 (10:39 +0200)] 
Fix invalid margin when loader is not displayed

23 months agoAdd rejected state to follows
Chocobozzz [Tue, 26 Jul 2022 12:46:15 +0000 (14:46 +0200)] 
Add rejected state to follows

Prevent reprocessing already rejected follows

23 months agoReduce joins need to generate AP url
Chocobozzz [Mon, 25 Jul 2022 09:26:27 +0000 (11:26 +0200)] 
Reduce joins need to generate AP url

23 months agoFix password for root in dev mode
Florent [Tue, 26 Jul 2022 07:31:26 +0000 (09:31 +0200)] 
Fix password for root in dev mode

password should remain "test" in dev mode for root.
Fix regression of 9452d4fd33 which introduces NODE_ENV=dev

23 months agoUse unique AP id for accept/reject
Chocobozzz [Mon, 25 Jul 2022 09:24:05 +0000 (11:24 +0200)] 
Use unique AP id for accept/reject

23 months agoUpdate translations
Chocobozzz [Mon, 25 Jul 2022 09:17:07 +0000 (11:17 +0200)] 
Update translations

23 months agoMerge remote-tracking branch 'weblate/develop' into develop
Chocobozzz [Mon, 25 Jul 2022 09:14:03 +0000 (11:14 +0200)] 
Merge remote-tracking branch 'weblate/develop' into develop

23 months agoRegenerate video filenames on transcoding
Chocobozzz [Mon, 25 Jul 2022 08:57:16 +0000 (10:57 +0200)] 
Regenerate video filenames on transcoding

In particular when using manual transcoding, to invalidate potential
HTTP caches in front of peertube

23 months agoDisplay latest uploaded date for captions
Chocobozzz [Mon, 25 Jul 2022 08:45:22 +0000 (10:45 +0200)] 
Display latest uploaded date for captions

23 months agoTranslated using Weblate (Dutch)
Milo van der Linden [Fri, 22 Jul 2022 18:18:11 +0000 (18:18 +0000)] 
Translated using Weblate (Dutch)

Currently translated at 65.4% (1355 of 2069 strings)

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

23 months agoTranslated using Weblate (Russian)
Александр [Wed, 20 Jul 2022 18:09:06 +0000 (18:09 +0000)] 
Translated using Weblate (Russian)

Currently translated at 100.0% (2069 of 2069 strings)

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

23 months agoTranslated using Weblate (Galician)
josé m [Mon, 18 Jul 2022 05:12:25 +0000 (05:12 +0000)] 
Translated using Weblate (Galician)

Currently translated at 100.0% (2069 of 2069 strings)

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

23 months agoTranslated using Weblate (Ukrainian)
Ihor Hordiichuk [Sun, 17 Jul 2022 20:32:03 +0000 (20:32 +0000)] 
Translated using Weblate (Ukrainian)

Currently translated at 83.4% (1726 of 2069 strings)

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

23 months agoTranslated using Weblate (Croatian)
Milo Ivir [Sun, 17 Jul 2022 15:40:20 +0000 (15:40 +0000)] 
Translated using Weblate (Croatian)

Currently translated at 92.8% (1921 of 2069 strings)

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

23 months agoTranslated using Weblate (Croatian)
Milo Ivir [Sun, 17 Jul 2022 15:00:26 +0000 (15:00 +0000)] 
Translated using Weblate (Croatian)

Currently translated at 92.8% (1921 of 2069 strings)

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

23 months agoTranslated using Weblate (Croatian)
Milo Ivir [Sun, 17 Jul 2022 15:20:55 +0000 (15:20 +0000)] 
Translated using Weblate (Croatian)

Currently translated at 100.0% (127 of 127 strings)

Translation: PeerTube/player
Translate-URL: https://weblate.framasoft.org/projects/peertube/player/hr/

23 months agoTranslated using Weblate (Croatian)
Milo Ivir [Sat, 16 Jul 2022 13:52:38 +0000 (13:52 +0000)] 
Translated using Weblate (Croatian)

Currently translated at 86.7% (1794 of 2069 strings)

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

23 months agoTranslated using Weblate (Spanish)
Berto Te [Fri, 15 Jul 2022 10:07:14 +0000 (10:07 +0000)] 
Translated using Weblate (Spanish)

Currently translated at 100.0% (2069 of 2069 strings)

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

23 months agoTranslated using Weblate (Vietnamese)
Hồ Nhất Duy [Thu, 14 Jul 2022 14:06:42 +0000 (14:06 +0000)] 
Translated using Weblate (Vietnamese)

Currently translated at 100.0% (2069 of 2069 strings)

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

23 months agoTranslated using Weblate (Croatian)
Milo Ivir [Tue, 12 Jul 2022 16:19:27 +0000 (16:19 +0000)] 
Translated using Weblate (Croatian)

Currently translated at 75.9% (1572 of 2069 strings)

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

23 months agoTranslated using Weblate (Chinese (Traditional))
Jeff Huang [Tue, 12 Jul 2022 03:00:47 +0000 (03:00 +0000)] 
Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (2069 of 2069 strings)

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

23 months agoTranslated using Weblate (Russian)
Александр [Tue, 12 Jul 2022 08:35:42 +0000 (08:35 +0000)] 
Translated using Weblate (Russian)

Currently translated at 100.0% (2069 of 2069 strings)

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

23 months agoTranslated using Weblate (Croatian)
Milo Ivir [Tue, 12 Jul 2022 08:07:41 +0000 (08:07 +0000)] 
Translated using Weblate (Croatian)

Currently translated at 58.9% (1220 of 2069 strings)

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

23 months agoTranslated using Weblate (Ukrainian)
Ihor Hordiichuk [Mon, 11 Jul 2022 22:09:47 +0000 (22:09 +0000)] 
Translated using Weblate (Ukrainian)

Currently translated at 83.3% (1725 of 2069 strings)

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

23 months agovideo-watch.video-threads.loaded after DOM loading
Chocobozzz [Fri, 22 Jul 2022 13:31:37 +0000 (15:31 +0200)] 
video-watch.video-threads.loaded after DOM loading

23 months agoClearer live session
Chocobozzz [Fri, 22 Jul 2022 13:22:21 +0000 (15:22 +0200)] 
Clearer live session

Get the save replay setting when the session started to prevent
inconsistent behaviour when the setting changed before the session was
processed by the live ending job

Display more information about the potential session replay in live
modal information

23 months agoFix stucked HLS player
Chocobozzz [Thu, 21 Jul 2022 10:08:47 +0000 (12:08 +0200)] 
Fix stucked HLS player

23 months agoRemove redundant section
Chocobozzz [Wed, 20 Jul 2022 13:56:51 +0000 (15:56 +0200)] 
Remove redundant section

23 months agoFix lint
Chocobozzz [Tue, 19 Jul 2022 13:34:44 +0000 (15:34 +0200)] 
Fix lint

23 months agoFix live player
Chocobozzz [Tue, 19 Jul 2022 12:10:25 +0000 (14:10 +0200)] 
Fix live player

23 months agoAdd node process metrics
Chocobozzz [Tue, 19 Jul 2022 09:58:19 +0000 (11:58 +0200)] 
Add node process metrics

23 months agoPrevent logging error when saving delete live
Chocobozzz [Mon, 18 Jul 2022 13:49:15 +0000 (15:49 +0200)] 
Prevent logging error when saving delete live

23 months agoPrevent headers sent error
Chocobozzz [Mon, 18 Jul 2022 13:41:47 +0000 (15:41 +0200)] 
Prevent headers sent error

23 months agoFix z-index with custom homepage
Chocobozzz [Mon, 18 Jul 2022 13:01:47 +0000 (15:01 +0200)] 
Fix z-index with custom homepage

23 months agoFix my videos counter
Chocobozzz [Mon, 18 Jul 2022 12:53:50 +0000 (14:53 +0200)] 
Fix my videos counter

23 months agoDisplay a warning if using ffmpeg 4.4.0
Chocobozzz [Mon, 18 Jul 2022 12:53:20 +0000 (14:53 +0200)] 
Display a warning if using ffmpeg 4.4.0

23 months agoFix incorrect error logs
Chocobozzz [Mon, 18 Jul 2022 09:55:13 +0000 (11:55 +0200)] 
Fix incorrect error logs

23 months agoAdd ability for client to create server logs
Chocobozzz [Fri, 15 Jul 2022 13:30:14 +0000 (15:30 +0200)] 
Add ability for client to create server logs

23 months agoCorrectly handle actors without follow counters
Chocobozzz [Fri, 15 Jul 2022 09:18:29 +0000 (11:18 +0200)] 
Correctly handle actors without follow counters

23 months agoFix invalid http signature
Chocobozzz [Fri, 15 Jul 2022 09:06:27 +0000 (11:06 +0200)] 
Fix invalid http signature

Date header could be inconsistent with the date included in the
signature

23 months agoFix typeahead font size
Chocobozzz [Fri, 15 Jul 2022 07:33:41 +0000 (09:33 +0200)] 
Fix typeahead font size