aboutsummaryrefslogtreecommitdiff
path: root/Emby.Notifications
AgeCommit message (Collapse)Author
2023-01-28Remove Emby.Notifications (#9147)Patrick Barron
2023-01-18chore(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-07Update projects to .net7Bond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-25Remove unnecessary ToList usageignacio laborde
2022-05-09Bump 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-21Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406dependabot[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-21Optimize Guid comparisonsBond_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-22Ban the usage of Task.ResultBond_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-27More cleanupBond_009
2021-12-24Update StyleCopBond_009
2021-12-20Use our own Contains extensioncvium
2021-09-24Target net6.0Bond_009
2021-07-30Invert code and style analysis configuration (#6334)Rich Lander
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-07-11Remove old "has update available" codeBond_009
This is the job of a package manager (or maybe the tray app for windows)
2021-04-06Enable NetAnalyzers for more projectsBond_009
2021-03-09FxCop -> Net Analyzers (part 1)Bond_009
2021-01-12remove unused notification typedkanada
2020-11-13Fix nullability errors in Emby.Notificationscrobibero
2020-11-10Update packages to net5crobibero
2020-11-06Minor perf improvementsBond_009
2020-08-13Move GenericEventArgs to Jellyfin.Data.EventsPatrick Barron
2020-06-14Merge remote-tracking branch 'upstream/master' into HEADcrobibero
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj
2020-06-13merge master into api-migrationcrobibero
2020-06-05Use typed logger where possiblecrobibero
2020-05-26Fix a bug in Emby.Notifications and clean upPatrick Barron
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-12Initial migration codePatrick Barron
2020-04-30Merge pull request #2656 from joshuaboniface/improve-buildsVasily
Improve builds
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
This is required for SonarCloud analysis to run
2020-04-15Migrates the notifications service to use ASP.NET MVC frameworkZadenRB
2020-04-09Use jellyfin.org everywhereJoshua M. Boniface
2020-04-02Fix some warningsBond_009
2020-04-01Address commentsBond_009
2020-02-08Fix buildBond_009
2020-02-04Add endpoints backBond-009
2019-12-20Enable nullable reference types for Emby.Photos and Emby.NotificationsBond_009
* Enable TreatWarningsAsErrors for Emby.Notifications * Add analyzers to Emby.Notifications
2019-11-01Rewrite hex encoder/decoderBond_009
2019-08-29More warning fixesBond_009
2019-08-16Improvements to UserManagerBond_009
2019-08-11Document all public/internal members of Emby.DrawingBond_009
Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-03-14Adjusted AssemblyCopyright attribute values.Erwin de Haan
2019-03-14Adjusted the Product Name so the User Agent is correct/better.Erwin de Haan
2019-02-18Remove more self-update codeBond_009
2019-02-18Fix style issues in changed filesBond_009
2019-02-18Removed remaining self-update codeBond_009
2019-02-05Remove custom ThreadingClaus Vium