aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/videos
Commit message (Collapse)AuthorAgeFilesLines
* 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 /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 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
* 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
| | | | | | | | 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