aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2022-10-25Remove unnecessary IsPathLocked functionjgriff6
2022-10-25Clean up some ToList usagejgriff6
2022-10-25address PR commentsignacio laborde
2022-10-25Remove unnecessary ToList usageignacio laborde
2022-10-24Translated using Weblate (Ukrainian)lyaschuchenko
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uk/
2022-10-24Translated using Weblate (Indonesian)Raditya Harya
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/id/
2022-10-24Translated using Weblate (Spanish (Argentina))Franco Castillo
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/
2022-10-23Translated using Weblate (Galician)xosé m
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gl/
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-21remove JellyfinDbProvider and add second level cachingcvium
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-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/