| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-28 | Remove Emby.Notifications (#9147) | Patrick Barron | |
| 2023-01-18 | chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to ↵ | renovate[bot] | |
| v3.3.4 (#9117) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 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-10-25 | Remove unnecessary ToList usage | ignacio laborde | |
| 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-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-21 | Optimize Guid comparisons | Bond_009 | |
| * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty | |||
| 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 | More cleanup | Bond_009 | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-09-24 | Target net6.0 | Bond_009 | |
| 2021-07-30 | Invert code and style analysis configuration (#6334) | Rich Lander | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-07-11 | Remove old "has update available" code | Bond_009 | |
| This is the job of a package manager (or maybe the tray app for windows) | |||
| 2021-04-06 | Enable NetAnalyzers for more projects | Bond_009 | |
| 2021-03-09 | FxCop -> Net Analyzers (part 1) | Bond_009 | |
| 2021-01-12 | remove unused notification type | dkanada | |
| 2020-11-13 | Fix nullability errors in Emby.Notifications | crobibero | |
| 2020-11-10 | Update packages to net5 | crobibero | |
| 2020-11-06 | Minor perf improvements | Bond_009 | |
| 2020-08-13 | Move GenericEventArgs to Jellyfin.Data.Events | Patrick Barron | |
| 2020-06-14 | Merge remote-tracking branch 'upstream/master' into HEAD | crobibero | |
| 2020-06-13 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj | |||
| 2020-06-13 | merge master into api-migration | crobibero | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-05-26 | Fix a bug in Emby.Notifications and clean up | Patrick Barron | |
| 2020-05-20 | Remove redundant qualifiers | Patrick Barron | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-04-30 | Merge pull request #2656 from joshuaboniface/improve-builds | Vasily | |
| Improve builds | |||
| 2020-04-21 | Add <ProjectGuid> properties to all project files | Mark Monteiro | |
| This is required for SonarCloud analysis to run | |||
| 2020-04-15 | Migrates the notifications service to use ASP.NET MVC framework | ZadenRB | |
| 2020-04-09 | Use jellyfin.org everywhere | Joshua M. Boniface | |
| 2020-04-02 | Fix some warnings | Bond_009 | |
| 2020-04-01 | Address comments | Bond_009 | |
| 2020-02-08 | Fix build | Bond_009 | |
| 2020-02-04 | Add endpoints back | Bond-009 | |
| 2019-12-20 | Enable nullable reference types for Emby.Photos and Emby.Notifications | Bond_009 | |
| * Enable TreatWarningsAsErrors for Emby.Notifications * Add analyzers to Emby.Notifications | |||
| 2019-11-01 | Rewrite hex encoder/decoder | Bond_009 | |
| 2019-08-29 | More warning fixes | Bond_009 | |
| 2019-08-16 | Improvements to UserManager | Bond_009 | |
| 2019-08-11 | Document all public/internal members of Emby.Drawing | Bond_009 | |
| Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing | |||
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-03-14 | Adjusted AssemblyCopyright attribute values. | Erwin de Haan | |
| 2019-03-14 | Adjusted the Product Name so the User Agent is correct/better. | Erwin de Haan | |
| 2019-02-18 | Remove more self-update code | Bond_009 | |
| 2019-02-18 | Fix style issues in changed files | Bond_009 | |
| 2019-02-18 | Removed remaining self-update code | Bond_009 | |
| 2019-02-05 | Remove custom Threading | Claus Vium | |
