| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Optimize Guid comparisons
|
|
|
|
* Use Guid.Equals(Guid) instead of the == override
* Ban the usage of Guid.Equals(Object) to prevent accidental boxing
* Compare to default(Guid) instead of Guid.Empty
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix network flooding issue
|
|
|
|
|
|
|
|
|
|
|
|
Increase library scan and metadata refresh speed
|
|
|
|
|
|
|
|
Use enum for WebSocket message types
|
|
|
|
Removed browser auto-launch functionality
|
|
|
|
|
|
Added profiles in launchSettings to start either the web client or the swagger API page.
Removed --noautorunwebapp as this is the default functionality.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update log format message and log exception
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
|
|
|
|
|
# Conflicts:
# Emby.Server.Implementations/Library/UserManager.cs
# Jellyfin.Data/Jellyfin.Data.csproj
|
|
|