aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
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
2023-02-28Translated using Weblate (Dutch)Bas
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2023-02-23Translated using Weblate (Hindi)Pranav Avva
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hi/
2023-02-23Merge pull request #8526 from Shadowghost/rating-overhaulCody Robibero
2023-02-23Fix AutoDiscovery socket creationShadowghost
2023-02-22Translated using Weblate (Ukrainian)lyaschuchenko
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uk/
2023-02-20Translated using Weblate (Spanish)Asahi Oka
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
2023-02-20Apply review suggestionShadowghost
2023-02-20Improve alternate ordering (#9336)Bond-009
2023-02-20Merge branch 'master' into network-rewriteShadowghost
2023-02-20Build ratingClause with StringBuilderShadowghost
2023-02-20Apply review suggestionsShadowghost
2023-02-20Fix typo and migration descriptionShadowghost
2023-02-20Fix playlist parental control and no parental control skipping forbidden ↵Shadowghost
unrated items
2023-02-20Add default rating selectionsShadowghost
2023-02-20Properly build where clause for rating checksShadowghost
2023-02-20Overhaul content ratingsShadowghost
2023-02-20Merge pull request #9356 from Bond-009/tryparseBond-009
2023-02-20StringComparison.Ordinal instead of StringComparison.OrdinalIgnoreCaseBond_009
2023-02-19Optimize tryparseBond_009
* Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path)
2023-02-19Merge pull request #9322 from Bond-009/nullableBond-009
2023-02-19Translated using Weblate (Russian)rushmash
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
2023-02-18Merge pull request #9337 from Bond-009/regexBond-009
2023-02-17Translated using Weblate (Spanish (Argentina))adrian gustavo martinez
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/
2023-02-17Consistently write IP in upercaseShadowghost
2023-02-17Fix interface address assignment and resolution in SSDPShadowghost
2023-02-17Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discoveryShadowghost
2023-02-17Reduce string allocations by regexBond_009
2023-02-15Translated using Weblate (Indonesian)Ruben Wealth Hu
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/id/
2023-02-15Translated using Weblate (Slovenian)stegl
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
2023-02-15Translated using Weblate (Russian)ikoch
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
2023-02-15Translated using Weblate (Dutch)Ruben Kremer
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2023-02-15Enable nullable for more filesBond_009
2023-02-15Merge branch 'master' into network-rewriteShadowghost
2023-02-15Apply review suggestionsShadowghost
2023-02-15Fix NRE in DisposeAsyncCoreMBR#0001
2023-02-14Enable nullable for more files (#9310)Bond-009