Skip to content

Releases: silinternational/idp-pw-api

trim whitespace from API input

18 Sep 13:31
6f00867
Compare
Choose a tag to compare

Added

  • Added GitHub Actions timeout.
  • Added semantic version tags to Docker image (e.g. 1.2 for tag 1.2.3).

Fixed

  • Trim whitespace from user-submitted strings.
  • Code whitspace inconsistencies fixed by phpStorm.

silence 401, 403, and 409 alerts

06 Sep 01:45
a6333a7
Compare
Choose a tag to compare

Changed

  • Add 401, 403, and 409 to Sentry logger exception list

dependency update

14 Aug 13:33
37e7522
Compare
Choose a tag to compare

Fixed

7.0.0 move access_token to httpOnly cookie

13 Aug 02:34
176f485
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.8.1...7.0.0

fix broken CI/CD build

31 Jul 08:48
46fe91b
Compare
Choose a tag to compare

Fixed

  • Fixed broken build by temporarily disabling LDAP tests

6.8.0

30 Jul 19:00
d498efb
Compare
Choose a tag to compare

Changes

  • Add option to require alpha and numeric chars for PCI 4.0 compliance #283

Full Changelog: 6.7.0...6.8.0

AppConfig, null check in password

08 Apr 14:56
091e611
Compare
Choose a tag to compare

Added

  • New option to use AppConfig to supply environment variable values
  • Get the release tag from GitHub for use in the Sentry release string

Changed

  • Use org-level variable and GitHub variable to build the Docker image name

Security

  • Added password validation to reject a password containing a null byte. IDP-125

test and build on GitHub Actions

01 Mar 14:30
8a68592
Compare
Choose a tag to compare

no code changes are included in this release

don't log request body data

29 Jan 20:31
401ee6d
Compare
Choose a tag to compare

Changed

  • Configure Sentry to not send request body data to Sentry logging servers.

Full Changelog: 6.6.2...6.6.3

Use PSR2 style

11 Jan 16:21
f6b8bd5
Compare
Choose a tag to compare

Changed

  • Format source to PSR2 style
  • Use mariadb image for local development (not silint/mariadb)