aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video
Commit message (Collapse)AuthorAgeFilesLines
* Refactor AP playlistsChocobozzz2021-06-031-3/+2
|
* Add tags to live loggerChocobozzz2021-05-281-3/+3
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-282-2/+2
| | | | 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
| |
| * Avoid error when file has no torrent fileChocobozzz2021-05-252-14/+20
| |
* | Avoid error when file has no torrent fileChocobozzz2021-05-252-14/+20
| |
* | Stricter models typingChocobozzz2021-05-1219-37/+56
| |
* | Cleanup shared modelsChocobozzz2021-05-111-1/+1
| |
* | Cleanup models directory organizationChocobozzz2021-05-116-12/+12
|/
* Update channel updatedAt when uploading a videoChocobozzz2021-05-102-6/+9
|
* Fix remote actor creation dateChocobozzz2021-05-071-2/+0
|
* Add ability to filter my videos by liveChocobozzz2021-05-032-16/+48
|
* Don't save other attributes when set as refreshedChocobozzz2021-04-121-2/+4
|
* add channel and playlist stats to server stats endpoint (#3747)Rigel Kent2021-04-122-14/+89
| | | | | | | * add channel and playlist stats to nodeinfo * add tests for active video channels stats * fix tests for active channel stats
* 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
| |
* | Add banner testsChocobozzz2021-04-081-1/+8
| |
* | Add banners supportChocobozzz2021-04-081-43/+45
| |
* | Agnostic actor image storageChocobozzz2021-04-083-8/+12
|/
* Fix abuse testsChocobozzz2021-03-091-12/+12
|
* Fix broken hot algorithmChocobozzz2021-03-031-6/+7
|
* Optimize views sort sql queryChocobozzz2021-03-031-1/+6
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-033-3/+44
|
* Async torrent creationChocobozzz2021-02-252-1/+9
|
* Fix separate SQL query for video getChocobozzz2021-02-251-2/+3
|
* Fix thread replies API responseChocobozzz2021-02-191-11/+17
|
* Fix video comments display with deleted commentsChocobozzz2021-02-191-22/+38
|
* CleanupChocobozzz2021-02-184-9/+9
|
* Fix feedsChocobozzz2021-02-182-7/+11
|
* Don't guess remote tracker URLChocobozzz2021-02-185-63/+59
|
* Dissociate video file names and video uuidChocobozzz2021-02-187-156/+225
|
* Optimize remote thumbnail processingChocobozzz2021-02-161-4/+8
|
* Remove previous thumbnail if neededChocobozzz2021-02-162-2/+41
|
* Generate a name for caption filesChocobozzz2021-02-162-19/+41
|
* Generate a name for thumbnailsChocobozzz2021-02-162-14/+22
| | | | Allows aggressive caching
* Painfully debug concurrent import jobsChocobozzz2021-02-091-1/+2
|
* 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-042-13/+26
| | | | | | 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.
* Update server dependenciesChocobozzz2021-02-031-3/+3
|
* Support transcoding options/encoders by pluginsChocobozzz2021-01-281-2/+2
|
* add test and openapi for hot sort parameterRigel Kent2021-01-281-1/+3
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-281-55/+40
|
* only count comments from people other than the video authorRigel Kent2021-01-281-4/+21
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-282-4/+40
| | | | recommendation variant
* Fix rss feed with HLS videosChocobozzz2021-01-272-15/+24
|
* 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