aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-117-57/+108
|\
| * Merge branch 'feature/correctly-send-activities' into developChocobozzz2019-02-112-3/+3
| |\
| | * Correctly send Flag/Dislike/View activitiesChocobozzz2019-01-152-3/+3
| * | 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-102-3/+20
| * Add notification settings migrationChocobozzz2019-01-091-9/+10
| * Add user notification base codeChocobozzz2019-01-094-3/+27
| * Use move instead renameChocobozzz2018-12-111-2/+2
| * Support additional video extensionsChocobozzz2018-12-113-18/+9
| * Add tmp and redundancy directoriesChocobozzz2018-12-042-8/+8
| * 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
| * Check activities hostChocobozzz2018-11-141-7/+10
| * Add ability for users to block an account/instance on server sideChocobozzz2018-10-162-4/+10
* | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-082-3/+3
* | Fix some defaults values + indentationLucas Declercq2018-10-081-1/+1
* | Add downloadingEnabled property to video modelLucas Declercq2018-10-062-0/+3
|/
* Add user history and resume videosChocobozzz2018-10-054-9/+45
* Increase timeout on upload endpointChocobozzz2018-10-011-0/+7
* Limit associations fetch when loading tokenChocobozzz2018-09-204-27/+34
* Refractor audit user identifierChocobozzz2018-09-193-11/+11
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-191-1/+1
* Refractor activities sendingChocobozzz2018-09-141-2/+2
* Basic video redundancy implementationChocobozzz2018-09-131-1/+1
* Add federation to ownership changeChocobozzz2018-09-041-9/+24
* Users can change ownership of their video [#510] (#888)Gaëtan Rizio2018-09-042-0/+119
* Bufferize videos views in redisChocobozzz2018-08-301-3/+5
* Correctly migrate to fs-extraChocobozzz2018-08-272-5/+5
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-0/+1
* Cleanup utils helperChocobozzz2018-08-141-2/+3
* Improve blacklist managementChocobozzz2018-08-141-2/+2
* Add blacklist reason fieldChocobozzz2018-08-141-14/+42
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-101-8/+54
* Add torrent testsChocobozzz2018-08-081-2/+4
* Add import.video.torrent configurationChocobozzz2018-08-081-3/+7
* Import torrents with webtorrentChocobozzz2018-08-081-12/+45
* Import magnets with webtorrentChocobozzz2018-08-081-37/+105
* Add tests regarding video importChocobozzz2018-08-061-4/+5
* Add import http enabled configurationChocobozzz2018-08-061-2/+2
* Add audit logs for video importChocobozzz2018-08-061-7/+4
* Remove ability to delete video importsChocobozzz2018-08-061-20/+1
* Add ability to remove a video importChocobozzz2018-08-061-2/+10
* Add ability to import video with youtube-dlChocobozzz2018-08-062-1/+153
* Add audit logs in various modulesAurélien Bertron2018-07-313-4/+28
* Add videos list filtersChocobozzz2018-07-241-3/+9
* Begin advanced searchChocobozzz2018-07-241-23/+0
* Speed up populate database scriptChocobozzz2018-07-241-2/+0