aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Don't notify on muted instanceChocobozzz2019-12-191-8/+32
|
* Feature/password reset link expiration (#2305)Nassim Bounouas2019-12-181-1/+1
| | | | | | | | | | | | | | | | * #1928 Add a sentence indicating the reset time limit on form and email * #1928 Customizable password reset lifetime * #1928 Add a route to verify reset link and call it on reset form init * Revert "#1928 Customizable password reset lifetime" This reverts commit 0ed97453f8e64e31a723cc6740b251a69a57d658. * #1928 Reset password lifetime hardcoded to one hour * Remove useless modifications for #1928
* Add internal privacy modeChocobozzz2019-12-126-13/+10
|
* Don't use the max quality file when transcoding to a new resolutionChocobozzz2019-12-111-1/+1
|
* Add ability to filter per job typeChocobozzz2019-12-041-4/+22
|
* Move deleted comment on new follow testsChocobozzz2019-12-042-3/+7
|
* Fix retrieving of deleted comments when subscribing to a new instanceJulien Maulny2019-12-041-7/+8
|
* Soft delete video comments instead of detroyJulien Maulny2019-12-042-2/+14
|
* Fix email to fieldChocobozzz2019-11-291-8/+10
|
* Fix testsChocobozzz2019-11-271-1/+1
|
* Fix duplicate HLS resolution in master playlistChocobozzz2019-11-262-5/+3
|
* Add codec information in HLS playlistChocobozzz2019-11-261-2/+6
|
* Add audio only transcoding testsChocobozzz2019-11-251-44/+11
|
* Add audio-only option to transcoders and playerfrankdelange2019-11-251-3/+43
| | | | | | | | 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.
* Don't always replace actor avatarChocobozzz2019-11-253-24/+40
|
* Add ability to disable webtorrentChocobozzz2019-11-2511-161/+314
| | | | In favour of HLS
* Fix auto index followChocobozzz2019-11-041-1/+3
|
* Fix lintChocobozzz2019-10-231-1/+1
|
* Fix federation with some actorsChocobozzz2019-10-235-17/+23
| | | | That don't have a shared inbox, or a URL
* Update server dependenciesChocobozzz2019-10-211-1/+1
|
* Fix audio merging when specifying a previewChocobozzz2019-10-181-6/+28
|
* fix a few typos (#2141)Lukas Winkler2019-09-231-1/+1
| | | | | | | | * fix a few typos * apply changes to original files instead * additional correction
* Improve plugin package.json error messageChocobozzz2019-09-111-6/+18
|
* Merge branch 'release/1.4.0' into developChocobozzz2019-09-051-1/+1
|\
| * Fix bug in redundancy evictionChocobozzz2019-09-041-1/+1
| |
* | Fix testsChocobozzz2019-09-041-1/+1
| |
* | Add auto follow instances index supportChocobozzz2019-09-041-0/+72
| |
* | Add auto follow back support for instancesChocobozzz2019-09-0410-106/+210
| |
* | Fix redundancy too heavy with streaming playlistsChocobozzz2019-08-301-2/+1
| |
* | Handle reports from mastodonChocobozzz2019-08-301-16/+24
| |
* | fixes 2065: optimisation (#2073)John Livingston2019-08-231-1/+2
| | | | | | | | | | | | * fixes 2065: optimisation * Update peertube-socket.ts
* | Merge branch 'release/1.4.0' into developChocobozzz2019-08-221-1/+1
|\|
| * Try to fix video duplicationChocobozzz2019-08-221-1/+1
| |
| * Fix socket notification with multiple user tabsChocobozzz2019-08-221-6/+10
| |
| * email object -> email subjectChocobozzz2019-08-221-17/+17
| |
* | Fix html tag with blacklisted videoChocobozzz2019-08-221-2/+2
| |
* | Merge branch 'feature/strong-model-types' into developChocobozzz2019-08-2258-531/+671
|\ \
| * | Type toActivityPubObject functionsChocobozzz2019-08-211-3/+3
| | |
| * | Fix ownership changeChocobozzz2019-08-212-5/+8
| | |
| * | Type toFormattedJSONChocobozzz2019-08-203-17/+16
| | |
| * | Cleanup model typesChocobozzz2019-08-2011-43/+53
| | |
| * | Fix testsChocobozzz2019-08-201-3/+1
| | |
| * | Stronger model typingsChocobozzz2019-08-1958-513/+643
| |/
* | Fix socket notification with multiple user tabsChocobozzz2019-08-221-6/+10
| |
* | email object -> email subjectChocobozzz2019-08-221-17/+17
|/
* Fix redundancy exceeding the limitChocobozzz2019-08-121-1/+4
|
* Add avatar to prune scriptChocobozzz2019-08-091-1/+1
|
* Lazy load avatarsChocobozzz2019-08-094-52/+97
|
* Stronger actor association typing in AP functionsChocobozzz2019-08-0923-87/+104
|
* Remove comment federation by video ownerChocobozzz2019-08-072-4/+7
|