aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/server/server-config.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement signup approval in serverChocobozzz2023-01-191-0/+1
|
* 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>
* Rename studio to editorChocobozzz2022-03-221-1/+1
|
* add client.videos.upload.maxChunkSize config (#4857)kontrollanten2022-03-161-0/+3
| | | | | | | * add client.videos.upload.maxChunkSize config * updates after review * remove maxChunkSize from custom-config
* Add latency setting supportChocobozzz2022-03-091-1/+5
|
* Display avatar in video miniatures (#4823)kontrollanten2022-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | * show avatar in video miniatures closes #4040 * fix: videos for api, include avatars * add config for display video miniature avatar * Revert "fix: videos for api, include avatars" This reverts commit 5520a3eda6805338317a394d0553f2f82095a425. * video-min: set display avatar to false as default * remove empty line * rename display_avatar > display_author_avatar * fix renaming displayAvatar > displayAuthorAvatar
* Add basic video editor supportChocobozzz2022-02-281-0/+4
|
* Translate plugin settingsChocobozzz2021-12-291-0/+1
|
* Fix type conflictChocobozzz2021-12-241-2/+2
|
* Use different p2p policy for embeds and webappChocobozzz2021-12-161-1/+7
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-161-0/+4
|
* Ability for admins to set default upload valuesChocobozzz2021-12-141-0/+10
|
* Add ability to redirect users on external authChocobozzz2021-12-031-0/+6
|
* Made the video channels limit (per user) server-wide configurable (#4491)Florian CUNY2021-10-261-0/+4
| | | | | | | | | | | | | | | * 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 lintChocobozzz2021-10-141-1/+1
|
* Fix admin edition disabling featureChocobozzz2021-10-141-1/+8
|
* Rename config keyChocobozzz2021-10-121-1/+1
|
* add option to always show channel display name (#4422)kontrollanten2021-10-121-0/+8
| | | | | | | | | | | | | | | * add option to always show channel display name closes #4040 * show avatar in video miniatures closes #4040 * Revert "show avatar in video miniatures" This reverts commit 79b1a84140857fc24f7e2233e838d012f72bc56f. * channel display name: fix review comments
* Allow configuration to be static/readonly (#4315)Jelle Besseling2021-10-121-0/+1
| | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI
* Implemented configurable minimum signup agePoslovitch2021-05-281-0/+1
| | | | | | | | | | | | | | 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-0/+4
| | | | | | | | | | | | | | | | | * 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
* Inject server config in HTMLChocobozzz2021-05-141-0/+2
|
* Add ability to update the bannerChocobozzz2021-04-081-0/+9
|
* Support transcoding options/encoders by pluginsChocobozzz2021-01-281-0/+6
|
* move from trending routes to alg paramRigel Kent2021-01-281-6/+4
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-281-1/+7
|
* Add more hints regarding live portChocobozzz2021-01-111-0/+4
|
* Add max lives limitChocobozzz2020-11-091-0/+2
|
* Check live duration and sizeChocobozzz2020-11-091-0/+3
|
* Live streaming implementation first stepChocobozzz2020-11-091-0/+10
|
* First implem global searchChocobozzz2020-06-101-0/+7
|
* Support broadcast messagesChocobozzz2020-05-291-1/+9
|
* Add external login buttonsChocobozzz2020-05-041-0/+4
|
* Begin support for external authsChocobozzz2020-05-041-0/+16
|
* Make the search helper change based on the server configRigel Kent2020-02-131-0/+7
|
* Move to eslintcontainChocobozzz2020-02-031-3/+3
|
* Add informational message at login for visitors coming from upload buttonRigel Kent2020-01-101-0/+8
| | | | resolves #1880
* Add ability to disable webtorrentChocobozzz2019-11-251-0/+4
| | | | In favour of HLS
* Use search client scopeChocobozzz2019-07-241-2/+1
|
* Add client hooksChocobozzz2019-07-241-1/+2
|
* WIP plugins: load theme on client sideChocobozzz2019-07-241-2/+6
|
* WIP plugins: add theme supportChocobozzz2019-07-241-1/+8
|
* WIP plugins: hook on client sideChocobozzz2019-07-241-0/+10
|
* Add ability to disable trackerChocobozzz2019-04-101-0/+4
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-0/+8
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Add isNSFW instance configuration keyChocobozzz2019-02-201-0/+1
|
* Add hls support on serverChocobozzz2019-02-111-2/+6
|
* WIP : Indicate to users how "trending" works (#1458)Aurélien Béranger2019-01-141-0/+6
| | | | | | | | | | * Get the INTERVAL_DAYS const in the video-trending component * Change Trending section title * Add a tooltip to explain how trending section works * Minor CSS fix for the my-feed popover next to the titlepage
* Implement contact form on server sideChocobozzz2019-01-101-0/+4
|
* Add error when email system is not configured and using the forgotChocobozzz2018-12-051-0/+4
| | | | password system