Skip to content

v7.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jan 18:15
· 0 commits to main since this release

BREAKING

  • box.json: Update dependencies (299099c)
  • *: feat: Added interception points and return user from authorize (778cd73)
  • cbstorages: Upgrade cbstorages to 2.0.0 (10b3156)
  • Storages: Allow customizing of storages (b97a8ad)
  • build: Trigger major release for prior commit (fca4bc5)

chore

  • CI: Update target branch to main
    (ff4d99e)
  • build: Use openjdk8 on Travis (0ba288b)
  • ci: Add commandbox-semantic-release (d9a0411)
  • formatting: Clean up spacing at end of lines
    (ba8f1d3)
  • server.json: Default to adobe@11 servers (a73da29)
  • tests: Remove Gulpfile and npm dependencies (031a697)
  • initial commit: Initial commit
    (3a7af6d)

feat

  • AuthenticationService: Make getUserService publically available
    (4f83978)
  • Login: Add new preLogin and postLogin interception points (495d516)

fix

  • AuthenticationService: Ensure the auth service is threadsafe for injections (cb4dce9)
  • CI: Ensure coldbox is not added as a dependency from CI
    (132adc4)
  • build: Update box.json references to elpete
    (76e416e)
  • build: Remove incompatible scripts for commandbox-semantic-release
    (252db7e)
  • tests: Fix MockBox expectation to match struct pattern
    (2e5fe23)

other

  • *: #fix for making the auth service threadsafe for injections
    (01e64dd)
  • *: chore: Update interception calls to latest cb7 standards of announce() (1f2c2d3)
  • *: feat: Add onInvalidCredentials to the customInterceptionPoints
    (f717586)
  • *: fix: name metadata attribute replaced by displayName (dad0b1c)
  • *: feat: Add username and password to postAuthentication interception point
    (15bbfa2)
  • *: feat: Add onInvalidCredentials interception point (b0b2c09)
  • *: feat: Add quietLogout method (ffe62b2)
  • *: Apply cfformat changes
    (bae8be0)
  • *: Add quietLogout method
    (fb9c40c)
  • *: chore: Migrate to GitHub Actions (c43353a)
  • *: fix: Removing session key if there is a problem retrieving the user
    (799211b)
  • *: fix: Allow any dsl to be the user service
    (7cfb533)
  • *: Adjust gitignore file for better directory matching
    (a2d0ba3)
  • *: chore: Use forgeboxStorage (7ac6965)
  • *: chore: Transfer cbauth to coldbox-modules namespace
    (2616896)
  • *: docs: Fixed Coldbox 4.3 docs link (d4252ce)
  • *: Merge pull request #3 from elpete/add_csr (74c4f63)
  • *: Merge pull request #2 from jclausen/master (8c71db8)
  • *: 1.0.6 (d37332a)
  • *: Merge pull request #1 from homestar9/patch-1 (43c3d2f)
  • *: Adobe ColdFusion requires that properties are declared first in CFCs (8abed60)
  • *: Updates session to use CacheStorage@cbstorages (2d10a34)
  • *: 1.0.5 (43b2aea)
  • *: Update tests to match fixed variable name
    (335781d)
  • *: 1.0.4 (1367d83)
  • *: Rename variable to avoid naming collision
    (3a1d792)
  • *: Fix incorrect method name
    (470ca47)
  • *: Testing the onRelease interception point (e666b68)
  • *: Fix for CommandBox's auto-versioning (2161add)
  • *: 1.0.1 (53b27f9)
  • *: Add auto-versioning scripts (f58ca37)
  • *: Update ModuleConfig.cfc (e773c38)
  • *: Add docs
    (297bb86)
  • *: Add a quick auth() helper function to quickly get the AuthenticationService.
    (b41ec90)
  • *: Rename package to cbauth
    (ee09ebe)
  • *: Announce custom interception points for authentication (44e9249)
  • *: Register custom interception points
    (d9e3f0b)
  • *: Fix modules typo
    (9b70c80)
  • *: can log out a user now
    (30b65ea)
  • *: isLoggedIn and getUser helpers
    (79e1ff9)
  • *: It can log a user in relying on a userServiceClass
    (5ee8805)