aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/index.ts
Commit message (Expand)AuthorAgeFilesLines
* Upgrade sequelizeChocobozzz2019-04-241-20/+11
* Update sequelizeChocobozzz2019-04-241-3/+3
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-241-31/+31
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-2/+2
* Move config in its own fileChocobozzz2019-04-111-1/+1
* add quarantine videos feature (#1637)Josh Morel2019-04-021-4/+14
* Rename video-file job to video-transcodingChocobozzz2019-03-191-1/+1
* Cleanup express locals typingsChocobozzz2019-03-191-3/+3
* Does existChocobozzz2019-03-191-1/+1
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-111-13/+22
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-26/+46
| |\
| | * Merge branch 'feature/correctly-send-activities' into developChocobozzz2019-02-111-2/+2
| | |\
| | | * Correctly send Flag/Dislike/View activitiesChocobozzz2019-01-151-2/+2
| | * | Add hls support on serverChocobozzz2019-02-111-8/+11
| | |/
| | * Refresh remote actors on GET enpointsChocobozzz2019-01-141-1/+1
| | * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-1/+5
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-2/+2
| * | Fix some defaults values + indentationLucas Declercq2018-10-081-1/+1
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+2
* | | Enable video upload and editclementbrizard2019-01-121-1/+7
| |/ |/|
* | Add notification settings migrationChocobozzz2019-01-091-9/+10
* | Add user notification base codeChocobozzz2019-01-091-1/+9
* | Support additional video extensionsChocobozzz2018-12-111-7/+5
* | Add tmp and redundancy directoriesChocobozzz2018-12-041-5/+5
* | Fix trending pageChocobozzz2018-12-031-6/+1
* | Delete invalid or deleted remote videosChocobozzz2018-11-201-1/+6
* | Check follow constraints when getting a videoChocobozzz2018-11-161-0/+2
* | Don't forward view, send updates insteadChocobozzz2018-11-151-1/+5
* | Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-1/+1
|/
* Add user history and resume videosChocobozzz2018-10-051-1/+5
* Increase timeout on upload endpointChocobozzz2018-10-011-0/+7
* Refractor audit user identifierChocobozzz2018-09-191-4/+4
* Refractor activities sendingChocobozzz2018-09-141-2/+2
* Users can change ownership of their video [#510] (#888)Gaëtan Rizio2018-09-041-0/+2
* Bufferize videos views in redisChocobozzz2018-08-301-3/+5
* Correctly migrate to fs-extraChocobozzz2018-08-271-2/+2
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-0/+1
* Cleanup utils helperChocobozzz2018-08-141-2/+3
* Add ability to import video with youtube-dlChocobozzz2018-08-061-1/+2
* Add audit logs in various modulesAurélien Bertron2018-07-311-2/+12
* Add videos list filtersChocobozzz2018-07-241-3/+9
* Begin advanced searchChocobozzz2018-07-241-23/+0
* Implement captions/subtitlesChocobozzz2018-07-161-0/+2
* Handle higher FPS for high resolution (test)Chocobozzz2018-06-291-2/+5
* Filter by category (#720)PhieF2018-06-271-0/+1
* Fix removing scheduled updateChocobozzz2018-06-181-1/+3
* Add ability for uploaders to schedule video updateChocobozzz2018-06-141-0/+20
* Refractor retry transaction functionChocobozzz2018-06-131-46/+16
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-27/+20
* Add ability to manually run transcoding jobChocobozzz2018-05-301-1/+2