Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
APPDEV-5165: Minor refactoring for domainUserPreference endPoints.
  1. … 8 more files in changeset.
APPDEV-5009: Refactored DomainUserPreference controller to use preferenceCode instead of preferenceId
  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.
    • -22
    • +0
    ./authservice/PreferenceValue.groovy
    • -26
    • +0
    ./authservice/DomainUserPreference.groovy
    • -0
    • +22
    ./preference/PreferenceValue.groovy
  1. … 7 more files in changeset.
APPDEV-4853: Added domainUserPreference controller
    • -0
    • +28
    ./authservice/Preference.groovy
    • -0
    • +26
    ./authservice/DomainUserPreference.groovy
    • -0
    • +22
    ./authservice/PreferenceValue.groovy
  1. … 5 more files in changeset.
APPDEV-4840: now adding DomainUser if domainId provided - no default Role assigned yet!
  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
  1. … 10 more files in changeset.
APPDEV-4615: updates to credentials mgmt - major refactor/cleanup - passwordUpdate
  1. … 21 more files in changeset.
APPDEV-4611: fixed passwordByToken and implemented password & lockStatus endpoints
  1. … 9 more files in changeset.
APPDEV-4611: completed rework for new API -> forgotPassword and resetPassword
  1. … 15 more files in changeset.
APPDEV-4611: added support for new API forgotPassword endpoint
  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.
  1. … 10 more files in changeset.
RSA-158: added the end points to log invalid attempt.
    • -0
    • +20
    ./authservice/UserActionLog.groovy
  1. … 6 more files in changeset.
RSA-155: Created endpoints for resetPassword and forgotPassword.
  1. … 14 more files in changeset.