aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Including private/unlisted for moderators/admins
* 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
| | | | Split the complex query in 2 different queries
* 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
| | | | Users should remove the linked video instead
* 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
| | | | | | | | | | * get videos with specific category (api) * update api doc with category * add url parameter to filter by category * fix lint issues
* 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
| | | | publishing a video
* Fix import with when the imported file has the same extension than anChocobozzz2018-06-111-3/+3
| | | | already existing file
* Improve create import file jobChocobozzz2018-06-071-12/+15
| | | | Fix federation of .ogv videos
* Add create-import-video-file-job commandFlorent Fayolle2018-06-071-1/+34
|