Claus Vium
66659b0842
Merge pull request #6089 from BaronGreenback/IsRoot_fix
...
Set UserRootFolder.IsRoot to true
3 years ago
Bond-009
ff83fabac3
Merge pull request #6456 from GodTamIt/vp8-vp9
...
Disambiguate vpx to vp8 or vp9
3 years ago
Bond-009
a569e5860f
Merge pull request #6506 from Artiume/patch-5
3 years ago
artiume
30bc5369ca
Update bug_report.md
3 years ago
artiume
0c1f27d2db
Request FFmpeg version
3 years ago
Chris Tam
b205d5a032
Disambiguate vpx to vp8 or vp9
3 years ago
Claus Vium
8c463b9b81
Merge pull request #4799 from tommasodotNET/bug/authorization-header-issue
...
Authorization header parsing
3 years ago
cvium
907d9fa195
remove some newlines
3 years ago
cvium
1172ece856
remove leading and trailing whitespace from the key
3 years ago
cvium
60185f99c4
fix the build
3 years ago
cvium
6b3ecf2533
Merge branch 'master' into bug/authorization-header-issue
3 years ago
cvium
048c478b0d
Merge branch 'master' into bug/authorization-header-issue
3 years ago
Claus Vium
e229f6d9bb
Merge pull request #6499 from Bond-009/warn34
...
Fix some warnings
3 years ago
Bond_009
637e86478f
Fix some warnings
3 years ago
Claus Vium
fb5385f1df
Merge pull request #6201 from barronpm/authenticationdb-efcore
...
Migrate Authentication DB to EF Core
3 years ago
Cody Robibero
ff9d14c811
Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore
3 years ago
Claus Vium
95ca1d5487
Merge pull request #6498 from Bond-009/invalidop
...
Fix InvalidOperationException when serializing MediaPathInfo
3 years ago
Bond-009
3ec7ecf399
Merge pull request #6358 from MrTimscampi/audio-people
3 years ago
Bond_009
b458f85c47
Fix InvalidOperationException when serializing MediaPathInfo
3 years ago
Bond-009
79e51b7fa2
Merge pull request #6475 from crobibero/warn-259810
...
Remove more and more warnings
3 years ago
siankatabg
2f360151c2
Translated using Weblate (Bulgarian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bg/
3 years ago
Cody Robibero
bfb37a9ed9
Fix typos
3 years ago
Cody Robibero
3f2c706575
Apply suggestions from code review
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Cody Robibero
611c20dba8
Fix indentation
3 years ago
Cody Robibero
8e498b01e7
Fix issues from merge
3 years ago
Cody Robibero
ec13412155
Merge remote-tracking branch 'upstream/master' into warn-259810
3 years ago
Patrick Barron
88157fcc77
Re-add documentation
3 years ago
Patrick Barron
098bd5cfa9
Remove IAuditableEntity
3 years ago
Claus Vium
b1e7cfd84c
Merge pull request #6497 from Bond-009/fuzz1
...
Add SqliteItemRepository.ItemImageInfoFromValueString as a fuzzing target
3 years ago
Bond_009
286dabdc4b
Add SqliteItemRepository.ItemImageInfoFromValueString as a fuzzing
...
target
and add test cases
3 years ago
Bond-009
620dd94970
Merge pull request #6495 from qsniyg/zero-activity-days
...
Allow zero activity log retention days
3 years ago
Gokdag Goktepe
4bed19e22f
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
3 years ago
Claus Vium
ffef1baa2f
Merge pull request #6485 from markshark05/patch-1
...
Update M3U Channel Name Precedence
3 years ago
qsniyg
2cf08dcd34
Allow zero activity log retention days
3 years ago
Mike
cf9c678406
Add subtitle format(codec) to stream display title ( #5853 )
...
Co-authored-by: Michał Kurek <michal.kurek@mail.com>
3 years ago
Bond-009
855f9c4a8e
Merge pull request #6425 from boolemancer/boolemancer/fix_image_extractor
...
Fix explicit stream selection in MediaEncoder.ExtractImageInternal
3 years ago
Claus Vium
5ca88a835e
Merge pull request #6492 from Bond-009/gitignore
...
Ignore Omnisharp crash logs
3 years ago
Bond_009
55c8fb7814
Ignore Omnisharp crash logs
3 years ago
Claus Vium
8ae1eb6c50
Merge pull request #6491 from Bond-009/fixbuild
...
Fix build
3 years ago
Bond_009
07f64102dd
Fix build
3 years ago
Claus Vium
4cd372109d
Merge pull request #6473 from Bond-009/nullable7
...
Enable nullable for more files
3 years ago
Claus Vium
501c7a639f
Merge pull request #6474 from Bond-009/tests11
3 years ago
Patrick Barron
cb52ccc699
Update Jellyfin.Server.Implementations/Devices/DeviceManager.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Mark Titorenkov
a0ee16d38d
Update M3U Channel Name Precedence
...
Sets the ExtInf display name to have a higher precedence than the `tvg-name` attribute for channel names.
Usually `namInExtInf` is a more descriptive and human readable name if both it and `tvg-name` are available. `tvg-name` is more likely to be an internal identifier such as just the channel number with a prefix in my provider's case.
3 years ago
Claus Vium
e83d7a8667
Merge pull request #6327 from nyanmisaka/tonemap-overlay
3 years ago
Claus Vium
ae031fdd28
Merge branch 'master' into tonemap-overlay
3 years ago
Claus Vium
442e756395
Merge pull request #6183 from stanionascu/bdiso-playback
3 years ago
Claus Vium
b7e13f3a03
Merge pull request #5697 from Bond-009/ffmpeg2
...
Simplify the way we choose our ffmpeg
3 years ago
Bond_009
963ab2dab6
Simplify the way we choose our ffmpeg
...
* no longer search $PATH
* no longer require a full path
* don't fall back
3 years ago
Cody Robibero
ecb4b8e0aa
Apply suggestions from code review
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
3 years ago