aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/sql
Commit message (Expand)AuthorAgeFilesLines
* Don't need a special comment sort functionChocobozzz2023-01-121-2/+2
* Optimize again comments list sql queryChocobozzz2023-01-121-15/+30
* Refactor model utilsChocobozzz2023-01-103-5/+6
* Fix comments SQL paginationChocobozzz2023-01-102-11/+2
* Refactor table attributesChocobozzz2023-01-091-53/+18
* Use raw sql for commentsChocobozzz2023-01-092-0/+472
* Fix server lintChocobozzz2022-11-151-1/+1
* Don't inject untrusted inputChocobozzz2022-11-151-2/+3
* Prefer using our pick functionChocobozzz2022-08-173-3/+6
* Rename video full loadingChocobozzz2022-06-281-9/+9
* Optimize feeds queryChocobozzz2022-06-274-24/+69
* Convert followers/following in raw SQL queriesChocobozzz2022-05-051-2/+2
* TypoChocobozzz2022-05-021-1/+1
* Add latency setting supportChocobozzz2022-03-091-0/+1
* Refactor a little bit raw sql buildersChocobozzz2022-03-038-38/+16
* Fix getting avatars in videos listChocobozzz2022-03-011-3/+5
* Implement avatar miniatures (#4639)kontrollanten2022-02-289-24/+49
* Case insensitive search on tagsChocobozzz2022-02-031-1/+1
* Fix subscriptionsChocobozzz2021-12-171-2/+3
* Fix internal user subscriptionChocobozzz2021-12-171-2/+2
* Add ability to filter out public videos from adminChocobozzz2021-11-121-5/+13
* Add ability to filter by file typeChocobozzz2021-11-031-10/+35
* Some fixes for admin videos listChocobozzz2021-11-028-40/+39
* Add video file size info in admin videos listChocobozzz2021-10-293-6/+6
* Deprecate filter video queryChocobozzz2021-10-296-32/+149
* Fix useless conditionChocobozzz2021-10-111-1/+1
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-3/+6
* Add ability to search by uuids/actor namesChocobozzz2021-07-281-0/+10
* Add ability to search by host in serverChocobozzz2021-07-271-0/+19
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-1/+2
* Add ability for instances to follow any actorChocobozzz2021-07-211-3/+3
* Add ability to search playlistsChocobozzz2021-06-251-1/+1
* Remove unnecessary logChocobozzz2021-06-111-3/+0
* Fix redundancy row grabbingChocobozzz2021-06-111-6/+2
* Fix video with all files queryChocobozzz2021-06-111-0/+1
* Fix live files includeChocobozzz2021-06-114-14/+17
* Fix video rights fetchingChocobozzz2021-06-111-0/+1
* Refactor include checksChocobozzz2021-06-111-53/+49
* Use raw SQL for most of video queriesChocobozzz2021-06-117-49/+157
* Optimize join buildChocobozzz2021-06-114-29/+39
* Optimize rows parsingChocobozzz2021-06-117-131/+164
* Use separate queries for video filesChocobozzz2021-06-118-56/+231
* Use raw SQL for video get requestChocobozzz2021-06-109-362/+873
* Refactor video query builderChocobozzz2021-06-104-0/+1020