aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos
Commit message (Collapse)AuthorAgeFilesLines
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-079-19/+40
|
* Add permanent live supportChocobozzz2020-12-032-1/+4
|
* more explicit error messages for file uploadsRigel Kent2020-12-031-2/+2
|
* Fix 500 on unknown threadChocobozzz2020-11-271-0/+4
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-2/+2
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-204-9/+9
|
* Implement video comment list in adminChocobozzz2020-11-131-1/+35
|
* Remove deprecated abuse apiChocobozzz2020-11-102-117/+1
|
* Handle views for live videosChocobozzz2020-11-091-12/+33
|
* Add live server hooksChocobozzz2020-11-091-0/+3
|
* Regenerate miniature on live saveChocobozzz2020-11-091-1/+1
|
* Begin live testsChocobozzz2020-11-092-3/+9
|
* Add ability to save live replayChocobozzz2020-11-091-6/+31
|
* Handle live federationChocobozzz2020-11-091-1/+0
|
* Refactor video creationChocobozzz2020-11-093-114/+76
|
* Live streaming implementation first stepChocobozzz2020-11-092-1/+119
|
* Add ability to set custom field to video formChocobozzz2020-08-211-1/+1
|
* Optimize default sort when listing videosChocobozzz2020-08-201-27/+27
| | | | createdAt does not have the appropriate index
* Upgrade to angular 10Chocobozzz2020-08-071-0/+1
|
* Add server API to abuse messagesChocobozzz2020-07-311-3/+5
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-80/+29
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-3/+8
| | | | | - 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-185-7/+7
|
* Update server dependenciesChocobozzz2020-06-172-3/+3
|
* Block comments from muted accounts/serversChocobozzz2020-05-291-0/+2
| | | | | | | | | | | | Add better control for users of comments displayed on their videos: * Do not forward comments from muted remote accounts/servers (muted by the current server or by the video owner) * Do not list threads and hide replies (with their children) of accounts/servers muted by the video owner * Hide from RSS comments of muted accounts/servers by video owners Use case: * Try to limit spam propagation in the federation * Add ability for users to automatically hide comments on their videos from undesirable accounts/servers (the comment section belongs to videomakers, so they choose what's posted there)
* Fix comments deleted displayChocobozzz2020-05-291-1/+1
|
* Add ability to bulk delete commentsChocobozzz2020-05-291-26/+9
|
* Align follower handle display on instance display in tablesRigel Kent2020-05-081-1/+1
|
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-081-6/+14
|
* Add moderation helpers to pluginsChocobozzz2020-05-074-53/+13
|
* Use video abuse filters on client sideChocobozzz2020-05-071-1/+10
|
* Avoir some circular dependenciesChocobozzz2020-05-047-14/+13
|
* Add filter inputs for blacklisted videos and muted accounts/serversRigel Kent2020-05-011-1/+7
|
* Add search for video, reporter and channel name fieldsRigel Kent2020-05-011-0/+1
|
* Add licence and language support to y-dl importsChocobozzz2020-04-201-3/+3
|
* Add thumbnail / preview generation from url on the fly (#2646)Kim2020-04-201-6/+40
| | | | | | | | | | | * Add thumbnails generation on the fly to URL import * Display generated preview to import first edit * Use ternary to get type inference * Move preview/thumbnail test just after import Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Use originallyPublishedAt from body on import if it existsChocobozzz2020-04-171-1/+1
|
* Fix import captions testChocobozzz2020-04-151-1/+2
|
* Add getSubs to YoutubeDL video importkimsible2020-04-141-1/+28
|
* Support audio files importChocobozzz2020-04-032-24/+9
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-3/+15
| | | | | | | | | | | | | | | | | | | * 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
* Optimize view endpointChocobozzz2020-02-041-2/+2
|
* Move to eslintcontainChocobozzz2020-02-032-15/+13
|
* Add url field in caption and use it for thumbnailsChocobozzz2020-01-301-1/+1
|
* Downsample to the closest divisor standard framerateRigel Kent2020-01-291-1/+2
|
* Add ability to skip count queryChocobozzz2020-01-081-2/+5
|
* Add internal privacy modeChocobozzz2019-12-122-16/+12
|
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-4/+8
|
* Don't move the caption if it has the right nameChocobozzz2019-12-031-2/+2
|
* Add ability to disable webtorrentChocobozzz2019-11-251-5/+7
| | | | In favour of HLS