提交历史

作者 SHA1 备注 提交日期
  Steinar Bang ebf4825ed7 [maven-release-plugin] prepare release authservice-2.0.6 1 月之前
  Steinar Bang 6ba10ad0dc Upgrade parent to use liquibase 4.31.0 1 月之前
  Steinar Bang 2428576fc2 Log the SQLException that causes fetching the user to fail 1 月之前
  Steinar Bang 363f626d03 Test that UserManagementServiceProvider.getUser() returns expected values in all User fields 1 月之前
  Steinar Bang f12e51b068 Fix javadoc badge in README that was stuck on version 1.13.5 1 月之前
  Steinar Bang 68e34f0751 Add SQLException tests for AuthserviceDbRealm methods isLocked() and registerLoginFailure() 1 月之前
  Steinar Bang 5a44eb4b61 Add test for failing to insert mock data for locked user into the derby test database 1 月之前
  Steinar Bang be776d4b9f Ensure only a single method is called inside assertThrows lambda 1 月之前
  Steinar Bang 94b492eea6 Replace lambda with method reference 1 月之前
  Steinar Bang 6ac99493bd Remove declaration of exception that can't be thrown 1 月之前
  Steinar Bang 10c765fd64 Use assertJ isZero to test for numerical nullness 1 月之前
  Steinar Bang 40c21a7e13 Remove local variable and return datasource directly after creating it 1 月之前
  Steinar Bang 168453faae Add version 2.0.5 to the release history of the README and update the version to 2.0.5 in the examples in the README 1 月之前
  Steinar Bang d64863b6a5 [maven-release-plugin] prepare for next development iteration 1 月之前
  Steinar Bang c5fc3ed1ba [maven-release-plugin] prepare release authservice-2.0.5 1 月之前
  Steinar Bang ea8bf3dfd0 Remove UserManagementService methods that weren't needed to implement locking on excessive failed logins in authservice 1 月之前
  Steinar Bang 6b1c5b858b Add page for editing configration to user management UI 2 月之前
  Steinar Bang 44141904ac Add web API endpoints to get and set user admin configuration 2 月之前
  Steinar Bang 762837db83 Add operations to get and set user admin config to the UserManagementProvider 2 月之前
  Steinar Bang 039e743d42 Add "Unlock user" button to the user modification UI 2 月之前
  Steinar Bang 56de750d22 Store config value for excessiveFailedLoginLimit in database 2 月之前
  Steinar Bang 355b167db1 Display user locked state and number of failed logins in user admin UI 2 月之前
  Steinar Bang c53b36166b Add web API operation GET /user/unlock/<username> 2 月之前
  Steinar Bang 95dcc918d9 Handle excessive failed login attempts in the login form 2 月之前
  Steinar Bang a61b064a21 Throw ExcessiveAttemptsException from AuthserviceDbRealm on 3rd failed attempt at login and then lock account 2 月之前
  Steinar Bang fabbc5c167 Put assertThrows lambdas on a single line 2 月之前
  Steinar Bang 3968ac5a66 Throw LockedAccountException from shiro realm when user account is locked 2 月之前
  Steinar Bang 352dd03c61 Implement operations for registering failed and succssful logins and unlocking locked users 2 月之前
  Steinar Bang 65f3501294 Add columns failed_login_count and is_locked to table users 2 月之前
  Steinar Bang a2a053ed58 Edit liquibase RNG schema to allow <column> inside <addColumn> 2 月之前