aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators
Commit message (Collapse)AuthorAgeFilesLines
* 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-2533-71/+70
|
* 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
|
* 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 /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account
* 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
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* 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
|