aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Support studio transcoding in peertube runnerChocobozzz2023-05-091-1/+4
|
* Implement runner in client sideChocobozzz2023-05-091-1/+7
|
* feature/ability to disable video history by default (#5728)Wicklow2023-04-071-0/+5
| | | | | | | | | | | | | * draft: ability to disable video history by default * Update configuration and add tests * Updated code based on review comments * Add tests on registration and video quota * Remove required video quotas in query * Fix tests
* Implement signup approval in clientChocobozzz2023-01-191-0/+1
|
* Refactor form reactiveChocobozzz2022-10-071-4/+4
|
* Check admin config when loading the pageChocobozzz2022-09-081-2/+4
| | | | Avoid issues when an invalid config was set in the configuration file
* Channel sync (#5135)Florent2022-08-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Add option to not transcode original resolutionChocobozzz2022-08-091-1/+3
|
* Rename studio to editorChocobozzz2022-03-221-1/+1
|
* Add latency setting supportChocobozzz2022-03-091-0/+3
|
* Add basic video editor supportChocobozzz2022-02-281-0/+3
|
* Add ability to redirect users on external authChocobozzz2021-12-031-0/+12
|
* Made the video channels limit (per user) server-wide configurable (#4491)Florian CUNY2021-10-261-1/+5
| | | | | | | | | | | | | | | * Made the video channels limit (per user) server-wide configurable Implements https://github.com/Chocobozzz/PeerTube/issues/3092 Also added a "quota bar" in the account's settings page * Fixed lint errors * Another pass at fixing lint errors * Applied code suggestions * Removed 'video channels quota'
* Fix admin edition disabling featureChocobozzz2021-10-141-1/+6
|
* Allow configuration to be static/readonly (#4315)Jelle Besseling2021-10-121-0/+3
| | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI
* Remove useless asyncChocobozzz2021-08-261-1/+1
|
* Migrate client to eslintChocobozzz2021-08-181-1/+3
|
* Fix client lintChocobozzz2021-08-171-12/+12
|
* Use HTML config when possibleChocobozzz2021-06-041-5/+3
|
* Implemented configurable minimum signup agePoslovitch2021-05-281-1/+3
| | | | | | | | | | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3612 Fixed lint and removed debug Fixed another lint error Apply suggestions from code review Co-authored-by: Chocobozzz <chocobozzz@cpy.re> Add tests for min signup age config
* Instance homepage support (#4007)Chocobozzz2021-05-271-13/+35
| | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
* Add ability to update torrents cache in clientChocobozzz2021-02-181-0/+3
|
* Improve edit config submit errorChocobozzz2021-02-101-0/+19
|
* Add missing live config validatorsChocobozzz2021-02-101-5/+8
|
* Split admin conf pageChocobozzz2021-02-101-245/+35
|
* Add fragment support in admin conf pageChocobozzz2021-02-101-2/+16
|
* Add ability to set a custom quotaChocobozzz2021-02-101-1/+2
|
* Support custom value in ng-selectChocobozzz2021-02-101-23/+19
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-0/+5
|
* Support transcoding profile in client adminChocobozzz2021-01-281-1/+17
|
* move from trending routes to alg paramRigel Kent2021-01-281-8/+10
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-281-0/+10
|
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-131-0/+4
|
* Add more hints regarding live portChocobozzz2021-01-111-0/+4
|
* Use -1 for max live duration unlimitedChocobozzz2020-12-151-5/+1
|
* slightly clearer layout of transcoding configurationRigel Kent2020-12-141-0/+24
|
* Automatically enable videos auto block on signupChocobozzz2020-11-181-0/+28
|
* Try to fix live segments checkChocobozzz2020-11-101-2/+8
|
* Add max lives limitChocobozzz2020-11-091-0/+2
|
* Check live duration and sizeChocobozzz2020-11-091-1/+29
|
* Live streaming implementation first stepChocobozzz2020-11-091-0/+31
|
* We don't need services anymore for validatorsChocobozzz2020-08-171-20/+25
|
* Migrate to $localizeChocobozzz2020-08-141-13/+11
| | | | | | | | | | | | * 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
* Use ng select for multiselectChocobozzz2020-08-111-22/+11
|
* Reorganize client shared modulesChocobozzz2020-06-231-9/+7
|
* First implem global searchChocobozzz2020-06-101-0/+16
|
* Support broadcast messagesChocobozzz2020-05-291-0/+6
|
* Remove deprecated NgbTabsetModule moduleChocobozzz2020-04-011-6/+7
|
* hide RSS for comments, normalize video-channel edit with account editRigel Kent2020-03-121-1/+1
|
* Properly scroll to anchors in links, especially in admin configRigel Kent2020-03-111-2/+27
|