aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add filter hooks testsChocobozzz2019-07-241-4/+6
|
* Add hook filters testsChocobozzz2019-07-241-2/+3
|
* Add plugin API testsChocobozzz2019-07-241-0/+3
|
* Add plugins check params testsChocobozzz2019-07-241-4/+1
|
* Add server hooksChocobozzz2019-07-242-6/+69
|
* Add ability to search available pluginsChocobozzz2019-07-242-1/+32
|
* Add peertube plugin index website modelsChocobozzz2019-07-242-4/+6
|
* WIP plugins: update pluginChocobozzz2019-07-241-9/+11
|
* WIP plugins: move plugin CLI in peertube scriptChocobozzz2019-07-241-1/+14
| | | | Install/uninstall/list plugins remotely
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-241-6/+6
|
* WIP plugins: plugin settings on server sideChocobozzz2019-07-242-5/+89
|
* WIP plugins: add theme supportChocobozzz2019-07-243-2/+9
|
* WIP plugins: add ability to register pluginsChocobozzz2019-07-242-0/+74
|
* Add language filters in user preferencesChocobozzz2019-06-191-1/+4
|
* Add ability to change email in clientChocobozzz2019-06-111-1/+1
|
* Handle email update on serverChocobozzz2019-06-111-10/+29
|
* Improve registrationChocobozzz2019-06-071-2/+10
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Add ability to unpublish video/playlistChocobozzz2019-06-061-8/+7
|
* Add ability to set to private a public/unlisted videoChocobozzz2019-06-061-8/+0
|
* Server: Bulk update videos support fieldChocobozzz2019-05-311-3/+13
|
* Remove unused actor uuid fieldChocobozzz2019-05-311-7/+6
|
* Multi step registrationChocobozzz2019-05-291-0/+6
|
* Add ability to specify channel on registrationChocobozzz2019-05-281-0/+22
|
* Fix playlist get for classic usersChocobozzz2019-05-281-1/+2
|
* Fix pleroma followChocobozzz2019-04-251-0/+2
|
* Use apicache instead of our broken implementationChocobozzz2019-04-251-65/+8
|
* Fix overview endpointChocobozzz2019-04-241-1/+2
|
* Upgrade sequelizeChocobozzz2019-04-242-0/+3
|
* Add user adminFlagsChocobozzz2019-04-151-0/+3
|
* Add ability to limit videos history sizeChocobozzz2019-04-111-2/+2
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-1111-12/+11
|
* Move config in its own fileChocobozzz2019-04-118-13/+13
|
* Add logs endpointChocobozzz2019-04-102-5/+34
|
* Add check params account ratings testsChocobozzz2019-04-092-2/+1
|