aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-05-31Fix inverted comparison in the tvdb token refresh logicClaus Vium
2019-05-31Merge pull request #1406 from DrPandemic/fix-pin-updateAnthony Lavado
Format the PIN when updating it
2019-05-25Format correctly the PIN when updating itDrPandemic
2019-05-17Bump version for 10.3.3v10.3.3Joshua M. Boniface
2019-05-17Merge pull request #1380 from bugfixin/dlna-photo-thumb-fixJoshua M. Boniface
Improve Photo rendering in DLNA
2019-05-17Merge pull request #1338 from cvium/fix_extrasJoshua M. Boniface
Enforce a specific folder structure for Extras to avoid misidentification
2019-05-16Move DLNA thumbnail element to after larger image elementsbugfixin
2019-05-16Review changesClaus Vium
Untested
2019-05-14Merge pull request #1372 from DrPandemic/fix-pinJoshua M. Boniface
Fix broken pin in 10.3.z
2019-05-11Fix pin bug introduced in 10.3.z.DrPandemic
The issue is that the new easyPassword format prepends the hash function. This PR extract the hash from "$SHA1$_hash_".
2019-05-10Merge pull request #1306 from oddstr13/pr-sudoless-build-1Joshua M. Boniface
Move artifact chown inside docker to avoid sudo
2019-05-09Merge pull request #1294 from DrPandemic/fix-download-non-asciiBond-009
Fix non-ascii filename downloads
2019-05-07Fix non-ascii filename downloadsJean-Samuel Aubry-Guzzi
Follow https://tools.ietf.org/html/rfc5987#section-3.2.2 to encode non-ascii filenames in HTTP Content-Disposition header.
2019-05-02Enforce extras folder structure according to Emby's wikiClaus Vium
2019-05-01Move artifact chown inside docker to avoid sudoOdd Stråbø
2019-05-01Change owner and parent id of extras to the main media itemClaus Vium
2019-04-30Bump version for 10.3.2v10.3.2Joshua Boniface
2019-04-30Merge pull request #1324 from joshuaboniface/arm64Joshua M. Boniface
Add arm64 packaging for Debuntu
2019-04-30Merge pull request #1335 from Bond-009/ffmpeglimitJoshua M. Boniface
Limit amount of ffmpeg processes extracting images at once
2019-04-30Limit amount of ffmpeg processes extracting images at onceBond-009
2019-04-30Merge pull request #1334 from Bond-009/musicbrainzfixAnthony Lavado
Iterate over IEnumerable before disposing
2019-04-30Merge pull request #1310 from bugfixin/progressivestreamingservice-unreachableBond-009
Remove unreachable code from BaseProgressiveStreamingService
2019-04-30Iterate over IEnumerable before disposingBond-009
2019-04-30Merge pull request #1333 from bugfixin/easypinfixAnthony Lavado
Fix incorrect hasPassword flag when easy pin set
2019-04-30Fix incorrect hasPassword flag when easy pin setbugfixin
2019-04-30Merge pull request #1332 from cvium/fix_tvdb_ep_providerBond-009
Make the TvdbEpisodeProvider class Public
2019-04-30Make the TvdbEpisodeProvider class PublicClaus Vium
2019-04-30Merge pull request #1327 from joshuaboniface/discoAnthony Lavado
Support libssl1.1 for Ubuntu Disco
2019-04-29Merge pull request #1305 from bugfixin/passwordless-form-encodedJoshua M. Boniface
Fix passwordless authentication with non-json content-types
2019-04-29Support libssl1.1 for Ubuntu DiscoJoshua Boniface
2019-04-29Add arm64 packaging for DebuntuJoshua Boniface
2019-04-25Remove unreachable code and const trySupportSeek within ↵bugfixin
BaseProgressiveStreamingService
2019-04-25Merge pull request #1296 from Bond-009/fix1234Anthony Lavado
Fix #1234
2019-04-25Don't coalesce empty strings to null in StringMapTypeDeserializerbugfixin
2019-04-24Fix #1234Bond_009