aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/config/edit-custom-config
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2023-05-246-24/+24
|
* Improve remote runner config UXChocobozzz2023-05-195-53/+81
|
* Support studio transcoding in peertube runnerChocobozzz2023-05-094-1/+30
|
* Implement runner in client sideChocobozzz2023-05-093-1/+35
|
* I18n missing parameter (#5782)Wicklow2023-05-021-1/+1
| | | | | * fix syntax * Missing i18n parameter
* feature/ability to disable video history by default (#5728)Wicklow2023-04-072-0/+16
| | | | | | | | | | | | | * 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
* feat(about): render images in markdown (#5732)Joël Galeran2023-04-051-8/+8
| | | | | | | | | * feat(about): render images in markdown Closes https://github.com/Chocobozzz/PeerTube/issues/5710 * Update edit-instance-information.component.html * use `markdownType="enhanced"`
* Update doc anchor linksChocobozzz2023-02-232-3/+3
|
* Move to new documentation linksChocobozzz2023-02-222-3/+3
|
* Fix default trending algorithm in admin configChocobozzz2023-02-201-3/+0
|
* Fix broadcast message inconsistency with previewChocobozzz2023-02-131-1/+1
|
* Implement signup approval in clientChocobozzz2023-01-192-5/+15
|
* Increase textarea debounce time for custom markupChocobozzz2023-01-132-2/+2
|
* feat(config): add missing videos sort options in adminpaulienm2022-12-191-1/+5
|
* Refactor form reactiveChocobozzz2022-10-071-4/+4
|
* Fix lintChocobozzz2022-09-281-1/+1
|
* Put video quota info in its own componentChocobozzz2022-09-283-26/+11
|
* Add transcoding quota message to admin config pageThe Cashew Trader2022-09-282-1/+28
|
* Fix number with text input overflowChocobozzz2022-09-271-0/+4
|
* Simplify transcoding sentenceChocobozzz2022-09-131-1/+1
|
* 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-103-5/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-093-5/+22
|
* Fix disabled inputs in adminChocobozzz2022-07-282-1/+8
|
* Fix instance config on mobileChocobozzz2022-07-121-1/+2
|
* Fix setting theme in clientChocobozzz2022-06-272-5/+4
|
* Handle input error in markdown textareaChocobozzz2022-06-204-43/+34
|
* Improve theme labelChocobozzz2022-06-162-5/+9
|
* Increase global font sizeChocobozzz2022-06-165-46/+41
|
* Move alert into to pt-alert-primaryChocobozzz2022-06-151-1/+1
|
* Redesign register stepsChocobozzz2022-06-151-1/+1
|
* Migrate to bootstrap 5Chocobozzz2022-06-108-87/+79
|
* Support ICU in TS componentsChocobozzz2022-06-081-3/+5
|
* Save replay of permanent live in clientChocobozzz2022-05-031-3/+0
|
* Reduce videos sort complexityChocobozzz2022-04-151-1/+0
| | | | Automatically use best sort if user is logged in and chose hot algorithm
* Rename studio to editorChocobozzz2022-03-223-9/+9
|
* Some fixes for themesChocobozzz2022-03-153-10/+10
|
* Add latency setting supportChocobozzz2022-03-092-0/+15
|
* Add basic video editor supportChocobozzz2022-02-283-0/+37
|
* Add additional checks when importing a videoChocobozzz2022-02-091-2/+10
|
* Add ability to redirect users on external authChocobozzz2021-12-033-1/+47
|
* Fix additional extensions admin config descriptionChocobozzz2021-12-031-1/+1
|
* Added 144p encoding (#4492)Florian CUNY2021-11-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added 144p encoding Implements https://github.com/Chocobozzz/PeerTube/issues/4428 * Fixed typo in core-utils * Increased BitPerPixel for 144p * Disabled 144p by default in test.yaml * Another try at fixing tests * Fixed test in video-transcoder (api-3) * Fixed test in video-imports (api-4) * Fixed test in live-constraints (api-2) * Tried to fix tests in api-3 again * Revert "Tried to fix tests in api-3 again" This reverts commit 266e1143fa37f333d149c2c2791c7bd33621ac14. * Fixed test in config.ts (api-2) * Try to fix test in video-hls.ts (api-3) * Fixed test in video-transcoder.ts (api-3) * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Made the video channels limit (per user) server-wide configurable (#4491)Florian CUNY2021-10-262-1/+27
| | | | | | | | | | | | | | | * 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'
* Add ability to view my followersChocobozzz2021-10-201-1/+1
|
* Fix admin edition disabling featureChocobozzz2021-10-142-4/+17
|
* Allow configuration to be static/readonly (#4315)Jelle Besseling2021-10-123-2/+19
| | | | | | | | | | | * 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-183-3/+5
|
* Fix client lintChocobozzz2021-08-171-12/+12
|