Checkout Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
APPDEV-5165: Minor refactoring for domainUserPreference endPoints.
    • -3
    • +3
    ./lemans/user/DomainUserPreference.groovy
  1. … 8 more files in changeset.
APPDEV-5009: Refactored DomainUserPreference controller to use preferenceCode instead of preferenceId
    • -2
    • +2
    ./lemans/user/DomainUserPreference.groovy
  1. … 7 more files in changeset.
APPDEV-4863: removed forgotPassword in favor of resetPassword with corresponding api changes
  1. … 14 more files in changeset.
APPDEV-4848: Changed the phoneNumbers validations minSize to 10 and maxSize to 20 for user domain class.
  1. … 1 more file in changeset.
APPDEV-4848: Changed the phoneNumbers validations size to 10 for user domain class.
  1. … 1 more file in changeset.
APPDEV-4853: Added unit tests for preference, preferenceValue and domainUserPreference domain classes.
    • -0
    • +29
    ./lemans/user/DomainUserPreference.groovy
    • -28
    • +0
    ./lemans/authservice/Preference.groovy
    • -0
    • +22
    ./lemans/preference/PreferenceValue.groovy
    • -0
    • +29
    ./lemans/preference/Preference.groovy
  1. … 7 more files in changeset.
APPDEV-4853: Added domainUserPreference controller
    • -0
    • +28
    ./lemans/authservice/Preference.groovy
    • -0
    • +26
    ./lemans/authservice/DomainUserPreference.groovy
    • -0
    • +22
    ./lemans/authservice/PreferenceValue.groovy
  1. … 5 more files in changeset.
APPDEV-4840: now adding DomainUser if domainId provided - no default Role assigned yet!
    • -1
    • +2
    ./lemans/authservice/DomainUser.groovy
  1. … 9 more files in changeset.
APPDEV-4615: implemented password reuse rule
  1. … 4 more files in changeset.
APPDEV-4614: added support for sending Welcome message w/o clearText password on create User
  1. … 10 more files in changeset.
APPDEV-4615: added support for all new Password functionality except reuse rules
    • -16
    • +32
    ./lemans/authservice/User.groovy
  1. … 10 more files in changeset.
APPDEV-4615: updates to credentials mgmt - major refactor/cleanup - passwordUpdate
    • -0
    • +6
    ./lemans/authservice/UserActionLog.groovy
  1. … 21 more files in changeset.
APPDEV-4611: fixed passwordByToken and implemented password & lockStatus endpoints
    • -0
    • +4
    ./lemans/authservice/UserActionLog.groovy
  1. … 9 more files in changeset.
APPDEV-4611: completed rework for new API -> forgotPassword and resetPassword
    • -0
    • +2
    ./lemans/authservice/UserActionLog.groovy
  1. … 15 more files in changeset.
APPDEV-4611: added support for new API forgotPassword endpoint
    • -0
    • +2
    ./lemans/authservice/UserActionLog.groovy
  1. … 13 more files in changeset.
APPDEV-4151: Merging phase2 branch.
  1. … 3 more files in changeset.
RSA-158: added end points to log in valid and invalid login attempts of user.
    • -2
    • +0
    ./lemans/authservice/UserActionLog.groovy
  1. … 10 more files in changeset.
RSA-158: added the end points to log invalid attempt.
    • -0
    • +20
    ./lemans/authservice/UserActionLog.groovy
  1. … 6 more files in changeset.
RSA-155: Created endpoints for resetPassword and forgotPassword.
  1. … 14 more files in changeset.