aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/videos
Commit message (Collapse)AuthorAgeFilesLines
* Add history on server sideChocobozzz2018-12-181-0/+7
| | | | Add ability to disable, clear and list user videos history
* Check follow constraints when getting a videoChocobozzz2018-11-161-11/+41
|
* Improve video upload error handlingChocobozzz2018-11-161-0/+2
|
* Check activities hostChocobozzz2018-11-144-40/+95
|
* Add ability to list all local videosChocobozzz2018-10-101-2/+52
| | | | Including private/unlisted for moderators/admins
* Add explicit error message that changing video ownership only works with ↵Lucas Declercq2018-10-101-9/+4
| | | | | | | | | | | | local accounts (#1214) * Add explicit error message that changing video ownership only works with local accounts * Remove superfluous logger * Remove unneeded end() to error responses * Add a message on client side to prevent transfering ownership to a remote account
* Add user history and resume videosChocobozzz2018-10-059-0/+1084