aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-10Vacuum databases at startupferferga
2019-06-09Bump version for 10.3.5v10.3.5Joshua M. Boniface
2019-06-10Simplify file serving codeBond_009
2019-06-09Improve main code flowBond_009
Improved the way how some parts of the code depend on eachother Fixed some style issues
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-08Use the username for the user config pathJoshua M. Boniface
Use the username to construct the UserConfigurationDirectory, instead of the user ID, and move the old ID-based path to the new path if needed when loading (temporary transitional code). Removes administrator guesswork as to what user each directory belongs to, which I found very annoying when investigating user configs.
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-08Make script executable againBond_009
2019-06-08Add execute permissions backBond-009
2019-06-08Force LF line endingsBond_009
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-06-05Merge pull request #1440 from cvium/fix-buildBond-009
Change UsCulture to InvariantCulture
2019-06-05Change UsCulture to InvariantCultureClaus Vium
2019-06-05Merge pull request #1427 from dkanada/fanartAnthony Lavado
Move fanart image provider to plugin
2019-06-05Merge pull request #1366 from Bond-009/warn3Anthony Lavado
Fix more warnings
2019-06-05Merge pull request #994 from Bond-009/tasksAnthony Lavado
Remove Tasks wrapped in a Task
2019-06-04Merge pull request #1159 from Bond-009/streamjobAnthony Lavado
Trying to make sense of the streaming code
2019-06-04Merge pull request #1368 from dkanada/drivesAnthony Lavado
Only return useful drives
2019-06-02split the new command to more than one linedkanada
2019-06-01Translated using Weblate (Spanish (Mexico))Juvenal Yescas
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/
2019-06-01Translated using Weblate (Spanish)Julio GarcĂ­a
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
2019-06-01Translated using Weblate (Korean)Hyunsu Nam
Currently translated at 97.8% (92 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2019-06-01Translated using Weblate (Japanese)exveria1015
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/
2019-06-01Translated using Weblate (Chinese (Traditional))dracocephalum
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2019-06-01Fix #1432. Add support for encoding with libx265 and hevc_nvenc.Frank
2019-06-01Merge branch 'master' into tasksBond-009
2019-06-01Fix buildBond_009
2019-06-01Fix more warningsBond-009
2019-05-31Merge pull request #1426 from jellyfin/cvium-fix-tvdb-refreshAnthony Lavado
Fix inverted comparison in the tvdb token refresh logic
2019-05-31move fanart image provider to plugindkanada
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-30Added translation using Weblate (Japanese)exveria1015
2019-05-25Format correctly the PIN when updating itDrPandemic
2019-05-24Translated using Weblate (Lithuanian)erikasne6152
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lt/
2019-05-18Merge pull request #1383 from jellyfin/release-10.3.zBond-009
Backmerge for Release 10.3.3
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-16only return useful drivesdkanada