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

feat!: drop support for php 8.0 and nextcloud <= 29 #575

Merged
merged 4 commits into from
May 7, 2024
Merged

Commits on Apr 19, 2024

  1. feat!: drop support for php 8.0 and nextcloud <= 29

    Signed-off-by: Richard Steinmetz <[email protected]>
    st3iny committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    279acdf View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. fix(deps): bump web-auth/webauthn-lib from 3.3.12 to 4.8.5

    Adapt WebAuthn code in the backend. Replace custom (non-compliant)
    WebAuthn code in the frontend with @simplewebauthn/browser analogous to
    the changes in the server repository.
    
    Signed-off-by: Richard Steinmetz <[email protected]>
    st3iny committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ece1fc1 View commit details
    Browse the repository at this point in the history
  2. ci(test): print server logs after running e2e tests

    Signed-off-by: Richard Steinmetz <[email protected]>
    st3iny committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8974dc8 View commit details
    Browse the repository at this point in the history
  3. ci(test): run e2e tests on php 8.2 as well

    Signed-off-by: Richard Steinmetz <[email protected]>
    st3iny committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    18f7f50 View commit details
    Browse the repository at this point in the history