aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2020-03-03Make logger private in ApplicationHostMark Monteiro
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2020-03-03Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-injecting-iconfiguration
2020-03-03Merge pull request #2500 from mark-monteiro/2498-register-logging-correctlyBond-009
Register Logging Services Correctly
2020-03-03Use ToList() instead of ToArray() on sequences of unknown sizeMark Monteiro
2020-03-03Exit method early if there are no unique playlist items to addMark Monteiro
2020-03-03Performance improvementsMark Monteiro
Use arrays instead of lists; use Array.CopyTo to concat playlist items; only count number of duplicates once
2020-03-03Revert unnecessary style changeMark Monteiro
2020-03-03Merge pull request #2491 from mark-monteiro/2425-fix-playlistsBond-009
Fix Playlist Deletion
2020-03-03Fix compilation errorMark Monteiro
2020-03-03Register Serilog logging services correctlyMark Monteiro
2020-03-02Check for duplicates when adding items to a playlistMark Monteiro
2020-03-02Translated using Weblate (Macedonian)Ilija Apostolovski
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mk/
2020-03-02Merge pull request #2474 from JustAMan/simplify-sortingBond-009
Simplify AlphanumericComparer, reduce code duplication
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-29Translated using Weblate (Indonesian)Ignatius Bagus
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/id/
2020-02-29Translated using Weblate (Hungarian)Adam Bokor
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
2020-02-28Remove IConfiguration from service collectionMark Monteiro
This does not appear to be used anywhere and the web host already handles injecting this as a special case anyways
2020-02-28Do not save a reference to the startup config in ApplicationHostMark Monteiro
2020-02-28Add new 'nowebcontent' configuration flagMark Monteiro
2020-02-28Translated using Weblate (Macedonian)Ilija Apostolovski
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mk/
2020-02-28Use constants for settings keysMark Monteiro
2020-02-28Added translation using Weblate (Macedonian)Ilija Apostolovski
2020-02-27Simplify AlphanumericComparer, reduce code duplicationVasily
2020-02-26Translated using Weblate (Hebrew)sharkykh
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
2020-02-26Fix ordering of search resultsVasily
2020-02-25Translated using Weblate (Hebrew)sharkykh
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
2020-02-26update plugin classes for nightly buildsdkanada
2020-02-25Remove log message executed before logger is initializedMark Monteiro
2020-02-25Use the swagger API page as the default redirect path if not hosting the ↵Mark Monteiro
jellyfin-web content
2020-02-25Open the Swagger API page on server start if not hosting the static web contentMark Monteiro
2020-02-25Do not set a static content root if the jellyfin-web directory does not ↵Mark Monteiro
exist or is empty
2020-02-25Translated using Weblate (Malay)MOLOKAL
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ms/
2020-02-23Translated using Weblate (Swedish)Andreas Olsson
Translation: Jellyfin/Jellyfin Translate-URL: http://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
2020-02-23Translated using Weblate (Norwegian Nynorsk)R0flcopt3r
Translation: Jellyfin/Jellyfin Translate-URL: http://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nn/
2020-02-23Translated using Weblate (Spanish (Dominican Republic))Daniel De Jesus
Translation: Jellyfin/Jellyfin Translate-URL: http://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_DO/
2020-02-23Merge pull request #2176 from Bond-009/nullable2dkanada
Enable nullable reference types for Emby.Photos and Emby.Notifications
2020-02-23Merge pull request #2384 from Bond-009/warn16dkanada
Fix some warnings in Emby.Server.Implementations
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-23Minor improvementsBond_009
2020-02-23Merge pull request #2291 from Bond-009/sessionmanagerdkanada
Fix warnings in SessionManager
2020-02-23Merge pull request #2427 from Bond-009/minordkanada
Minor improvements
2020-02-22add config options for musicbrainzdkanada
2020-02-21Translated using Weblate (Icelandic)Saksol
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/is/
2020-02-21Added translation using Weblate (Norwegian Nynorsk)R0flcopt3r
2020-02-21Merge pull request #2321 from Bond-009/imagesdkanada
Simplify image processing by removing image enhancers
2020-02-20Translated using Weblate (Spanish (Dominican Republic))Daniel De Jesus
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_DO/