aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove unused function searchVideoWithPaginationFlorent F2019-11-041-21/+0
|
* Add plugin hook on registrationChocobozzz2019-10-251-1/+4
|
* Fix federation with some actorsChocobozzz2019-10-231-1/+1
| | | | That don't have a shared inbox, or a URL
* Add 'Most liked videos' pageJulien Maulny2019-10-181-0/+4
|
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-242-0/+2
| | | | | | | | | | | | | | | | | | | | | | * 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
* Add hardware information in instance configChocobozzz2019-09-053-0/+3
|
* Add creation reasonChocobozzz2019-09-053-0/+3
|
* Add welcome modalChocobozzz2019-09-053-28/+14
|
* Add more attributes to about pageChocobozzz2019-09-053-0/+30
|
* Add auto follow instances index supportChocobozzz2019-09-042-0/+39
|
* Add auto follow back support for instancesChocobozzz2019-09-045-8/+71
|
* Fix zh localesChocobozzz2019-09-031-1/+3
|
* Handle reports from mastodonChocobozzz2019-08-302-2/+2
|
* Add fi_FI supportChocobozzz2019-08-221-0/+2
|
* Update translations and support gdChocobozzz2019-08-131-0/+1
|
* 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-016-15/+27
|
* Improve nginx client images cacheChocobozzz2019-07-291-1/+5
|
* Add gitlab ci supportChocobozzz2019-07-294-9/+13
|
* Add plugin translation systemChocobozzz2019-07-263-0/+27
|
* Plugins can update video constantsChocobozzz2019-07-263-0/+15
| | | | Categories, licences and languages
* Add public settings endpointChocobozzz2019-07-263-2/+27
|
* Add setting helper to client pluginsChocobozzz2019-07-261-1/+4
|
* Update translations and support Greek languageChocobozzz2019-07-251-0/+1
|
* Change plugin models namesChocobozzz2019-07-245-15/+24
|
* Add hooks documentationChocobozzz2019-07-242-0/+35
|
* Add plugin static files cacheChocobozzz2019-07-241-0/+2
|
* Log error on unknown hookChocobozzz2019-07-242-46/+63
|
* Use search client scopeChocobozzz2019-07-243-4/+5
|