| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-13 | Library: Async the SaveImages function (#15718) | Luigi311 | |
| 2025-10-13 | Remove chapters on file change (#14984) | Tim Eisele | |
| 2025-09-24 | Add People Dedup and multiple progress fixes (#14848) | JPVenson | |
| 2025-09-16 | Optimize internal querying of UserData, other fixes (#14795) | JPVenson | |
| 2025-08-11 | Refactor to pull item counts in a single query | Cody Robibero | |
| 2025-06-15 | Always set update action when item does not exist (#14304) | JPVenson | |
| 2025-05-04 | Recognize file changes and remove data on change (#13839) | Tim Eisele | |
| 2025-04-26 | Merge pull request #13847 from Shadowghost/rework-chapter-management | Tim Eisele | |
| Rework chapter management | |||
| 2025-04-02 | Import Keyframes into database (#13771) | Tim Eisele | |
| * Migrate keyframe data into database * Clear database table before import to handle failed migrations | |||
| 2025-03-26 | Fix only returning one item from /Item/Latest api. (#12492) | JQ | |
| * Updated to EFcore * Remove unused using * Dont use DateCreated not from episode type or music type * use TranslateQuery to filter out instead and then do the grouping and retrival of min and max datecreated instead * Album also | |||
| 2025-03-18 | Add fast-path to getting just the SeriesPresentationUniqueKey for NextUp ↵ | Cody Robibero | |
| (#13687) * Add more optimized query to calculate series that should be processed for next up * Filter series based on last watched date | |||
| 2025-01-11 | Applied review comments | JPVenson | |
| 2024-11-24 | Applied review comments | JPVenson | |
| 2024-10-11 | applied review comments | JPVenson | |
| 2024-10-11 | Removed unused mapping tables | JPVenson | |
| 2024-10-10 | Applied review comments | JPVenson | |
| 2024-10-09 | Apply suggestions from code review | JPVenson | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-10-09 | Naming refactoring and WIP porting of new interface repositories | JPVenson | |
| 2024-10-08 | Removed BaseSqliteRepository | JPVenson | |
| 2024-10-08 | WIP BaseItem search refactoring | JPVenson | |
| 2024-09-07 | Migrated UserData from library sqlite db to jellyfin.db | JPVenson | |
| 2023-03-01 | Allocate less Lists | Bond_009 | |
| 2022-02-15 | Clean up SqliteItemRepository | Bond_009 | |
| * remove dead code * reduce allocations | |||
| 2022-02-14 | Fix some warnings | Bond_009 | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-09-03 | Fix some warnings | Bond_009 | |
| 2021-08-13 | Fix warnings in MediaBrowser.Controller | Rich Lander | |
| 2021-06-06 | Remove warninigs from MediaBrowser.Controller (Part 3) (#6078) | Cody Robibero | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-05-07 | Enable nullable reference types for MediaBrowser.Controller | Bond_009 | |
| 2021-04-22 | SqliteItemRepository: remove redundant operations | Bond_009 | |
| removed: * nameof -> FullName lookup * IndexOf before Replace * Enum.GetNames -> Enum.Parse roundtrip | |||
| 2020-09-28 | Fix SA1513, SA1514, SA1507, and SA1508 | Matt Montgomery | |
| 2020-08-22 | Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release | Bond_009 | |
| 2020-07-17 | Migrate Display Preferences to EF Core | Patrick Barron | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-04-19 | Merge pull request #2829 from Bond-009/warn19 | dkanada | |
| Fix some warnings | |||
| 2020-04-11 | Fix some warnings | Bond_009 | |
| 2020-04-09 | Address comments | Bond_009 | |
| 2020-04-03 | Clean up SqliteItemRepository | Bond_009 | |
| 2020-02-23 | Minor improvements | Bond_009 | |
| 2020-01-31 | Fix warnings | Bond_009 | |
| 2020-01-08 | Minor improvements | Bond_009 | |
| 2019-10-22 | Store MediaAttachments in DB. | Andrew Mahone | |
| 2019-02-12 | Don't clone lists | Bond_009 | |
| 2019-02-12 | Tuple -> ValueTuple | Bond_009 | |
| 2019-01-31 | Remove support for games as a media type | Claus Vium | |
| 2019-01-13 | Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: MediaBrowser.Controller | Erwin de Haan | |
| 2019-01-10 | Mayor code cleanup | Erwin de Haan | |
| Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment. | |||
