aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video
Commit message (Expand)AuthorAgeFilesLines
...
* | Add new follow, mention and user registered notifsChocobozzz2019-01-091-4/+37
* | Add import finished and video published notifsChocobozzz2019-01-093-2/+14
* | Add user notification base codeChocobozzz2019-01-094-15/+8
* | 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
* | Support additional video extensionsChocobozzz2018-12-112-4/+6
* | Add sitemapChocobozzz2018-12-051-0/+21
* | 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
* | Check activities hostChocobozzz2018-11-141-1/+1
* | AP mimeType -> mediaTypeChocobozzz2018-10-181-0/+4
* | Add ability to mute a user/instance by server in clientChocobozzz2018-10-162-4/+6
* | Add ability for users to block an account/instance on server sideChocobozzz2018-10-162-31/+104
* | 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-052-2/+1
* Add user history and resume videosChocobozzz2018-10-052-17/+72
* Delete correctly redundancy filesChocobozzz2018-10-031-0/+13
* Fix refreshing external video attributesChocobozzz2018-10-011-1/+2
* Enable more angular optionsChocobozzz2018-09-281-1/+1
* Fix video description when importing by urlChocobozzz2018-09-282-4/+4
* Fix video files duplicated when fps is nullChocobozzz2018-09-261-2/+2
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-0/+6
* Put config redundancy strategies in "strategies" subkeyChocobozzz2018-09-191-3/+2
* Refractor videos AP functionsChocobozzz2018-09-191-3/+13
* Optimize SQL requests of videos AP endpointsChocobozzz2018-09-192-3/+4
* 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-192-397/+317
* 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-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