| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2019-01-13 | Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.Model | Erwin de Haan | |
| 2019-01-13 | EditorConfig reformat: Non-CS files. | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: MediaBrowser.LocalMetadata | Erwin de Haan | |
| 2019-01-11 | Merge branch 'dev' into code-cleanup | Erwin de Haan | |
| 2019-01-10 | Mayor code cleanup | Erwin de Haan | |
| Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment. | |||
