aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2022-10-23Translated using Weblate (Hebrew)nlahmi
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
2022-10-23Translated using Weblate (English (United Kingdom))Andi Chandler
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en_GB/
2022-10-23Translated using Weblate (Czech)DJSweder
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
2022-10-21Prevent host lookup on GetSmartUrl for HTTP requestsShadowghost
2022-10-20Translated using Weblate (Lojban)Polaris
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/jbo/
2022-10-20Translated using Weblate (Basque)Urtzi Odriozola
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/eu/
2022-10-20Translated using Weblate (Albanian)kevin
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sq/
2022-10-20Translated using Weblate (Finnish)Oskari Lavinto
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
2022-10-20Translated using Weblate (Chinese (Simplified))wolong gl
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2022-10-20Translated using Weblate (Portuguese (Brazil))Kmotyn
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
2022-10-20Translated using Weblate (Hungarian)Csaba
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
2022-10-20Translated using Weblate (French (Canada))bobthebignose
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/
2022-10-20Translated using Weblate (Arabic)0TTA
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2022-10-19chore(deps): update dependency mono.nat to v3.0.4 (#8580)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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-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 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-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>