| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-11 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs | |||
| 2020-06-07 | Force configuration paths to not be ignored. | crobibero | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 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-06-03 | Fix build | Bond-009 | |
| 2020-06-03 | Merge pull request #3203 from Bond-009/warn18 | Vasily | |
| Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode | |||
| 2020-06-01 | Move logic of computing Blurhash components to ImageProcessor | Vasily | |
| Also rename last few instances of GetImageHash to GetImageBlurHash for clarity | |||
| 2020-05-29 | Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode | Bond_009 | |
| 2020-05-28 | Convert non-local image to local before computing blurhash | Vasily | |
| 2020-05-28 | Do not compute dimensions or blurhash for remote images | Vasily | |
| 2020-05-27 | Make sure blurhash is recomputed if image changed or metadata refresh toggled | Vasily | |
| 2020-05-27 | Handle errors during blurhash generation so it does not fail the scan | Vasily | |
| 2020-05-26 | Apply suggestions from code review | Vasily | |
| Co-authored-by: dkanada <dkanada@users.noreply.github.com> | |||
| 2020-05-21 | Rename Hash to BlurHash in all properties and methods for clarity | Vasily | |
| 2020-05-21 | Fix nullref for imageProcessor in LibraryManager | Vasily | |
| 2020-05-20 | Remove redundant qualifiers | Patrick Barron | |
| 2020-05-19 | More small optimizations | Vasily | |
| 2020-05-19 | Compute hash only when one is not computed in DB, small optimizations here ↵ | Vasily | |
| and there | |||
| 2020-05-19 | Fix nullref exception | Vasily | |
| 2020-05-19 | Fix compilation after rebase | Vasily | |
| 2020-05-18 | Add endpoint to update all items in library | Jesús Higueras | |
| 2020-05-18 | Add BlurHash support to backend | Jesús Higueras | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-04-20 | Create ApplicationHost logger correctly | Mark Monteiro | |
| 2020-04-20 | Merge remote-tracking branch 'upstream/master' into register-services-correctly | Mark Monteiro | |
| 2020-04-11 | Merge remote-tracking branch 'upstream/master' into register-services-correctly | Mark Monteiro | |
| 2020-04-11 | DvdLib: remove dependency on MediaBrowser.Model | Bond_009 | |
| 2020-04-10 | Merge pull request #2755 from Bond-009/dbcleanup | Vasily | |
| Clean up SqliteItemRepository | |||
| 2020-04-04 | Register and construct LibraryManager correctly | Mark Monteiro | |
| 2020-04-03 | Clean up SqliteItemRepository | Bond_009 | |
| 2020-04-01 | Remove duplicate array of extras directory names | Mark Monteiro | |
| 2020-03-11 | Merge branch 'master' into warn17 | Bond-009 | |
| 2020-03-02 | Merge pull request #2436 from dkanada/music | Vasily | |
| Add config options for MusicBrainz | |||
| 2020-02-23 | Fix some warnings | Bond_009 | |
| * Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591 | |||
| 2020-02-23 | Merge pull request #2427 from Bond-009/minor | dkanada | |
| Minor improvements | |||
| 2020-02-22 | add config options for musicbrainz | dkanada | |
| 2020-02-19 | Minor improvements | Bond_009 | |
| 2020-02-19 | Update Emby.Server.Implementations/Library/LibraryManager.cs | Ulrich Wagner | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2020-02-19 | Curly braces on new lines | Ulrich Wagner | |
| 2020-02-19 | Omitting the parameter ExtraChapters | Ulrich Wagner | |
| 2020-02-19 | Update Emby.Server.Implementations/Library/LibraryManager.cs | Ulrich Wagner | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2020-02-19 | Update Emby.Server.Implementations/Library/LibraryManager.cs | Ulrich Wagner | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2020-02-19 | Constructor of the LibraryManager takes the mediaEncoder as parameter | Ulrich Wagner | |
| 2020-02-19 | Update Emby.Server.Implementations/Library/LibraryManager.cs | Ulrich Wagner | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2020-02-19 | Update Emby.Server.Implementations/Library/LibraryManager.cs | Ulrich Wagner | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2020-02-19 | Update Emby.Server.Implementations/Library/LibraryManager.cs | Ulrich Wagner | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2020-02-19 | Update Emby.Server.Implementations/Library/LibraryManager.cs | Ulrich Wagner | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2020-02-19 | Only reading the result of GetMediaInfo if it completed successfully | Ulrich Wagner | |
| 2020-02-17 | #2407: Prefer MP4-Metadata for episodes | Ulrich Wagner | |
| 2020-02-05 | Merge branch 'master' into naming | Bond-009 | |
