aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html
Commit message (Collapse)AuthorAgeFilesLines
* Broadcast message level should be translatedChocobozzz2023-05-241-3/+3
|
* Fix lintChocobozzz2023-05-241-9/+9
|
* feature/ability to disable video history by default (#5728)Wicklow2023-04-071-0/+11
| | | | | | | | | | | | | * 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
* Update doc anchor linksChocobozzz2023-02-231-2/+2
|
* Move to new documentation linksChocobozzz2023-02-221-2/+2
|
* 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-191-5/+14
|
* feat(config): add missing videos sort options in adminpaulienm2022-12-191-1/+5
|
* Put video quota info in its own componentChocobozzz2022-09-281-4/+1
|
* Add transcoding quota message to admin config pageThe Cashew Trader2022-09-281-0/+5
|
* Channel sync (#5135)Florent2022-08-101-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 setting theme in clientChocobozzz2022-06-271-1/+1
|
* Handle input error in markdown textareaChocobozzz2022-06-201-2/+2
|
* Improve theme labelChocobozzz2022-06-161-1/+1
|
* Increase global font sizeChocobozzz2022-06-161-15/+15
|
* Move alert into to pt-alert-primaryChocobozzz2022-06-151-1/+1
|
* Migrate to bootstrap 5Chocobozzz2022-06-101-29/+29
|
* Reduce videos sort complexityChocobozzz2022-04-151-1/+0
| | | | Automatically use best sort if user is logged in and chose hot algorithm
* Some fixes for themesChocobozzz2022-03-151-2/+2
|
* Add additional checks when importing a videoChocobozzz2022-02-091-2/+10
|
* Add ability to redirect users on external authChocobozzz2021-12-031-1/+31
|
* Made the video channels limit (per user) server-wide configurable (#4491)Florian CUNY2021-10-261-0/+22
| | | | | | | | | | | | | | | * 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
|
* Implemented configurable minimum signup agePoslovitch2021-05-281-1/+15
| | | | | | | | | | | | | | 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
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-1/+1
| | | | And use them as default in client
* Instance homepage support (#4007)Chocobozzz2021-05-271-16/+7
| | | | | | | | | | | | | | | | | * 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
* Fix broadcast message levelChocobozzz2021-05-251-1/+1
|
* Fix logger warning levelChocobozzz2021-05-141-1/+1
|
* Link to auto follow documentationChocobozzz2021-02-121-1/+1
|
* Small edit config refactorChocobozzz2021-02-101-9/+23
|
* Split admin conf pageChocobozzz2021-02-101-0/+500