aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-27Adds null check on studio/network nameAnthony Lavado
2019-07-24Bump version for 10.3.7v10.3.7Joshua M. Boniface
2019-07-22Merge pull request #1552 from cvium/fix_livetv_v2Anthony Lavado
Disable buffering in HttpClient as it causes big requests to timeout
2019-07-20Add HttpCompletionOption.ResponseHeadersRead to the buffering option to ↵Claus Vium
avoid potentially having 2 copies in memory
2019-07-19Use HttpCompletionOption.ResponseHeadersRead and resort to Content-Length ↵Claus Vium
header for non-buffered content
2019-07-14Merge pull request #1538 from joshuaboniface/epgJoshua M. Boniface
Try to fix XmlTvListingsProvider
2019-07-14Merge pull request #1537 from joshuaboniface/contenttypeJoshua M. Boniface
Properly set content type
2019-07-13CleanupBond_009
2019-07-13Try to fix XmlTvListingsProviderBond_009
2019-07-13Create a new HttpMethod from the function nameBond_009
2019-07-13Properly set content typeBond_009
2019-07-06Merge pull request #1514 from Bond-009/httpclient2v10.3.6Joshua M. Boniface
Fix issues with HttpClientManager
2019-07-06Address commentsBond_009
2019-07-06Remove duplicate codeBond_009
2019-07-06Use HttpResponseHeaders instead of a dictionaryBond_009
2019-07-06Fixes issues with HttpClientManagerBond_009
2019-07-06Merge pull request #1455 from ferferga/release-10.3.zJoshua M. Boniface
Vacuum databases at startup
2019-07-06Bump version for 10.3.6Joshua M. Boniface
2019-07-04Cleanup extra spaces.Erwin de Haan
2019-07-04Moved VACUUM down to the end of the list.Erwin de Haan
2019-07-04Merge pull request #1473 from DrPandemic/apply-deprecation-WebRequest-on-10.3.zAnthony Lavado
Apply deprecation web request on 10.3.z
2019-06-29Merge pull request #1495 from joshuaboniface/better-restart-scriptAndrew Rabert
Add nicer restart script
2019-06-28Use which to find the service binary pathJoshua M. Boniface
2019-06-28Make message wording more consistentJoshua M. Boniface
2019-06-27Add nicer restart scriptJoshua M. Boniface
The old restart script was buggy, as reported in #1320. This updated script seems to work far more reliably and conforms to the existing jellyfin-sudoers packages sudo configuration.
2019-06-26Merge pull request #1394 from joern-h/bugfix-issue1347dkanada
Check if an item is a child of an EnabledFolder
2019-06-26fix issue #1347 introduced in pr #930Jörn
2019-06-25Merge pull request #1485 from DrPandemic/fix-skia-segfaultdkanada
Fix skia segfault
2019-06-24Check path before opening imageDrPandemic
2019-06-22Merge pull request #1478 from cvium/fix_tvdb_againAnthony Lavado
Wait for the async authentication to finish when the JTW token expires
2019-06-21Wait for the async authentication to finish when the JTW token expiresClaus Vium
2019-06-18Update MediaBrowser.Common/Net/IHttpClient.csClaus Vium
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-06-18Remove more unused stuffBond-009
2019-06-17Remove usage of depricated 'WebRequest'Bond-009
Ref: https://docs.microsoft.com/en-us/dotnet/api/system.net.webrequest?view=netframework-4.7.2
2019-06-10Vacuum databases at startupferferga
2019-06-09Bump version for 10.3.5v10.3.5Joshua M. Boniface
2019-06-09Merge pull request #1447 from joshuaboniface/implement-invalidauthJoshua M. Boniface
Implement InvalidAuthProvider
2019-06-09Revert "Don't set a default reset provider"Joshua M. Boniface
This reverts commit c230d49d7c37d4fbe77676b835c3afd6c8cb56e7. This reenables an edge case where an admin might want to reset, with the default auth provider, the password of an externally-provided user so they could "unlock" the account while it was failing. There might be minor security implications to this, but the malicious actor would need FS access to do it (as they would with any password resets) so it's probably best to keep it as-is. Removing this in the first place was due to a misunderstanding anyways so no harm.
2019-06-09Remove superfluous conditionalJoshua M. Boniface
This wasn't needed to prevent updating the policy on-disk from my tests and can be removed as suggested by @Bond-009
2019-06-09Don't set a default reset providerJoshua M. Boniface
2019-06-09Use SecurityException for auth failureJoshua M. Boniface
2019-06-09Apply suggestions from code reviewJoshua M. Boniface
Co-Authored-By: Claus Vium <cvium@users.noreply.github.com> Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-06-09Add nicer log message and commentJoshua M. Boniface
2019-06-08Implement InvalidAuthProviderJoshua M. Boniface
Implements the InvalidAuthProvider, which acts as a fallback if a configured authentication provider, e.g. LDAP, is unavailable due to a load failure or removal. Until the user or the authentication plugin is corrected, this will cause users with the missing provider to be locked out, while throwing errors in the logs about the issue. Fixes #1445 part 2
2019-06-07Merge pull request #1443 from jellyfin/qemuAndrew Rabert
Docker - Update arm* Dockerfiles for latest multiarch
2019-06-07Docker - Update arm* Dockerfiles for latest multiarchAndrew Rabert
Relates to this change https://github.com/multiarch/qemu-user-static/commit/7bdafb96ee59fde53d07a291f9446d2b8957d372
2019-06-06Bump version for 10.3.4v10.3.4Joshua M. Boniface
2019-06-06Merge pull request #1437 from pjeanjean/masterAnthony Lavado
Fix issue #1436: media folders appear empty unless user has all libraries access
2019-06-06Skip user permission checking for UserRootFolderpjeanjean
Fix #1436 UserRootFolders are used to represent virtual folders that exist outside of libraries. As such, it doesn't make sense to check if a user has the right to access their library (named `Media Folders`).
2019-05-31Merge pull request #1426 from jellyfin/cvium-fix-tvdb-refreshAnthony Lavado
Fix inverted comparison in the tvdb token refresh logic