aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2023-04-06Pass cancellation tokenStepan Goremykin
2023-04-06Inline out variable declarationStepan Goremykin
2023-04-06Fix argument is not used in message template warningStepan Goremykin
2023-04-06Remove redundant castsStepan Goremykin
2023-04-06Remove unused using directivesStepan Goremykin
2023-04-05Translated using Weblate (Chinese (Traditional, Hong Kong))SuperDumbTM
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
2023-04-04Merge pull request #9583 from goremykin/use_minby_and_maxbyBond-009
2023-04-01Implement check to hide all libraries when user has no access (#9536)elmuffo
2023-04-01Use MinBy and MaxByStepan Goremykin
2023-04-01Correct styling inconsistenciesAmbulantRex
2023-04-01Correct style inconsistenciesAmbulantRex
2023-03-30Translated using Weblate (Hindi)Sahil Ahluwalia
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hi/
2023-03-30Translated using Weblate (Hindi)pankajabhyam
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hi/
2023-03-30Translated using Weblate (Bengali)Sunip Mukherjee
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bn/
2023-03-30Translated using Weblate (Danish)heim3x
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
2023-03-30Remove unnecessary using statements in PluginManagerAmbulantRex
2023-03-30Add DLL whitelist support for pluginsAmbulantRex
2023-03-28Merge pull request #9466 from Shadowghost/playlist-fixBond-009
2023-03-26Translated using Weblate (Dutch)Bas
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2023-03-25Convert Person.Type to use PersonKind enum (#9487)Cody Robibero
2023-03-25Apply suggestions from code reviewShadowghost
Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-03-24Translated using Weblate (Filipino)Calvin Ng
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fil/
2023-03-22Translated using Weblate (Japanese)azam
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/
2023-03-22Translated using Weblate (Malay)azam
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ms/
2023-03-20Translated using Weblate (Catalan)Àlex Bravo
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
2023-03-20Merge pull request #9403 from SenorSmartyPants/ExtraCleanAndNFOCody Robibero
Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-03-18Merge pull request #9103 from ↵Bond-009
DarrenRuane/darrenruane_fix_chapter_images_deletion
2023-03-18Translated using Weblate (Dutch)Bas
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2023-03-18Update Emby.Server.Implementations/Playlists/PlaylistManager.csShadowghost
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
2023-03-17Apply review suggestionsShadowghost
2023-03-16Translated using Weblate (Portuguese)Gabriele Bizzon
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
2023-03-16Merge branch 'master' into network-rewriteShadowghost
2023-03-15Merge pull request #9418 from Bond-009/getawaiterBond-009
2023-03-15Merge pull request #9460 from Shadowghost/rating-overhaulBond-009
2023-03-14Reduce usage of GetAwaiter().GetResult()Bond_009
2023-03-12Fall back to using "logo" attrib if "tvg-logo" is mssing in M3U-tuner (#9475)gitteric
Co-authored-by: gitteric <you@example.com>
2023-03-10Add migration to properly set playlist ownerShadowghost
2023-03-10Fix playlist creation and removalShadowghost
2023-03-10Merge pull request #9254 from Shadowghost/dvdbdfixBond-009
2023-03-09Clean Extra NamesSenorSmartyPants
- Adds regular expression to CleanStrings to remove suffix style extra naming from the name presented in JF. - Override Resolve for Extras to enable parsename - remove exclusion on parsename of extratypes
2023-03-09Translated using Weblate (Icelandic)Róbert Örn Ketilsson
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/is/
2023-03-09Extend language code handlingShadowghost
2023-03-07Disable real time monitoring by defaultBond_009
2023-03-06Fix cases where multiple files are resolved as a single bookJoe Rogers
2023-03-06Inject IDirectoryService where needed instead of passing it through ↵Joe Rogers
ItemResolveArgs
2023-03-06Remove some BaseItem references to make ItemResolveArgs more usable for testing.Joe Rogers
2023-03-03Merge branch 'master' into network-rewriteShadowghost
2023-03-02Merge pull request #9416 from Bond-009/listBond-009
2023-03-01Reduce log spamBond_009
Fixes #7801
2023-03-01Allocate less ListsBond_009