| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-10-11 | Fix some things that slipped through the cracks | Bond_009 | |
| 2022-02-20 | Fix #7100 by catching the exception on opening invalid UDF images | Stanislav Ionascu | |
| When an invalid UDF image is opened by the UdfReader, it may throw and exception. This change is to catch and log the exception. | |||
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-15 | Merge branch 'master' into what_could_go_wrong | Claus Vium | |
| 2021-12-07 | Refactor extras parsing | cvium | |
| 2021-11-27 | performance++ | Claus Vium | |
| 2021-11-27 | Add additional provider parsing to series file name | Cody Robibero | |
| 2021-11-16 | Remove unused dependencies | cvium | |
| 2021-11-15 | Remove ILibraryManager as a dependency in resolvers etc. | cvium | |
| 2021-11-02 | Merge pull request #6027 from fredriklindberg/improve-series-matching | Claus Vium | |
| 2021-10-06 | Fix the last few warnings | Bond_009 | |
| Enables TreatWarningsAsErrors for all projects | |||
| 2021-09-19 | Fix extra folder type resolving. | Dixin | |
| 2021-09-13 | Improve series name matching | Fredrik Lindberg | |
| Add a series path resolver that attempts to extract only the series name from a path that contains more information that just the name. | |||
| 2021-09-06 | Remove all unused usings | Fernando Fernández | |
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 2021-05-05 | More improvements | Bond_009 | |
| 2021-05-05 | Code Clean up: Convert to null-coalescing operator ?? (#5845) | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-04-01 | Update Emby.Server.Implementations/Library/Resolvers/TV/SeriesResolver.cs | Bond-009 | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-04-01 | Remove useless code | Bond_009 | |
| 2021-03-15 | add unit tests | cvium | |
| 2021-03-14 | do not resolve episode-like files if they are in extras folders | cvium | |
| 2020-07-23 | Remove unused dependencies. | Patrick Barron | |
| 2020-06-20 | fix some documentation periods | telans | |
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-13 | Merge pull request #3254 from crobibero/ilogger | dkanada | |
| Use typed logger where possible | |||
| 2020-06-06 | Fix a small number of compile warnings | aled | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-03-24 | Remove unused usings | Bond_009 | |
| 2020-03-11 | Merge branch 'master' into warn17 | Bond-009 | |
| 2020-03-03 | Replace ILogger with ILogger<T> wherever possible | Mark Monteiro | |
| Log entries will contain additional class context when using this interface | |||
| 2020-02-23 | Fix some warnings | Bond_009 | |
| * Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591 | |||
| 2020-02-19 | Minor improvements | Bond_009 | |
| 2020-01-22 | Clean up Emby.Naming | Bond_009 | |
| 2019-12-11 | More warnings (removed) | Bond_009 | |
| 2019-11-27 | Fix more warnings | Bond_009 | |
| 2019-06-01 | Fix more warnings | Bond-009 | |
| 2019-02-09 | Removed some unused fields | Bond_009 | |
| 2019-01-22 | Remove conditions that are always true/false | Bond_009 | |
| 2019-01-20 | Minor improvements to library scan code | Bond_009 | |
| 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 | Visual Studio Reformat: Emby.Server.Implementations Part I-Lib | 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 | |
| 2018-12-30 | Use Microsoft.Extensions.Logging abstraction | Bond_009 | |
