| Age | Commit message (Collapse) | Author |
|
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
|
|
|
|
|
|
|
|
and there
|
|
|
|
|
|
|
|
|
|
Use glob patterns to ignore files
|
|
|
|
|
|
|
|
Fix emby/user/public API leaking sensitive data
|
|
|
|
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
|
Add some simple tests
|
|
Fix Auth Response Codes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DvdLib: remove dependency on MediaBrowser.Model
|
|
Authentication request log with IP
|
|
does not exist
|
|
- Use AuthenticatonException to return 401
- Use SecurityException to return 403
- Update existing throws to throw the correct exception for the circumstance
|
|
|
|
|
|
Clean up SqliteItemRepository
|
|
|
|
Display Extras With Unknown Types
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Log entries will contain additional class context when using this interface
|
|
Fix Playlist Deletion
|
|
Add config options for MusicBrainz
|
|
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.
|