| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-12 | Fix SA 1116 warnings | Jan-Pieter Baert | |
| 2020-10-03 | Defer image pre-fetching until the end of a refresh/scan | cvium | |
| 2020-10-02 | fix parallelism when set to 0 | Gary Wilber | |
| 2020-10-01 | Switch to TPL dataflow for subfolder scan | Gary Wilber | |
| 2020-09-30 | Increase library scan and metadata refresh speed | Gary Wilber | |
| 2020-09-28 | Fix SA1513, SA1514, SA1507, and SA1508 | Matt Montgomery | |
| 2020-08-21 | Make some methods async | Bond_009 | |
| 2020-06-20 | fix SA1119 | telans | |
| 2020-06-16 | Merge pull request #3343 from telans/comment-stops | Bond-009 | |
| Add full stop at end of comments (SA1629) | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-07 | Apply review suggestions and fix bug | Patrick Barron | |
| 2020-06-04 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs | |||
| 2020-05-20 | Make blurhash be computed during regular scans if it was not already computed | Vasily | |
| 2020-05-20 | Remove redundant qualifiers | Patrick Barron | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-04-19 | Minor improvements | Bond_009 | |
| 2020-04-01 | Address comments | Bond_009 | |
| 2020-04-01 | Merge branch 'master' into minor | Bond_009 | |
| 2020-03-04 | Merge pull request #2476 from JustAMan/playto-sort | dkanada | |
| Bring back sorting when needed to fix PlayTo | |||
| 2020-03-02 | Replace foreach with for - MOAR SPEED | Vasily | |
| 2020-03-02 | Apply suggestions from code review | Vasily | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2020-02-28 | Remove custom queue class as it is not needed | Vasily | |
| 2020-02-28 | Small speed improvement - no need to convert an array to a list to just ↵ | Vasily | |
| iterate over it | |||
| 2020-02-27 | Implement fast sorting | Vasily | |
| 2020-02-27 | Trying to be more safe | Vasily | |
| 2020-02-27 | Bring back sorting when needed to fix PlayTo | Vasily | |
| This is partial revert of https://github.com/jellyfin/jellyfin/pull/1011 | |||
| 2020-02-23 | Minor improvements | Bond_009 | |
| 2020-02-22 | add config options for musicbrainz | dkanada | |
| 2019-11-23 | Merge pull request #1926 from Bond-009/auth | dkanada | |
| Add clearer exceptions, warnings and docs | |||
| 2019-10-29 | Fix more warnings | Bond_009 | |
| 2019-10-20 | Add clearer exceptions, warnings and docs | Bond_009 | |
| 2019-10-15 | Fix Json serialization error | 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-09 | Use CultureInvariant string conversion for Guids | 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-01-31 | Remove support for games as a media type | Claus Vium | |
| 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-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 *.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 | |
