Alexandre Delaunay
Alexandre Delaunay
How to replicate: - create an oauth client (with full scopes and grants) - go to https://glpi/api.php/v2/doc - Start Authorize (green button on top left) - Fill "oauth (OAuth2, authorizationCode)...
The error returned by `api.php/token` endpoint: ```json {"status":"ERROR_INVALID_PARAMETER","title":"Invalid OAuth token","detail":"The JWT string must have two dots"} ```` The form although validated, doesn't conclude in a valid state, all other endpoints...
I think instead of relying on a redirection to the user's preference, we may have a dedicated view displayed just after registering the 2FA application. In the current design, any...
## Description Add "group" and "group in charge" in both criteria and actions for Business rules for assets. It has been asked by our ops team to explore the multi-group...
With: - https://developer.mozilla.org/en-US/docs/Web/CSS/Nesting_selector - https://developer.mozilla.org/en-US/docs/Web/CSS/var - https://developer.mozilla.org/en-US/docs/Web/CSS/@import All avaible in baseline (2023) or widely (for the rest), it may already cover all our need for our own sass files. And...
To follow our recommendations in our documentation: https://help.glpi-project.org/tutorials/procedures/install_glpi#set-up-the-php.ini-file
Instead of the checkbox, the label should take most of the width  To note also, in update mode, the script asks to accept this warning twice. One time in...
aka https://github.com/laminas/laminas-mail Package is abandoned: https://github.com/laminas/technical-steering-committee/blob/main/meetings/minutes/2023-12-04-TSC-Minutes.md#maintainers-for-laminas-mime-and-laminas-mail > We will abandon laminas-mail and laminas-mime. We will add recommendations to the three other projects in the README, and link to symfony/mailer for...