aboutsummaryrefslogtreecommitdiff
path: root/Emby.Photos
AgeCommit message (Expand)Author
2025-07-27fix file modification date comparisons (#14503)evan314159
2025-06-26Fix modification checks and make sure to use UTC (#14347)Tim Eisele
2024-11-16Update projects to .NET 9 (#13023)Bond-009
2024-07-24Fix comment in PhotoProvider (#12323)Tobias
2024-03-07Cleanup PhotoProvider.cs using new .NET 8 featuresPeaches_MLG
2023-11-14Update to .NET 8Bond_009
2023-11-05Add IDisposableAnalyzers to more projectsBond_009
2023-10-06Reduce string allocationsBond_009
2023-02-04Use Directory.Packages.props (#9135)Zoltan Csizmadia
2023-01-18chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to v...renovate[bot]
2022-12-07Update projects to .net7Bond_009
2022-12-07Merge pull request #8511 from Bond-009/isnullBond-009
2022-12-06Add support for avif and webp for photos (#8857)Gen R
2022-12-05Replace != null with is not nullBond_009
2022-08-13Backport pull request #8234 from jellyfin/release-10.8.zCody Robibero
2022-05-09Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726)dependabot[bot]
2022-03-21Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406dependabot[bot]
2022-01-22Ban the usage of Task.ResultBond_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
2021-04-06Enable NetAnalyzers for more projectsBond_009
2021-03-09FxCop -> Net Analyzers (part 1)Bond_009
2020-11-10Update packages to net5crobibero
2020-06-13Merge pull request #3254 from crobibero/iloggerdkanada
2020-06-09Fix a small number of compile warningsaled
2020-06-05Use typed logger where possiblecrobibero
2020-04-22Merge branch 'master' into register-services-correctlyBond-009
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
2020-04-04Eliminate circular dependency between LibraryManager and ImageProcessorMark Monteiro
2020-02-04Merge branch 'master' into nullable2Bond-009
2020-01-28Update depsBond_009
2020-01-10Merge branch 'master' into warn12Bond_009
2019-12-20Enable nullable reference types for Emby.Photos and Emby.NotificationsBond_009
2019-12-18Enable analyzersBond-009
2019-12-13Enable TreatWarningsAsErrors for some projectsBond_009
2019-12-11More warnings (removed)Bond_009
2019-11-21Update depsBond_009
2019-11-01Rewrite hex encoder/decoderBond_009
2019-10-09Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.PhotosBond_009
2019-09-01Fix more warningsBond_009
2019-08-15Merge pull request #1614 from Bond-009/docs2dkanada
2019-08-11Document all public/internal members of Emby.DrawingBond_009
2019-08-11Update deps + document startup projectBond_009
2019-05-11Ignore casing photo extensionsBond-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-09Removed some unused fieldsBond_009
2019-02-05Complete rename ImageSize -> ImageDimensionsBond-009