| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-21 | Enable HTTP/2 support | Mark Monteiro | |
| 2020-03-21 | Rename command line option to --nowebclient and config setting to HostWebClient | Mark Monteiro | |
| 2020-03-21 | Merge pull request #2566 from mark-monteiro/feature-request-issue-template | dkanada | |
| Feature Request Issue Template | |||
| 2020-03-21 | Merge pull request #2631 from mark-monteiro/fix-client-build-scripts | dkanada | |
| Fix Client Build Scripts | |||
| 2020-03-21 | Merge pull request #2606 from Artiume/patch-4 | dkanada | |
| Update docker dependencies for Gulp | |||
| 2020-03-20 | Add missing trailing slashes | Mark Monteiro | |
| 2020-03-20 | Merge pull request #1 from jellyfin/master | Luke Foust | |
| merge with upstream master | |||
| 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-20 | Remove duplicate text | Mark Monteiro | |
| Co-Authored-By: artiume <siderite@gmail.com> | |||
| 2020-03-20 | Reword prerequisite section so that IDEs are listed as optional | Mark Monteiro | |
| 2020-03-20 | Remove unnecessary execution of `yarn build:production` | Mark Monteiro | |
| 2020-03-20 | Use 'yarn build:production' instead of 'yarn:build' everywhere | Mark Monteiro | |
| 2020-03-20 | Use a new 'feature-request' label instead of the existing 'feature' label | Mark Monteiro | |
| 2020-03-20 | Apply suggested changes from code review | Mark Monteiro | |
| 2020-03-19 | Merge pull request #1 from jellyfin/master | Peter Maar | |
| Pull latest to my fork | |||
| 2020-03-19 | Add RESOLUTION field to HLS master playlist | Andreas B | |
| 2020-03-19 | Add FRAME-RATE field to HLS master playlist | Andreas B | |
| 2020-03-19 | Add CODECS field to HLS master playlist | Andreas B | |
| 2020-03-18 | Merge pull request #2617 from Shawmon/wasm-mimetype | dkanada | |
| add wasm mimetype | |||
| 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-17 | Add development instructions to README with details on running from source | Mark Monteiro | |
| 2020-03-17 | Add recommended extensions to VS Code configuration | Mark Monteiro | |
| 2020-03-17 | Do not add command line flag to the config hierarchy unless it is explicitly set | Mark Monteiro | |
| 2020-03-17 | add wasm mimetype | Shawmon | |
| 2020-03-15 | Merge pull request #2607 from joshuaboniface/fix-fedora | Joshua M. Boniface | |
| Correct BuildRequires and NodeJS for Fedora/CentOS | |||
| 2020-03-16 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Monteiro | |
| support-running-without-web-content | |||
| 2020-03-15 | Update Dockerfile.arm64 | artiume | |
| 2020-03-15 | Update Dockerfile.arm | artiume | |
| 2020-03-15 | Merge pull request #2603 from mark-monteiro/fix-azure-pipeline | Anthony Lavado | |
| Fix Azure Pipelines Build | |||
| 2020-03-15 | Use NodeJS 10 on CentOS | Joshua M. Boniface | |
| 2020-03-15 | Correct BuildRequires and NodeJS for Fedora/CentOS | Joshua M. Boniface | |
| 2020-03-15 | Update docker dependencies for Gulp | artiume | |
| 2020-03-15 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Monteiro | |
| support-running-without-web-content | |||
| 2020-03-15 | Fix another pipleine | Mark Monteiro | |
| 2020-03-15 | Build web client correctly | Mark Monteiro | |
| 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 | Add debugging profile for running the server without web content | Mark Monteiro | |
| 2020-03-15 | Use the same key constant for command line config and all other config | Mark Monteiro | |
| 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 | Return 404 for static web resources when the 'nowebcontent' flag is set | Mark Monteiro | |
| 2020-03-15 | Merge command line options into framework configuration | Mark Monteiro | |
| 2020-03-15 | Add --nowebcontent command line flag | Mark Monteiro | |
| Added without any functionality | |||
| 2020-03-15 | Make PackageCreator.ModifyHtml() static and clean up XML documentation | Mark Monteiro | |
| This eliminates the need to create a dummy instance to call this method | |||
| 2020-03-15 | Construct ApplicationHost with DI framework instead of manually | Mark Monteiro | |
