Skip to content

Releases: ecphp/eu-login-api-authentication-bundle

1.0.5

04 May 14:51
Compare
Choose a tag to compare

Commits

  • refactor: remove custom services names. Use class FQDN instead. e0b6938

1.0.4

25 Apr 10:09
Compare
Choose a tag to compare

Merged

  • add user provider back #49
  • chore(deps): Bump actions/stale from 7 to 8 #48
  • chore(deps): Bump actions/checkout from 2.3.4 to 3.4.0 #47
  • chore(deps): Bump actions/stale from 5 to 7 #38
  • chore(deps-dev): Update psalm/plugin-symfony requirement from ^4.0 to ^5.0 #37
  • chore(deps-dev): Update psalm/plugin-symfony requirement from ^3.1 to ^4.0 #36
  • chore(deps): Bump actions/cache from 3.0.5 to 3.0.11 #35
  • chore(deps): Bump actions/cache from 3.0.2 to 3.0.5 #26
  • chore(deps): Update facile-it/php-openid-client requirement from ^0.2 to ^0.3 #24
  • chore(deps): Bump actions/stale from 4 to 5 #20
  • chore(deps): Bump actions/cache from 3.0.1 to 3.0.2 #21
  • Symfony 5.4 and 6 upgrade #13
  • chore(deps): Update firebase/php-jwt requirement from ^5.2 to ^6.1 #18
  • chore(deps): Bump actions/cache from 2.1.7 to 3.0.1 #19
  • chore(deps): Update web-token/jwt-signature-algorithm-ecdsa requirement from ^2.2 to ^3.0 #16
  • chore(deps): Update web-token/jwt-signature-algorithm-hmac requirement from ^2.2 to ^3.0 #15

Commits

  • remove static keyword d8697bf
  • ci: add PHP_CS_FIXER_IGNORE_ENV 2771d8f
  • fix: relax symfony/http-client dependency a20d6f3
  • tests: fix behat tests c1acc94
  • fix: add missing @extends annotation 2a27198
  • style: autofix code style with prettier ff75d54
  • chore: update LICENSER f215e1a
  • fix: Fix badges dc4692a
  • chore: update composer.json 3e2e59e
  • dev: update php environment 2966daa
  • ci: update workflow d5ba972
  • chore(deps-dev): Update psalm/plugin-symfony requirement 4537ef4
  • chore(deps-dev): Update psalm/plugin-symfony requirement b04b371
  • cs: Autofix code style. 86421f4
  • ci: Update Github action. 9f5ab4c
  • ci: Remove PHPInsights step. 729f0aa
  • fix: Remove obsolete phpstan issue. 55c4f55
  • chore: Update dev-dependencies version. 00f6eaf
  • chore: Update firebase/php-jwt version. 70e2e44
  • fix: Add PSalm baseline. c60f317
  • chore: Remove Docker stuff. 84731e7
  • chore(deps): Update facile-it/php-openid-client requirement 1e04ae6
  • chore: Make sure it is compatible with PHP 7.4. 61fd0b4
  • chore(deps): Update web-token/jwt-signature-algorithm-ecdsa requirement 768c246
  • chore(deps): Update web-token/jwt-signature-algorithm-hmac requirement e46a396
  • ci: Tests on PHP 7.4 and 8.1. 9017cf7
  • chore: Update psalm configuration. 48e3ad0
  • refactor: Rewrite bundle for Symfony 5.4 and 6.0. f54bb7d
  • tests: Update for Symfony 6. 61f02a5
  • docs: Update documentation accordingly. 6a57802
  • chore: Get rid of PHPSpec. cba6e5e
  • chore: Update composer.json. 9f25c50

1.0.3

02 Feb 10:34
f9dc26e
Compare
Choose a tag to compare

Merged

  • chore(deps): Bump actions/cache from 2.1.6 to 2.1.7 #10
  • chore(deps-dev): Update infection/infection requirement from ^0.23.0 to ^0.24.0 #9
  • chore(deps): Bump actions/stale from 3.0.18 to 4 #8

Commits

  • fix: Use scalarNode instead of enumNode. 6fdcaca
  • chore: Update licence holder. 178d01f
  • chore: Normalize composer.json. d6860ba
  • chore(deps-dev): Update infection/infection requirement 10af3ae
  • Revert "ci: Disable tests on Darwin platform." 86ef9aa

1.0.2

05 Jul 14:01
Compare
Choose a tag to compare

Commits

  • chore: Update .gitattributes. 048b625

1.0.1

09 Jun 10:38
Compare
Choose a tag to compare

Merged

  • chore(deps): Bump actions/cache from 2.1.5 to 2.1.6 #7
  • chore(deps-dev): Update infection/infection requirement from ^0.22.0 to ^0.23.0 #5

Commits

  • ci: Disable tests on Darwin platform. b83aa47
  • chore: Update composer.json. 16d29d2
  • refactor: Update code style. f81ecf4
  • Autofix code style. 758ccf2
  • test: Fix tests. 9b41bf4
  • refactor: Update services, add missing wirings. 4fdbb41
  • chore: Remove ajgarlag/psr-http-message-bundle. c90f7d7
  • chore(deps-dev): Update infection/infection requirement c1f471a
  • refactor: Autofix code style. c8b434d
  • chore: Switch to ecphp/php-conventions. 1bbdc21
  • docs: Update links. 2d8f82f

1.0.0

28 Apr 13:14
Compare
Choose a tag to compare

Merged

  • chore(deps): Bump actions/cache from v2.1.4 to v2.1.5 #1
  • Create LocalEuLoginApiCredentials service that can be used for testing #3

Commits

  • ci: Enable automatic release changelog generation. 17edfed
  • docs: Update changelog. a1908d8
  • docs: Update README and documentation accordingly. 4273dd8
  • docs: Add documentation. 9c16d86
  • Let's be eco-friendly when it comes to package management. f4366d5
  • Disable Infection tests. 51d8738
  • ci: Enable Behat tests. 6d1511c
  • Normalize composer.json 16afdb5
  • Add Behat tests and features. 528be25
  • refactor: Add a LocalEuLoginApiCredentials service to be used for testing. 077f078
  • Add token route to the bundle. 4b32fdc
  • chore: Add Docker stack for Changelog generation. e8a662b
  • refactor: Update code style based on drupol/php-conventions. 7f71738
  • refactor: Upgrade to drupol/php-conventions version 4. 84f9e23
  • refactor: Return the user in UserProvider::refreshUser(). 4430bc7
  • chore: Update composer.json. f2af671
  • docs: Add comments and fix typo. c54ad25
  • fix: Handle controllers automatically. adf4aa4
  • docs: Update README. 427a91d
  • tests: Add initial tests. 6e742db
  • refactor: Use custom exceptions. 098513d
  • refactor: Add custom exceptions. a777615
  • Initial set of files. fb7edd1