aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add more CLI testsChocobozzz2019-06-131-2/+6
|
* Fix notification overflowChocobozzz2019-06-131-1/+2
|
* Handle email update on serverChocobozzz2019-06-111-2/+5
|
* Fix upload scriptChocobozzz2019-06-111-1/+4
|
* Improve registrationChocobozzz2019-06-071-1/+5
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Upgrade server dependenciesChocobozzz2019-06-063-18/+37
|
* Improve 4K video quality after transcodingChocobozzz2019-06-061-1/+1
|
* Server: Bulk update videos support fieldChocobozzz2019-05-312-4/+6
|
* Remove unused actor uuid fieldChocobozzz2019-05-312-3/+2
|
* Add pagination to account video channels endpointChocobozzz2019-05-291-7/+21
|
* Add ability to specify channel on registrationChocobozzz2019-05-281-2/+25
|
* Add audio support in uploadChocobozzz2019-05-161-0/+1
|
* All API tests in parallelChocobozzz2019-05-154-22/+23
|
* Redundancy and search tests in parallel tooChocobozzz2019-05-142-2/+2
|
* Use test wrapper exit functionChocobozzz2019-04-243-19/+46
|