aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-23Merge pull request #2478 from JustAMan/fix-search-orderdkanada
Fix ordering of search results
2020-03-23add code suggestionsdkanada
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
2020-03-22Add missing null check when retrieving extrasMark Monteiro
2020-03-22Update benches project to correct target frameworkMark Monteiro
2020-03-22Update all packages to .NET Core 3.1.2Mark Monteiro
2020-03-21Check for implementation of IService correctlyMark Monteiro
2020-03-21Register ServiceController with the DI frameworkMark Monteiro
2020-03-21Log a warning if an attempt is made to register an invalid service typeMark Monteiro
2020-03-21Create ServiceController via DI instead of manual constructionMark Monteiro
2020-03-21Do not create unnecessary instances of IService at server startupMark Monteiro
2020-03-21Add instructions for serving content over HTTPSMark Monteiro
2020-03-21Log all 'DOTNET_' and 'ASPNETCORE_' environment variables at application startupMark Monteiro
2020-03-21Log 'ASPNETCORE_ENVIRONMENT' value at application startupMark Monteiro
2020-03-21Bind HTTPS ports when running with development environment flagMark Monteiro
2020-03-21Set 'ASPNETCORE_ENVIRONMENT=Development' when running from visual studioMark Monteiro
2020-03-21Run in development mode by default from Visual StudioMark Monteiro
2020-03-21Do not handle exceptions manually when in development modeMark Monteiro
2020-03-21Clean up HTTP listener exception handlingMark Monteiro
2020-03-21Enable HTTP/2 supportMark Monteiro
2020-03-21Rename command line option to --nowebclient and config setting to HostWebClientMark Monteiro
2020-03-21Merge pull request #2566 from mark-monteiro/feature-request-issue-templatedkanada
Feature Request Issue Template
2020-03-21Merge pull request #2631 from mark-monteiro/fix-client-build-scriptsdkanada
Fix Client Build Scripts
2020-03-21Merge pull request #2606 from Artiume/patch-4dkanada
Update docker dependencies for Gulp
2020-03-20Add missing trailing slashesMark Monteiro
2020-03-20Merge pull request #1 from jellyfin/masterLuke Foust
merge with upstream master
2020-03-20Translated using Weblate (Bulgarian)Medzhnun
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bg/
2020-03-20Inject IConfiguration instead of resolving manuallyMark Monteiro
2020-03-20Remove duplicate textMark Monteiro
Co-Authored-By: artiume <siderite@gmail.com>
2020-03-20Reword prerequisite section so that IDEs are listed as optionalMark Monteiro
2020-03-20Remove unnecessary execution of `yarn build:production`Mark Monteiro
2020-03-20Use 'yarn build:production' instead of 'yarn:build' everywhereMark Monteiro
2020-03-20Use a new 'feature-request' label instead of the existing 'feature' labelMark Monteiro
2020-03-20Apply suggested changes from code reviewMark Monteiro
2020-03-19Merge pull request #1 from jellyfin/masterPeter Maar
Pull latest to my fork
2020-03-19Add RESOLUTION field to HLS master playlistAndreas B
2020-03-19Add FRAME-RATE field to HLS master playlistAndreas B
2020-03-19Add CODECS field to HLS master playlistAndreas B
2020-03-18Merge pull request #2617 from Shawmon/wasm-mimetypedkanada
add wasm mimetype
2020-03-18Merge pull request #2621 from mark-monteiro/log-env-vars-at-startupdkanada
Log 'JELLYFIN_' environment variables at application start
2020-03-18Merge pull request #2549 from dkanada/refactordkanada
Refactor some provider classes
2020-03-17Translated using Weblate (German)Andreas Zeller
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2020-03-17Translated using Weblate (Arabic)abdulaziz
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2020-03-17Log 'JELLYFIN_' environment variables at application startMark Monteiro
2020-03-17Add development instructions to README with details on running from sourceMark Monteiro
2020-03-17Add recommended extensions to VS Code configurationMark Monteiro
2020-03-17Do not add command line flag to the config hierarchy unless it is explicitly setMark Monteiro
2020-03-17add wasm mimetypeShawmon
2020-03-15Merge pull request #2607 from joshuaboniface/fix-fedoraJoshua M. Boniface
Correct BuildRequires and NodeJS for Fedora/CentOS
2020-03-16Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-running-without-web-content
2020-03-15Update Dockerfile.arm64artiume