aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/config/edit-custom-config
Commit message (Collapse)AuthorAgeFilesLines
* Split admin conf pageChocobozzz2021-02-1014-1427/+1590
|
* Add fragment support in admin conf pageChocobozzz2021-02-102-3/+17
|
* Add ability to set a custom quotaChocobozzz2021-02-102-15/+20
|
* Support custom value in ng-selectChocobozzz2021-02-103-57/+49
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-082-0/+38
|
* add best trending strategy based on Reddit's bestRigel Kent2021-02-041-0/+2
| | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet.
* add description to live transcoding profile selectorRigel Kent2021-01-291-9/+16
|
* add description to transcoding profile selectorRigel Kent2021-01-281-8/+15
|
* Support transcoding profile in client adminChocobozzz2021-01-282-1/+45
|
* move from trending routes to alg paramRigel Kent2021-01-282-23/+27
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-282-3/+30
|
* only count comments from people other than the video authorRigel Kent2021-01-281-0/+1
|
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-151-1/+1
| | | | | | | | | | | | | | * stricter youtubedl format selectors make sure selectors avoid av1, and otherwise match as closely to the maximum resolution enabled for transcoding * add support for merge formats in youtubedl * avoid vp9.2 in youtubedl to avoid any HDR * move getEnabledResolutions, safer replace of imported extension * add test for youtube-dl selectors
* add admin reminder in case of transcode with no selected resolution to generateRigel Kent2021-01-131-0/+4
|
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-131-0/+4
|
* Fix twitter config descriptionChocobozzz2021-01-111-1/+2
| | | | It's not optional
* Add more hints regarding live portChocobozzz2021-01-112-2/+7
|
* Fix ng-select widthChocobozzz2020-12-151-5/+4
|
* Use -1 for max live duration unlimitedChocobozzz2020-12-153-15/+9
|
* Fix ng select in adminChocobozzz2020-12-152-8/+12
|
* restore live transcoding to live streaming tabRigel Kent2020-12-141-84/+71
|
* slightly clearer layout of transcoding configurationRigel Kent2020-12-143-128/+236
|
* admin config: fix typokontrollanten2020-12-111-1/+1
| | | https://www.grammarly.com/blog/know-your-latin-i-e-vs-e-g/
* Fix duplicate ids in admin config formChocobozzz2020-12-011-3/+3
|
* Added Markdown formatting in all the fields of the "About" page (#3371)Florian CUNY2020-11-301-15/+15
| | | | | | | | | | | | | * Added Markdown formatting in all the fields of the "About" page Fixes https://github.com/Chocobozzz/PeerTube/issues/3368 * Fixed compilation error in AboutInstanceComponent Moved creationReason, maintenanceLifetime and businessModel into the html dict * Removed textareaHeight for all md textareas in EditCustomConfig HTML * Fixed failing bundlewatch
* Create a dedicated transcoding tab in admin configChocobozzz2020-11-261-135/+133
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-1/+1
|
* add explicit numbers in configuration number inputsRigel Kent2020-11-212-21/+48
| | | | fixes #1346
* Automatically enable videos auto block on signupChocobozzz2020-11-183-0/+35
|
* reword unclear sentences, check for grammarRigel Kent2020-11-121-4/+4
| | | | fixes #3222
* Try to fix live segments checkChocobozzz2020-11-101-2/+8
|
* Add max lives limitChocobozzz2020-11-092-0/+12
|
* Check live duration and sizeChocobozzz2020-11-092-37/+95
|
* Live streaming implementation first stepChocobozzz2020-11-092-1/+113
|
* 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
* adapt my-select-checkbox placeholder to its contextRigel Kent2020-08-111-0/+2
|
* Use ng select for multiselectChocobozzz2020-08-113-32/+27
|
* add and document new additional video extensions supported at uploadRigel Kent2020-08-101-1/+1
|
* Add P2P concept for HLS configChocobozzz2020-06-241-1/+1
|
* Reorganize client shared modulesChocobozzz2020-06-231-9/+7
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-131-0/+1
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* rephrase warning for self-hostable servicesRigel Kent2020-06-111-2/+2
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-5/+5
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* smaller miniature average size in fluid grid, updated admin instructions for ↵Rigel Kent2020-06-101-31/+38
| | | | global search
* First implem global searchChocobozzz2020-06-103-4/+102
|
* Support broadcast messagesChocobozzz2020-05-293-2/+65
|
* Add maximized mode to markdown-textarea + CSS improvements (#2660)Kim2020-04-282-18/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add arrows-angle-contract/expand bootstrap icons * Add grey textarea-background-color * Add maximized support to markdown-textarea + improve column display * Refactor CSS + add ResizeObservable * Replace bootstrap icons with softies * Add ResizeObserver typing definition * Add focus on textarea + Fix Observables * Propage component changes on markdown plugins * Ignore ResizeObserver not implemented in typescript yet * Move observers from constructor to click event * Add scss and css variables * Replace textareaWidth with textareaMaxWidth to fix others textareas * Clean unused css rules * Fix ResizeObserver unknown by TypeScript compiler * Set max-width: 100% for small and mobile views * Fix textarea/preview height on maximized mode * Add common padding textarea/preview side-by-side * Hide scrollbar sub-menu on small-views * Add maximized mode for mobile views * Fix sass calculate syntax * Revert custom CSS variable for inputBorderRadius and inputBorderColor * Remove unsued methods * Fix missing implement method Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Improving select displays, focus box-shadows for paginators, instructions ↵Rigel Kent2020-04-131-17/+18
| | | | for index url
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-021-19/+19
|