- Mär 31, 2025
-
-
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.
-
- Mär 30, 2025
-
-
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.
-
verfasst von Henning Leutz
-
- Feb 17, 2025
-
-
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.
-
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
-
- Sep 21, 2024
-
-
verfasst von Henning Leutz
BREAKING CHANGE: v2 requires
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
BREAKING CHANGE: QUIQQER v2 compaibility; frontend users v2 return types + interfaces
-
- Aug 06, 2024
-
-
verfasst von Jan Wennrich
Add QUIQQER Tooling See merge request !6
-
verfasst von Jan Wennrich
-
- Aug 05, 2024
-
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
- Mai 24, 2024
-
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
- Jan 04, 2024
-
-
verfasst von Henning Leutz
feat: new version See merge request !4
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
- Mär 20, 2023
-
-
verfasst von Patrick Müller
-
- Feb 03, 2023
-
-
verfasst von Patrick Müller
-
verfasst von Patrick Müller
-
- Nov 04, 2020
-
-
verfasst von Patrick Müller
-
verfasst von Patrick Müller
-
- Okt 19, 2020
-
-
verfasst von Patrick Müller
refactor: login process for cases in which user is not logged into google and error handling quiqqer/authgoogle#5
-
- Okt 15, 2020
-
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
- Sep 01, 2020
-
-
verfasst von Patrick Müller
-
- Aug 25, 2020
-
-
verfasst von Patrick Müller
-
- Dez 11, 2019
-
-
verfasst von Patrick Müller
-
- Jun 11, 2019
-
-
verfasst von Patrick Müller
-
verfasst von Patrick Müller
feat: automatically connect google account if a user with the google email address already exists in the system
-
- Mär 25, 2019
-
-
verfasst von Patrick Müller
-
- Mär 19, 2019
-
-
verfasst von Henning Leutz
-
- Mär 08, 2019
-
-
verfasst von Henning Leutz
-