aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor options in modelsChocobozzz2021-07-291-57/+53
|
* Refactor search query optionsChocobozzz2021-07-291-1/+2
|
* Add ability to search by uuids/actor namesChocobozzz2021-07-281-0/+3
|
* Filter host for channels and playlists searchChocobozzz2021-07-281-1/+1
|
* Add ability to search by host in serverChocobozzz2021-07-271-2/+4
|
* Refactor video links buildersChocobozzz2021-07-261-3/+4
|
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-5/+7
|
* Fix hooks definitionChocobozzz2021-07-011-1/+0
|
* Fix missing delete cascade video -> channelChocobozzz2021-07-011-1/+2
|
* Don't check enum for video modelChocobozzz2021-06-291-6/+0
| | | | Licence, language and category could be extended by a remote plugin
* Refactor live managerChocobozzz2021-06-171-1/+1
|
* Include transaction in video hooksChocobozzz2021-06-111-11/+6
|
* Cleanup video model scopesChocobozzz2021-06-111-55/+7
|
* Move get* video methods to formatterChocobozzz2021-06-111-20/+0
|
* Use raw SQL for most of video queriesChocobozzz2021-06-111-120/+30
|
* Fetch directly all video attributes for get APIChocobozzz2021-06-111-3/+3
|
* Use raw SQL for video get requestChocobozzz2021-06-101-26/+3
|
* Refactor video query builderChocobozzz2021-06-101-168/+19
|
* Try to speed up AP update transactionChocobozzz2021-06-081-1/+1
|
* Add tags to live loggerChocobozzz2021-05-281-3/+3
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-1/+1
| | | | And use them as default in client
* Merge branch 'release/3.2.0' into developChocobozzz2021-05-261-0/+1
|\
| * Fix broken lives handlingChocobozzz2021-05-261-0/+1
| |
* | Stricter models typingChocobozzz2021-05-121-4/+5
| |
* | Cleanup models directory organizationChocobozzz2021-05-111-4/+4
|/
* Update channel updatedAt when uploading a videoChocobozzz2021-05-101-5/+2
|
* Add ability to filter my videos by liveChocobozzz2021-05-031-13/+39
|
* Don't save other attributes when set as refreshedChocobozzz2021-04-121-2/+4
|
* Merge branch 'release/3.1.0' into developChocobozzz2021-04-081-1/+1
|\
| * Fix outbox fetch with subtitled videosChocobozzz2021-04-081-1/+1
| |
* | Update data in DB when regenerate thumbnailsChocobozzz2021-04-081-9/+0
| |
* | Agnostic actor image storageChocobozzz2021-04-081-4/+6
|/
* Fix abuse testsChocobozzz2021-03-091-12/+12
|
* Optimize views sort sql queryChocobozzz2021-03-031-1/+6
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-1/+19
|
* Fix separate SQL query for video getChocobozzz2021-02-251-2/+3
|
* Fix feedsChocobozzz2021-02-181-3/+3
|
* Don't guess remote tracker URLChocobozzz2021-02-181-23/+31
|
* Dissociate video file names and video uuidChocobozzz2021-02-181-47/+13
|
* Generate a name for thumbnailsChocobozzz2021-02-161-2/+3
| | | | Allows aggressive caching
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-3/+1
|
* Optimize videos list API endpointChocobozzz2021-02-081-10/+11
|
* add best trending strategy based on Reddit's bestRigel Kent2021-02-041-2/+4
| | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet.
* Support transcoding options/encoders by pluginsChocobozzz2021-01-281-2/+2
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-281-0/+2
| | | | recommendation variant
* Fix rss feed with HLS videosChocobozzz2021-01-271-15/+21
|
* Safely remove webtorrent filesChocobozzz2021-01-251-0/+4
| | | | Only remove them on max quality HLS playlist generation
* Add priority to transcoding jobsChocobozzz2021-01-251-0/+34
| | | | | | | | | | (1 = highest priority) 100 for new resolutions 10 for original file optimization Add a malus for transcoding jobs depending on how many uploads the user did in the last 7 days
* Refactor transcoding job handlersChocobozzz2021-01-211-0/+1
|
* Add user video list hooksChocobozzz2021-01-201-6/+8
|