aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/config.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update dependenciesChocobozzz2020-02-281-1/+1
|
* Refactor email enabled functionChocobozzz2020-02-171-1/+6
|
* Move to eslintcontainChocobozzz2020-02-031-2/+2
|
* Add ability to list redundanciesChocobozzz2020-01-281-2/+2
|
* Use a proxy for youtube-dl to avoid travis errorsChocobozzz2020-01-211-1/+5
|
* Add max file size, max files and ip anonymize log optionsChocobozzz2019-12-121-1/+6
|
* Add audio-only option to transcoders and playerfrankdelange2019-11-251-0/+1
| | | | | | | | 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.
* Add ability to disable webtorrentChocobozzz2019-11-251-0/+3
| | | | In favour of HLS
* Add hardware information in instance configChocobozzz2019-09-051-0/+1
|
* Add creation reasonChocobozzz2019-09-051-0/+2
|
* Add more attributes to about pageChocobozzz2019-09-051-0/+10
|
* Add auto follow back support for instancesChocobozzz2019-09-041-0/+17
|
* email object -> email subjectChocobozzz2019-08-221-2/+2
|
* Check latest plugins version with config intervalChocobozzz2019-07-241-1/+2
|
* Add ability to search available pluginsChocobozzz2019-07-241-0/+6
|
* WIP plugins: add theme supportChocobozzz2019-07-241-0/+3
|
* WIP plugins: add ability to register pluginsChocobozzz2019-07-241-1/+2
|
* Add rate limit to registration and API endpointsChocobozzz2019-07-041-0/+8
|
* Add 4k conf in transcoding in admin panelChocobozzz2019-06-121-1/+2
|
* Feature/logrotation (#1881)Nassim Bounouas2019-06-111-1/+2
| | | | | | | | | | | | | | * #1775 Configure the activation or deactivation of winston log rotation * Winston log rotation enabled by default #1775 * #1775 tslint correction * #1775 FileTransportOptions typed and configuration files * #1775 tslint correction * #1775 log.rotation.enabled configuration binding
* Merge branch 'feature/audio-upload' into developChocobozzz2019-05-211-0/+1
|\
| * Add audio support in uploadChocobozzz2019-05-161-0/+1
| |
* | Allow to control emails prefix and signature with config (#1789)Yohan Boniface2019-05-171-0/+8
|/ | | | | | * Allow to control emails prefix and signature with config * Adapt email config according to @Chocobozzz review
* Allow to control RATES_LIMIT from configuration (#1787)Yohan Boniface2019-04-261-0/+10
| | | | | | * Allow to control RATES_LIMIT from configuration * @Chocobozzz review (squash me)
* Add ability to delete old remote viewsChocobozzz2019-04-121-0/+7
|
* Add ability to limit videos history sizeChocobozzz2019-04-111-3/+8
|
* Move config in its own fileChocobozzz2019-04-111-0/+255