aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/config
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to filter menu linksChocobozzz2021-06-071-0/+1
|
* Use HTML config when possibleChocobozzz2021-06-045-13/+9
|
* Add ability to set custom markdown in descriptionChocobozzz2021-05-314-7/+18
|
* Add help to custom markdown textareaChocobozzz2021-05-311-0/+3
|
* Implemented configurable minimum signup agePoslovitch2021-05-283-3/+18
| | | | | | | | | | | | | | 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-277-35/+130
| | | | | | | | | | | | | | | | | * 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
|
* Move to stylelintChocobozzz2021-04-281-2/+3
|
* Clearer nsfw "do not list" labelChocobozzz2021-04-281-2/+2
|
* Use server config to display supported videos extChocobozzz2021-04-272-1/+5
|
* Fix updating transcoding profilesChocobozzz2021-04-084-8/+23
|
* Add ability to update torrents cache in clientChocobozzz2021-02-183-1/+18
|
* Use new doc website linksChocobozzz2021-02-121-1/+1
|
* Link to auto follow documentationChocobozzz2021-02-121-1/+1
|
* Improve edit config submit errorChocobozzz2021-02-103-4/+34
|
* Add missing live config validatorsChocobozzz2021-02-102-5/+10
|
* Small edit config refactorChocobozzz2021-02-109-61/+136
|
* Split admin conf pageChocobozzz2021-02-1015-1428/+1603
|
* Add fragment support in admin conf pageChocobozzz2021-02-102-3/+17
|
* Add ability to set a custom quotaChocobozzz2021-02-103-37/+45
|
* 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
|