aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle .srt subtitlesChocobozzz2018-07-161-8/+2
* Implement captions/subtitlesChocobozzz2018-07-162-0/+102
* 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-134-117/+56
* 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
* Fix video channel update with an admin accountChocobozzz2018-05-171-1/+1
* Fix updating video tags to empty fieldChocobozzz2018-05-161-2/+2
* Add ability to update a video channelChocobozzz2018-05-111-6/+19
* Update video channel routesChocobozzz2018-04-242-186/+8
* Add account viewChocobozzz2018-04-241-16/+3
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-6/+32
* Add ability to click on the account in watch pageChocobozzz2018-04-171-1/+1
* Add publishedAt field for video model.Julien Le Bras2018-03-301-1/+8
* Prevent brute force login attackChocobozzz2018-03-291-1/+1
* Fix views system behind a proxyChocobozzz2018-03-281-1/+1
* Try to refractor activities sendingChocobozzz2018-03-272-12/+4