aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library
AgeCommit message (Collapse)Author
2020-04-20Add some simple testsBond_009
2020-04-19Changed '\d' to '[0-9]'.randrey
2020-04-18Limit imdbid to 8 digits.randrey
2020-04-18Fix imdbid regexrandrey
2020-04-16Merge pull request #2830 from Bond-009/dvdlibVasily
DvdLib: remove dependency on MediaBrowser.Model
2020-04-15Merge pull request #2746 from dafo90/masterBond-009
Authentication request log with IP
2020-04-15Merge branch 'master' into nullable3Bond_009
2020-04-13Throw AuthenticationException instead of ArgumentNullException when a user ↵Mark Monteiro
does not exist
2020-04-13Return correct status codes for authentication and authorization errorsMark Monteiro
- Use AuthenticatonException to return 401 - Use SecurityException to return 403 - Update existing throws to throw the correct exception for the circumstance
2020-04-11Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-11DvdLib: remove dependency on MediaBrowser.ModelBond_009
2020-04-10Merge pull request #2755 from Bond-009/dbcleanupVasily
Clean up SqliteItemRepository
2020-04-08Log message for each exception during logindafo90
2020-04-07Merge pull request #2696 from mark-monteiro/fix-extrasVasily
Display Extras With Unknown Types
2020-04-06Fix Authentication request logdafo90
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-04-04Register and construct IUserDataManager and IUserDataRepository correctlyMark Monteiro
2020-04-04Register and construct IUserManager and IUserRepository correctlyMark Monteiro
2020-04-04Register and construct LibraryManager correctlyMark Monteiro
2020-04-04Inject and construct ISearchEngine and IMusicManager correctlyMark Monteiro
2020-04-04Register and construct IMediaSourceManager correctlyMark Monteiro
2020-04-03Clean up SqliteItemRepositoryBond_009
2020-04-02Authentication request log with IPDidier Dafond
2020-04-01Remove duplicate array of extras directory namesMark Monteiro
2020-03-24Remove unused usingsBond_009
2020-03-11Merge branch 'master' into warn17Bond-009
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2020-03-03Merge pull request #2491 from mark-monteiro/2425-fix-playlistsBond-009
Fix Playlist Deletion
2020-03-02Merge pull request #2436 from dkanada/musicVasily
Add config options for MusicBrainz
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-03-01Clean up and document PlaylistResolverMark Monteiro
2020-03-01Correctly resolve playlists that are stored using a directory pathMark Monteiro
2020-02-23Fix some warningsBond_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-23Merge pull request #2427 from Bond-009/minordkanada
Minor improvements
2020-02-22add config options for musicbrainzdkanada
2020-02-19Minor improvementsBond_009
2020-02-19Update Emby.Server.Implementations/Library/LibraryManager.csUlrich Wagner
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-02-19Curly braces on new linesUlrich Wagner
2020-02-19Omitting the parameter ExtraChaptersUlrich Wagner
2020-02-19Update Emby.Server.Implementations/Library/LibraryManager.csUlrich Wagner
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-02-19Update Emby.Server.Implementations/Library/LibraryManager.csUlrich Wagner
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-02-19Constructor of the LibraryManager takes the mediaEncoder as parameterUlrich Wagner
2020-02-19Update Emby.Server.Implementations/Library/LibraryManager.csUlrich Wagner
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-02-19Update Emby.Server.Implementations/Library/LibraryManager.csUlrich Wagner
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-02-19Update Emby.Server.Implementations/Library/LibraryManager.csUlrich Wagner
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-02-19Update Emby.Server.Implementations/Library/LibraryManager.csUlrich Wagner
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-02-19Only reading the result of GetMediaInfo if it completed successfullyUlrich Wagner
2020-02-17#2407: Prefer MP4-Metadata for episodesUlrich Wagner
2020-02-05Merge branch 'master' into namingBond-009
2020-02-03Merge pull request #2359 from Bond-009/usernamedkanada
Allow changing capitalization of usernames