aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations
AgeCommit message (Collapse)Author
2025-10-27Backport pull request #15170 from jellyfin/release-10.11.zcrobibero
Clean up BackupService Original-merge: ac3fa3c376a47c099e14d4b940832c39e2249aee Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-10-27Backport pull request #15126 from jellyfin/release-10.11.zMBR-0001
Fix Has(Imdb/Tmdb/Tvdb)Id checks Original-merge: 14b3085ff1c83d0dbf691d0ba38c00d035d46bb2 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-10-27Backport pull request #15098 from jellyfin/release-10.11.zBond-009
Lower required tmp dir size to 512MiB Original-merge: 0a6e8146be0ca207a9d4b30fa4eaa117a27786cd Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-10-27Backport pull request #15087 from jellyfin/release-10.11.ztheguymadmax
Optimize WhereReferencedItemMultipleTypes filtering Original-merge: a5bc4524d8a882efa12a17b6251894322745be78 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-10-27Backport pull request #15083 from jellyfin/release-10.11.ztheguymadmax
Fix LiveTV images not saving to database Original-merge: d738386fe2032be80d4b5bbfd2839b0cb2f397dc Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-10-13Remove chapters on file change (#14984)Tim Eisele
2025-10-13Fix contributing artist query (#14991)theguymadmax
2025-10-11Merge pull request #14971 from theguymadmax/skip-artist-album-persontypeJoshua M. Boniface
Skip creating Person entities for Artist and AlbumArtist types
2025-10-10Fix ordering queryJPVenson
2025-10-10cleanupJPVenson
2025-10-10fixes #14952 apply sort on ItemValue queryJPVenson
2025-10-09Skip creating Person entities for Artist and AlbumArtist typestheguymadmax
2025-10-08Improve performance on people query (#14963)theguymadmax
2025-10-05Truncate password reset file on open for writing (#14948)Bond-009
2025-10-05Deprecate HasPassword property on UserDtoNiels van Velzen
2025-10-02fix: get total count after grouping (#14931)lostb1t
2025-10-02Readd wildcard search (#14934)JPVenson
2025-10-01Fix parental ratings logic (#14909)theguymadmax
2025-09-26Restore NFO/import ordering by using ListOrder instead of SortOrdertheguymadmax
2025-09-25Fix people deduplication lookup (#14864)JPVenson
2025-09-24Fix people sort order (#14852)theguymadmax
2025-09-24Include ListOrder on Import (#14854)JPVenson
2025-09-24Add People Dedup and multiple progress fixes (#14848)JPVenson
2025-09-23Fix ordering where exists (#14843)JPVenson
2025-09-23Fix Image loading (#14842)JPVenson
2025-09-22Fix groupings not applied (#14826)JPVenson
2025-09-22fix: add back missing behavior for HasAnyProviderId (#14831)Mikal S.
2025-09-20Attach before updating/deleting to avoid DbUpdateConcurrencyException (#14746)evan314159
2025-09-16Optimize internal querying of UserData, other fixes (#14795)JPVenson
2025-09-16Fix sync disposal of async-created IAsyncDisposable objects (#14755)evan314159
2025-09-12Fix duplicate media entries (#14404)theguymadmax
2025-09-12Various cleanups (#14785)Bond-009
2025-09-05Refactor Display preference manager (#14056)JPVenson
2025-08-13Fix AlbumArtistIds filter to use correct ItemValueType (#14641)evan314159
2025-08-12Merge pull request #14634 from crobibero/itemname-countsCody Robibero
2025-08-11Refactor to pull item counts in a single queryCody Robibero
2025-08-11Refactor query from EXISTS to JOIN to avoid API timeouts with large ↵evan314159
libraries (#14557)
2025-08-06Revert "Merge pull request #13604 from Jxiced/master"Bond_009
This reverts commit ce78af2ed4f203690a0f9ef87b08b27a6bd43f63, reversing changes made to db7465e83d9cc07134a0bffad7ed17b1c7b873da.
2025-08-03Merge branch 'master' into masterJoshua M. Boniface
2025-08-02Don't fail image saving on missing BaseItemShadowghost
2025-07-27Fix allow and block queries (#14482)theguymadmax
2025-07-20Clean up and fix backup/restore (#14489)Cody Robibero
2025-07-17Delete old migrations on restore (#14486)JPVenson
2025-07-17Ensure UserData stays unique on delete (#14475)Stephan Sundermann
2025-07-14Fix refreshing the library cannot delete old attachments (#14461)Nyanmisaka
2025-07-14Allow loading of Database options for DB provider (#14466)JPVenson
2025-07-07Only save images when changed (#14425)JPVenson
2025-06-26Fix modification checks and make sure to use UTC (#14347)Tim Eisele
2025-06-23Fix missing music genre metadata (#14332)theguymadmax
2025-06-19Update Jellyfin.Server.Implementations/Item/BaseItemRepository.csTim Eisele
Co-authored-by: Bond-009 <bond.009@outlook.com>