Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commits/commit/2c2a55abab5bce09e969967c5685b5129c912b19/Emby.Server.Implementations/Library/UserManager.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

78 Commits (2c2a55abab5bce09e969967c5685b5129c912b19)

Author SHA1 Message Date
Bond-009 6f17a0b7af Remove legacy auth code () 5 years ago
Bond-009 221b831bb2 Reset invalid login counter on successfull login 5 years ago
Bond_009 24fac4b191 Fix UserNotFoundError 6 years ago
Bond_009 8d3b5c851d Improvements to UserManager 6 years ago
Bond_009 0f897589ed Streamline authentication proccess 6 years ago
Bond_009 d961278b3d Reduce amount of raw sql 6 years ago
Joshua M. Boniface 2946ae1009 Revert "Don't set a default reset provider" 6 years ago
Joshua M. Boniface 4b8f735cb8 Remove superfluous conditional 6 years ago
Joshua M. Boniface c230d49d7c Don't set a default reset provider 6 years ago
Joshua M. Boniface b70083f3b3
Apply suggestions from code review 6 years ago
Joshua M. Boniface 74ef389879 Add nicer log message and comment 6 years ago
Joshua M. Boniface d78a55adb4 Implement InvalidAuthProvider 6 years ago
DrPandemic 69ee49bee6 Format correctly the PIN when updating it 6 years ago
DrPandemic c22068d6b1
Fix pin bug introduced in 10.3.z. 6 years ago
bugfixin 1df73fdeba Fix incorrect hasPassword flag when easy pin set 6 years ago
Joshua Boniface 1af9c047fb Override username with AuthenticationProvider 6 years ago
LogicalPhallacy 740c95d557
Apply minor suggestions from code review 6 years ago
Phallacy 86772bd7bd removes needless dictionary 6 years ago
Claus Vium 4e2841f0d7
Update Emby.Server.Implementations/Library/UserManager.cs 6 years ago
Phallacy 09921a00aa made password resets an interface and per user 6 years ago
Phallacy 80aedcd7e2 really fixed line endings 6 years ago
Phallacy b04200ca68 adding regex fix 6 years ago
Joshua M. Boniface e3dbed1c1a
Update Emby.Server.Implementations/Library/UserManager.cs 6 years ago
Phallacy 7f0fa74467 updated regex to string literal with escaped - 6 years ago
Phallacy 1ee016c997 configurable user lockout 6 years ago
Phallacy bef665be36 Minor fixes to address style issues 6 years ago
Phallacy 2c26517172 minor style fixes 6 years ago
Phallacy a0d31a49a0 merging with master to clear merge conflict 6 years ago
Phallacy 6bbb968b57 minor changes and return to netstandard 6 years ago
Joshua M. Boniface 89d4ce309d
Merge pull request from Bond-009/perf 6 years ago
Phallacy 48e7274d37 added justaman notes, fixed new bug from emty has removals 6 years ago
Phallacy 77602aff88 Minor fixes re:PR870, added null checks from PR876 6 years ago
Bond_009 64d5ec12e2 Use HashSets for increased perf 6 years ago
Phallacy 05bbf71b6d sha256 with salt auth and sha1 interop 6 years ago
LogicalPhallacy 8bf88f4cb2
Merge pull request from jellyfin/master 6 years ago
Bond_009 a6a4cd5667 Removed some unused fields 6 years ago
Vasily 0b3e6548db
Merge pull request from Bond-009/warnings 6 years ago
Joshua M. Boniface c4f51e16a5
Merge pull request from Bond-009/startasync 6 years ago
Bond-009 78e4e2ed92 Fix all warnings 6 years ago
Claus Vium f7a46c7a56 Remove more Connect related stuff 6 years ago
Phallacy 4519ce26e2 Upgrade crypto provider, retarget better framework 6 years ago
Erwin de Haan b9a111432a Unwrapped all /(Write|Read)All(Text|Bytes)/ functions. 6 years ago
Erwin de Haan d7c6d16250 Unwrapped CreateDirectory and DeleteDirectory 6 years ago
Erwin de Haan 3a831994f6 Unwrapped GetDirectoryName and DirectorySeperatorChar 6 years ago
Bond_009 ffe79c8982 Check if file exists instead of catching exceptions 6 years ago
Bond_009 85a58fd655 Start startup tasks async 6 years ago
Bond_009 722120af74 Remove conditions that are always true/false 6 years ago
William Taylor 65cd3ed597 Replaced injections of ILogger with ILoggerFactory 6 years ago
Erwin de Haan 65bd052f3e ReSharper conform to 'var' settings 6 years ago
Erwin de Haan 58b582bdcb Visual Studio Reformat: Emby.Server.Implementations Part I-Lib 6 years ago