aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/videos
Commit message (Collapse)AuthorAgeFilesLines
* Fix testsChocobozzz2020-01-301-1/+1
|
* Don't log error on actor delete signature errorChocobozzz2020-01-291-2/+2
|
* Downsample to the closest divisor standard framerateRigel Kent2020-01-291-1/+1
|
* Fix typo in error logChocobozzz2020-01-201-2/+2
|
* Add video caption upload documentation and improve error messageRigel Kent2020-01-091-4/+4
| | | | fixes #2038
* Add ability to skip count queryChocobozzz2020-01-081-0/+4
|
* Add playlist search option and search input for add-to-video-playlist dropdownRigel Kent2019-12-261-0/+13
| | | | fixes #2138
* Add internal privacy modeChocobozzz2019-12-121-6/+3
|
* Fix channel creation limitationChocobozzz2019-12-051-1/+1
|
* 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
| | | | | We can't load too much channels in selects and it helps to prevent actor name squatting
* Add ability to disable webtorrentChocobozzz2019-11-251-1/+1
| | | | In favour of HLS
* 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 /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
| | |