| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-01 | Allocate less Lists | Bond_009 | |
| 2023-02-20 | Improve alternate ordering (#9336) | Bond-009 | |
| 2023-02-17 | Reduce string allocations by regex | 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-25 | Clean up some ToList usage | jgriff6 | |
| 2022-10-25 | Remove unnecessary ToList usage | ignacio laborde | |
| 2022-09-15 | Use record for AudioBookFilePathParserResult | Bond_009 | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-07 | Refactor extras parsing | cvium | |
| 2021-07-06 | Minor fixes | Bond_009 | |
| 2021-02-13 | Minor improvements | Bond_009 | |
| 2021-01-21 | 100% branch coverage for Jellyfin.Naming | Bond_009 | |
| 2020-11-12 | Update Emby.Naming/AudioBook/AudioBookListResolver.cs | martinek-stepan | |
| Use StringComparison.OrdinalIgnoreCase when comparing names Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk> | |||
| 2020-11-12 | Taken suggestions from code review and created test for ExtraRuleType.Regex ↵ | Stepan | |
| instead of throwing exception there. | |||
| 2020-11-12 | Apply suggestions from code review | martinek-stepan | |
| Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk> | |||
| 2020-11-10 | Xml-doc part1 | Stepan | |
| 2020-11-03 | Added resolving of alternative files and extras for audibooks. | Stepan | |
| 2020-11-02 | Add Name and Year parsing for audiobooks | Stepan | |
| 2020-11-01 | Written test to finish coverage for AudioBookListResolver & ↵ | Stepan | |
| AudioBookResolver and corrected some logical erros / unhandled exception | |||
| 2020-11-01 | Simplify AudioBookResolver since there is no option of passing directories ↵ | Stepan | |
| into it (AudioResolver.cs:179) and handling directories were not implemented anyway | |||
| 2020-11-01 | Removed Success property from AudioBookFilePathParserResult, since it was ↵ | Stepan | |
| unused and consider only audiobooks that have chapter/page number in name makes no sense | |||
| 2020-11-01 | Re-Sharper inspection issues | Stepan | |
| 2020-11-01 | Enable nullable in Emby.Naming | Stepan | |
| 2020-10-12 | Fix AudioBookListResolver test coverage | Bond_009 | |
| 2020-09-20 | Minor improvements | Bond_009 | |
| 2020-09-09 | some testing for AudioBook | Keridos | |
| fix PartNumber detection | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-03-25 | revert xml docs indentation | crobibero | |
| 2020-03-25 | Fix warnings in Emby.Naming | crobibero | |
| 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-01-22 | Clean up Emby.Naming | Bond_009 | |
| 2019-12-13 | Enable TreatWarningsAsErrors for some projects | Bond_009 | |
| Analyzers are only run in debug build, so setting TreatWarningsAsErrors for release build will catch the compiler warnings until we resolve all analyzer warnings. | |||
| 2019-11-22 | Fix some warnings | Bond-009 | |
| 2019-06-01 | Fix more warnings | Bond-009 | |
| 2019-01-25 | Fix always null expressions | Bond_009 | |
| 2019-01-22 | Remove conditions that are always true/false | Bond_009 | |
| 2019-01-17 | Reformat JustAMan review pt1 changes | Erwin de Haan | |
| Refs #575 | |||
| 2019-01-13 | ReSharper format: conform inline 'out' parameters. | Erwin de Haan | |
| 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.Naming | 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-09-12 | Update to 3.5.2 and .net core 2.1 | stefan | |
