aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/system/jobs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-291-4/+0
|
* Always use my-table-expander-iconChocobozzz2021-10-291-4/+2
|
* Improve admin tables responsiveChocobozzz2021-10-202-10/+13
|
* Migrate client to eslintChocobozzz2021-08-181-4/+4
|
* Fix client lintChocobozzz2021-08-171-4/+4
|
* 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-281-2/+2
|
* Move to sass @useChocobozzz2021-06-281-2/+2
|
* Bidi supportChocobozzz2021-06-071-2/+2
|
* Refactor search filtersChocobozzz2021-05-031-3/+3
|
* Move to stylelintChocobozzz2021-04-281-1/+1
|
* 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
|
* 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
|
* Support progress for ffmpeg tasksChocobozzz2021-01-213-4/+22
|
* Fix duplicate entry in job list pageChocobozzz2021-01-111-1/+0
|
* add display of logs matching any stateRigel Kent2020-12-133-14/+46
|
* Add check constraints live testsChocobozzz2020-11-091-1/+2
|
* Add watch messages if live has not startedChocobozzz2020-11-091-0/+1
|
* jobs/logs view select and empty state visual improvementsRigel Kent2020-09-283-24/+59
|
* Migrate to $localizeChocobozzz2020-08-141-4/+2
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* deal with refresh token in embedRigel Kent2020-08-061-1/+1
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-291-5/+5
| | | | statuses
* Reorganize client shared modulesChocobozzz2020-06-232-12/+9
|
* space optimizations for `node_modules` and client stats removalRigel Kent2020-06-101-2/+2
| | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807
* Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵Rigel Kent2020-05-041-1/+1
| | | | search query param dynamically
* Bind expanded rows to item ids instead of row numberRigel Kent2020-05-041-1/+1
|
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-011-1/+0
|
* Unify paginator disabling when no result is displayable, fix batch domain ↵Rigel Kent2020-05-011-1/+1
| | | | add for non-https
* Make admin sub-navs, selects, buttons responsive (#2702)Kim2020-05-011-0/+1
|
* Improving select displays, focus box-shadows for paginators, instructions ↵Rigel Kent2020-04-131-2/+2
| | | | for index url
* Improve admin tables row expandChocobozzz2020-04-082-4/+9
|
* Fix sort in admin tablesChocobozzz2020-04-081-0/+4
|
* Add ability to list redundanciesChocobozzz2020-01-281-7/+8
|
* Enhance variable width column for id column in jobs listRigel Kent2020-01-062-12/+28
|
* Enhance jobs list displaying on smaller screensJulien Maulny2020-01-064-28/+38
|
* add loop setting for playlists, and use sessionStorageRigel Kent2019-12-131-1/+1
|
* Serve audit logs to clientChocobozzz2019-12-111-1/+1
|
* Add ability to filter per job typeChocobozzz2019-12-044-17/+67
|