| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-20 | Merge pull request #1898 from Bond-009/jsonfix | Joshua M. Boniface | |
| Fix Json serialization error (cherry picked from commit 91600b1c81872e1745401942633a87085dc706b5) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 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-29 | More warning fixes | Bond_009 | |
| 2019-08-19 | Fix LocalTrailers playback. | SL1288 | |
| 2019-08-16 | Improvements to UserManager | Bond_009 | |
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-06-24 | Merge pull request #1448 from joshuaboniface/nice-userconfig-paths | Andrew Rabert | |
| Use the username for the user config path | |||
| 2019-06-13 | Merge pull request #1156 from Bond-009/sep | Anthony Lavado | |
| Small cleanups here and there | |||
| 2019-06-08 | Use the username for the user config path | Joshua M. Boniface | |
| Use the username to construct the UserConfigurationDirectory, instead of the user ID, and move the old ID-based path to the new path if needed when loading (temporary transitional code). Removes administrator guesswork as to what user each directory belongs to, which I found very annoying when investigating user configs. | |||
| 2019-05-18 | Merge pull request #1383 from jellyfin/release-10.3.z | Bond-009 | |
| Backmerge for Release 10.3.3 | |||
| 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-04-02 | Speed up DeepCopy | Bond-009 | |
| 2019-03-25 | Seperate changes from #1023 | Bond-009 | |
| The unrelated changes from #1023 (and more) | |||
| 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-26 | Remove ordering items | Bond-009 | |
| 2019-02-20 | Only refresh metadata if extras changed | Torsten | |
| 2019-02-19 | Populate video extras again | Torsten | |
| 2019-02-02 | Remove MoreLINQ | Bond_009 | |
| 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-31 | Remove more Connect related stuff | Claus Vium | |
| 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 CreateDirectory and DeleteDirectory | 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 | Merge pull request #709 from Bond-009/null | Andrew Rabert | |
| Fix always null expressions | |||
| 2019-01-26 | Change image dimentions from double to int | Bond_009 | |
| Rename ImageSize -> ImageDimensions | |||
| 2019-01-25 | Fix always null expressions | Bond_009 | |
| 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-24 | Set Parent to current query Item if ParentId is empty (#680) | Claus Vium | |
| **Changes** Fixed a faulty change in logic that occurred during the Christmas GPL nightmare. I stepped through Emby 3.5.2 and stumbled over a difference in the query between Jellyfin and Emby, where in Emby, query.ParentId was set to the item itself. So I did a little digging in the old GPLv2 source and found this https://github.com/MediaBrowser/Emby/blob/3.4.1.8/MediaBrowser.Controller/Entities/Folder.cs#L720 **Issues** Fixes #673 | |||
| 2019-01-22 | Change MusicAlbum.Tracks to return Audio items | hawken | |
| 2019-01-20 | Minor improvements to library scan code | Bond_009 | |
| 2019-01-18 | Merge branch 'dev' into reformat | Erwin de Haan | |
| 2019-01-17 | Reformat JustAMan review pt2 changes | Erwin de Haan | |
| Refs #575 | |||
| 2019-01-15 | Fix potential problem where aspect ratio would be incorrectly calculated | hawken | |
| 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 *.cs: Jellyfin.Server-MediaBrowser.Controller | Erwin de Haan | |
