aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/videos/videos.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement pagination for overviews endpointChocobozzz2020-03-111-2/+17
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-1/+21
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata
* Don't refresh videos when processing viewsChocobozzz2020-02-041-0/+3
| | | | It allows us to use a cache
* Add model cache for videoChocobozzz2020-02-041-1/+4
| | | | When fetching only immutable attributes
* Move to eslintcontainChocobozzz2020-02-031-16/+12
|
* Fix testsChocobozzz2020-01-301-1/+1
|
* Downsample to the closest divisor standard framerateRigel Kent2020-01-291-1/+1
|
* Add ability to skip count queryChocobozzz2020-01-081-0/+4
|
* Add internal privacy modeChocobozzz2019-12-121-6/+3
|
* Fix private video downloadChocobozzz2019-12-031-2/+4
|
* Add ability to disable webtorrentChocobozzz2019-11-251-1/+1
| | | | In favour of HLS
* Cleanup model typesChocobozzz2019-08-201-3/+3
|
* Stronger model typingsChocobozzz2019-08-191-9/+11
|
* Fix scheduled privacy and verify email validationsChocobozzz2019-07-251-1/+1
|
* Fix express validatorChocobozzz2019-07-251-13/+13
|
* Refactor middleware helpersChocobozzz2019-07-241-4/+2
|
* Add hook filters testsChocobozzz2019-07-241-2/+3
|
* Add server hooksChocobozzz2019-07-241-6/+31
|
* Add ability to set to private a public/unlisted videoChocobozzz2019-06-061-8/+0
|
* Upgrade sequelizeChocobozzz2019-04-241-0/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Move config in its own fileChocobozzz2019-04-111-1/+2
|
* Add logs endpointChocobozzz2019-04-101-5/+3
|
* Cleanup express locals typingsChocobozzz2019-03-191-6/+6
|
* Does existChocobozzz2019-03-191-9/+9
|
* Playlist server APIChocobozzz2019-03-181-4/+4
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-111-4/+7
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-64/+101
| |\
| * | 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
| |/ |/|
* | 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