gbrea
8d57afb55f
Translated using Weblate (Galician)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gl/
3 years ago
Claus Vium
9d46b3695f
Merge pull request #6556 from nielsvanvelzen/openapi-security-scheme
...
Use standard Authorization header in OpenAPI specification
3 years ago
Meem Khan
b9407779e4
Translated using Weblate (Urdu (Pakistan))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ur_PK/
3 years ago
Niels van Velzen
e6c9add45a
Use more specific test command
3 years ago
Niels van Velzen
be946cef87
Use standard Authorization header in OpenAPI specification
3 years ago
Fredrik Lindberg
90174f68e2
Dynamically populate LocalAddress based on HTTP request
...
Support populating the LocalAddress field in the system info
endpoint based on the x-forwarded-host and x-forwarded-proto header.
The x-forwarded-host header must contain both the host and port for
the url to be properly constructed.
Behind network configuration option that is disabled by default.
3 years ago
emmanuel billeaud
fffdf9f7b6
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
3 years ago
Claus Vium
fffb57bb15
Merge pull request #6502 from crobibero/publish-jeff-extension
...
Add Jellyfin.Extensions to package publish
3 years ago
Claus Vium
97b8a672b5
Merge pull request #6555 from jellyfin/dependabot/nuget/libse-3.6.2
3 years ago
Claus Vium
da7a6e9fe4
Merge pull request #6554 from jellyfin/dependabot/nuget/sharpcompress-0.29.0
3 years ago
Fredrik Lindberg
ea439c5ccf
Improve series name matching
...
Add a series path resolver that attempts to extract only the series
name from a path that contains more information that just the name.
3 years ago
Rob
d557a5371e
Update Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Rob
8d45656c51
Update Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Rob
96bc24b1dc
Update Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Cody Robibero
ea3e66e918
Fix namespace
3 years ago
dependabot[bot]
b53c36ee4a
Bump libse from 3.6.0 to 3.6.2
...
Bumps [libse](https://github.com/SubtitleEdit/subtitleedit ) from 3.6.0 to 3.6.2.
- [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.6.0...3.6.2 )
---
updated-dependencies:
- dependency-name: libse
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
65e10946d8
Bump sharpcompress from 0.28.3 to 0.29.0
...
Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress ) from 0.28.3 to 0.29.0.
- [Release notes](https://github.com/adamhathcock/sharpcompress/releases )
- [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.28.3...0.29 )
---
updated-dependencies:
- dependency-name: sharpcompress
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
cocool97
83b4d4d25a
Translated using Weblate (French (Canada))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/
3 years ago
ankenyr
2b5f3f294e
Fixing #6269 by comparing PremiereDate when episode comparison would otherwise be equal.
3 years ago
Cody Robibero
7a7fe3e681
Fix types and property names
3 years ago
Mr. Chip53
1a8dcae5e4
Fix #6171
3 years ago
Claus Vium
f11f572997
Merge pull request #6457 from Izumiko/adult
3 years ago
ianjazz246
19b8bcaec4
Use TheoryData instead of MemberData and ClassData
3 years ago
ianjazz246
3313efce19
Revert "Use TheoryData in UrlDecodeQueryFeatureTest"
...
This reverts commit c5393b2579
.
3 years ago
Claus Vium
62113c4603
Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs
3 years ago
Claus Vium
cec0dd94ba
Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs
3 years ago
Claus Vium
6b8b7f1426
Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
3 years ago
cvium
e34aa22dc1
Remove AsyncFile.OpenRead
3 years ago
cvium
794b73c62d
Use File.GetAttributes instead of creating a new FileInfo
3 years ago
cvium
3bc9f38833
Fix SA1614 and SA1116
3 years ago
cvium
30152c8d96
Include the MIT license
3 years ago
cvium
6a2df35b37
Read file length for symlinks, supersedes #5775 and #5824
3 years ago
ianjazz246
c5393b2579
Use TheoryData in UrlDecodeQueryFeatureTest
3 years ago
Claus Vium
00f7f68e53
Merge pull request #5648 from OancaAndrei/syncplay-sessions-fix
...
Fix session references in SyncPlay
3 years ago
Bond-009
d7109d4d82
Merge pull request #6531 from GodTamIt/img-lang
...
Fix images "not loading" after manual identification
3 years ago
cvium
ae0055c494
Missing linebreaks that Rider apparently can't just do for me?
3 years ago
cvium
ff328fefc5
Replace GetDirectStreamProviderByUniqueId with GetLiveStreamInfoByUniqueId
3 years ago
cvium
026a7af0e8
Don't throw when livestream file isn't found
3 years ago
cvium
a60a1ab89b
Fix xmldoc
3 years ago
cvium
6637a3096a
Remove the dependency on BaseAuthorizationHandler
3 years ago
cvium
8496d7638a
Merge branch 'master' into NetworkAccessPolicy
3 years ago
hoanghuy309
7ce62194d1
Translated using Weblate (Vietnamese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
3 years ago
cvium
1a5a74d2a9
Remove more unused args
3 years ago
cvium
f3573b061c
Remove the unused arg
3 years ago
cvium
1603d1928e
Kill ProgressiveFileCopier and seek to end for ongoing livetv
3 years ago
Chris Tam
b0cd1f5e39
Fix images "not loading" after manual identification
3 years ago
Claus Vium
b96dbbf553
Merge pull request #6534 from Bond-009/warn35
3 years ago
Bond_009
0d16c48998
Fix some warnings
3 years ago
Bond-009
448125f2b4
Merge pull request #6523 from cvium/fix_livetv_cts_disposed
3 years ago
hoanghuy309
1a5d8e89da
Translated using Weblate (Vietnamese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
3 years ago