aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/server
Commit message (Collapse)AuthorAgeFilesLines
* Fix testsChocobozzz2020-05-131-1/+1
|
* Add external login testsChocobozzz2020-05-041-1/+23
|
* Add SQL query support in pluginsChocobozzz2020-04-091-1/+2
|
* Move to eslintcontainChocobozzz2020-02-037-90/+89
|
* Add ability to list redundanciesChocobozzz2020-01-281-3/+67
|
* Tests for totalRepliesFromVideoAuthorRigel Kent2020-01-031-1/+1
|
* Add ability to filter per job typeChocobozzz2019-12-041-12/+34
|
* Filter on follows actor types in about pageChocobozzz2019-11-291-6/+26
|
* Only display accepted followers/followings in about pageChocobozzz2019-11-281-4/+7
|
* 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
|
* Fix broken playlist apiChocobozzz2019-08-011-3/+2
|
* Add gitlab ci supportChocobozzz2019-07-292-3/+6
|
* Add plugin translation systemChocobozzz2019-07-261-0/+16
|
* Add public settings endpointChocobozzz2019-07-261-1/+17
|
* Add hook filters testsChocobozzz2019-07-242-2/+8
|
* Add plugin API testsChocobozzz2019-07-241-9/+81
|
* WIP plugins: update pluginChocobozzz2019-07-241-1/+21
|
* WIP plugins: move plugin CLI in peertube scriptChocobozzz2019-07-242-6/+133
| | | | Install/uninstall/list plugins remotely
* WIP plugins: add theme supportChocobozzz2019-07-241-0/+3
|
* Feature/subject in contact form (#1926)Nassim Bounouas2019-06-211-0/+2
| | | | | | | | * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction
* Fix notification overflowChocobozzz2019-06-131-1/+2
|
* Upgrade server dependenciesChocobozzz2019-06-061-8/+16
|
* Improve 4K video quality after transcodingChocobozzz2019-06-061-1/+1
|
* Add audio support in uploadChocobozzz2019-05-161-0/+1
|
* All API tests in parallelChocobozzz2019-05-151-1/+1
|
* Redundancy and search tests in parallel tooChocobozzz2019-05-141-1/+1
|
* Use test wrapper exit functionChocobozzz2019-04-241-14/+37
|
* Fix rerunserver functionChocobozzz2019-04-241-20/+24
|
* Try to fix travisChocobozzz2019-04-241-39/+37
|
* Use parallel testsChocobozzz2019-04-241-10/+76
|
* Cleanup testsChocobozzz2019-04-241-45/+48
|
* Shared utils -> extra-utilsChocobozzz2019-04-249-0/+668
Because they need dev dependencies