aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-27Fix more warningsBond_009
2019-11-27Merge pull request #2062 from Bond-009/dockerVasily
Use .Net Core 3.0 in all docker images
2019-11-27Merge pull request #1503 from cvium/webapi_v2Vasily
Move StartupWizard to ASP.NET Web Api
2019-11-27Merge pull request #1942 from Bond-009/nullableVasily
Enable nullable reference types for Jellyfin.Server
2019-11-26Translated using Weblate (Turkish)Mehmet Can Kanpolat
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2019-11-26Translated using Weblate (German)Leo Verto
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2019-11-26Merge pull request #2054 from jellyfin/Bond-009-dlna-getpathvaluedkanada
dlna GetPathValue
2019-11-26Merge pull request #2049 from jellyfin/dkanada-patch-1dkanada
Update readme
2019-11-26Update ↵Claus Vium
Jellyfin.Api/Auth/FirstTimeSetupOrElevatedPolicy/FirstTimeSetupOrElevatedRequirement.cs Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2019-11-26Use .Net Core 3.0 in all docker imagesBond-009
2019-11-26fix some html tags in the readmedkanada
2019-11-25Merge pull request #2055 from Bond-009/fixbuildVasily
Fix master build
2019-11-25Fix master buildBond-009
I was wrong, it did break...
2019-11-25dlna GetPathValueBond-009
Forgot to update this last time, just copied the code from `MediaBrowser.Api/BaseApiService.cs`
2019-11-24Translated using Weblate (German)Madokami
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2019-11-24Translated using Weblate (Turkish)Mehmet Can Kanpolat
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2019-11-24Merge pull request #1991 from Bond-009/transtempJoshua M. Boniface
Don't append transcodes to transcoding temp path
2019-11-24Update MediaBrowser.Common/Configuration/EncodingConfigurationExtensions.csBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-11-24Merge pull request #2045 from Bond-009/baseurlfix2Joshua M. Boniface
Fix baseurl issues part 2
2019-11-24Fix more review commentsClaus Vium
2019-11-24Fix review commentsClaus Vium
2019-11-24Move appbuilder and service collection to Jellyfin.ServerClaus Vium
2019-11-24Merge pull request #2039 from Bond-009/fixconditiondkanada
Fix always false condition
2019-11-24Merge pull request #2040 from Bond-009/httpsdkanada
Validate https certificates
2019-11-24Update readmedkanada
2019-11-23Fix baseurl (attempt #2)Bond_009
2019-11-23Remove unused referenceClaus Vium
2019-11-23Add style rules and fix it allClaus Vium
2019-11-23Split a long lineClaus Vium
2019-11-23Move API stuff to the api projectClaus Vium
2019-11-23Add authentication and remove versioningClaus Vium
2019-11-23Merge pull request #1926 from Bond-009/authdkanada
Add clearer exceptions, warnings and docs
2019-11-22Reword exception messageBond_009
2019-11-22Merge pull request #1967 from Bond-009/warn10Vasily
Fix some warnings
2019-11-22Validate https certificatesBond_009
2019-11-22Fix always false conditionBond_009
2019-11-22Address commentsBond_009
2019-11-22Fix some warningsBond-009
2019-11-22Merge pull request #1977 from Bond-009/depsVasily
Update deps
2019-11-22Merge pull request #1968 from Bond-009/CA1720Vasily
Disable CA1720: Identifiers should not contain type names
2019-11-22Merge pull request #2034 from Bond-009/easypassVasily
Fix easy password
2019-11-21Translated using Weblate (Bulgarian)AdmiralAnimE
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bg/
2019-11-21Fix easy passwordBond-009
2019-11-21Update depsBond_009
2019-11-21Don't append transcodes to transcoding temp pathBond-009
2019-11-21Merge pull request #1934 from dkanada/transcodeBond-009
Minor changes to transcode cleanup scheduled task
2019-11-21revert settings to their old namesdkanada
2019-11-21rename some missed variables and fix warningsdkanada
2019-11-21minor changes to transcode cleanup scheduled taskdkanada
2019-11-19Add SwaggerUIClaus Vium