aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-21move to ActionResult<T>crobibero
2020-04-21move to ActionResult<T>crobibero
2020-04-21move to ActionResult<T>crobibero
2020-04-21move to ActionResult<T>crobibero
2020-04-21Add tasks required for SonarCloud integrationMark Monteiro
2020-04-21Make documentation of parameters clearerZadenRB
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-04-21Translated using Weblate (Chinese (Traditional))Chen-Tai,Peng
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2020-04-21Translated using Weblate (Portuguese (Portugal))André Silva
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
2020-04-21Translated using Weblate (Persian)Mehdi Khosravi
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/
2020-04-21Return to previous exception handle implementationcrobibero
2020-04-21Convert StartupController to IActionResultcrobibero
2020-04-21Add ProducesResponseType to base controllercrobibero
2020-04-21Move Json Options to static class for easier access.crobibero
2020-04-21Remove exception handlercrobibero
2020-04-21Remove exception handlercrobibero
2020-04-21Remove exception handlercrobibero
2020-04-21Remove exception handlercrobibero
2020-04-21Remove exception handlercrobibero
2020-04-21Remove exception handlercrobibero
2020-04-21Add Exception Middlewarecrobibero
2020-04-21Minor improvementBond_009
2020-04-21Fix VideoResolver and testsBond_009
2020-04-21Enable TreatWarningsAsErrors for DvdLibBond_009
2020-04-21Address commentsBond_009
2020-04-21Address commentsBond_009
2020-04-21Remove documentation of void return typeZadenRB
2020-04-20Remove more unnecessary IActionResultZadenRB
2020-04-20Remove error handlers, to be implemented at a global level in a separate PRZadenRB
2020-04-20Create ApplicationHost logger correctlyMark Monteiro
2020-04-20Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-21Merge pull request #2466 from dkanada/pluginVasily
Update plugin classes for nightly builds
2020-04-20Fix NuGet dependenciesMark Monteiro
2020-04-20Move RemoteImageService to Jellyfin.APIcrobibero
2020-04-20Ignore lauchSettings.json in test projectsMark Monteiro
This file is generated every time the solution is opened with Visual Studio but it is not a required file for an integration tests project
2020-04-20Commit missing changes to solution fileMark Monteiro
2020-04-20Create integration tests for the endpoints in BrandingServiceMark Monteiro
2020-04-20Create a derived version of WebApplicationFactory<> that works with the ↵Mark Monteiro
Jellyfin server
2020-04-20fix buildcrobibero
2020-04-20Move ImageByNameService to Jellyfin.Apicrobibero
2020-04-20Expose some methods in Program.cs so they can be used to initialize the ↵Mark Monteiro
application for integration tests
2020-04-20Respect AutoRunWebApp and NoAutoRunWebApp settings when HostWebClient is falseMark Monteiro
2020-04-20Handle null values for RemoteIpAddress and LocalIpAddress in websocket requestsMark Monteiro
These values are null when creating fake web requests as part of integration tests
2020-04-20Remove StringEnumConvertercrobibero
2020-04-20Translated using Weblate (French)ejalal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2020-04-20Fixed missing colonsUnknown
some colons were missing from the default ProtocolInfo string
2020-04-20Merge pull request #2620 from mark-monteiro/development-documentationdkanada
Add Development Documentation To README
2020-04-20Merge pull request #2903 from randrey/dlna-albumart-fixdkanada
Fix DLNA clients displaying wrong album art.
2020-04-20Merge pull request #2936 from anthonylavado/fix-etags-rightdkanada
Remove JsonIgnore from the DateLastSaved property of BaseItem
2020-04-20Cover more branchesBond_009
2020-04-20Add some simple testsBond_009