Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8 & Symfony 6 #1153

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from
Draft

PHP 8 & Symfony 6 #1153

wants to merge 18 commits into from

Commits on Oct 26, 2024

  1. PHP 8 & Symfony 6

    qurben authored and NathanHuisman committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    e920453 View commit details
    Browse the repository at this point in the history
  2. Fix(UserInterface): Verander getUsername naar getUserIdentifier

    De UserInterface is veranderd, de method 'getUsername' is veranderd naar
    de method 'getUserIdentifier'.
    NathanHuisman committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    a83f39d View commit details
    Browse the repository at this point in the history
  3. Fix({Access,Login}Service): Constructor UsernamePasswordToken

    De constructor signature van UsernamePasswordToken is veranderd
    NathanHuisman committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    d58dcee View commit details
    Browse the repository at this point in the history
  4. Update routing recipe

    NathanHuisman committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    7e1c732 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c986ae7 View commit details
    Browse the repository at this point in the history
  6. Update twig bundle

    NathanHuisman committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    f345474 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7bb3ad5 View commit details
    Browse the repository at this point in the history
  8. Update security recipe

    NathanHuisman committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    063e5aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f9dbae2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4332422 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a60f371 View commit details
    Browse the repository at this point in the history
  12. Prettier

    NathanHuisman committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    24f90ba View commit details
    Browse the repository at this point in the history
  13. Update Sentry bundle

    NathanHuisman committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    5b914e7 View commit details
    Browse the repository at this point in the history
  14. Symfony6: Annotations naar attributes

    Verander alle routing annotations naar attributes
    NathanHuisman committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    50c39ba View commit details
    Browse the repository at this point in the history
  15. Update Symfony Console recipe

    Hierbij is ook de manier waarop de app geladen wordt veranderd,
    configuratie.include.php wordt op dit moment niet geladen
    
    TODO: We moeten deze hele logica veranderen om een beetje overeen te
    komen met best practices.
    NathanHuisman committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    2bdab24 View commit details
    Browse the repository at this point in the history
  16. Fix(ProfielRepository):

    In plaats van een flash message, log een error.
    TODO: Gebrek aan LDAP minder problematisch maken
    NathanHuisman committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    b779648 View commit details
    Browse the repository at this point in the history
  17. Fix MariaDB versie

    NathanHuisman committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    feccf13 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Fix tests

    Voeg defines.include.php toe aan require in tests/bootstrap.php
    NathanHuisman committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5e92270 View commit details
    Browse the repository at this point in the history