cvium
|
ba366118f9
|
Do not use language or imagelanguages when searching for images
TMDb API returns all images if languages are excluded, which is needed for the All Languages toggle in Identify.
|
4 years ago |
dkanada
|
8615847a8a
|
Merge pull request #5345 from BaronGreenback/IP6Fix
Dual IP4 / IP6 server fails on non-windows platforms
|
4 years ago |
dkanada
|
74a927db3e
|
Merge pull request #5362 from crobibero/case-json
Fix case-sensitive json parsing
|
4 years ago |
crobibero
|
631c0a35f6
|
Always use case insensitive json parsing for api
|
4 years ago |
Claus Vium
|
ddc62a89ba
|
Merge pull request #5356 from cvium/fix_provideridextensions
return false when providerid is null or empty
|
4 years ago |
BaronGreenback
|
d819a1d928
|
Remove Content-Length header from DLNA HEAD request (#5335)
|
4 years ago |
Bond-009
|
72d063c563
|
Merge pull request #5359 from cvium/fix_broadcasttimer_disposed
Do nothing in timer callback when device locator is disposed
|
4 years ago |
cvium
|
610a30d791
|
Do nothing in timer callback when device locator is disposed
|
4 years ago |
cvium
|
8b72b902f5
|
fix HasProviderId and add tests
|
4 years ago |
cvium
|
a49f5d2a44
|
revert removal of null check
|
4 years ago |
cvium
|
664c5da317
|
return false when providerid is null or empty
|
4 years ago |
David Ullmer
|
8f99bdd07c
|
Fix TMDb search name containing year (#5349)
|
4 years ago |
BaronGreenback
|
c275c5c1ea
|
Update Jellyfin.Server/Program.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
Claus Vium
|
e858e5f0b8
|
Merge pull request #5339 from Bond-009/hasproviderids
Revert breaking change to HasProviderId
|
4 years ago |
Bond-009
|
1f0bbe266c
|
Merge pull request #5342 from BaronGreenback/errorMessageCorrection
Corrected logging message
|
4 years ago |
BaronGreenback
|
5942948714
|
Kestrel workaround
|
4 years ago |
Claus Vium
|
0b1b99c2ca
|
Merge pull request #5338 from Bond-009/ssatests
Remove tests that are upstreamed
|
4 years ago |
BaronGreenback
|
dedc94ec91
|
correction of ip6 loopback
|
4 years ago |
BaronGreenback
|
fdd4b6b3f1
|
Changed message
|
4 years ago |
Bond_009
|
ba62d9d1fe
|
Revert breaking change
|
4 years ago |
Bond_009
|
ed0267252f
|
Remove tests that are upstreamed
libse (the SSA parser we use) has these same tests now
|
4 years ago |
Bond-009
|
9390dd2df8
|
Merge pull request #5317 from Bond-009/notnullwhen
MaybeNullWhen(false) -> NotNullWhen(true)
|
4 years ago |
Bond-009
|
c2af32d035
|
Merge pull request #5299 from Bond-009/tests13
|
4 years ago |
Bond-009
|
557a2ad715
|
Merge pull request #5328 from jellyfin/dependabot/nuget/Moq-4.16.1
Bump Moq from 4.16.0 to 4.16.1
|
4 years ago |
dependabot[bot]
|
b0d391427b
|
Bump Moq from 4.16.0 to 4.16.1
Bumps [Moq](https://github.com/moq/moq4) from 4.16.0 to 4.16.1.
- [Release notes](https://github.com/moq/moq4/releases)
- [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md)
- [Commits](https://github.com/moq/moq4/compare/v4.16.0...v4.16.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Bond-009
|
640f341ce5
|
Merge pull request #5327 from jellyfin/dependabot/nuget/Microsoft.NET.Test.Sdk-16.9.1
Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1
|
4 years ago |
Bond-009
|
153021eec6
|
Merge pull request #5326 from jellyfin/dependabot/nuget/libse-3.6.0
Bump libse from 3.5.8 to 3.6.0
|
4 years ago |
dependabot[bot]
|
829442c419
|
Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.3 to 16.9.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.8.3...v16.9.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
fef43c556d
|
Bump libse from 3.5.8 to 3.6.0
Bumps [libse](https://github.com/SubtitleEdit/subtitleedit) from 3.5.8 to 3.6.0.
- [Release notes](https://github.com/SubtitleEdit/subtitleedit/releases)
- [Changelog](https://github.com/SubtitleEdit/subtitleedit/blob/master/Changelog.txt)
- [Commits](https://github.com/SubtitleEdit/subtitleedit/compare/3.5.8...3.6.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Csaba
|
f6c49f1373
|
Translated using Weblate (Hungarian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
|
4 years ago |
Sebastian
|
0fde0a82e4
|
Translated using Weblate (Swedish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
|
4 years ago |
dkanada
|
0cf4c7857b
|
Merge pull request #5314 from barronpm/cleanup
Remove unused entity
|
4 years ago |
Bond_009
|
02848189e3
|
MaybeNullWhen(false) -> NotNullWhen(true)
|
4 years ago |
Claus Vium
|
f8c9c37c29
|
Merge pull request #5181 from BaronGreenback/Fix_IPHostIP6Parsing
|
4 years ago |
Claus Vium
|
14605280a0
|
Merge pull request #5274 from BaronGreenback/bindfix
|
4 years ago |
BaronGreenback
|
5074d67379
|
performance
|
4 years ago |
BaronGreenback
|
cc19d281e7
|
Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
BaronGreenback
|
d99d95422e
|
Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
Claus Vium
|
64730b5661
|
Merge pull request #5278 from BaronGreenback/STRMFix
Fix for #5168
|
4 years ago |
Claus Vium
|
9e77fdc70d
|
Merge pull request #5312 from BaronGreenback/FixFor5280
|
4 years ago |
Claus Vium
|
e5f99762e2
|
Merge pull request #5073 from BaronGreenback/ffmpeg
Fix for 4933: Alternative ffmpeg fix
|
4 years ago |
BaronGreenback
|
73ca367bf9
|
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |
BaronGreenback
|
9f03064ad8
|
Update MediaBrowser.Controller/IServerApplicationHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |
Patrick Barron
|
ebb6467db4
|
Remove unused entity
|
4 years ago |
BaronGreenback
|
d95ca20fc7
|
removed bad merge code
|
4 years ago |
BaronGreenback
|
a25e3c0256
|
fix for override ports contained in PublishedServerUrl
|
4 years ago |
Eben van Deventer
|
0a1b91f084
|
Translated using Weblate (Afrikaans)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
|
4 years ago |
dkanada
|
c54ca489f1
|
Merge pull request #5217 from jellyfin/auto-manifest
handle plugin manifests automatically
|
4 years ago |
Raúl Estévez
|
bae97322a0
|
Translated using Weblate (Galician)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gl/
|
4 years ago |
Bond_009
|
2bc1eef4dd
|
Clean up code
|
4 years ago |