aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2023-09-23Migrate to customizable cast receiver configCody Robibero
2023-09-22Merge pull request #10218 from Bond-009/librarymonitorCody Robibero
2023-09-22Merge pull request #10234 from Shadowghost/cleanup-playlists-taskCody Robibero
2023-09-18Address review commentsBond_009
2023-09-18Update ↵Tim Eisele
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-09-18Translated using Weblate (Slovenian)atomicmind
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
2023-09-17Update ↵Tim Eisele
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-09-17Update ↵Tim Eisele
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-09-17Update ↵Tim Eisele
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-09-16Translated using Weblate (Dutch)Tycho Brouwer
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2023-09-16Apply review suggestionsShadowghost
2023-09-16Extend collections cleanup task to include playlists tooShadowghost
2023-09-13Minor LibraryMonitor improvementsBond_009
* Enable nullable * Add a fast return to ReportFileSystemChanged when path should be ignored * Use Span overloads of Path.* functions where possible * IFileSystem: remove NormalizePath as Path.TrimEndingDirectorySeparator already checks if it's a root path
2023-09-12Merge pull request #10056 from Bond-009/nullable2Bond-009
2023-09-11Merge pull request #10200 from thornbill/next-up-continueClaus Vium
Add option to include resumable items in next up requests
2023-09-11Remove existing sessions for a user on the same device on loginBill Thornton
2023-09-06Add option to include resumable items in next up requestsBill Thornton
2023-09-06Remove unused variableBill Thornton
2023-09-05Remove one session per device id limitationBill Thornton
2023-09-05Translated using Weblate (Czech)Lukáš Kucharczyk
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
2023-09-03Translated using Weblate (Pirate (pr))Slug-Cat
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pr/
2023-09-01Translated using Weblate (Turkish)queeup
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2023-08-29Add new Spain content rating ERIDaniel Martin Gonzalez
Add the content rating ERI to Spain list used in some providers and channels as Specially Recommended for Toddlers.
2023-08-28Merge pull request #10138 from cvium/sqlite_client_pocBond-009
2023-08-27Merge pull request #10154 from goremykin/multiple-enumerationsBond-009
2023-08-26Translated using Weblate (Russian)NickSkier
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
2023-08-26Fix a few multiple enumerationsStepan Goremykin
2023-08-25fix todos and add graylog backcvium
2023-08-23move a computation out of transaction and skip season updates if name matchescvium
2023-08-22== null -> is nullBond_009
2023-08-22remove nullable enablecvium
2023-08-22Enable nullable for more files and add testsBond_009
Adds basic tests for FFProbeVideoInfo.CreateDummyChapters Fixed error message CreateDummyChapters instead of reporting the total minutes it only reported the minute component
2023-08-22review commentscvium
2023-08-22remove unused depscvium
2023-08-21fix userdata table not being committedcvium
2023-08-21fix bad mergecvium
2023-08-21Merge branch 'master' into sqlite_client_poccvium
# Conflicts: # Emby.Server.Implementations/Data/SqliteItemRepository.cs
2023-08-21remove readonlycvium
2023-08-21open before changing pragmascvium
2023-08-21simplify extension methodscvium
2023-08-21rename variable and fix crashcvium
2023-08-21Reduce the amount of allocations in GetWhereClauses (#10114)Bond-009
2023-08-21remove runintransactioncvium
2023-08-21more usingcvium
2023-08-21add missing usingcvium
2023-08-21fix guid blobscvium
2023-08-21loading workscvium
2023-08-20Translated using Weblate (Malay)Muhammad Wafi Bin Arzu
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ms/
2023-08-20Translated using Weblate (Arabic)0TTA
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2023-08-20Merge pull request #10122 from cvium/remove_unnecessary_memorycacheBond-009