aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/config/edit-custom-config
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Move to sass moduleChocobozzz2021-06-281-2/+2
|
* Move to sass @useChocobozzz2021-06-281-2/+2
|
* Bidi supportChocobozzz2021-06-071-2/+4
|
* 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-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
|