aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares
Commit message (Collapse)AuthorAgeFilesLines
* Fix testsChocobozzz2020-01-301-1/+1
|
* Don't log error on actor delete signature errorChocobozzz2020-01-292-4/+11
|
* Relax logger on signature checkerChocobozzz2020-01-291-1/+1
|
* Downsample to the closest divisor standard framerateRigel Kent2020-01-291-1/+1
|
* Cleanup server fixmeChocobozzz2020-01-281-3/+2
|
* Add ability to list redundanciesChocobozzz2020-01-283-12/+88
|
* Remove debug messagesChocobozzz2020-01-241-1/+0
|
* Fix typo in error logChocobozzz2020-01-201-2/+2
|
* Adapt feeds content-type to accept headerRigel Kent2020-01-102-7/+41
|
* Add video caption upload documentation and improve error messageRigel Kent2020-01-091-4/+4
| | | | fixes #2038
* Return an error on invalid count paginationChocobozzz2020-01-093-7/+15
|
* Add outbox page size parameterRigel Kent2020-01-092-0/+24
|
* Add ability to skip count queryChocobozzz2020-01-081-0/+4
|
* Update http signatureChocobozzz2020-01-071-2/+3
|
* Add warning if admin disables webtorrentChocobozzz2020-01-061-1/+1
|
* Add playlist search option and search input for add-to-video-playlist dropdownRigel Kent2019-12-261-0/+13
| | | | fixes #2138
* Add internal privacy modeChocobozzz2019-12-121-6/+3
|
* Serve audit logs to clientChocobozzz2019-12-111-1/+18
|
* Add action hooks to user routesChocobozzz2019-12-061-0/+1
|
* Fix channel creation limitationChocobozzz2019-12-051-1/+1
|
* Add ability to filter per job typeChocobozzz2019-12-041-4/+8
|
* Move deleted comment on new follow testsChocobozzz2019-12-041-0/+7
|
* Fix private video downloadChocobozzz2019-12-032-8/+10
|
* Limit channel numbersChocobozzz2019-11-291-0/+9
| | | | | We can't load too much channels in selects and it helps to prevent actor name squatting
* Filter on follows actor types in about pageChocobozzz2019-11-291-1/+4
|
* Only display accepted followers/followings in about pageChocobozzz2019-11-281-2/+16
|
* (plugins) adding signup scope and init hook, modifying ↵Rigel Kent2019-11-251-1/+2
| | | | ensureUserRegistrationAllowed allowedParams
* Add audio-only option to transcoders and playerfrankdelange2019-11-251-0/+1
| | | | | | | | 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-252-1/+18
| | | | In favour of HLS
* Increase clock skew for HTTP signaturesChocobozzz2019-10-251-1/+1
|
* Add plugin hook on registrationChocobozzz2019-10-251-3/+14
|
* Update server dependenciesChocobozzz2019-10-213-7/+20
|
* Try to fix testsChocobozzz2019-09-241-1/+6
|
* fix a few typos (#2141)Lukas Winkler2019-09-231-1/+1
| | | | | | | | * fix a few typos * apply changes to original files instead * additional correction
* Add welcome modalChocobozzz2019-09-051-0/+7
|
* Add auto follow back support for instancesChocobozzz2019-09-041-0/+2
|
* Remove old JSON LD signature implementationChocobozzz2019-08-291-0/+2
| | | | | | | | | Only PeerTube was compatible with it, and the library has moved on RsaSignature2018 and removed RsaSignature2017 support. We had to create a dirty fork of the RsaSignature2017 branch, which is not ideal. Now we use the Mastodon implementation, that most other AP implementations that support JSONLD signatures use.
* Fix buildChocobozzz2019-08-231-1/+1
|
* Merge branch 'release/1.4.0' into developChocobozzz2019-08-222-5/+10
|\
| * Fix image and plugin CSPChocobozzz2019-08-221-2/+2
| |
| * Fix user creation by moderatorsChocobozzz2019-08-221-3/+8
| |
* | Type toActivityPubObject functionsChocobozzz2019-08-211-1/+1
| |
* | Cleanup model typesChocobozzz2019-08-202-6/+5
| |
* | Stronger model typingsChocobozzz2019-08-1912-85/+97
|/
* Fix broken playlist apiChocobozzz2019-08-011-5/+3
|
* Moderators can only manage usersChocobozzz2019-07-301-33/+39
|
* Fix scheduled privacy and verify email validationsChocobozzz2019-07-252-3/+3
|
* Fix express validatorChocobozzz2019-07-2538-77/+70
|
* Upgrade server dependenciesChocobozzz2019-07-251-2/+3
|
* Refactor middleware helpersChocobozzz2019-07-2417-33/+32
|