aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/sql/videos-id-list-query-builder.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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-021-3/+3
|
* Add video file size info in admin videos listChocobozzz2021-10-291-2/+2
|
* Deprecate filter video queryChocobozzz2021-10-291-21/+39
| | | | Introduce include and isLocal instead
* Add ability to search by uuids/actor namesChocobozzz2021-07-281-0/+10
|
* Add ability to search by host in serverChocobozzz2021-07-271-0/+19
|
* Add ability for instances to follow any actorChocobozzz2021-07-211-3/+3
|
* Use separate queries for video filesChocobozzz2021-06-111-0/+6
|
* Use raw SQL for video get requestChocobozzz2021-06-101-3/+4
|
* Refactor video query builderChocobozzz2021-06-101-0/+609