aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video.ts
Commit message (Expand)AuthorAgeFilesLines
...
* Try to improve sql videos list queryChocobozzz2018-08-311-90/+144
* Videos overview page: first versionChocobozzz2018-08-311-0/+23
* Bufferize videos views in redisChocobozzz2018-08-301-0/+9
* Correctly migrate to fs-extraChocobozzz2018-08-271-20/+13
* Fetch outbox when searching an actorChocobozzz2018-08-271-29/+34
* Add refresh video on searchChocobozzz2018-08-271-15/+12
* Use height instead of width to represent the video resolutionChocobozzz2018-08-271-3/+3
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-10/+21
* Improve blacklist managementChocobozzz2018-08-141-4/+27
* Add blacklist reason fieldChocobozzz2018-08-141-8/+22
* Fix fps federationChocobozzz2018-08-061-1/+2
* Remove ability to delete video importsChocobozzz2018-08-061-2/+4
* Add ability to list video importsChocobozzz2018-08-061-2/+6
* Add ability to import video with youtube-dlChocobozzz2018-08-061-1/+1
* Add more info loggingChocobozzz2018-07-301-3/+1
* Optimize videos list SQL query (another time)Chocobozzz2018-07-271-2/+10
* Optimize search SQL query (I hope :p)Chocobozzz2018-07-271-16/+16
* Revert SQL optimization in videos list :(Chocobozzz2018-07-271-3/+3
* Add ability to only filter in the search endpointChocobozzz2018-07-241-4/+33
* Optimize SQL queriesChocobozzz2018-07-241-29/+25
* Add advanced search in clientChocobozzz2018-07-241-1/+16
* Add videos list filtersChocobozzz2018-07-241-27/+113
* Begin advanced searchChocobozzz2018-07-241-55/+37
* Implement captions/subtitlesChocobozzz2018-07-161-7/+33
* Handle higher FPS for high resolution (test)Chocobozzz2018-06-291-7/+19
* Client: Add ability to update video channel avatarChocobozzz2018-06-291-0/+4
* Filter by category (#720)PhieF2018-06-271-0/+7
* Add ability to schedule video publicationChocobozzz2018-06-151-10/+23
* Add ability for uploaders to schedule video updateChocobozzz2018-06-141-5/+32
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-65/+67
* Fix import with when the imported file has the same extension than anChocobozzz2018-06-111-3/+3
* Improve create import file jobChocobozzz2018-06-071-12/+15
* Add create-import-video-file-job commandFlorent Fayolle2018-06-071-1/+34
* Improve torrent/video downloadChocobozzz2018-05-291-2/+16
* Fix actor outboxChocobozzz2018-05-281-2/+15
* Refractor and optimize AP collectionsChocobozzz2018-05-251-123/+5
* Reload my videos after deleteChocobozzz2018-05-251-2/+5
* Fix insane SQL request when loading all video attributesChocobozzz2018-05-231-0/+3
* Add ability to update a video channelChocobozzz2018-05-111-3/+34
* Add account link in videos listChocobozzz2018-04-251-2/+4
* Video channel API routes refractorChocobozzz2018-04-251-3/+8
* Update video channel routesChocobozzz2018-04-241-27/+65
* Add account viewChocobozzz2018-04-241-29/+44
* Use ISO 639 for languagesChocobozzz2018-04-231-4/+6
* Add resolution in torrent file nameChocobozzz2018-04-191-1/+2
* Better file name for torrentChocobozzz2018-04-191-3/+5
* Add information concerning video privacy in my videos listChocobozzz2018-04-191-8/+11
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-7/+17
* Add ability to click on the account in watch pageChocobozzz2018-04-171-1/+1
* Handle sort in rssChocobozzz2018-04-171-2/+2