aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Add audio-only option to transcoders and playerfrankdelange2019-11-257-10/+87
| | | | | | | | 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 generate HLS in CLIChocobozzz2019-11-251-17/+116
|
* Add disable webtorrent migrationChocobozzz2019-11-252-1/+78
|
* Don't always replace actor avatarChocobozzz2019-11-256-34/+57
|
* Add ability to disable webtorrentChocobozzz2019-11-2561-481/+1083
| | | | In favour of HLS
* Make build worksChocobozzz2019-11-131-1/+1
|
* Avoid circular error in loggerChocobozzz2019-11-052-12/+22
|
* Add ability to enabled HLS in the admin panelChocobozzz2019-11-051-1/+1
|
* Fix hours in peertube-import-videosFlorent F2019-11-041-0/+1
| | | | | Youtube doesn't store the hour of the publish date so set it to zero in order to compare it.
* Fix remove end slash functionChocobozzz2019-11-041-5/+3
|
* Fix auto index followChocobozzz2019-11-041-1/+3
|
* Increase clock skew for HTTP signaturesChocobozzz2019-10-252-2/+3
|
* Add plugin hook on registrationChocobozzz2019-10-255-9/+56
|
* Fix lintChocobozzz2019-10-231-1/+1
|
* Fix and cleanup actor follow inbox sql queryChocobozzz2019-10-231-3/+3
|
* Fix federation with some actorsChocobozzz2019-10-2312-32/+77
| | | | That don't have a shared inbox, or a URL
* Fix misc testsChocobozzz2019-10-222-4/+4
|
* Use typescript paths in cli scripts tooChocobozzz2019-10-219-0/+40
|
* Add tsconfig-paths registration to mochaChocobozzz2019-10-214-6/+8
|
* Upgrade tools depChocobozzz2019-10-212-342/+518
|
* Fix bug with tsconfig pathsChocobozzz2019-10-211-4/+2
|
* Update server dependenciesChocobozzz2019-10-2114-28/+35
|
* Don't quick transcode with the wrong pixel formatChocobozzz2019-10-211-0/+1
|
* Fix federation issue with some actor descriptionsChocobozzz2019-10-215-21/+17
|
* Fix caption validators testChocobozzz2019-10-181-16/+17
|
* Fix audio uploading without previewChocobozzz2019-10-181-1/+1
|
* Fix audio merging when specifying a previewChocobozzz2019-10-181-6/+28
|
* Support text/plain caption filesChocobozzz2019-10-181-1/+2
|
* Add auto play next video migrationChocobozzz2019-09-242-1/+28
|
* Try to fix testsChocobozzz2019-09-242-3/+12
|
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-245-0/+35
| | | | | | | | | | | | | | | | | | | | | | * 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-234-4/+4
| | | | | | | | * fix a few typos * apply changes to original files instead * additional correction
* Fix testsChocobozzz2019-09-181-1/+1
|
* Update default value for commentsEnabledFrank Sträter2019-09-181-2/+2
|
* Improve plugin package.json error messageChocobozzz2019-09-112-17/+77
|
* Fix migrationsChocobozzz2019-09-062-1/+1
|
* Better video publishing notificationChocobozzz2019-09-051-1/+1
|
* Merge branch 'release/1.4.0' into developChocobozzz2019-09-053-10/+9
|\
| * Fix blacklist sortChocobozzz2019-09-042-8/+8
| |
| * Fix auto blacklist viewChocobozzz2019-09-041-1/+0
| |
| * Fix bug in redundancy evictionChocobozzz2019-09-041-1/+1
| |
* | Add hardware information in instance configChocobozzz2019-09-054-0/+19
| |
* | Add creation reasonChocobozzz2019-09-054-0/+8
| |
* | Add config instance warning modalChocobozzz2019-09-051-6/+6
| |
* | Add welcome modalChocobozzz2019-09-057-25/+153
| |
* | Add more attributes to about pageChocobozzz2019-09-054-1/+70
| |
* | Fix testsChocobozzz2019-09-042-1/+5
| |
* | Implement auto follow in clientChocobozzz2019-09-042-1/+41
| |
* | Add notification on auto follow indexChocobozzz2019-09-043-9/+46
| |
* | Add auto follow instances index supportChocobozzz2019-09-044-14/+191
| |