aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2020-06-15Add GetAuthorizationInfo for netcore HttpRequestcrobibero
2020-06-15Add more authorization handlers, actually authorize requestscrobibero
2020-06-14Merge remote-tracking branch 'upstream/master' into HEADcrobibero
2020-06-15Merge pull request #3315 from crobibero/dashboard-updatedkanada
Add MessageId to websocket message, fix ws exception
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj
2020-06-13merge master into api-migrationcrobibero
2020-06-13Merge pull request #3254 from crobibero/iloggerdkanada
Use typed logger where possible
2020-06-11Fix build errorsPatrick Barron
2020-06-11Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs
2020-06-11Properly remove profile imagesPatrick Barron
2020-06-11Add MessageId to websocket message, add JsonNonStringKeyDictionaryConvertercrobibero
2020-06-11Update to .NET Core 3.1.5crobibero
2020-06-09Fix a small number of compile warningsaled
2020-06-09Merge pull request #3258 from aled/2149-fix-a-small-number-of-compile-warnings-1Bond-009
Fix a small number of compile warnings
2020-06-09Fix startup wizard.Patrick Barron
2020-06-07Force configuration paths to not be ignored.crobibero
2020-06-07Apply review suggestions and fix bugPatrick Barron
2020-06-06Fix a small number of compile warningsaled
2020-06-06Make books resumable and have duration of 1 secondDaniyar Itegulov
2020-06-05undo erroneous changescrobibero
2020-06-05Use typed logger where possiblecrobibero
2020-06-04Merge branch 'master' into userdb-efcorePatrick 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-03Fix buildBond-009
2020-06-03Merge pull request #2767 from Bond-009/nullable3Vasily
Enable nullabe reference types for MediaBrowser.Model
2020-06-03Merge pull request #3180 from xumix/masterAnthony Lavado
Refactor copy codec checks
2020-06-03Merge pull request #3179 from Bond-009/bugsAnthony Lavado
Fix some 'bugs' flagged by sonarcloud
2020-06-02Merge pull request #2676 from GranPC/public-pr/blurhashVasily
Implement Blurhash generation for images
2020-06-01Remove log spam when using legacy apicrobibero
2020-06-01Move logic of computing Blurhash components to ImageProcessorVasily
Also rename last few instances of GetImageHash to GetImageBlurHash for clarity
2020-05-28Convert non-local image to local before computing blurhashVasily
2020-05-27Merge branch 'master' into nullable3Bond_009
2020-05-27Make sure blurhash is recomputed if image changed or metadata refresh toggledVasily
2020-05-26Fix a bug in Emby.Notifications and clean upPatrick Barron
2020-05-26Make SonarCloud less angryPatrick Barron
2020-05-26Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs
2020-05-26Merge pull request #2733 from OancaAndrei/syncplayJoshua M. Boniface
Add syncplay feature
2020-05-26Revert "Fix emby/user/public API leaking sensitive data"Joshua M. Boniface
2020-05-26Fix code issuesgion
2020-05-26Merge remote-tracking branch 'upstream/master' into syncplaygion
2020-05-26Refactor copy codec checksxumix
2020-05-25Fix some 'bugs' flagged by sonarcloudBond_009
2020-05-26Apply suggestions from code reviewVasily
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2020-05-22Warnings cleanupPatrick Barron
2020-05-21Rename Hash to BlurHash in all properties and methods for clarityVasily
2020-05-20Make blurhash be computed during regular scans if it was not already computedVasily
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-20Fix profile images.Patrick Barron
2020-05-19Fix code smellsVasily
2020-05-19Compute hash only when one is not computed in DB, small optimizations here ↵Vasily
and there
2020-05-18Add endpoint to update all items in libraryJesús Higueras