aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/videos
Commit message (Expand)AuthorAgeFilesLines
* Move deleted comment on new follow testsChocobozzz2019-12-041-0/+7
* Fix private video downloadChocobozzz2019-12-031-2/+4
* Limit channel numbersChocobozzz2019-11-291-0/+9
* Add ability to disable webtorrentChocobozzz2019-11-251-1/+1
* Update server dependenciesChocobozzz2019-10-211-2/+4
* Type toActivityPubObject functionsChocobozzz2019-08-211-1/+1
* Cleanup model typesChocobozzz2019-08-202-6/+5
* Stronger model typingsChocobozzz2019-08-198-79/+88
* Fix broken playlist apiChocobozzz2019-08-011-5/+3
* Fix scheduled privacy and verify email validationsChocobozzz2019-07-251-1/+1
* Fix express validatorChocobozzz2019-07-2511-36/+40
* Refactor middleware helpersChocobozzz2019-07-2411-24/+17
* Add filter hooks testsChocobozzz2019-07-241-4/+6
* Add hook filters testsChocobozzz2019-07-241-2/+3
* Add server hooksChocobozzz2019-07-242-6/+69
* 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
* Fix playlist get for classic usersChocobozzz2019-05-281-1/+2
* Upgrade sequelizeChocobozzz2019-04-241-0/+1
* Don't expose constants directly in initializers/Chocobozzz2019-04-115-6/+5
* Move config in its own fileChocobozzz2019-04-112-2/+3
* Add logs endpointChocobozzz2019-04-101-5/+3
* Add check params account ratings testsChocobozzz2019-04-091-1/+1
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-2/+16
* add quarantine videos feature (#1637)Josh Morel2019-04-021-3/+22
* Refresh playlistsChocobozzz2019-03-191-2/+1
* Cleanup express locals typingsChocobozzz2019-03-195-21/+17
* Does existChocobozzz2019-03-1911-70/+70
* 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-184-20/+308
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-112-5/+21
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-116-65/+217
| |\
| | * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-1/+14
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-1/+1
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+4
* | | Enable video upload and editclementbrizard2019-01-121-0/+5
| |/ |/|
* | Add history on server sideChocobozzz2018-12-181-0/+7
* | 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
* | Add explicit error message that changing video ownership only works with loc...Lucas Declercq2018-10-101-9/+4
|/
* Add user history and resume videosChocobozzz2018-10-059-0/+1084