Skip to content
Code-Schnipsel Gruppen Projekte
  1. Mär 31, 2025
    • Henning Leutz's avatar
      fix: enhance Google authentication components · 6af75462
      verfasst von Henning Leutz
      This commit contains multiple refinements for the Google authentication components:
      
      1. CSS rules for hovering over the "quiqqer-auth-google-registration-btn" button have been added.
      This provides better feedback on user interaction.
      2. In the JavaScript files, the code handling button creation and insertion into the container for
      the login control has been revised for better accuracy.
      3. Dependencies in the "composer.json" have been updated to their newer versions. Moreover,
      unnecessary white spaces have been reduced for better readability.
      4. The "autoLogin" configuration has been deleted from "settings.xml".
      5. In "Login.html", the previous invisible token field has been replaced with a login button. This
      gives users an awareness of the authentication process with Google.
      6. In the "Login.php", CSS file "Google.css" has been attached if it exists. It helps in
      maintaining a clean and consistent look for the login control.
      6af75462
  2. Mär 30, 2025
    • Henning Leutz's avatar
      refactor: cleanup and streamline Google auth code · 02b17e80
      verfasst von Henning Leutz
      Across multiple files the code handling Google authentication was simplified and cleaned.
      Irrelevant references were removed, unnecessary variables were eliminated and the code was
      refactored to consistently use short and clear statements. This helps improving the code
      readability and the efficiency of the authentication process. Additionally, the function
      `Google::validateAccessToken($token)` was updated to catch a more general `Exception` instead of a
      specific `GoogleException`. This covers a wider range of potential errors during the process of
      validating the access token, increasing the robustness of the function. Removing a not used
      `getSettingsControl()` method from Auth.php simplified this file even more.
      02b17e80
    • Henning Leutz's avatar
      feat: fed cm support + one tab support · cf905b3b
      verfasst von Henning Leutz
      cf905b3b
  3. Feb 17, 2025
    • Henning Leutz's avatar
      chore: update gitlab-ci component reference · 16660b4c
      verfasst von Henning Leutz
      Changes made to the .gitlab-ci.yml file to align with the current project dependencies. Quiqqer
      package bundle component link has been updated from version 2 to main. This allows the CI/CD
      pipeline to use the latest available updates from the main branch. Redundant inputs specifying the
      quiqqer-major-version have also been removed.
      16660b4c
    • Henning Leutz's avatar
      fix(phpstan): correct exception handling and update code formatting · 31abe9db
      verfasst von Henning Leutz
      The commit contains the following main changes:
      
      1. Updated exception handling in `ajax/disconnectAccount.php`. Removed the handling for
      `QUI\Auth\Google\Exception`.
      
      2. Significantly reduced ignored errors in `phpstan-baseline.neon`, indicating an overall
      improvement in code quality and removal of potential bugs.
      
      3. Applied consistent use of spaces around "|" operator in several method signatures within the
      `src/QUI/Auth/Google/Google.php` file.
      
      Related: #8
      31abe9db
  4. Sep 21, 2024
  5. Aug 06, 2024
  6. Aug 05, 2024
  7. Mai 24, 2024
  8. Jan 04, 2024
  9. Mär 20, 2023
  10. Feb 03, 2023
  11. Nov 04, 2020
  12. Okt 19, 2020
  13. Okt 15, 2020
  14. Sep 01, 2020
  15. Aug 25, 2020
  16. Dez 11, 2019
  17. Jun 11, 2019
  18. Mär 25, 2019
  19. Mär 19, 2019
  20. Mär 08, 2019
Lade