aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* (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-252-0/+6
| | | | | | | | 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-257-29/+61
| | | | In favour of HLS
* Video-watch hooks modifications for videojsRigel Kent2019-11-181-0/+2
|
* Make build worksChocobozzz2019-11-131-3/+1
|
* 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-052-0/+2
|
* Add creation reasonChocobozzz2019-09-052-0/+2
|
* Add welcome modalChocobozzz2019-09-052-2/+11
|
* Add more attributes to about pageChocobozzz2019-09-052-0/+20
|
* Add auto follow back support for instancesChocobozzz2019-09-043-2/+19
|
* 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
|
* Fix broken playlist apiChocobozzz2019-08-014-8/+21
|
* Add plugin translation systemChocobozzz2019-07-262-0/+11
|
* Plugins can update video constantsChocobozzz2019-07-263-0/+15
| | | | Categories, licences and languages
* Add public settings endpointChocobozzz2019-07-262-1/+10
|
* 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
|
* Add client hooksChocobozzz2019-07-245-3/+43
|
* Add filter hooks testsChocobozzz2019-07-241-3/+3
|
* Add plugin API testsChocobozzz2019-07-241-0/+4
|
* Add CLI plugins testsChocobozzz2019-07-241-24/+29
|
* Provide logger to pluginsChocobozzz2019-07-242-21/+0
|
* Add server hooksChocobozzz2019-07-242-0/+39
|
* Some plugins fixes and doc enhancementsChocobozzz2019-07-241-1/+1
|
* Add ability to search available pluginsChocobozzz2019-07-243-2/+10
|
* Add peertube plugin index website modelsChocobozzz2019-07-243-0/+26
|
* Move createTorrent in webtorrent utilsChocobozzz2019-07-241-1/+3
|
* WIP plugins: add storage managerChocobozzz2019-07-242-0/+10
|
* WIP plugins: update pluginChocobozzz2019-07-242-1/+2
|
* WIP plugins: move plugin CLI in peertube scriptChocobozzz2019-07-241-1/+2
| | | | Install/uninstall/list plugins remotely
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-241-1/+2
|
* WIP plugins: plugin settings on server sideChocobozzz2019-07-2410-7/+47
|
* WIP plugins: load theme on client sideChocobozzz2019-07-242-2/+9
|
* WIP plugins: add theme supportChocobozzz2019-07-243-1/+14
|
* WIP plugins: hook on client sideChocobozzz2019-07-243-1/+12
|
* WIP plugins: static filesChocobozzz2019-07-241-1/+6
|