aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-04-20Rename testBond_009
2020-04-20Remove JsonIgnore from the DateLastSaved property of BaseItemAnthony Lavado
2020-04-20Enable nullable reference types on new class, remove unnecessary ↵ZadenRB
documenation and return types
2020-04-20add code suggestionsdkanada
2020-04-20Merge pull request #2916 from Bond-009/minor2dkanada
Minor improvements
2020-04-19Add response type annotations, return IActionResult to handle errorsZadenRB
2020-04-19Fix Authenticated Rolescrobibero
2020-04-19Move DeviceService to DevicesControllercrobibero
2020-04-19Merge pull request #2813 from nyanmisaka/dockerAndrew Rabert
Switch to jellyfin-ffmpeg with integrated driver in docker build
2020-04-19Translated using Weblate (German)Jay-Jay
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2020-04-19Fix PascalCasecrobibero
2020-04-19add camelCase formattercrobibero
2020-04-19nullablecrobibero
2020-04-19Move AttachmentsService to AttachmentsControllercrobibero
2020-04-19remove todocrobibero
2020-04-19Remove old scheduled tasks servicecrobibero
2020-04-19Add Authorize and BindRequiredcrobibero
2020-04-19burn ToOptimizedResultcrobibero
2020-04-19move scheduled tasks to Jellyfin.Apicrobibero
2020-04-19Update instructions for running with the dotnet cliMark Monteiro
2020-04-20Merge pull request #2915 from randrey/imdbid-length-fixBond-009
Fix imdbid regex
2020-04-19Changed '\d' to '[0-9]'.randrey
2020-04-19Address PR comments, and revert changes that changed the API schemaZadenRB
2020-04-19Fix missing attributescrobibero
2020-04-19Fix saving DisplayPreferencescrobibero
2020-04-19Fix build & runtime errorscrobibero