aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
Commit message (Collapse)AuthorAgeFilesLines
* Remove HLS torrentsChocobozzz2020-01-242-7/+6
|
* Use a filtered proxy without variablesChocobozzz2020-01-221-5/+1
|
* Fix subscriptions testsChocobozzz2020-01-101-1/+1
|
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-082-6/+3
|
* Add ability to skip count queryChocobozzz2020-01-083-2/+14
|
* Tests for totalRepliesFromVideoAuthorRigel Kent2020-01-032-1/+33
|
* Improve SQL query for my special playlistsChocobozzz2020-01-031-2/+3
|
* Add miniature quick actions to add video to Watch later playlistRigel Kent2020-01-021-2/+4
|
* Add test to search in my videosChocobozzz2019-12-301-0/+18
|
* Fix my-account{videos,video-playlists} loading mecanismRigel Kent2019-12-291-1/+1
|
* Fix playlist searchChocobozzz2019-12-271-0/+19
|
* Don't notify on muted instanceChocobozzz2019-12-191-6/+204
|
* Add internal privacy modeChocobozzz2019-12-121-30/+98
|
* Serve audit logs to clientChocobozzz2019-12-111-49/+96
|
* Add ability to search by UUIDChocobozzz2019-12-091-0/+10
|
* Add missing hotkeys to the watch pageChocobozzz2019-12-061-2/+2
|
* Add ability to filter per job typeChocobozzz2019-12-043-13/+58
|
* Move deleted comment on new follow testsChocobozzz2019-12-042-87/+108
|
* Fix retrieving of deleted comments when subscribing to a new instanceJulien Maulny2019-12-041-0/+45
|
* Soft delete video comments instead of detroyJulien Maulny2019-12-042-14/+66
|
* Filter on follows actor types in about pageChocobozzz2019-11-296-49/+135
|
* Only display accepted followers/followings in about pageChocobozzz2019-11-282-5/+65
|
* Fix testsChocobozzz2019-11-271-2/+6
|
* Add codec information in HLS playlistChocobozzz2019-11-262-3/+6
|
* Fix lintJulien Maulny2019-11-251-1/+1
|
* Add audio only transcoding testsChocobozzz2019-11-252-0/+109
|
* Add audio-only option to transcoders and playerfrankdelange2019-11-252-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.
* Don't always replace actor avatarChocobozzz2019-11-251-1/+1
|
* Add ability to disable webtorrentChocobozzz2019-11-253-66/+154
| | | | In favour of HLS
* Fix misc testsChocobozzz2019-10-221-1/+1
|
* Add tsconfig-paths registration to mochaChocobozzz2019-10-214-6/+8
|
* Fix caption validators testChocobozzz2019-10-181-16/+17
|
* Try to fix testsChocobozzz2019-09-241-2/+6
|
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-242-0/+21
| | | | | | | | | | | | | | | | | | | | | | * 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
* fix a few typos (#2141)Lukas Winkler2019-09-231-1/+1
| | | | | | | | * fix a few typos * apply changes to original files instead * additional correction
* Fix testsChocobozzz2019-09-181-1/+1
|
* Add hardware information in instance configChocobozzz2019-09-052-0/+15
|
* Add creation reasonChocobozzz2019-09-052-0/+4
|
* Add welcome modalChocobozzz2019-09-052-3/+38
|
* Add more attributes to about pageChocobozzz2019-09-052-0/+40
|
* Fix testsChocobozzz2019-09-041-0/+4
|
* Add notification on auto follow indexChocobozzz2019-09-041-5/+42
|
* Add auto follow instances index supportChocobozzz2019-09-041-12/+71
|
* Add auto follow back support for instancesChocobozzz2019-09-046-7/+227
|
* Lowercase video tags searchChocobozzz2019-08-291-4/+4
|
* Remove old JSON LD signature implementationChocobozzz2019-08-291-13/+0
| | | | | | | | | Only PeerTube was compatible with it, and the library has moved on RsaSignature2018 and removed RsaSignature2017 support. We had to create a dirty fork of the RsaSignature2017 branch, which is not ideal. Now we use the Mastodon implementation, that most other AP implementations that support JSONLD signatures use.
* Hide video abuses from muted accountsChocobozzz2019-08-291-4/+73
|
* Fix ownership changeChocobozzz2019-08-211-1/+1
|
* Fix redundancy testsChocobozzz2019-08-131-4/+4
|
* Fix redundancy exceeding the limitChocobozzz2019-08-121-4/+2
|