aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params
Commit message (Collapse)AuthorAgeFilesLines
* preserve original variable names server-sideRigel Kent2020-06-102-3/+3
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-102-3/+3
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* Fix testsChocobozzz2020-06-101-2/+5
|
* Add search target check paramsChocobozzz2020-06-101-2/+77
|
* First implem global searchChocobozzz2020-06-101-0/+12
|
* Support broadcast messagesChocobozzz2020-05-291-0/+6
|
* Add ability to bulk delete commentsChocobozzz2020-05-292-0/+89
|
* Fix external auth email/password updateChocobozzz2020-05-201-1/+1
| | | | Also check if an actor does not already exist when creating the user
* Use video abuse filters on client sideChocobozzz2020-05-071-0/+16
|
* Add ability for video owners to delete commentsChocobozzz2020-05-051-4/+42
|
* Increase video comments limitChocobozzz2020-05-051-2/+2
|
* Add external login testsChocobozzz2020-05-041-0/+13
|
* Refactor follow/mute as modals in admin, add actions in abuse listRigel Kent2020-04-141-6/+6
|
* Implement pagination for overviews endpointChocobozzz2020-03-112-0/+34
|
* Creating a user with an empty password will send an email to let him set his ↵John Livingston2020-02-171-1/+47
| | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests
* Move to eslintcontainChocobozzz2020-02-0325-105/+85
|
* Add ability to list redundanciesChocobozzz2020-01-281-6/+135
|
* Add ability to skip count queryChocobozzz2020-01-082-2/+5
|
* Fix my-account{videos,video-playlists} loading mecanismRigel Kent2019-12-291-1/+1
|
* Add ability to filter per job typeChocobozzz2019-12-041-0/+12
|
* Filter on follows actor types in about pageChocobozzz2019-11-291-2/+24
|
* Only display accepted followers/followings in about pageChocobozzz2019-11-281-1/+43
|
* 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/+24
| | | | In favour of HLS
* Fix caption validators testChocobozzz2019-10-181-16/+17
|
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-241-0/+8
| | | | | | | | | | | | | | | | | | | | | | * 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
* Add hardware information in instance configChocobozzz2019-09-051-0/+1
|
* Add creation reasonChocobozzz2019-09-051-0/+1
|
* Add welcome modalChocobozzz2019-09-051-1/+19
|
* Add more attributes to about pageChocobozzz2019-09-051-0/+10
|
* Add auto follow back support for instancesChocobozzz2019-09-042-3/+23
|
* Fix broken playlist apiChocobozzz2019-08-013-36/+26
|
* Moderators can only manage usersChocobozzz2019-07-301-30/+136
|
* Add public settings endpointChocobozzz2019-07-261-5/+5
|
* Fix express validatorChocobozzz2019-07-251-1/+1
|
* Add plugin API testsChocobozzz2019-07-241-1/+13
|
* Add CLI plugins testsChocobozzz2019-07-241-1/+12
|
* Add plugins check params testsChocobozzz2019-07-242-0/+475
|
* WIP plugins: add theme supportChocobozzz2019-07-241-0/+3
|
* Feature/subject in contact form (#1926)Nassim Bounouas2019-06-211-0/+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/+23
|
* Fix notification overflowChocobozzz2019-06-131-1/+2
|
* Add more embed parametersChocobozzz2019-06-111-2/+1
|
* Improve registrationChocobozzz2019-06-071-0/+7
| | | | | | | * 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
* Add ability to unpublish video/playlistChocobozzz2019-06-061-12/+0
|
* Server: Bulk update videos support fieldChocobozzz2019-05-311-2/+10
|
* Add pagination to account video channels endpointChocobozzz2019-05-291-1/+23
|
* Multi step registrationChocobozzz2019-05-291-0/+7
|
* Add ability to specify channel on registrationChocobozzz2019-05-281-2/+26
|