aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/videos
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to a video multiple times in a playlistChocobozzz2020-08-191-13/+6
|
* Fix lintChocobozzz2020-08-071-4/+5
|
* Implement abuses check paramsChocobozzz2020-07-101-62/+8
|
* Use 3 tables to represent abusesChocobozzz2020-07-102-136/+0
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-4/+35
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* Split types and typingsChocobozzz2020-06-184-6/+6
|
* Update server dependenciesChocobozzz2020-06-171-1/+1
|
* Optimize views per day in video channelsChocobozzz2020-06-121-7/+10
|
* Add server plugin filter hooks for import with torrent and url (#2621)Rigel Kent2020-05-141-5/+38
| | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com>
* Use video abuse filters on client sideChocobozzz2020-05-071-4/+41
|
* Fix lintChocobozzz2020-05-061-5/+5
|
* Add ability for video owners to delete commentsChocobozzz2020-05-051-6/+11
|
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
|
* Add filter inputs for blacklisted videos and muted accounts/serversRigel Kent2020-05-011-0/+4
|
* Make sure a report doesn't get deleted upon the deletion of its videoRigel Kent2020-05-011-4/+2
|
* Put channel stats behind withStats flagRigel Kent2020-03-311-2/+12
|
* 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-036-30/+30
|
* 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
|