aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library
AgeCommit message (Collapse)Author
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj
2020-06-13Merge pull request #3254 from crobibero/iloggerdkanada
Use typed logger where possible
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-09Fix startup wizard.Patrick Barron
2020-06-07Force configuration paths to not be ignored.crobibero
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-02Merge pull request #2676 from GranPC/public-pr/blurhashVasily
Implement Blurhash generation for images
2020-05-27Make sure blurhash is recomputed if image changed or metadata refresh toggledVasily
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-26Revert "Fix emby/user/public API leaking sensitive data"Joshua M. Boniface
2020-05-20Remove redundant qualifiersPatrick Barron
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
2020-05-132nd half of changesPatrick Barron
2020-05-12Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Data/SqliteUserDataRepository.cs # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Entities/User.cs # Jellyfin.Data/ISavingChanges.cs # Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj # Jellyfin.Server.Implementations/JellyfinDb.cs # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Model/Notifications/NotificationOptions.cs # MediaBrowser.sln
2020-05-12Initial migration codePatrick Barron
2020-05-07Merge pull request #2492 from Polpetta/fix-api-private-data-leakBond-009
Fix emby/user/public API leaking sensitive data
2020-04-01Merge branch 'master' into usingsBond-009
2020-04-01Address commentsBond_009
2020-03-24Remove unused usingsBond_009
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2020-03-01Fix emby/user/public API leaking private dataDavide Polonio
This commit fixes the emby/user/public API that was returning more data than necessary. Now only the following information are returned: - the account name - the primary image tag - the field hasPassword - the field hasConfiguredPassword, useful for the first wizard only (see https://github.com/jellyfin/jellyfin/issues/880#issuecomment-465370051) - the primary image aspect ratio A new DTO class, PrivateUserDTO has been created, and the route has been modified in order to return that data object.
2020-02-23Merge pull request #2384 from Bond-009/warn16dkanada
Fix some warnings in Emby.Server.Implementations
2020-02-19Minor improvementsBond_009
2020-02-19Address commentsBond_009
2020-01-10Merge branch 'master' into embytvBond_009
2020-01-08Fix build and address commentsBond_009
2020-01-08merge branch master into media-attachmentsdkanada
2019-12-29Delete user config dir on user deletionBond_009
2019-12-04Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.csBond_009
2019-11-25* Add support for multi segment base urlsBond_009
* Make baseurl case-insensitive
2019-11-07Update MediaBrowser.Controller/Library/IMediaSourceManager.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Update MediaBrowser.Controller/Library/IMediaSourceManager.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-10-29Update MediaBrowser.Controller/Library/IUserManager.csBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-10-22Support MediaAttachment retrieval in MediaSourceManager.Andrew Mahone
2019-10-20Add clearer exceptions, warnings and docsBond_009
2019-08-16Improvements to UserManagerBond_009
2019-03-22made password resets an interface and per userPhallacy
2019-02-20Merge branch 'master' into update_tvdbVasily
2019-02-15Extract imagetype-to-keytype statements into a utility function and move ↵Claus Vium
tvdb specific utils to separate class
2019-02-15Add better language supportClaus Vium
2019-02-15Add some error handling, grab imdb id and other minor fixesClaus Vium
2019-02-15Some of it works???Claus Vium
2019-02-12Don't clone listsBond_009
2019-02-12Tuple -> ValueTupleBond_009
2019-02-02Remove MoreLINQBond_009
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan