Checkout Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
APPDEV-5278: Responding with empty json object when there is no domainUserPreference
  1. … 1 more file in changeset.
APPDEV-5043: now using domain metadata for set/reset password URLS in emails; added dat for domain 18; upgraded cobertura
  1. … 6 more files in changeset.
APPDEV-5122: restricted DateTime ISO-8601 formatting to DealerUser endpoints
    • -0
    • +4
    ./com/lemans/api/LemansApiController.groovy
  1. … 1 more file in changeset.
APPDEV-5165: Minor refactoring for domainUserPreference endPoints.
  1. … 8 more files in changeset.
RSA-155: Merging latest trunk changes to the branch.
  1. … 6 more files in changeset.
APPDEV-5010: Removed unused code.
  1. … 5 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. … 13 more files in changeset.
APPDEV-4810: Custom 404 response when the requested url does not exist.
  1. … 1 more file in changeset.
APPDEV-4853: Added unit tests for preference, preferenceValue and domainUserPreference domain classes.
  1. … 13 more files in changeset.
APPDEV-4840: updated to use domain contactInfo from db in DealerUser emails
  1. … 4 more files in changeset.
APPDEV-4853: Added End point to get the prefernce by preference code.
    • -0
    • +13
    ./com/lemans/api/preference/DomainPreferenceController.groovy
  1. … 5 more files in changeset.
APPDEV-4853: Added domainUserPreference controller
    • -0
    • +30
    ./com/lemans/api/users/DomainUserPreferenceController.groovy
  1. … 7 more files in changeset.
APPDEV-4840: now adding DomainUser if domainId provided - no default Role assigned yet!
  1. … 9 more files in changeset.
APPDEV-4864: Jenkins merge trunk to branch
  1. … 4 more files in changeset.
APPDEV-4614: changed verbiage of welcome email; removed old TODOSs; fixed tests broken by data
    • -1
    • +0
    ./com/lemans/api/users/PasswordCommand.groovy
  1. … 3 more files in changeset.
APPDEV-4615: added some tests & some internal refactorings & jar upgrades
    • -26
    • +0
    ./com/lemans/api/auth/PasswordCommand.groovy
    • -88
    • +0
    ./com/lemans/api/auth/CredentialsController.groovy
    • -0
    • +26
    ./com/lemans/api/users/PasswordCommand.groovy
  1. … 21 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
    • +1
    ./com/lemans/api/auth/PasswordCommand.groovy
  1. … 10 more files in changeset.
APPDEV-4615: updates to credentials mgmt - major refactor/cleanup - passwordUpdate
    • -3
    • +9
    ./com/lemans/api/auth/PasswordCommand.groovy
    • -45
    • +38
    ./com/lemans/api/auth/CredentialsController.groovy
  1. … 19 more files in changeset.
APPDEV-4615: full support is in place for static password validation
    • -0
    • +1
    ./com/lemans/api/auth/PasswordCommand.groovy
  1. … 3 more files in changeset.
APPDEV-4615: added partial backend static password validation, upper/lowwer/digit
    • -0
    • +19
    ./com/lemans/api/auth/PasswordCommand.groovy
    • -8
    • +13
    ./com/lemans/api/auth/CredentialsController.groovy
  1. … 5 more files in changeset.
APPDEV-4611: a bit of code quality refactoring & added TODOs
  1. … 2 more files in changeset.
APPDEV-4611: fixed passwordByToken and implemented password & lockStatus endpoints
    • -12
    • +52
    ./com/lemans/api/auth/CredentialsController.groovy
  1. … 10 more files in changeset.
APPDEV-4611: completed rework for new API -> forgotPassword and resetPassword
    • -0
    • +12
    ./com/lemans/api/auth/CredentialsController.groovy
  1. … 14 more files in changeset.
APPDEV-4611: forgotPassword mods - added generated url params and empty results payload
  1. … 5 more files in changeset.
APPDEV-4611: added support for new API forgotPassword endpoint
    • -0
    • +38
    ./com/lemans/api/auth/CredentialsController.groovy
  1. … 11 more files in changeset.
APPDEV-4611: added support DealerUser for init of password and sending generic welcome email
  1. … 2 more files in changeset.
APPDEV-4611: added support for update & delete of Dealer User
  1. … 2 more files in changeset.
APPDEV-4611: Urlmappings was causing verifyToken to not work. THIS should fix it !
    • -5
    • +0
    ./com/lemans/api/LemansApiController.groovy
  1. … 1 more file in changeset.