| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-11 | Merge pull request #2502 from JustAMan/baseitem-equals | Bond-009 | |
| Adds BaseItem.Equals method that compares items by their Id | |||
| 2020-03-05 | Add inheritdoc comment and squash simple method bodies | Vasily | |
| 2020-03-05 | Follow code review suggestions | Vasily | |
| 2020-03-04 | Implement BaseItem.GetHashCode override | Vasily | |
| 2020-03-03 | Lower log level for BaseItem.Equals to debug | Vasily | |
| 2020-03-02 | Speed up equality comparison of BaseItem | Vasily | |
| 2020-02-27 | Apply suggestions from code review | Vasily | |
| Co-Authored-By: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-02-27 | Simplify AlphanumericComparer, reduce code duplication | Vasily | |
| 2020-01-10 | Merge branch 'master' into warn12 | Bond_009 | |
| 2019-12-11 | More warnings (removed) | Bond_009 | |
| 2019-11-04 | Merge remote-tracking branch 'origin/master' into media-attachments-clean | Andrew Mahone | |
| 2019-10-29 | Fix more warnings | Bond_009 | |
| 2019-10-22 | Retrieve media attachments in BaseItem. | Andrew Mahone | |
| 2019-10-15 | Fix Json serialization error | Bond_009 | |
| 2019-09-26 | Fix SetImage to avoid out of range exception (#1798) | Anthony Lavado | |
| * Fix SetImage to avoid out of range exception * Actually use the new images we've retrieved | |||
| 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-19 | Fix LocalTrailers playback. | SL1288 | |
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-05-16 | Review changes | Claus Vium | |
| Untested | |||
| 2019-05-02 | Enforce extras folder structure according to Emby's wiki | Claus Vium | |
| 2019-05-01 | Change owner and parent id of extras to the main media item | Claus Vium | |
| 2019-03-08 | Fix error | Bond-009 | |
| 2019-03-07 | Quick nullref fix | Bond-009 | |
| 2019-03-07 | Cleanup/simplification | Bond-009 | |
| * Removed useless copies/allocations * Reduced unneeded complexity | |||
| 2019-02-20 | Only refresh metadata if extras changed | Torsten | |
| 2019-02-19 | Populate video extras again | Torsten | |
| 2019-01-30 | Merge branch 'master' into culture | Bond-009 | |
| 2019-01-29 | Merge pull request #726 from EraYaN/remove-wrappers-for-system-io | Vasily | |
| Clean up IFileSystem wrappers around stdlib. | |||
| 2019-01-28 | Unwrapped `GetFileNameWithoutExtension` | Erwin de Haan | |
| 2019-01-28 | Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile` | Erwin de Haan | |
| 2019-01-28 | Unwrapped GetDirectoryName and DirectorySeperatorChar | Erwin de Haan | |
| 2019-01-28 | Fix default aspect ratio | Claus Vium | |
| 2019-01-27 | Fix more analyzer warnings | Bond_009 | |
| 2019-01-26 | Change default aspect ratio to 2/3 from 0 | Claus Vium | |
| 2019-01-26 | Change image dimentions from double to int | Bond_009 | |
| Rename ImageSize -> ImageDimensions | |||
| 2019-01-24 | Eliminate some compile warnings (#600) | hawken | |
| * Remove some unused variables * remove duplicate "using .." by sorting and deduping the list * Remove things that already exist in the parent class (in one case I moved some documentation to the parent) * EntityBodyData and and NextSearch were never set (only read), removed * _timeout was never read, subsequently _timer became unused. part of a TODO timeout functionality that was not implemented yet | |||
| 2019-01-20 | Minor improvements to library scan code | Bond_009 | |
| 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 *.cs: Jellyfin.Server-MediaBrowser.Controller | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: MediaBrowser.Controller | 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. | |||
| 2019-01-07 | remove trailing whitespace | hawken | |
| 2019-01-03 | Post GPL cleanup | Bond_009 | |
| 2018-12-30 | Fix build post GPL change | Bond_009 | |
| 2018-12-30 | Fix exception logging | Bond_009 | |
| 2018-12-30 | Remove the need for NullLogger | Bond_009 | |
| 2018-12-30 | Use Microsoft.Extensions.Logging abstraction | Bond_009 | |
