aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/videos/videos.ts
Commit message (Collapse)AuthorAgeFilesLines
* Check follow constraints when getting a videoChocobozzz2018-11-161-11/+41
|
* Improve video upload error handlingChocobozzz2018-11-161-0/+2
|
* Check activities hostChocobozzz2018-11-141-40/+0
|
* 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-051-0/+399