| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-26 | Remove an unused string | ferferga | |
| 2020-03-26 | Remove comments | ferferga | |
| 2020-03-26 | Translate Scheduled Tasks (names and descriptions) | ferferga | |
| 2020-03-26 | Make variables binding correspond with column names | Vasily | |
| 2020-03-26 | Merge pull request #2668 from mark-monteiro/fix-application-host-dispose | dkanada | |
| Fix ApplicationHost Dispose() method | |||
| 2020-03-25 | Update .NET Core to 3.1.3 | Mark Monteiro | |
| 2020-03-25 | Check for null before disposing | Mark Monteiro | |
| 2020-03-25 | Translated using Weblate (German) | Mathis | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/ | |||
| 2020-03-24 | Remove extra ; | Bond_009 | |
| 2020-03-24 | Remove unused usings | Bond_009 | |
| 2020-03-23 | Translated using Weblate (German) | Dennis M. Pöpperl | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/ | |||
| 2020-03-23 | Merge pull request #2638 from mark-monteiro/update-asp | dkanada | |
| Update .NET Core to 3.1.2 | |||
| 2020-03-22 | Translated using Weblate (Norwegian Nynorsk) | Frode F | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nn/ | |||
| 2020-03-23 | Merge pull request #2478 from JustAMan/fix-search-order | dkanada | |
| Fix ordering of search results | |||
| 2020-03-23 | add code suggestions | dkanada | |
| Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com> | |||
| 2020-03-22 | Update all packages to .NET Core 3.1.2 | Mark Monteiro | |
| 2020-03-21 | Check for implementation of IService correctly | Mark Monteiro | |
| 2020-03-21 | Register ServiceController with the DI framework | Mark Monteiro | |
| 2020-03-21 | Log a warning if an attempt is made to register an invalid service type | Mark Monteiro | |
| 2020-03-21 | Create ServiceController via DI instead of manual construction | Mark Monteiro | |
| 2020-03-21 | Do not create unnecessary instances of IService at server startup | Mark Monteiro | |
| 2020-03-21 | Log all 'DOTNET_' and 'ASPNETCORE_' environment variables at application startup | Mark Monteiro | |
| 2020-03-21 | Log 'ASPNETCORE_ENVIRONMENT' value at application startup | Mark Monteiro | |
| 2020-03-21 | Do not handle exceptions manually when in development mode | Mark Monteiro | |
| 2020-03-21 | Clean up HTTP listener exception handling | Mark Monteiro | |
| 2020-03-21 | Rename command line option to --nowebclient and config setting to HostWebClient | Mark Monteiro | |
| 2020-03-20 | Translated using Weblate (Bulgarian) | Medzhnun | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bg/ | |||
| 2020-03-20 | Inject IConfiguration instead of resolving manually | Mark Monteiro | |
| 2020-03-18 | Merge pull request #2621 from mark-monteiro/log-env-vars-at-startup | dkanada | |
| Log 'JELLYFIN_' environment variables at application start | |||
| 2020-03-18 | Merge pull request #2549 from dkanada/refactor | dkanada | |
| Refactor some provider classes | |||
| 2020-03-17 | Translated using Weblate (German) | Andreas Zeller | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/ | |||
| 2020-03-17 | Translated using Weblate (Arabic) | abdulaziz | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/ | |||
| 2020-03-17 | Log 'JELLYFIN_' environment variables at application start | Mark Monteiro | |
| 2020-03-15 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Monteiro | |
| support-running-without-web-content | |||
| 2020-03-16 | Merge pull request #2497 from mark-monteiro/1914-prevent-duplicates-in-playlists | dkanada | |
| Check for duplicates when adding items to a playlist | |||
| 2020-03-15 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Monteiro | |
| support-running-without-web-content | |||
| 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-14 | Translated using Weblate (Slovenian) | SaddFox | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/ | |||
| 2020-03-14 | Translated using Weblate (French) | Andy CHABALIER | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/ | |||
| 2020-03-13 | Translated using Weblate (German) | Shadowghost | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/ | |||
| 2020-03-13 | Do not check for duplicates if they are allowed in playlist configuration | Mark Monteiro | |
| 2020-03-13 | Add a configuration flag to allow/disallow duplicates in playlists | Mark Monteiro | |
| 2020-03-12 | Merge pull request #2449 from Bond-009/warn17 | Vasily | |
| Fix some warnings | |||
| 2020-03-12 | Translated using Weblate (Turkish) | Deniz | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/ | |||
| 2020-03-11 | Translated using Weblate (Chinese (Simplified)) | Z Yang | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/ | |||
