aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/system
Commit message (Collapse)AuthorAgeFilesLines
* Add bulk actions on runner jobsChocobozzz2023-05-193-16/+58
|
* Add % to runner job percentageChocobozzz2023-05-191-1/+5
|
* Remove uneeded date pipeChocobozzz2023-05-171-1/+1
|
* Enable external plugins to test the PRChocobozzz2023-05-091-1/+1
|
* Implement runner in client sideChocobozzz2023-05-0914-1/+650
|
* Refactor row selection resetChocobozzz2023-01-201-1/+1
|
* Implement signup approval in clientChocobozzz2023-01-192-2/+2
|
* Prevent XSS with ng-selectChocobozzz2022-11-141-1/+5
| | | | | | When using ng-option See https://github.com/ng-select/ng-select/issues/1363
* Add missing job types to admin panelChocobozzz2022-08-101-5/+10
|
* More precise date for jobsChocobozzz2022-08-102-4/+2
|
* Channel sync (#5135)Florent2022-08-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 table columns on safariChocobozzz2022-08-011-1/+1
|
* Add ability for client to create server logsChocobozzz2022-07-183-8/+9
|
* Reset table pagination on searchChocobozzz2022-07-121-3/+3
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-171-0/+1
|\
| * Send views in a dedicated queueChocobozzz2022-06-171-0/+1
| |
* | Increase global font sizeChocobozzz2022-06-161-7/+3
| |
* | Replace all glyphicon iconsChocobozzz2022-06-131-4/+0
| |
* | Migrate to bootstrap 5Chocobozzz2022-06-102-8/+4
|/
* Fix job progress columnChocobozzz2022-05-251-1/+1
|
* Remove unnecessary onPage event on admin tablesChocobozzz2021-12-241-2/+2
|
* Don't display log tag filter for audit logsChocobozzz2021-11-161-1/+1
|
* Fix progress displayChocobozzz2021-11-162-6/+10
|
* Refactor video viewsChocobozzz2021-11-091-1/+1
| | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration
* Fix jobs state selection badge styleChocobozzz2021-11-051-0/+4
|
* Remove useless componentsChocobozzz2021-10-295-16/+0
|
* Always use my-table-expander-iconChocobozzz2021-10-291-4/+2
|
* Fix ng select tags heightChocobozzz2021-10-201-0/+5
|
* Add ability to filter logs by tagsChocobozzz2021-10-204-18/+30
|
* Refactor log level choiceChocobozzz2021-10-202-26/+26
|
* Improve admin tables responsiveChocobozzz2021-10-202-10/+13
|
* Admin menu header consistency for system entriesChocobozzz2021-10-203-35/+1
|
* Migrate client to eslintChocobozzz2021-08-182-7/+7
|
* Fix client lintChocobozzz2021-08-173-13/+13
|
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for saving video files to object storage * Add support for custom url generation on s3 stored files Uses two config keys to support url generation that doesn't directly go to (compatible s3). Can be used to generate urls to any cache server or CDN. * Upload files to s3 concurrently and delete originals afterwards * Only publish after move to object storage is complete * Use base url instead of url template * Fix mistyped config field * Add rudenmentary way to download before transcode * Implement Chocobozzz suggestions https://github.com/Chocobozzz/PeerTube/pull/4290#issuecomment-891670478 The remarks in question: Try to use objectStorage prefix instead of s3 prefix for your function/variables/config names Prefer to use a tree for the config: s3.streaming_playlists_bucket -> object_storage.streaming_playlists.bucket Use uppercase for config: S3.STREAMING_PLAYLISTS_BUCKETINFO.bucket -> OBJECT_STORAGE.STREAMING_PLAYLISTS.BUCKET (maybe BUCKET_NAME instead of BUCKET) I suggest to rename moveJobsRunning to pendingMovingJobs (or better, create a dedicated videoJobInfo table with a pendingMove & videoId columns so we could also use this table to track pending transcoding jobs) https://github.com/Chocobozzz/PeerTube/pull/4290/files#diff-3e26d41ca4bda1de8e1747af70ca2af642abcc1e9e0bfb94239ff2165acfbde5R19 uses a string instead of an integer I think we should store the origin object storage URL in fileUrl, without base_url injection. Instead, inject the base_url at "runtime" so admins can easily change this configuration without running a script to update DB URLs * Import correct function * Support multipart upload * Remove import of node 15.0 module stream/promises * Extend maximum upload job length Using the same value as for redundancy downloading seems logical * Use dynamic part size for really large uploads Also adds very small part size for local testing * Fix decreasePendingMove query * Resolve various PR comments * Move to object storage after optimize * Make upload size configurable and increase default * Prune webtorrent files that are stored in object storage * Move files after transcoding jobs * Fix federation * Add video path manager * Support move to external storage job in client * Fix live object storage tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Move to sass moduleChocobozzz2021-06-284-8/+8
|
* Move to sass @useChocobozzz2021-06-283-6/+6
|
* Bidi supportChocobozzz2021-06-073-7/+14
|
* Refactor search filtersChocobozzz2021-05-031-3/+3
|
* Move to stylelintChocobozzz2021-04-282-3/+3
|
* Fix client buildChocobozzz2021-04-121-1/+1
|
* Add `i18n` prop where it is missing (#3946)Marcin Mikołajczak2021-04-121-10/+10
| | | | | | | | | | | | | | | * Add `i18n` prop * Update video-comment-list.component.html * Update account-blocklist.component.html * Update server-blocklist.component.html * Update video-redundancies-list.component.html * Update following-list.component.html * Update followers-list.component.html
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-0/+1
|
* Fix broken local actorsChocobozzz2021-02-261-0/+2
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* Fix jobs type list orderChocobozzz2021-02-191-1/+1
|
* Remember last log typeChocobozzz2021-02-181-3/+15
|
* Add refresh button in jobs listChocobozzz2021-01-263-1/+16
|
* Safely remove webtorrent filesChocobozzz2021-01-251-3/+3
| | | | Only remove them on max quality HLS playlist generation
* Add priority to transcoding jobsChocobozzz2021-01-253-8/+11
| | | | | | | | | | (1 = highest priority) 100 for new resolutions 10 for original file optimization Add a malus for transcoding jobs depending on how many uploads the user did in the last 7 days
* Fix job table colspanChocobozzz2021-01-211-1/+5
|