aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video.ts
Commit message (Expand)AuthorAgeFilesLines
* Rename streaming playlists routes/directoriesChocobozzz2019-03-181-2/+2
* Add playlist rest testsChocobozzz2019-03-181-13/+25
* Playlist server APIChocobozzz2019-03-181-65/+62
* findById -> findByPkChocobozzz2019-02-211-1/+1
* Add search by original publication dateAndrés Maldonado2019-02-121-0/+11
* Add originallyPublishedAt unit testsChocobozzz2019-02-111-2/+11
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-111-31/+152
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-62/+310
| |\
| | * Add hls support on serverChocobozzz2019-02-111-31/+148
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-1/+1
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+4
* | | Change modelsclementbrizard2019-01-121-0/+4
| |/ |/|
* | Add import finished and video published notifsChocobozzz2019-01-091-0/+10
* | Add user notification base codeChocobozzz2019-01-091-0/+4
* | Optimize index sizesChocobozzz2018-12-201-8/+36
* | Add history page on clientChocobozzz2018-12-181-0/+5
* | Add history on server sideChocobozzz2018-12-181-3/+16
* | Remove inferred typeChocobozzz2018-12-051-10/+10
* | Create redundancy endpointChocobozzz2018-12-041-2/+8
* | Delete invalid or deleted remote videosChocobozzz2018-11-201-0/+6
* | Check follow constraints when getting a videoChocobozzz2018-11-161-0/+17
* | Add ability to mute a user/instance by server in clientChocobozzz2018-10-161-2/+4
* | Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-12/+28
* | Add ability to list all local videosChocobozzz2018-10-101-6/+20
* | Change a little bit optimize-old-videos logicChocobozzz2018-10-081-0/+10
|/
* Add user moderation in the account pageChocobozzz2018-10-051-1/+0
* Add user history and resume videosChocobozzz2018-10-051-16/+64
* Refractor videos AP functionsChocobozzz2018-09-191-3/+13
* Optimize SQL requests of videos AP endpointsChocobozzz2018-09-191-1/+1
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-191-33/+41
* Reduce video.ts file size by moving some methods in other filesChocobozzz2018-09-191-397/+22
* Speed up overviews routeChocobozzz2018-09-141-13/+14
* Raw query to get video idsChocobozzz2018-09-141-0/+1
* Add trending videos strategyChocobozzz2018-09-141-12/+20
* Basic video redundancy implementationChocobozzz2018-09-131-32/+41
* Fix trending videos countChocobozzz2018-09-041-93/+105
* 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-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