aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils
Commit message (Collapse)AuthorAgeFilesLines
* Update server dependenciesChocobozzz2020-04-011-2/+2
|
* Tests for viewsPerDayRigel Kent2020-03-311-3/+6
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-271-1/+2
|
* Implement pagination for overviews endpointChocobozzz2020-03-111-6/+21
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-0/+9
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata
* Move to eslintcontainChocobozzz2020-02-0325-231/+242
|
* Fix transcodingChocobozzz2020-01-291-1/+1
|
* Add tests for video downscale framerate matchingRigel Kent2020-01-291-1/+24
|
* Cleanup server fixmeChocobozzz2020-01-281-1/+0
|
* Add ability to list redundanciesChocobozzz2020-01-282-5/+83
|
* Remove HLS torrentsChocobozzz2020-01-241-1/+1
|
* Fix e2e testsChocobozzz2020-01-231-8/+6
|
* Use a filtered proxy without variablesChocobozzz2020-01-221-1/+1
|
* Fix default avatar URLChocobozzz2020-01-101-1/+1
|
* Rebuild creditsChocobozzz2020-01-091-1/+1
| | | | Had to update the script now we use weblate
* Return an error on invalid count paginationChocobozzz2020-01-091-2/+10
|
* Add ability to skip count queryChocobozzz2020-01-081-1/+2
|
* Update validator dependencyChocobozzz2020-01-071-1/+1
|
* Tests for totalRepliesFromVideoAuthorRigel Kent2020-01-031-1/+1
|
* Add test to search in my videosChocobozzz2019-12-301-1/+2
|
* Fix playlist searchChocobozzz2019-12-271-2/+3
|
* Serve audit logs to clientChocobozzz2019-12-111-1/+14
|
* Add action hooks to user routesChocobozzz2019-12-061-1/+2
|
* 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-252-2/+4
| | | | In favour of HLS
* Remove unused function searchVideoWithPaginationFlorent F2019-11-041-21/+0
|
* Add hardware information in instance configChocobozzz2019-09-051-0/+1
|
* Add creation reasonChocobozzz2019-09-051-0/+1
|
* Add welcome modalChocobozzz2019-09-051-26/+3
|
* Add more attributes to about pageChocobozzz2019-09-051-0/+10
|
* Add auto follow instances index supportChocobozzz2019-09-042-0/+39
|
* Add auto follow back support for instancesChocobozzz2019-09-042-6/+52
|
* Add avatar to prune scriptChocobozzz2019-08-092-4/+7
|
* Automatically remove bad followingsChocobozzz2019-08-061-0/+9
|
* Fix multiple server testsChocobozzz2019-08-011-1/+2
|
* Fix broken playlist apiChocobozzz2019-08-012-7/+6
|
* Improve nginx client images cacheChocobozzz2019-07-291-1/+5
|
* Add gitlab ci supportChocobozzz2019-07-294-9/+13
|
* 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-242-9/+91
|
* Add CLI plugins testsChocobozzz2019-07-241-9/+12
|
* WIP plugins: update pluginChocobozzz2019-07-241-1/+21
|
* WIP plugins: move plugin CLI in peertube scriptChocobozzz2019-07-247-14/+166
| | | | 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