| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-14 | Revert IsPlayed optimization, pass UserItemData to IsPlayed when available ↵ | Cody Robibero | |
| (#14786) | |||
| 2025-06-26 | Fix modification checks and make sure to use UTC (#14347) | Tim Eisele | |
| 2025-05-09 | Cleanup external item data cleanup (#14072) | Tim Eisele | |
| 2025-03-30 | Rework parental ratings (#12615) | Tim Eisele | |
| 2025-03-25 | Fixed namespaces | JPVenson | |
| 2024-03-27 | Replace LINQ with more direct access method | Said Aroua | |
| Also rework documentation | |||
| 2023-11-09 | Convert ItemSortBy to enum (#9765) | Cody Robibero | |
| * Convert ItemSortBy to enum * Rename Unknown to Default | |||
| 2023-02-15 | Enable nullable for more files | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2022-09-28 | Remove redundant using directives | Hannes Braun | |
| 2022-04-07 | Merge pull request #7548 from 1337joe/comparer-null-fix | Cody Robibero | |
| (cherry picked from commit 72aca1519132315a69d9dad53e4840f461e58285) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-02-17 | Implement Comparers for (Parent)IndexNumber | Maxr1998 | |
| Can be used in item queries to sort by ParentIndexNumber and IndexNumber (used for disc and track numbers for example). | |||
| 2021-12-27 | More cleanup | Bond_009 | |
| 2021-11-15 | Fix some warnings | Bond_009 | |
| 2021-10-03 | Fix warnings in Sorting | Patrick Barron | |
| 2021-09-21 | Merge pull request #6553 from ankenyr/master | Claus Vium | |
| 2021-09-13 | Update Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs | Rob | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-09-13 | Update Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs | Rob | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-09-13 | Update Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs | Rob | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-09-12 | Fixing #6269 by comparing PremiereDate when episode comparison would ↵ | ankenyr | |
| otherwise be equal. | |||
| 2021-08-28 | Remove more and more warnings | Cody Robibero | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 2021-02-28 | Include specials in the calculation for the "Next Up" episode. Fixes #1479 | Moshe Schmidt | |
| 2020-07-24 | Fix warnings | Bond_009 | |
| 2020-06-20 | brace multiline if statements | telans | |
| 2020-06-16 | Merge pull request #3343 from telans/comment-stops | Bond-009 | |
| Add full stop at end of comments (SA1629) | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-04 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs | |||
| 2020-05-29 | Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode | Bond_009 | |
| 2020-05-20 | Remove redundant qualifiers | Patrick Barron | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-02-27 | Simplify AlphanumericComparer, reduce code duplication | Vasily | |
| 2019-11-22 | Fix some warnings | Bond-009 | |
| 2019-08-29 | More warning fixes | Bond_009 | |
| 2019-03-13 | More warning fixes | Bond-009 | |
| 2019-02-15 | Make all class implementing dynamically loaded interfaces public | Claus Vium | |
| 2019-01-31 | Remove support for games as a media type | Claus Vium | |
| 2019-01-13 | ReSharper conform to 'var' settings | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv | Erwin de Haan | |
| 2019-01-13 | EditorConfig reformat: Emby.IsoMounting, Emby.Server.Implementations | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part S-S | Erwin de Haan | |
| 2019-01-12 | Reformatted the files with notes. | Erwin de Haan | |
| 2019-01-11 | Merge branch 'dev' into code-cleanup | 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. | |||
| 2019-01-07 | remove trailing whitespace | hawken | |
