aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/index.ts
Commit message (Expand)AuthorAgeFilesLines
* Support video views/viewers stats in serverChocobozzz2022-04-151-26/+5
* Rename studio to editorChocobozzz2022-03-221-2/+2
* Add basic video editor supportChocobozzz2022-02-281-0/+2
* Add `req` and `res` as controllers hooks parameterslutangar2021-11-251-3/+3
* Add ability to run transcoding jobsChocobozzz2021-11-181-0/+2
* Add ability to remove hls/webtorrent filesChocobozzz2021-11-181-13/+2
* Refactor video viewsChocobozzz2021-11-091-36/+8
* Add video file size info in admin videos listChocobozzz2021-10-291-1/+0
* Deprecate filter video queryChocobozzz2021-10-291-2/+8
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
* Remove useless asyncChocobozzz2021-08-261-2/+2
* Refactor search query optionsChocobozzz2021-07-291-12/+4
* Refactor requestsChocobozzz2021-07-201-1/+1
* Refactor live managerChocobozzz2021-06-171-1/+1
* Fetch directly all video attributes for get APIChocobozzz2021-06-111-9/+2
* Use separate queries for video filesChocobozzz2021-06-111-1/+1
* add video upload types, add doc middleware to more routesRigel Kent2021-06-061-4/+19
* refactor docMiddleware to support operationId-only formRigel Kent2021-06-041-3/+3
* Refactor server errors handlerChocobozzz2021-06-021-0/+3
* Refactor getOrCreateAPVideoChocobozzz2021-06-021-2/+15
* refactor API errors to standard error formatRigel Kent2021-06-021-2/+2
* Refactor a little bit controllersChocobozzz2021-05-121-391/+15
* Stricter models typingChocobozzz2021-05-121-2/+2
* 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
* Introduce tags to the loggerChocobozzz2021-03-241-5/+6
* Fix emptying video tagsChocobozzz2021-03-031-6/+7
* Async torrent creationChocobozzz2021-02-251-7/+31
* CleanupChocobozzz2021-02-181-1/+1
* Dissociate video file names and video uuidChocobozzz2021-02-181-2/+5
* Remove previous thumbnail if neededChocobozzz2021-02-161-1/+1
* Add priority to transcoding jobsChocobozzz2021-01-251-4/+3
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-5/+10
* Add permanent live supportChocobozzz2020-12-031-1/+1
* more explicit error messages for file uploadsRigel Kent2020-12-031-2/+2
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-2/+2
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-2/+2
* Remove deprecated abuse apiChocobozzz2020-11-101-3/+1
* Handle views for live videosChocobozzz2020-11-091-12/+33
* Regenerate miniature on live saveChocobozzz2020-11-091-1/+1
* Begin live testsChocobozzz2020-11-091-1/+1
* Handle live federationChocobozzz2020-11-091-1/+0
* Refactor video creationChocobozzz2020-11-091-54/+24
* Live streaming implementation first stepChocobozzz2020-11-091-1/+3
* Add ability to set custom field to video formChocobozzz2020-08-211-1/+1
* Optimize default sort when listing videosChocobozzz2020-08-201-27/+27
* Upgrade to angular 10Chocobozzz2020-08-071-0/+1
* Split types and typingsChocobozzz2020-06-181-1/+1
* Update server dependenciesChocobozzz2020-06-171-2/+2