aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos
Commit message (Expand)AuthorAgeFilesLines
* Support short uuid for GET video/playlistChocobozzz2021-06-292-3/+6
* Refactor live managerChocobozzz2021-06-171-1/+1
* Fix missing transactionsChocobozzz2021-06-151-2/+2
* Fetch directly all video attributes for get APIChocobozzz2021-06-111-9/+2
* Use separate queries for video filesChocobozzz2021-06-111-1/+1
* Fix video upload with a capitalized extChocobozzz2021-06-081-2/+2
* add video upload types, add doc middleware to more routesRigel Kent2021-06-062-5/+27
* createThumbnail -> updateThumbnailChocobozzz2021-06-042-7/+7
* add operationId doc middleware to so API endpointsRigel Kent2021-06-041-0/+4
* refactor docMiddleware to support operationId-only formRigel Kent2021-06-043-9/+9
* Refactor server errors handlerChocobozzz2021-06-023-0/+9
* Refactor getOrCreateAPVideoChocobozzz2021-06-021-2/+15
* correct error codes and backward compatRigel Kent2021-06-021-1/+1
* refactor API errors to standard error formatRigel Kent2021-06-027-22/+27
* Instance homepage support (#4007)Chocobozzz2021-05-271-2/+2
* Refactor a little bit controllersChocobozzz2021-05-125-459/+571
* Stricter models typingChocobozzz2021-05-122-5/+8
* Error if importing a torrent with multiple filesChocobozzz2021-05-111-5/+15
* Cleanup shared modelsChocobozzz2021-05-111-1/+1
* Cleanup models directory organizationChocobozzz2021-05-111-1/+1
* Use a class for youtube-dlChocobozzz2021-05-111-3/+6
* Resumable video uploads (#3933)kontrollanten2021-05-101-20/+85
* Update channel updatedAt when uploading a videoChocobozzz2021-05-101-0/+3
* Add ability to filter my videos by liveChocobozzz2021-05-031-12/+13
* Add banners supportChocobozzz2021-04-081-1/+1
* Introduce tags to the loggerChocobozzz2021-03-241-5/+6
* Fix emptying video tagsChocobozzz2021-03-031-6/+7
* Async torrent creationChocobozzz2021-02-251-7/+31
* Fix testsChocobozzz2021-02-191-2/+1
* Fix thread replies API responseChocobozzz2021-02-191-2/+0
* Optimize rate endpointChocobozzz2021-02-191-0/+3
* Fix video comments display with deleted commentsChocobozzz2021-02-191-3/+10
* CleanupChocobozzz2021-02-181-1/+1
* Dissociate video file names and video uuidChocobozzz2021-02-181-2/+5
* Remove previous thumbnail if neededChocobozzz2021-02-162-5/+7
* Generate a name for caption filesChocobozzz2021-02-162-31/+29
* Guess if we need to generate the thumbnail for importsChocobozzz2021-02-121-2/+0
* Add priority to transcoding jobsChocobozzz2021-01-251-4/+3
* Fix (again) youtube importChocobozzz2021-01-191-2/+1
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-151-6/+6
* Upgrade sequelize to v6Chocobozzz2020-12-091-3/+2
* 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