| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Update .NET Core to 3.1.2
|
|
|
|
|
|
|
|
|
|
|
|
Pull latest to my fork
|
|
Refactor some provider classes
|
|
support-running-without-web-content
|
|
Check for duplicates when adding items to a playlist
|
|
support-running-without-web-content
|
|
|
|
|
|
|
|
|
|
support-running-without-web-content
|
|
|
|
Also fail server startup if web content is expected but missing
|
|
|
|
Adds BaseItem.Equals method that compares items by their Id
|
|
Inject loggers with context using ILogger<T>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Log entries will contain additional class context when using this interface
|
|
Bring back sorting when needed to fix PlayTo
|
|
|
|
Simplify AlphanumericComparer, reduce code duplication
|
|
Add config options for MusicBrainz
|
|
|
|
Co-Authored-By: Bond-009 <bond.009@outlook.com>
|
|
|
|
|
|
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.
|
|
|
|
|
|
iterate over it
|
|
|
|
|
|
This is partial revert of https://github.com/jellyfin/jellyfin/pull/1011
|
|
Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
|
|
|
|
|
|
|