aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Rename studio to editorChocobozzz2022-03-221-1/+1
|
* Add latency setting supportChocobozzz2022-03-091-0/+3
|
* Add basic video editor supportChocobozzz2022-02-281-0/+3
|
* Add ability to redirect users on external authChocobozzz2021-12-031-0/+12
|
* Made the video channels limit (per user) server-wide configurable (#4491)Florian CUNY2021-10-261-1/+5
| | | | | | | | | | | | | | | * 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 admin edition disabling featureChocobozzz2021-10-141-1/+6
|
* Allow configuration to be static/readonly (#4315)Jelle Besseling2021-10-121-0/+3
| | | | | | | | | | | * 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-181-1/+3
|
* Fix client lintChocobozzz2021-08-171-12/+12
|
* Use HTML config when possibleChocobozzz2021-06-041-5/+3
|
* Implemented configurable minimum signup agePoslovitch2021-05-281-1/+3
| | | | | | | | | | | | | | 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-13/+35
| | | | | | | | | | | | | | | | | * 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
* Add ability to update torrents cache in clientChocobozzz2021-02-181-0/+3
|
* Improve edit config submit errorChocobozzz2021-02-101-0/+19
|
* Add missing live config validatorsChocobozzz2021-02-101-5/+8
|
* Split admin conf pageChocobozzz2021-02-101-245/+35
|
* Add fragment support in admin conf pageChocobozzz2021-02-101-2/+16
|
* Add ability to set a custom quotaChocobozzz2021-02-101-1/+2
|
* Support custom value in ng-selectChocobozzz2021-02-101-23/+19
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-0/+5
|
* Support transcoding profile in client adminChocobozzz2021-01-281-1/+17
|
* move from trending routes to alg paramRigel Kent2021-01-281-8/+10
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-281-0/+10
|
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-131-0/+4
|
* Add more hints regarding live portChocobozzz2021-01-111-0/+4
|
* Use -1 for max live duration unlimitedChocobozzz2020-12-151-5/+1
|
* slightly clearer layout of transcoding configurationRigel Kent2020-12-141-0/+24
|
* Automatically enable videos auto block on signupChocobozzz2020-11-181-0/+28
|
* Try to fix live segments checkChocobozzz2020-11-101-2/+8
|
* Add max lives limitChocobozzz2020-11-091-0/+2
|
* Check live duration and sizeChocobozzz2020-11-091-1/+29
|
* Live streaming implementation first stepChocobozzz2020-11-091-0/+31
|
* 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
* Use ng select for multiselectChocobozzz2020-08-111-22/+11
|
* Reorganize client shared modulesChocobozzz2020-06-231-9/+7
|
* First implem global searchChocobozzz2020-06-101-0/+16
|
* Support broadcast messagesChocobozzz2020-05-291-0/+6
|
* Remove deprecated NgbTabsetModule moduleChocobozzz2020-04-011-6/+7
|
* hide RSS for comments, normalize video-channel edit with account editRigel Kent2020-03-121-1/+1
|
* Properly scroll to anchors in links, especially in admin configRigel Kent2020-03-111-2/+27
|
* Fix admin config form for auto followChocobozzz2020-01-211-2/+4
|
* Add description for sensitive configuration options, reword othersRigel Kent2020-01-151-0/+2
|
* Add warning if admin disables webtorrentChocobozzz2020-01-061-22/+51
|
* Fix misplaced i18n tag in admin system configRigel Kent2020-01-061-1/+1
|
* Add checkbox focus shadows, and admin resolution descriptionsRigel Kent2020-01-061-2/+3
|
* Lazy load static objectsChocobozzz2019-12-181-9/+14
|
* Fix testsChocobozzz2019-11-271-1/+1
|
* Add audio-only option to transcoders and playerfrankdelange2019-11-251-0/+4
| | | | | | | | This patch adds an audio-only option to PeerTube by means of a new transcoding configuration which creates mp4 files which only contain an audio stream. This new transcoder has a resolution of '0' and is presented in the preferences and in the player resolution menu as 'Audio-only' (localised). When playing such streams the player shows the file thumbnail as background and disables controls autohide. Audio-only files can be shared and streamed just like any other file. They can be downloaded as well, the resulting file will be an mp4 container with a single audio stream. This patch is a proof of concept to show the feasibility of 'true' audio-only support. There are better ways of doing this which also enable multiple audio streams for a given video stream (e.g. DASH) but as this would entail a fundamental change in the way PeerTube works it is a bridge too far for a simple proof of concept.