aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
* Implement pagination for overviews endpointChocobozzz2020-03-112-18/+39
|
* Action hook: thread replies loaded (#2550)BitTube2020-03-111-0/+2
| | | | | | | | | | | | | * Add thread replies hook onLoaded * Cleaning spaces * Fixing travis CI lint errors (spaces) * Fixing travis 'irregular whitespace not allowed' * Changing action name for consistency Co-authored-by: ICabaleiro <i.cabaleiro@devcups.com>
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-104-0/+41
| | | | | | | | | | | | | | | | | | | * 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
* Add action hook, comments loaded (#2539)Chocobozzz2020-03-051-0/+2
| | | | | | * Adding action hook for video watch comments loaded * Adding requested changes for PR #2539
* Update dependenciesChocobozzz2020-02-282-4/+4
|
* Make the search helper change based on the server configRigel Kent2020-02-131-0/+7
|
* Strict templates enabledChocobozzz2020-02-101-1/+1
|
* Fix accept languages in testsChocobozzz2020-02-061-1/+3
|
* Add hu and th localesChocobozzz2020-02-041-19/+23
|
* Move to eslintcontainChocobozzz2020-02-0344-299/+333
|
* Add url field in caption and use it for thumbnailsChocobozzz2020-01-303-5/+6
|
* Fix transcodingChocobozzz2020-01-291-1/+1
|
* Add tests for video downscale framerate matchingRigel Kent2020-01-291-1/+24
|
* Downsample to the closest divisor standard framerateRigel Kent2020-01-291-3/+5
|
* Cleanup server fixmeChocobozzz2020-01-281-1/+0
|
* Add ability to list redundanciesChocobozzz2020-01-2810-18/+138
|
* Remove HLS torrentsChocobozzz2020-01-241-1/+1
|
* Fix e2e testsChocobozzz2020-01-231-8/+6
|
* Use a filtered proxy without variablesChocobozzz2020-01-221-1/+1
|
* Add informational message at login for visitors coming from upload buttonRigel Kent2020-01-101-0/+8
| | | | resolves #1880
* 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
|
* Share playlists stateChocobozzz2020-01-062-8/+8
|
* Tests for totalRepliesFromVideoAuthorRigel Kent2020-01-031-1/+1
|
* Improve SQL query for my special playlistsChocobozzz2020-01-031-1/+10
|
* Add miniature quick actions to add video to Watch later playlistRigel Kent2020-01-021-0/+5
|
* Add test to search in my videosChocobozzz2019-12-301-1/+2
|
* Add author indicator to the comment replies loaderRigel Kent2019-12-281-0/+1
|
* Fix playlist searchChocobozzz2019-12-271-2/+3
|
* autoplay next video support for playlistsRigel Kent2019-12-132-0/+2
|
* Add internal privacy modeChocobozzz2019-12-122-2/+3
|
* Serve audit logs to clientChocobozzz2019-12-112-2/+15
|
* Add action hooks to user routesChocobozzz2019-12-062-2/+19
|
* Add ability to update icons contentChocobozzz2019-12-051-1/+6
|
* Add hook to alter player build optionsChocobozzz2019-12-051-1/+5
|
* Improve 4k resolution bitrateChocobozzz2019-12-051-2/+2
|
* Ensure local actors preferredName don't already existChocobozzz2019-12-051-11/+11
| | | | | | | | | | | | Before applying this commit, check you don't have duplicates local actors in your database: select "preferredUsername" from actor where "serverId" is null group by "preferredUsername" having count(*) > 0 If you have some results, it seems you have duplicate channels/accounts. For every entry, you'll have to change the preferredUsername of the entry you want (so they are unique). The updated actors could have some federations issues. Sorry.
* Add ability to filter per job typeChocobozzz2019-12-042-15/+37
|
* Fix retrieving of deleted comments when subscribing to a new instanceJulien Maulny2019-12-041-0/+2
|
* Soft delete video comments instead of detroyJulien Maulny2019-12-042-0/+13
|
* Filter on follows actor types in about pageChocobozzz2019-11-291-6/+26
|
* Only display accepted followers/followings in about pageChocobozzz2019-11-281-4/+7
|
* (plugins) adding signup scope and init hook, modifying ↵Rigel Kent2019-11-253-4/+11
| | | | ensureUserRegistrationAllowed allowedParams
* Add audio-only option to transcoders and playerfrankdelange2019-11-253-0/+7
| | | | | | | | 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-259-31/+65
| | | | In favour of HLS
* Video-watch hooks modifications for videojsRigel Kent2019-11-181-0/+2
|
* Make build worksChocobozzz2019-11-131-3/+1
|