Checkout
 

kkrebs in auth-service

APPDEV-6979: fixed issue(PNW-related) with serviceProvider Users query
APDEV-6979: fixed issue with email template rendering
  1. /branches/grails3/src/main/resources/emails
APPDEV-6979: added comment in build
APPDEV-6979: added missing 'provided' direct dependency on Log4j (needed for SecurityInterceptor)
APPDEV-6979: corrected Urlmapping for verifyRequest (no /dm/$dm !)
APPDEV-6979: modified build to make tomcat libs are not specified with 'compile' dependency to kepp them out of the war
APDEV-6979: fixed some remaining endpoints and config
APPDEV-6979: now specifying the name of the war to build
APDEV-6979: completed conversion and replaced existing code with complete Grails 3.2.4 app in branches/grails3
  1. /branches/grails3/grails-app/init/auth/service
    • -0
    • +169
    /branches/grails3/gradlew
  2. /branches/grails3/src/main/groovy/grails/plugin
  3. … 247 more files in changeset.
APPDEV-6979: Forking trunk to upgrade to Grails 3
  1. … 203 more files in changeset.
APPDEV-0000: auth-service -> refactored to remove notFound boilerplate
    • -1
    • +1
    /trunk/grails-app/conf/BuildConfig.groovy
APPDEV-5779: auth-service removed all code related to WhiteList management
APPDEV-5351: DuplicateKeyException now renders status 400 and uses message code DUPLICATE_KEY
APPDEV-5141: now ignoring (git) Intellij IDEA IDE metadata files
APPDEV-5043: now using domain metadata for set/reset password URLS in emails; added dat for domain 18; upgraded cobertura
APPDEV-5122: restricted DateTime ISO-8601 formatting to DealerUser endpoints
APPDEV-5122: updated ALL endpoints to use the ISO-8601 formatting
APPDEV-4863: removed forgotPassword in favor of resetPassword with corresponding api changes
APPDEV-4840: updated to latest Lemans infrastruture code
APPDEV-4840: now using new version of ApiRenderer that uses messageSource instead of g tag
APPDEV-4840: fixed functional tests broken by ETL purging
APPDEV-4936: when adding a DomainUser, a WhiteListEntry is no longer added if the user dealerCode is 1 of the the internal dealerCodes
APPDEV-4936: when a DomainUser is created, a WhiteList Dealer entry is now also created for the underlying User's dealerCode
APPDEV-4936: update to latest utils jars for controllers and testing
APDEV-4840: now adding defaultRole to User if provided along with domainId
APPDEV-4840: updated to use domain contactInfo from db in DealerUser emails
APPDEV-4840: now adding DomainUser if domainId provided - no default Role assigned yet!
APPDEV-4614: changed verbiage of welcome email; removed old TODOSs; fixed tests broken by data
APPDEV-4615: added some tests & some internal refactorings & jar upgrades
  1. … 14 more files in changeset.
APPDEV-4615: implemented password reuse rule