aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/config.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move middleware utils in middlewaresChocobozzz2021-06-031-1/+1
| | | | helpers modules should not import models
* refactor API errors to standard error formatRigel Kent2021-06-021-10/+3
|
* Implemented configurable minimum signup agePoslovitch2021-05-281-0/+1
| | | | | | | | | | | | | | 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
* Add ability to update torrents cache in clientChocobozzz2021-02-181-0/+1
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-0/+2
|
* move from trending routes to alg paramRigel Kent2021-01-281-1/+3
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-281-1/+2
|
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-131-0/+2
|
* Use -1 for max live duration unlimitedChocobozzz2020-12-151-2/+2
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-5/+6
|
* Add max lives limitChocobozzz2020-11-091-0/+2
|
* Check live duration and sizeChocobozzz2020-11-091-6/+34
|
* First implem global searchChocobozzz2020-06-101-1/+8
|
* Support broadcast messagesChocobozzz2020-05-291-0/+5
|
* Refactor email enabled functionChocobozzz2020-02-171-2/+2
|
* Move to eslintcontainChocobozzz2020-02-031-1/+1
|
* Add warning if admin disables webtorrentChocobozzz2020-01-061-1/+1
|
* 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/+17
| | | | In favour of HLS
* Fix express validatorChocobozzz2019-07-251-1/+1
|
* Add peertube plugin index website modelsChocobozzz2019-07-241-2/+3
|
* WIP plugins: add theme supportChocobozzz2019-07-241-1/+4
|
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-081-0/+3
|
* check email enabled for requiresEmailVer configJosh Morel2019-02-181-0/+18
|
* Implement contact form on server sideChocobozzz2019-01-101-2/+17
|
* Add import.video.torrent configurationChocobozzz2018-08-081-0/+1
|
* Add import http enabled configurationChocobozzz2018-08-061-0/+1
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-1/+2
| | | | There is a global instance setting and a per user setting
* Add ability to change the homepageChocobozzz2018-03-011-0/+6
|
* Add ability to update some configuration keysChocobozzz2018-01-171-0/+32