| Age | Commit message (Collapse) | Author |
|
Use typed logger where possible
|
|
|
|
|
|
Implement Blurhash generation for images
|
|
|
|
|
|
and there
|
|
|
|
Fix emby/user/public API leaking sensitive data
|
|
|
|
|
|
|
|
Log entries will contain additional class context when using this interface
|
|
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.
|
|
Fix some warnings in Emby.Server.Implementations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Make baseurl case-insensitive
|
|
formatting
Co-Authored-By: Bond-009 <bond.009@outlook.com>
|
|
formatting
Co-Authored-By: Bond-009 <bond.009@outlook.com>
|
|
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
tvdb specific utils to separate class
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Refs #575
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|