Shadowghost
9b2e9640be
Apply review suggestions
2 years ago
Claus Vium
95fab41d7c
Merge pull request #8510 from Bond-009/fuzz1
...
Update fuzzing projects to .net6
2 years ago
Shadowghost
6c6f89acc3
Apply review suggestions
2 years ago
Joe Rogers
62799697a1
Fix localization lookup
2 years ago
Joe Rogers
2e4db18ebe
Add hearing impaired subtitle stream indicator ( #7379 )
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2 years ago
Shadowghost
a97ec65227
Apply review suggestions
2 years ago
Bond_009
f37c3e181e
Update fuzzing projects to .net6
2 years ago
Shadowghost
2ac095d8cd
Apply review suggestions
2 years ago
Shadowghost
08c68eb8dc
Apply review suggestions
2 years ago
Shadowghost
ff18586beb
Apply review suggestions
2 years ago
Claus Vium
3612b427c4
Merge pull request #8408 from Shadowghost/baseurl-redirect
...
Redirect natively if no baseurl is set
2 years ago
Claus Vium
14027f962c
Merge pull request #6751 from Bond-009/tests12
...
Fix DLNA UpdateProfile test
2 years ago
Shadowghost
79b19e2325
Apply review suggestions
2 years ago
Shadowghost
7239141181
Apply review suggestions
2 years ago
Claus Vium
719e5eae16
Merge pull request #8503 from Bond-009/ThrowIfNull
2 years ago
Claus Vium
9ff918cb14
Merge pull request #8505 from JJS/CompilerWarnings
2 years ago
Claus Vium
803972a76f
Merge pull request #8500 from cvium/fix_authcontext_usage
2 years ago
Jan Sommer
87d460909f
Fix minor warnings in MediaBrowser.Model/Configuration ( #2149 )
2 years ago
Jan Sommer
0b8faf5db4
Fix minor warnings in Emby.Server.Implementations ( #2149 )
2 years ago
Bond_009
f5613add1a
Remove extra argument
2 years ago
Bond_009
a9a5fcde81
Use ArgumentNullException.ThrowIfNull helper method
...
Did a simple search/replace on the whole repo (except the RSSDP project)
This reduces LOC and should improve performance (methods containing a throw statement don't get inlined)
```
if \((\w+) == null\)
\s+\{
\s+throw new ArgumentNullException\((.*)\);
\s+\}
```
```
ArgumentNullException.ThrowIfNull($1);
```
2 years ago
cvium
6afc911043
fix Release build
2 years ago
cvium
5dc30c6a6d
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
2 years ago
YusanTayir
927fe33d3a
Translated using Weblate (Uyghur)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ug/
2 years ago
Cody Robibero
dd823b0117
Merge pull request #8460 from jellyfin/dependabot/github_actions/actions/stale-6
...
Bump actions/stale from 5 to 6
2 years ago
Cody Robibero
12a5000942
Merge pull request #8488 from jellyfin/dependabot/github_actions/actions/setup-dotnet-3
...
Bump actions/setup-dotnet from 2 to 3
2 years ago
Cody Robibero
02277b666b
Merge pull request #8483 from crobibero/fix-data-stream
...
Added handling of streams of type "data"
2 years ago
dependabot[bot]
692dac5694
Bump actions/setup-dotnet from 2 to 3
...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](https://github.com/actions/setup-dotnet/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Shadowghost
4649e0e425
Add xiph tag parsing
2 years ago
Shadowghost
fa9820b1fd
Add apple tag parsing
2 years ago
kimpig
9589194a94
Translated using Weblate (Korean)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2 years ago
Shadowghost
12cf98b4e3
Update taglibsharp, add audible tag parsing
2 years ago
markus
0a15634550
Streams with CodecType "data" (like "epg" streams in DVB
...
recordings) get ignored. This results in wrong stream specifiers for all
subsequent streams. This fix correctly handles "data" streams without any
further processing.
2 years ago
Shadowghost
647f435f6e
Redirect natively if no baseurl is set
2 years ago
Stjepan Mrgnaić
55b0ebbbf3
Translated using Weblate (Croatian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
2 years ago
Bond-009
b85cde722b
Merge pull request #8469 from hannesbraun/remove-redundant-using
2 years ago
jgriff6
b9abc004a7
Fix subtitle selection behaviour
2 years ago
يادىكار ياقۇپ
a6ebcc8c58
Translated using Weblate (Uyghur)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ug/
2 years ago
rimasx
9904e38c72
Translated using Weblate (Estonian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/et/
2 years ago
radiogalva
85f7e94ab5
Translated using Weblate (Latvian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/
2 years ago
dynamic-core
b3c349ce90
Translated using Weblate (Portuguese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
2 years ago
Cota Fainado
167863cdf4
Translated using Weblate (Portuguese (Portugal))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
2 years ago
Hannes Braun
4edeccc5e0
Remove redundant using directives
2 years ago
1hitsong
c367857244
Format returns
2 years ago
1hitsong
5efa138c22
Update MediaBrowser.Controller/Lyrics/LyricInfo.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
2 years ago
Bond-009
bb194b178f
Merge pull request #8459 from jellyfin/dependabot/nuget/Microsoft.NET.Test.Sdk-17.3.2
2 years ago
dependabot[bot]
cf6658c546
Bump actions/stale from 5 to 6
...
Bumps [actions/stale](https://github.com/actions/stale ) from 5 to 6.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
266fb2f81c
Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.3.1 to 17.3.2.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Commits](https://github.com/microsoft/vstest/compare/v17.3.1...v17.3.2 )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Bond-009
976dd012e7
Merge pull request #8426 from jellyfin/dependabot/nuget/SQLitePCLRaw.bundle_e_sqlite3-2.1.2
2 years ago
Bond-009
3648b0c961
Merge pull request #8431 from jellyfin/dependabot/nuget/Serilog.Settings.Configuration-3.4.0
2 years ago