| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | Bond_009 | |
| 2022-12-07 | Update projects to .net7 | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-11-17 | Apply review suggestions | Shadowghost | |
| 2022-11-17 | Add xmldocs for TMDb provider, correct provider spelling | Shadowghost | |
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-05-09 | Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726) | dependabot[bot] | |
| Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 2022-04-17 | Merge pull request #7543 from daullmer/nfo-datefix | Cody Robibero | |
| (cherry picked from commit a280ff603f63b483d7cd94b69344296e8b2ec484) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-03-21 | Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406 | dependabot[bot] | |
| Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.376 to 1.2.0-beta.406. - [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases) - [Commits](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.406) --- updated-dependencies: - dependency-name: StyleCop.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2022-02-08 | Fix nfo thumb tags without aspect | David Ullmer | |
| 2022-02-06 | Merge pull request #7241 from Bond-009/async5 | Cody Robibero | |
| 2022-01-22 | Flush to disk async where possible | Bond_009 | |
| 2022-01-22 | Ban the usage of Task.Result | Bond_009 | |
| If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future | |||
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-11-17 | Read past empty elements | cvium | |
| 2021-11-09 | Fix some warnings | Bond_009 | |
| down to 580 | |||
| 2021-11-09 | Fix some warnings | Bond_009 | |
| 609 left | |||
| 2021-11-04 | Make sure ReadToDescendant was successful, #6773 | cvium | |
| 2021-10-03 | Remove workaround for dotnet/runtime#42790 | Bond_009 | |
| 2021-09-26 | Remove all instances of en-US culture | Cody Robibero | |
| 2021-09-24 | Target net6.0 | Bond_009 | |
| 2021-09-21 | Specify DateTimeStyles when possible | Bond_009 | |
| 2021-09-19 | Reduce allocations | Bond_009 | |
| 2021-09-06 | Remove all unused usings | Fernando Fernández | |
| 2021-09-03 | Merge remote-tracking branch 'upstream/master' into warn-259810 | Cody Robibero | |
| 2021-09-01 | Merge pull request #6473 from Bond-009/nullable7 | Claus Vium | |
| Enable nullable for more files | |||
| 2021-08-30 | Merge pull request #6422 from daullmer/nfo-fanart | Bond-009 | |
| 2021-08-28 | Remove more and more warnings | Cody Robibero | |
| 2021-08-28 | Enable nullable for more files | Bond_009 | |
| 2021-08-15 | Minor improvements | Bond_009 | |
| 2021-08-13 | Modify FetchThumbNode method to read children of fanart tag | David Ullmer | |
| 2021-08-13 | Move thumb tag parsing to separate method | David Ullmer | |
| 2021-08-04 | Minor improvements | Bond_009 | |
| 2021-07-30 | Invert code and style analysis configuration (#6334) | Rich Lander | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-05-07 | Fix build | Bond_009 | |
| 2021-05-05 | Add support for fanart aspect in thumb tag | David Ullmer | |
| 2021-05-04 | Merge pull request #4981 from Ullmie02/nfo-ratings | Bill Thornton | |
| Add .nfo ratings tag | |||
| 2021-03-30 | Merge pull request #5467 from Ullmie02/nfo-fixes | Bond-009 | |
| 2021-03-26 | Rename methods and optimize allocations | David | |
| 2021-03-25 | Merge pull request #5321 from Ullmie02/nfo-thumb | Bond-009 | |
| 2021-03-16 | Use Helper Methods for provider url parsing | David | |
| 2021-03-10 | Fix Radarr url nfo files | David | |
| 2021-03-10 | Fix id tag setting IMDb id when it is TMDb id | David | |
| 2021-03-09 | Remove useless line | Bond_009 | |
| 2021-03-09 | FxCop -> Net Analyzers (part 1) | Bond_009 | |
| 2021-03-06 | Update MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.cs | David Ullmer | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-03-06 | Use Uri.TryCreate and ImageType helper method | David | |
