aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2022-10-18chore(deps): update dotnet monoreporenovate[bot]
2022-10-18Added translation using Weblate (Lojban)Polaris
2022-10-17Bump prometheus-net.DotNetRuntime from 4.2.4 to 4.3.0 (#8561)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-16Properly name some bind address functions, cleanup loggingShadowghost
2022-10-15Fix autodiscoveryShadowghost
2022-10-12Merge pull request #8521 from 1337joe/fix-missing-symlink-scanClaus Vium
Skip missing symlink instead of breaking out of directory scan
2022-10-12Merge pull request #8541 from Bond-009/minorClaus Vium
2022-10-12Switch branches if statementBond_009
2022-10-12Merge pull request #8472 from jgriff6/subsClaus Vium
Fix subtitle selection behaviour
2022-10-11Fix some things that slipped through the cracksBond_009
2022-10-11Make 'Always' subtitle mode prioritise full tracksjgriff6
2022-10-11Merge branch 'jellyfin:master' into gzipadrez99
2022-10-10Skip generic shows from duplicate removal actions (#8370)Aaron
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-10-09Skip missing symlink instead of breaking out of directory scanJoe Rogers
2022-10-07Merge pull request #8381 from 1hitsong/lyric-lrc-file-supportClaus Vium
2022-10-07Merge pull request #7514 from Shadowghost/music-extendClaus Vium
2022-10-07Polish smart subtitle selection logicjgriff6
2022-10-07Apply review suggestionsShadowghost
2022-10-07Fix localization lookupJoe Rogers
2022-10-07Add hearing impaired subtitle stream indicator (#7379)Joe Rogers
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-10-07Merge branch 'master' into network-rewriteShadowghost
2022-10-07Merge pull request #8503 from Bond-009/ThrowIfNullClaus Vium
2022-10-07Merge pull request #8505 from JJS/CompilerWarningsClaus Vium
2022-10-06Fix minor warnings in Emby.Server.Implementations (#2149)Jan Sommer
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
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); ```
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-10-06Translated using Weblate (Uyghur)YusanTayir
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ug/
2022-10-03Translated using Weblate (Korean)kimpig
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2022-10-01Merge branch 'master' into network-rewriteShadowghost
2022-09-30Translated using Weblate (Croatian)Stjepan Mrgnaić
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
2022-09-29Merge pull request #8469 from hannesbraun/remove-redundant-usingBond-009
2022-09-28Fix subtitle selection behaviourjgriff6
2022-09-28Translated using Weblate (Uyghur)يادىكار ياقۇپ
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ug/
2022-09-28Translated using Weblate (Estonian)rimasx
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/et/
2022-09-28Translated using Weblate (Latvian)radiogalva
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/
2022-09-28Translated using Weblate (Portuguese)dynamic-core
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
2022-09-28Translated using Weblate (Portuguese (Portugal))Cota Fainado
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
2022-09-28Remove redundant using directivesHannes Braun
2022-09-23Backport pull request #8433 from jellyfin/release-10.8.zCody Robibero
Update to dotnet 6.0.9 Original-merge: 4ec82ec662834867742a08dff680c938c4a5542a Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-09-23Backport pull request #8399 from jellyfin/release-10.8.zLogicalPhallacy
Respect visibility for people items (rebased) Original-merge: e6124bc154c9f95fdd491f309623def6b3df0171 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-09-23Backport pull request #8348 from jellyfin/release-10.8.zClaus Vium
Revert "Revert "refactor: use season number and episode number for NextUp ordering instead of SortName"" Original-merge: 88d5230babbc9498a6142ef56b1c0a9731936a40 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-09-22Translated using Weblate (Slovenian)SaddFox
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
2022-09-20Use Directory GetFiles to find lyric files1hitsong
2022-09-17Remove commented out code1hitsong
2022-09-16Remove use of AddParts. Cleanup use of Lyric vs Lyrics.1hitsong
2022-09-15Create ILyricManager1hitsong
2022-09-15Auto stash before merge of "lyric-lrc-file-support" and ↵1hitsong
"origin/lyric-lrc-file-support"
2022-09-14Adds lyric providers to DI pipelineJamie Introcaso
This is adding those lyric providers to the DI pipeline along with a super simple implementation of how to use them in the controller method. Probably should be refactored into a lyric service of some sort that would have the providers injected into it.
2022-09-14Translated using Weblate (Macedonian)Tome Stojkovski
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mk/
2022-09-14Translated using Weblate (Chinese (Traditional, Hong Kong))Deyao Chen
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/