aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2023-01-14Remove AddPeopleQueryIndex migrationBond_009
2023-01-14Set journal_size_limitBond_009
2023-01-14Change synchronous_mode to normalBond_009
2023-01-14Fine tune DB settingsBond_009
2023-01-14Translated using Weblate (Thai)Napaul Intrarasing
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
2023-01-12Translated using Weblate (Serbian)Alex Popovic
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
2023-01-12Translated using Weblate (Russian)kshantum
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
2023-01-11Translated using Weblate (Arabic)0TTA
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2023-01-10chore(deps): update dotnet monorepo to v7.0.2renovate[bot]
2023-01-10Rename Emby.Drawing and move to src (#9054)Patrick Barron
* Move Emby.Drawing to src * Rename Emby.Drawing -> Jellyfin.Drawing
2023-01-09Add Chinese Bilingual language (#7623)MBR-0001
Closes https://github.com/jellyfin/jellyfin-plugin-opensubtitles/issues/103
2023-01-08Translated using Weblate (Afrikaans)Stephen Cox
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
2023-01-08Translated using Weblate (Greek)Retrial
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
2023-01-07Fixing similar parental rating calculation (#8959)Brad Beattie
2023-01-07Use EventManager for AuthenticationSuccess, AuthenticationFailure (#8960)Cody Robibero
2023-01-07Deduplicate media stream ordering code (#9014)Bond-009
2023-01-05Translated using Weblate (Basque)Porrumentzio
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/eu/
2023-01-05Translated using Weblate (Japanese)Futoshi Iwashita
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/
2023-01-03Merge pull request #8775 from SenorSmartyPants/DVRMetadataBond-009
Fixes https://github.com/jellyfin/jellyfin/issues/5178
2022-12-31Translated using Weblate (Catalan)Xavier Rosell
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
2022-12-28Translated using Weblate (Catalan)guineu
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
2022-12-27Translated using Weblate (Georgian)NorwayFun
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ka/
2022-12-27Translated using Weblate (Arabic)0TTA
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2022-12-25Translated using Weblate (Korean)DuaLee
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2022-12-23Translated using Weblate (Polish)gam24
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pl/
2022-12-19Remove unused ImageByName API (#8928)Niels van Velzen
2022-12-19Merge pull request #8922 from Bond-009/distinctbyClaus Vium
Use DistinctBy introduced in .NET 6
2022-12-19Use Order() introduced in .NET 7 (#8923)Bond-009
2022-12-19Use DistinctBy introduced in .NET 6Bond_009
2022-12-17Translated using Weblate (Dutch)Bas
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2022-12-15chore(deps): update dotnet monorepo to v7.0.1 (#8900)renovate[bot]
* chore(deps): update dotnet monorepo to v7.0.1 * Update docker sdk Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-12-14Improve DB perf for everyone not using debug logging (#8827)Bond-009
2022-12-11Merge pull request #7767 from 1337joe/prefer-embedded-extras-titlesBond-009
2022-12-11Merge pull request #8842 from bradbeattie/masterBond-009
2022-12-10Translated using Weblate (Urdu (Pakistan))Hyper-Jedi
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ur_PK/
2022-12-08Allow video extras to use owner library optionsJoe Rogers
2022-12-07Merge pull request #8868 from Bond-009/priorityqueueClaus Vium
Remove dependency on OptimizedPriorityQueue
2022-12-07Merge pull request #8867 from stanionascu/fix-8276Claus Vium
Fix to make sure that UDF streams are opened with Share.Read (#8276)
2022-12-07Remove dependency on OptimizedPriorityQueueBond_009
2022-12-07Fix to make sure that UDF streams are opened with Share.Read (#8276)Stanislav Ionascu
Make sure that any subsequent requests to open the file for read will succeed.
2022-12-07Update depsBond_009
2022-12-07Don't use deprecated HashAlgorithm.Create(string)Bond_009
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-07Fix build errorsBond_009
2022-12-07Update projects to .net7Bond_009
2022-12-05Search tags as wellBrad Beattie
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-12-05Fix build (#8859)Bond-009
2022-12-05Translated using Weblate (Georgian)NorwayFun
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ka/