| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-20 | Remove JsonIgnore from the DateLastSaved property of BaseItem | Anthony Lavado | |
| 2020-04-19 | Minor improvements | Bond_009 | |
| 2020-04-07 | Merge pull request #2696 from mark-monteiro/fix-extras | Vasily | |
| Display Extras With Unknown Types | |||
| 2020-04-01 | Code review suggestions | Mark Monteiro | |
| 2020-04-01 | Add ExtraType.Unknown enum value and use it instead of null | Mark Monteiro | |
| 2020-03-28 | Simplify logic; remove unnecessary methods | Mark Monteiro | |
| 2020-03-28 | Do not assign an invalid value of zero to ExtraType | Mark Monteiro | |
| 2020-03-28 | Display extras with an unknown type | Mark Monteiro | |
| 2020-03-24 | Remove unused usings | Bond_009 | |
| 2020-03-22 | Add missing null check when retrieving extras | Mark Monteiro | |
| 2020-03-18 | Merge pull request #2549 from dkanada/refactor | dkanada | |
| Refactor some provider classes | |||
| 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-09 | remove unused files and fix some future warnings | dkanada | |
| 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 | |
