aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/videos
Commit message (Collapse)AuthorAgeFilesLines
* Trim video name also on serverChocobozzz2021-02-251-0/+2
|
* Update server dependenciesChocobozzz2021-02-032-13/+15
|
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-191-0/+4
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-151-1/+1
| | | | | | | | | | | | | | * stricter youtubedl format selectors make sure selectors avoid av1, and otherwise match as closely to the maximum resolution enabled for transcoding * add support for merge formats in youtubedl * avoid vp9.2 in youtubedl to avoid any HDR * move getEnabledResolutions, safer replace of imported extension * add test for youtube-dl selectors
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-10/+31
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-0710-57/+67
|
* Add permanent live supportChocobozzz2020-12-031-1/+18
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-1/+1
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-1/+0
|
* Add ability to display all channel/account videosChocobozzz2020-11-181-1/+4
|
* Add admin view to manage commentsChocobozzz2020-11-161-1/+2
|
* Implement video comment list in adminChocobozzz2020-11-131-2/+30
|
* Add live server hooksChocobozzz2020-11-091-0/+30
|
* Begin live testsChocobozzz2020-11-091-3/+7
|
* Add max lives limitChocobozzz2020-11-091-1/+34
|
* Add ability to save live replayChocobozzz2020-11-091-3/+39
|
* Check live duration and sizeChocobozzz2020-11-091-2/+3
|
* Live streaming implementation first stepChocobozzz2020-11-091-0/+66
|
* Add redirection on unavailable video due to follow constraintsChocobozzz2020-08-261-16/+18
|
* 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
|