aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-03Make LoggerFactory private in ApplicationHost and use it to construct ↵Mark Monteiro
loggers with context
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-03Fix emby/users/public not taking into account first runDavide Polonio
The previous implementation was not taking in account the first seup phase. Now the check has been added. A little method refactor has been done in order to make the code more elegant.
2020-03-03Fix conditional with a less verbose oneDavide Polonio
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-03-03Use ToList() instead of ToArray() on sequences of unknown sizeMark Monteiro
2020-03-04Merge pull request #2476 from JustAMan/playto-sortdkanada
Bring back sorting when needed to fix PlayTo
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-04Merge pull request #2501 from JustAMan/pedal-to-the-metal-from-the-get-godkanada
Default transcoding throttling to false for new installs
2020-03-03Lower log level for BaseItem.Equals to debugVasily
2020-03-03Default transcoding throttling to false for new installsVasily
2020-03-03Add SegiH as a contributorMark Monteiro
This PR is based on a change originally proposed by this author
2020-03-03Revert unnecessary style changeMark Monteiro
2020-03-03Merge pull request #2483 from xosdy/fix-download-filenameBond-009
Fix download file with non-ASCII filename
2020-03-03Merge pull request #2491 from mark-monteiro/2425-fix-playlistsBond-009
Fix Playlist Deletion
2020-03-03Fix compilation errorMark Monteiro
2020-03-03Increase min log level to 'Warning' framework namespacesMark Monteiro
2020-03-03Register Serilog logging services correctlyMark Monteiro
2020-03-02Check for duplicates when adding items to a playlistMark Monteiro
2020-03-03migrate audiodb to plugindkanada
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-02Replace foreach with for - MOAR SPEEDVasily
2020-03-02Apply suggestions from code reviewVasily
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-03-02Apply code review suggestionVasily
2020-03-02Speed up equality comparison of BaseItemVasily
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-01Fix warnings in PlaylistXmlSaverMark Monteiro
2020-03-01Clean up and document PlaylistResolverMark Monteiro
2020-03-01Correctly resolve playlists that are stored using a directory pathMark Monteiro
2020-03-01Use a constant for the default playlist file nameMark Monteiro
2020-03-01fix build errordkanada
2020-03-01Add NuGet reference to config abstractions in MediaBrowser.Common projectMark 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-29add code suggestionsdkanada
2020-02-29prefix private fields with underscoredkanada
2020-02-29Fix download file with non-ASCII filenameSteven Tang
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-28Register configuration correctly with application using ↵Mark Monteiro
'ConfigureAppConfiguration()' in WebHostBuilder Without this, the correct instance of IConfiguration is not injected into services that rely on it
2020-02-28Add new 'nowebcontent' configuration flagMark Monteiro
2020-02-28Add commentBond_009
2020-02-28Fix possible race conditionBond_009
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