aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators
Commit message (Expand)AuthorAgeFilesLines
* 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
* Upgrade sequelizeChocobozzz2019-04-241-0/+1
* Add user adminFlagsChocobozzz2019-04-151-0/+3
* Don't expose constants directly in initializers/Chocobozzz2019-04-118-9/+8
* Move config in its own fileChocobozzz2019-04-117-12/+12
* 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-1910-41/+31
* Does existChocobozzz2019-03-1918-99/+99
* Forbid public playlists not assigned to a channelChocobozzz2019-03-181-7/+28
* Add videos playlist exist testsChocobozzz2019-03-181-3/+2
* Add to playlist dropdownChocobozzz2019-03-181-3/+20
* Add/update/delete/list my playlistsChocobozzz2019-03-181-0/+1
* Refactor video playlist middlewaresChocobozzz2019-03-181-4/+4
* Add playlist rest testsChocobozzz2019-03-181-8/+40
* Add playlist check param testsChocobozzz2019-03-181-3/+41
* Playlist server APIChocobozzz2019-03-186-23/+314
* check email enabled for requiresEmailVer configJosh Morel2019-02-181-0/+18
* Refractor published date on video importChocobozzz2019-02-121-0/+3
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-114-9/+52
|\