| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-15 | Do not call UseContentRoot() on the web host builder | Mark Monteiro | |
| This call has nothing to do with static web content and should not have ever been called with the web content path: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/?view=aspnetcore-3.1&tabs=windows#content-root Since this call is removed, the ContentRoot property is also removed from ApplicationHost as it is no longer needed. Finally, move validation of the static content path to the DashboardService where it is actually used. | |||
| 2020-03-15 | Construct ApplicationHost with DI framework instead of manually | Mark Monteiro | |
| 2020-03-15 | Clean up and document BrowserLauncher correctly | Mark Monteiro | |
| 2020-03-15 | Remove unnecessary method in BrowserLauncher | Mark Monteiro | |
| 2020-03-15 | Rename IsNoWebContent to NoWebContent | Mark Monteiro | |
| 2020-03-15 | Update XML documentation for WebPath | Mark Monteiro | |
| 2020-03-11 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Monteiro | |
| support-running-without-web-content | |||
| 2020-03-11 | Use config setting to decide if web content should be hosted | Mark Monteiro | |
| Also fail server startup if web content is expected but missing | |||
| 2020-03-10 | Merge branch 'master' into support-injecting-iconfiguration | Mark Monteiro | |
| 2020-03-10 | Translated using Weblate (Arabic) | zixaar | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/ | |||
| 2020-03-10 | Translated using Weblate (Arabic) | zixaar | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/ | |||
| 2020-03-10 | Merge pull request #2506 from mark-monteiro/inject-loggers-with-context | Bond-009 | |
| Inject loggers with context using ILogger<T> | |||
| 2020-03-09 | Translated using Weblate (Latvian) | Mednis | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/ | |||
| 2020-03-09 | Translated using Weblate (Latvian) | Mednis | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/ | |||
| 2020-03-09 | Translated using Weblate (Danish) | Falke Carlsen | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/ | |||
| 2020-03-09 | Translated using Weblate (Italian) | Nutjob | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/ | |||
| 2020-03-09 | Translated using Weblate (Portuguese) | João Fonseca | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/ | |||
| 2020-03-08 | Translated using Weblate (Latvian) | Mednis | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/ | |||
| 2020-03-08 | Added translation using Weblate (Latvian) | Mednis | |
| 2020-03-08 | Translated using Weblate (Hebrew) | sharkykh | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/ | |||
| 2020-03-07 | Translated using Weblate (Finnish) | Tomi | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/ | |||
| 2020-03-07 | Translated using Weblate (Dutch) | IDXK | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/ | |||
| 2020-03-07 | Translated using Weblate (Dutch) | Niels van Velzen | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/ | |||
| 2020-03-07 | Translated using Weblate (Hebrew) | sharkykh | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/ | |||
| 2020-03-07 | Translated using Weblate (German) | Leo Verto | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/ | |||
| 2020-03-06 | Translated using Weblate (Chinese (Simplified)) | Terrance M | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/ | |||
| 2020-03-06 | Translated using Weblate (Swedish) | Marcus Schelin | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/ | |||
| 2020-03-03 | Revert unnecessary ordering changes in ApplicationHost | Mark Monteiro | |
| 2020-03-03 | Make Logger and LoggerFactory both protected in ApplicationHost | Mark Monteiro | |
| 2020-03-03 | Make LoggerFactory private in ApplicationHost and use it to construct ↵ | Mark Monteiro | |
| loggers with context | |||
| 2020-03-03 | Make logger private in ApplicationHost | Mark Monteiro | |
| 2020-03-03 | Replace ILogger with ILogger<T> wherever possible | Mark Monteiro | |
| Log entries will contain additional class context when using this interface | |||
| 2020-03-03 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Monteiro | |
| support-injecting-iconfiguration | |||
| 2020-03-03 | Merge pull request #2500 from mark-monteiro/2498-register-logging-correctly | Bond-009 | |
| Register Logging Services Correctly | |||
| 2020-03-03 | Merge pull request #2491 from mark-monteiro/2425-fix-playlists | Bond-009 | |
| Fix Playlist Deletion | |||
| 2020-03-03 | Fix compilation error | Mark Monteiro | |
| 2020-03-03 | Register Serilog logging services correctly | Mark Monteiro | |
| 2020-03-02 | Translated using Weblate (Macedonian) | Ilija Apostolovski | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mk/ | |||
| 2020-03-02 | Merge pull request #2474 from JustAMan/simplify-sorting | Bond-009 | |
| Simplify AlphanumericComparer, reduce code duplication | |||
| 2020-03-02 | Merge pull request #2436 from dkanada/music | Vasily | |
| Add config options for MusicBrainz | |||
| 2020-03-01 | Clean up and document PlaylistResolver | Mark Monteiro | |
| 2020-03-01 | Correctly resolve playlists that are stored using a directory path | Mark Monteiro | |
| 2020-02-29 | Translated using Weblate (Indonesian) | Ignatius Bagus | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/id/ | |||
| 2020-02-29 | Translated using Weblate (Hungarian) | Adam Bokor | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/ | |||
| 2020-02-28 | Remove IConfiguration from service collection | Mark Monteiro | |
| This does not appear to be used anywhere and the web host already handles injecting this as a special case anyways | |||
| 2020-02-28 | Do not save a reference to the startup config in ApplicationHost | Mark Monteiro | |
| 2020-02-28 | Add new 'nowebcontent' configuration flag | Mark Monteiro | |
| 2020-02-28 | Translated using Weblate (Macedonian) | Ilija Apostolovski | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mk/ | |||
| 2020-02-28 | Use constants for settings keys | Mark Monteiro | |
| 2020-02-28 | Added translation using Weblate (Macedonian) | Ilija Apostolovski | |
