| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-08 | Merge pull request #5402 from Ullmie02/fix-null-size | Joshua M. Boniface | |
| Use FileShare.None when creating files (cherry picked from commit 480dd66428e2a8bf76c0747256f2e99b15aae212) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-11-13 | Updated based on review feedback | crobibero | |
| 2020-11-13 | Use null coalescing when possible | crobibero | |
| 2020-11-13 | Convert NullReferenceException to ResourceNotFoundException | crobibero | |
| 2020-11-13 | Fix nullability errors in MediaBrowser.LocalMetadata | crobibero | |
| 2020-11-10 | Update packages to net5 | crobibero | |
| 2020-06-26 | Fix nullable string usage. | crobibero | |
| 2020-06-17 | Update MediaBrowser.LocalMetadata/Images/EpisodeLocalImageProvider.cs | Cody Robibero | |
| Co-authored-by: Vasily <JustAMan@users.noreply.github.com> | |||
| 2020-06-13 | Fix docs typo | crobibero | |
| 2020-06-13 | Remove warnings from MediaBrowser.LocalMetadata | crobibero | |
| 2020-06-13 | Merge pull request #3254 from crobibero/ilogger | dkanada | |
| Use typed logger where possible | |||
| 2020-06-09 | Fix a small number of compile warnings | aled | |
| 2020-06-06 | Fix a small number of compile warnings | aled | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-04-21 | Add <ProjectGuid> properties to all project files | Mark Monteiro | |
| This is required for SonarCloud analysis to run | |||
| 2020-03-18 | Merge pull request #2549 from dkanada/refactor | dkanada | |
| Refactor some provider classes | |||
| 2020-03-10 | remove useless interface | dkanada | |
| 2020-03-09 | remove unused files and fix some future warnings | dkanada | |
| 2020-03-03 | Replace ILogger with ILogger<T> wherever possible | Mark Monteiro | |
| Log entries will contain additional class context when using this interface | |||
| 2020-03-01 | Fix warnings in PlaylistXmlSaver | Mark Monteiro | |
| 2020-03-01 | Use a constant for the default playlist file name | Mark Monteiro | |
| 2020-01-31 | Fix warnings | Bond_009 | |
| 2020-01-22 | Remove FileSystem.GetStream | Bond-009 | |
| 2019-11-01 | Rewrite hex encoder/decoder | Bond_009 | |
| 2019-09-23 | Fix multiple mistakes and warnings | Bond_009 | |
| 2019-09-02 | Fix warnings, improve performance (#1665) | Bond-009 | |
| * Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs | |||
| 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-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-03-12 | Merge branch 'master' into xml | Bond-009 | |
| 2019-03-07 | Reduce the amount of exceptions thrown | Bond_009 | |
| 2019-03-07 | Remove useless comments | Bond_009 | |
| 2019-03-07 | Remove useless abstraction around XmlReaderSettings | Bond_009 | |
| This removes the amount of stuff that needs to be passed around Also removes some unneeded `ManagedFileSystem` usage | |||
| 2019-03-01 | Merge pull request #1024 from jellyfin/release-10.2.z | Bond-009 | |
| Backmerge for 10.2.2 | |||
| 2019-02-24 | Fix slow local image validation (#990) | Claus Vium | |
| * Check for local image directory existence to avoid tons of exceptions | |||
| 2019-02-15 | Make all class implementing dynamically loaded interfaces public | Claus Vium | |
| 2019-02-01 | Remove commented file MediaBrowser.LocalMetadata.Savers.PersonXmlSaver | hawken | |
| 2019-01-31 | Merge pull request #734 from Bond-009/culture | Joshua M. Boniface | |
| Fix more analyzer warnings | |||
| 2019-01-31 | Remove support for games as a media type | Claus Vium | |
| 2019-01-30 | Merge branch 'master' into culture | Bond-009 | |
| 2019-01-28 | Unwrapped `GetFileNameWithoutExtension` | Erwin de Haan | |
| 2019-01-28 | Unwrapped `OpenRead` and `CopyFile` | Erwin de Haan | |
| 2019-01-28 | Unwrapped CreateDirectory and DeleteDirectory | Erwin de Haan | |
| 2019-01-28 | Unwrapped GetDirectoryName and DirectorySeperatorChar | Erwin de Haan | |
| 2019-01-27 | Fix more analyzer warnings | Bond_009 | |
| 2019-01-19 | Fixed csproj and xml identation. | Erwin de Haan | |
| 2019-01-17 | Reformat JustAMan review pt2 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 | ReSharper Reformat: Properties to expression bodied form. | Erwin de Haan | |
