aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/server/config.ts
Commit message (Collapse)AuthorAgeFilesLines
* Introduce config commandChocobozzz2021-07-201-260/+0
|
* Implemented configurable minimum signup agePoslovitch2021-05-281-1/+2
| | | | | | | | | | | | | | 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
* Refactor a little bit live testsChocobozzz2021-05-071-1/+14
|
* Add ability to update torrents cache in clientChocobozzz2021-02-181-0/+3
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-0/+2
|
* add best trending strategy based on Reddit's bestRigel Kent2021-02-041-1/+1
| | | | | | 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.
* Support transcoding options/encoders by pluginsChocobozzz2021-01-281-0/+2
|
* move from trending routes to alg paramRigel Kent2021-01-281-6/+8
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-281-1/+9
|
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-131-0/+2
|
* Use -1 for max live duration unlimitedChocobozzz2020-12-151-1/+1
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-6/+6
|
* Add max lives limitChocobozzz2020-11-091-0/+2
|
* Check live duration and sizeChocobozzz2020-11-091-0/+2
|
* Live streaming implementation first stepChocobozzz2020-11-091-0/+15
|
* Reorganize client shared modulesChocobozzz2020-06-231-1/+1
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* First implem global searchChocobozzz2020-06-101-0/+12
|
* Support broadcast messagesChocobozzz2020-05-291-0/+6
|
* Fix testsChocobozzz2020-05-131-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/+3
| | | | In favour of HLS
* Add hardware information in instance configChocobozzz2019-09-051-0/+1
|
* Add creation reasonChocobozzz2019-09-051-0/+1
|
* Add more attributes to about pageChocobozzz2019-09-051-0/+10
|
* Add auto follow back support for instancesChocobozzz2019-09-041-2/+15
|
* WIP plugins: add theme supportChocobozzz2019-07-241-0/+3
|
* Fix notification overflowChocobozzz2019-06-131-1/+2
|
* Add audio support in uploadChocobozzz2019-05-161-0/+1
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-0/+156
Because they need dev dependencies