aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video
Commit message (Expand)AuthorAgeFilesLines
* Add trending videos strategyChocobozzz2018-09-141-12/+20
* Basic video redundancy implementationChocobozzz2018-09-132-33/+65
* Add index to startDate in video view tableChocobozzz2018-09-041-0/+3
* Add federation to ownership changeChocobozzz2018-09-042-9/+19
* Fix trending videos countChocobozzz2018-09-041-93/+105
* Users can change ownership of their video [#510] (#888)Gaƫtan Rizio2018-09-041-0/+127
* Trending by intervalChocobozzz2018-08-311-12/+51
* Cleanup video API SQL requestsChocobozzz2018-08-311-32/+50
* Try to improve sql videos list queryChocobozzz2018-08-311-90/+144
* Videos overview page: first versionChocobozzz2018-08-312-2/+45
* Bufferize videos views in redisChocobozzz2018-08-302-0/+50
* Refractor user quota SQL queriesChocobozzz2018-08-281-1/+1
* Optimize channel search queryChocobozzz2018-08-281-11/+10
* Correctly migrate to fs-extraChocobozzz2018-08-272-22/+15
* Fetch outbox when searching an actorChocobozzz2018-08-271-29/+34
* Add ability to search video channelsChocobozzz2018-08-271-27/+136
* Add refresh video on searchChocobozzz2018-08-271-15/+12
* Add ability to set a name to a channelChocobozzz2018-08-271-14/+42
* Use height instead of width to represent the video resolutionChocobozzz2018-08-271-3/+3
* Add subscriptions endpoints to REST APIChocobozzz2018-08-272-16/+56
* Cleanup utils helperChocobozzz2018-08-141-3/+3
* Flat shared module directoryChocobozzz2018-08-141-1/+1
* Filter tracker based on infohashChocobozzz2018-08-141-0/+15
* Improve blacklist managementChocobozzz2018-08-143-8/+35
* Add blacklist reason fieldChocobozzz2018-08-142-20/+69
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-102-2/+53
* Add reason when banning a userChocobozzz2018-08-081-1/+1
* Add import.video.torrent configurationChocobozzz2018-08-081-49/+34
* Import torrents with webtorrentChocobozzz2018-08-081-0/+4
* Import magnets with webtorrentChocobozzz2018-08-081-1/+14
* Fix fps federationChocobozzz2018-08-061-1/+2
* Add tests regarding video importChocobozzz2018-08-061-2/+2
* Remove ability to delete video importsChocobozzz2018-08-061-2/+4
* Correctly handle video import errorsChocobozzz2018-08-061-2/+4
* Add ability to list video importsChocobozzz2018-08-062-9/+81
* Add ability to import video with youtube-dlChocobozzz2018-08-062-1/+106
* Add more info loggingChocobozzz2018-07-303-6/+2
* Revert "Delete actor too when deleting account/video channel"Chocobozzz2018-07-301-18/+12
* Delete actor too when deleting account/video channelChocobozzz2018-07-301-12/+18
* 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
* Fix last commitChocobozzz2018-07-261-1/+1
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-2/+2
* Add ability to only filter in the search endpointChocobozzz2018-07-241-4/+33
* Optimize SQL queriesChocobozzz2018-07-244-29/+35
* Add advanced search in clientChocobozzz2018-07-241-1/+16
* Add videos list filtersChocobozzz2018-07-241-27/+113
* Begin advanced searchChocobozzz2018-07-241-55/+37
* Handle .srt subtitlesChocobozzz2018-07-161-5/+9