Skip to content
Code-Schnipsel Gruppen Projekte
  1. Mär 20, 2025
    • Henning Leutz's avatar
      Merge branch 'next-2.x' into 'main' · 67c9e8d0
      verfasst von Henning Leutz
      fix: consider logout for GuestOrderUser -> destroys session
      
      See merge request !32
    • Henning Leutz's avatar
      feat: refactor v3 compatibility · 1e1f453b
      verfasst von Henning Leutz
      Multiple updates have been made updating specific software versions and modifying code for email
      verification. We updated the phpstan version in phars.xml as well as added a new dependency in
      composer.json. We also refactored the EmailVerification class and the associated
      sendEmailVerification function. Changes include:
      
      1. Modification of the phars.xml file to use a more recent version of phpstan.
      2. Addition of a new software dependency to composer.json.
      3. Switching from using the deprecated AbstractVerification class to the LinkVerification class.
      4. Adjustments to method signatures and error messaging in EmailVerification class.
      5. Changes to the sendEmailVerification function in the GuestOrder class to accommodate the updated
      LinkVerification class.
      1e1f453b
    • Henning Leutz's avatar
      fix: consider logout for GuestOrderUser -> destroys session · 3bb5ef67
      verfasst von Henning Leutz
      This commit introduces a new feature to the GuestOrderUser class under `src/QUI/ERP/Order/Guest/`.
      A logout method is added, which calls the `destroy` function from the `QUI` session, allowing a
      guest user to log out.
      
      Related: #10
      3bb5ef67
  2. Sep 20, 2024
  3. Sep 11, 2024
  4. Aug 21, 2024
  5. Aug 20, 2024
  6. Aug 16, 2024
  7. Aug 12, 2024
  8. Aug 10, 2024
  9. Aug 08, 2024
  10. Aug 06, 2024
  11. Aug 02, 2024
  12. Jul 29, 2024
  13. Jul 05, 2024
  14. Jul 04, 2024
Lade