aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Translated using Weblate (Croatian)Milo Ivir2022-08-101-5/+5
| | | | | | | Currently translated at 99.9% (2068 of 2070 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hr/
* Translated using Weblate (Gaelic)GunChleoc2022-08-101-2591/+2790
| | | | | | | Currently translated at 92.8% (1921 of 2070 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gd/
* Translated using Weblate (Ukrainian)Ihor Hordiichuk2022-08-101-35/+25
| | | | | | | Currently translated at 84.5% (1751 of 2070 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/uk/
* Translated using Weblate (Croatian)Milo Ivir2022-08-101-28/+33
| | | | | | | Currently translated at 99.7% (2065 of 2070 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hr/
* Translated using Weblate (Ukrainian)Ihor Hordiichuk2022-08-101-9/+1
| | | | | | | Currently translated at 83.3% (1726 of 2070 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/uk/
* Translated using Weblate (Croatian)Milo Ivir2022-08-101-2/+2
| | | | | | | Currently translated at 98.7% (2044 of 2070 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hr/
* Translated using Weblate (Portuguese (Brazil))J C Worm2022-08-101-190/+173
| | | | | | | Currently translated at 51.5% (1067 of 2070 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/pt_BR/
* Translated using Weblate (Portuguese (Brazil))J C Worm2022-08-101-3058/+3404
| | | | | | | Currently translated at 43.7% (905 of 2070 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/pt_BR/
* Translated using Weblate (Croatian)Milo Ivir2022-08-101-23/+23
| | | | | | | Currently translated at 98.7% (2044 of 2070 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hr/
* Translated using Weblate (Croatian)Milo Ivir2022-08-101-82/+119
| | | | | | | Currently translated at 98.7% (2044 of 2070 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hr/
* Translated using Weblate (Galician)josé m2022-08-101-775/+768
| | | | | | | Currently translated at 100.0% (2070 of 2070 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gl/
* Translated using Weblate (Russian)Александр2022-08-101-775/+768
| | | | | | | Currently translated at 100.0% (2070 of 2070 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ru/
* Translated using Weblate (Croatian)Milo Ivir2022-08-101-863/+859
| | | | | | | Currently translated at 93.2% (1930 of 2070 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hr/
* Translated using Weblate (Spanish)Berto Te2022-08-101-775/+768
| | | | | | | Currently translated at 100.0% (2070 of 2070 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/
* Translated using Weblate (Chinese (Traditional))Jeff Huang2022-08-101-774/+767
| | | | | | | Currently translated at 100.0% (2070 of 2070 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/zh_Hant/
* Translated using Weblate (Ukrainian)Ihor Hordiichuk2022-08-101-778/+771
| | | | | | | Currently translated at 83.3% (1725 of 2070 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/uk/
* Translated using Weblate (Vietnamese)Hồ Nhất Duy2022-08-101-775/+768
| | | | | | | Currently translated at 100.0% (2070 of 2070 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/vi/
* Add missing openapiChocobozzz2022-08-102-7/+48
|
* Fix angular warningChocobozzz2022-08-101-2/+2
|
* Add ability to list imports of a channel syncChocobozzz2022-08-1037-179/+565
|
* Add missing job types to admin panelChocobozzz2022-08-102-20/+25
|
* More precise date for jobsChocobozzz2022-08-105-16/+44
|
* Channel sync (#5135)Florent2022-08-1090-360/+2945
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Fix print transcode command testChocobozzz2022-08-092-3/+6
|
* Fix live max rateChocobozzz2022-08-091-4/+4
|
* Prevent job failure on concurrent HLS transcodingChocobozzz2022-08-093-15/+15
|
* Fix job queue testsChocobozzz2022-08-094-23/+45
|
* Increase logs stack trace max sizeChocobozzz2022-08-091-1/+1
|
* Increate test timeoutChocobozzz2022-08-091-1/+3
|
* Fix upload notificationChocobozzz2022-08-091-0/+9
|
* Remove unused logChocobozzz2022-08-091-2/+0
|
* Avoid concurrency issue on transcodingChocobozzz2022-08-098-52/+118
|
* Use bullmq job dependencyChocobozzz2022-08-0942-152/+314
|
* Move to bullmqChocobozzz2022-08-0930-138/+201
|
* Limit import depending on transcoding resolutionsChocobozzz2022-08-0912-44/+145
|
* Fix resolution to transcode hook nameChocobozzz2022-08-096-7/+7
|
* Add option to not transcode original resolutionChocobozzz2022-08-0926-87/+303
|
* Use single quotes in server/ and update eslint rulesFlorent2022-08-086-17/+25
|
* Disallow sending analytics data to Angular teamFlorent2022-08-041-0/+3
|
* Fix lint on hls.tsFlorent2022-08-041-1/+1
|
* Reduce auto play error logChocobozzz2022-08-031-1/+1
|
* Add error info on router errorChocobozzz2022-08-031-2/+2
|
* Add more tests for plugin rebuildChocobozzz2022-08-032-4/+26
|
* Automatically rebuild native modules on ABI changeChocobozzz2022-08-0313-30/+227
|
* Fix lintChocobozzz2022-08-031-1/+0
|
* Fix testsChocobozzz2022-08-032-4/+3
|
* Fix tests when running npm run devChocobozzz2022-08-031-0/+4
|
* Add notification plugin hookChocobozzz2022-08-0323-43/+61
|
* Add channel server hooksChocobozzz2022-08-037-17/+124
|
* Add channel hooksChocobozzz2022-08-0312-33/+91
|