aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api
Commit message (Collapse)AuthorAgeFilesLines
* Fix 500 when adding video in playlistChocobozzz2020-03-191-1/+7
|
* Fix total videos statsChocobozzz2020-03-131-5/+6
|
* Implement pagination for overviews endpointChocobozzz2020-03-111-27/+43
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-3/+15
| | | | | | | | | | | | | | | | | | | * 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
* Update dependenciesChocobozzz2020-02-281-1/+1
|
* Refactor email enabled functionChocobozzz2020-02-171-3/+2
|
* Creating a user with an empty password will send an email to let him set his ↵John Livingston2020-02-171-1/+15
| | | | | | | | | | | | | | | | 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
* Make the search helper change based on the server configRigel Kent2020-02-131-0/+6
|
* Optimize view endpointChocobozzz2020-02-041-2/+2
|
* Upgrade express-rate-limitChocobozzz2020-02-042-5/+1
|
* Move to eslintcontainChocobozzz2020-02-0314-56/+44
|
* Add url field in caption and use it for thumbnailsChocobozzz2020-01-301-1/+1
|
* Downsample to the closest divisor standard framerateRigel Kent2020-01-291-1/+2
|
* Add ability to list redundanciesChocobozzz2020-01-283-7/+91
|
* Adding the request ip for hook filter:api.user.signup.allowed.result (#2416)John Livingston2020-01-201-1/+3
| | | | | | * Adding the request ip for hook filter:api.user.signup.allowed.result * Fix typo
* Add informational message at login for visitors coming from upload buttonRigel Kent2020-01-101-0/+8
| | | | resolves #1880
* Adapt feeds content-type to accept headerRigel Kent2020-01-102-2/+2
|
* Optimize list my playlists SQL queryChocobozzz2020-01-091-3/+3
|
* Add ability to skip count queryChocobozzz2020-01-085-10/+21
|
* Update validator dependencyChocobozzz2020-01-071-2/+2
|
* Share playlists stateChocobozzz2020-01-061-2/+2
|
* Improve SQL query for my special playlistsChocobozzz2020-01-031-4/+3
|
* Add miniature quick actions to add video to Watch later playlistRigel Kent2020-01-021-1/+1
|
* Add search bars for a user's videos and playlist libraryRigel Kent2019-12-281-1/+2
|
* Add playlist search option and search input for add-to-video-playlist dropdownRigel Kent2019-12-261-1/+6
| | | | fixes #2138
* (nodeinfo) add server config to the nodeinfo metadataRigel Kent2019-12-171-28/+31
|
* autoplay next video support for playlistsRigel Kent2019-12-131-0/+1
|
* Add internal privacy modeChocobozzz2019-12-122-16/+12
|
* Fix logs regexChocobozzz2019-12-121-1/+2
|
* Serve audit logs to clientChocobozzz2019-12-111-6/+51
|
* Add action hooks to user routesChocobozzz2019-12-061-5/+20
|
* Add ability to filter per job typeChocobozzz2019-12-041-2/+9
|
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-4/+8
|
* Don't move the caption if it has the right nameChocobozzz2019-12-031-2/+2
|
* Filter on follows actor types in about pageChocobozzz2019-11-291-0/+2
|
* Only display accepted followers/followings in about pageChocobozzz2019-11-281-15/+20
|
* Fix error log when updating redundancyChocobozzz2019-11-271-1/+1
|
* 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
|