aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Allow user to search through their watch history (#3576)Rigel Kent2021-01-131-1/+3
| | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts
* Fix live badge in videos listChocobozzz2020-12-161-0/+1
|
* Upgrade sequelize to v6Chocobozzz2020-12-091-41/+44
|
* Count only active lives for account limitChocobozzz2020-11-261-1/+4
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-1/+1
|
* Add ability to display all channel/account videosChocobozzz2020-11-181-1/+1
|
* Try to fix playlist testsChocobozzz2020-11-181-1/+0
|
* Don't take into account ended lives in concurrent lives checkChocobozzz2020-11-181-1/+5
|
* Cleanup lives on server restartChocobozzz2020-11-131-0/+13
|
* remove duplicate file checks in video model (#3289)Arman2020-11-111-7/+0
| | | - server/models/video/video.ts (delete duplicate): build duplicate file id addition in buildAPIResult
* Fix testsChocobozzz2020-11-091-1/+1
|
* Add save replay live testsChocobozzz2020-11-091-1/+7
|
* Add check constraints live testsChocobozzz2020-11-091-1/+1
|
* Begin live testsChocobozzz2020-11-091-4/+26
|
* Add max lives limitChocobozzz2020-11-091-0/+31
|
* Fix replay savingChocobozzz2020-11-091-0/+10
|
* Add watch messages if live has not startedChocobozzz2020-11-091-0/+8
|
* Handle live federationChocobozzz2020-11-091-2/+2
|
* Live streaming implementation first stepChocobozzz2020-11-091-0/+5
|
* Fix lintChocobozzz2020-08-241-3/+1
|
* Remove debug logsChocobozzz2020-08-241-4/+0
|
* Fix RSS feed when HLS only is enabledChocobozzz2020-08-241-6/+50
|
* Implement abuses check paramsChocobozzz2020-07-101-2/+2
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-42/+42
|