aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api
Commit message (Collapse)AuthorAgeFilesLines
* Add audio only transcoding testsChocobozzz2019-11-251-1/+1
|
* Add audio-only option to transcoders and playerfrankdelange2019-11-251-0/+2
| | | | | | | | 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-252-5/+13
| | | | In favour of HLS
* Add plugin hook on registrationChocobozzz2019-10-251-1/+7
|
* Update server dependenciesChocobozzz2019-10-211-2/+2
|
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | * Start working on autoplay of next video * Ignore changes made by gitpod * Apply changes from PR#1370 * Correct the spelling of recommendations * Fix linting errors * Move boolean check to existing onEnded handler * Pick a random video until the recommendations are improved * Add simple tests for autoPlayNextVideo * Fix lint ...again
* Update default value for commentsEnabledFrank Sträter2019-09-181-2/+2
|
* Add hardware information in instance configChocobozzz2019-09-051-0/+3
|
* Add creation reasonChocobozzz2019-09-051-0/+2
|
* Add config instance warning modalChocobozzz2019-09-051-6/+6
|
* Add welcome modalChocobozzz2019-09-051-9/+13
|
* Add more attributes to about pageChocobozzz2019-09-051-1/+20
|
* Add auto follow back support for instancesChocobozzz2019-09-043-1/+17
|
* Hide video abuses from muted accountsChocobozzz2019-08-291-2/+11
|
* Fix default true values when uploding videosChocobozzz2019-08-282-3/+3
|
* Bug fix logical and/or boolean selectorFrank Sträter2019-08-281-2/+2
|
* Type toActivityPubObject functionsChocobozzz2019-08-211-1/+2
|
* Type toFormattedJSONChocobozzz2019-08-204-19/+8
|
* Cleanup model typesChocobozzz2019-08-202-4/+4
|
* Fix testsChocobozzz2019-08-202-3/+7
|
* Stronger model typingsChocobozzz2019-08-1915-76/+81
|
* Remove comment federation by video ownerChocobozzz2019-08-071-0/+8
|
* Automatically update playlist thumbnailsChocobozzz2019-08-013-24/+55
|
* Fix broken playlist apiChocobozzz2019-08-012-22/+14
|
* Moderators can only manage usersChocobozzz2019-07-301-1/+6
|
* Add gitlab ci supportChocobozzz2019-07-291-3/+3
|
* Add public settings endpointChocobozzz2019-07-261-8/+24
|
* Change plugin models namesChocobozzz2019-07-241-2/+2
|
* Correctly notify on auto blacklistChocobozzz2019-07-243-14/+17
|
* Add plugin static files cacheChocobozzz2019-07-241-3/+3
|
* Add filter hooks testsChocobozzz2019-07-243-13/+27
|
* Add hook filters testsChocobozzz2019-07-242-8/+12
|
* Add plugin API testsChocobozzz2019-07-241-3/+6
|
* Add server hooksChocobozzz2019-07-242-18/+54
|
* Use process.env.npm_package_versionChocobozzz2019-07-241-29/+34
|
* Check latest plugins versionChocobozzz2019-07-241-0/+6
|
* Add ability to search available pluginsChocobozzz2019-07-241-3/+25
|
* WIP plugins: update pluginChocobozzz2019-07-241-9/+29
|
* WIP plugins: move plugin CLI in peertube scriptChocobozzz2019-07-241-4/+12
| | | | Install/uninstall/list plugins remotely
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-241-7/+20
|
* WIP plugins: list installed plugins in clientChocobozzz2019-07-241-2/+2
|
* WIP plugins: plugin settings on server sideChocobozzz2019-07-242-0/+123
|
* WIP plugins: load theme on client sideChocobozzz2019-07-241-2/+3
|
* WIP plugins: add theme supportChocobozzz2019-07-242-15/+29
|
* WIP plugins: hook on client sideChocobozzz2019-07-241-1/+18
|
* Add rate limit to registration and API endpointsChocobozzz2019-07-042-5/+23
|
* Feature/subject in contact form (#1926)Nassim Bounouas2019-06-211-1/+1
| | | | | | | | * #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
* Add language filters in user preferencesChocobozzz2019-06-191-0/+1
|
* Add 4k conf in transcoding in admin panelChocobozzz2019-06-121-1/+2
|
* Handle email update on serverChocobozzz2019-06-112-11/+23
|