aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 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
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-093-3/+36
* Add notification on new instance follower (server side)Chocobozzz2019-04-081-0/+14
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-082-3/+20
* Add ability to forbid followersChocobozzz2019-04-081-6/+9
* Add ability to remove an instance follower in APIChocobozzz2019-04-081-3/+37
* add quarantine videos feature (#1637)Josh Morel2019-04-021-3/+22
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-191-1/+1
* Refresh playlistsChocobozzz2019-03-191-2/+1
* Cleanup express locals typingsChocobozzz2019-03-1912-45/+33
* Better AP route checkerChocobozzz2019-03-191-17/+9
* Does existChocobozzz2019-03-1918-99/+99
* Forbid public playlists not assigned to a channelChocobozzz2019-03-181-7/+28