- Apr 10, 2025
-
-
Are Johannessen authored
-
- Mar 26, 2025
-
-
Are Johannessen authored
-
- Mar 25, 2025
-
-
Are Johannessen authored
When rewriting the enum to satisfy drupal coding standards the remove role loop was forgotten and no roles were removed.
-
-
- Mar 12, 2025
-
-
Are Johannessen authored
This reverts commit 42f2777d.
-
- Mar 06, 2025
-
-
- Feb 25, 2025
-
-
Stein Magne Bjorklund authored
-
- Feb 19, 2025
-
-
Are Johannessen authored
We want this module to be available to all drupal projects in uib and a project should not need to alter their settings file to read the needed environment variables.
-
- Jan 30, 2025
-
-
Stein Magne Bjorklund authored
-
- Jan 28, 2025
-
-
Are Johannessen authored
This reverts commit 107dd07a.
-
Stein Magne Bjorklund authored
- Method `::fetchScimUser()` signature changed
-
- Nov 20, 2024
-
-
Stian Kilaas authored
-
- Nov 19, 2024
-
-
Stian Kilaas authored
-
- Nov 05, 2024
-
-
Are Johannessen authored
We want to be able to set either required domain or required role in the feide settings.
-
- Oct 10, 2024
-
-
- Oct 08, 2024
-
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
- Plugin not updated for a long time.
-
Stein Magne Bjorklund authored
-
- May 08, 2024
-
-
Sven Berg Ryen authored
The Drupal\Core\Form\FormStateInterface import that was not in use has been removed from the uib_feide.module file. Furthermore, the unused function uib_feide_form_user_login_form_alter has been deleted to clean up codebase and optimize performance.
-
- Apr 15, 2024
-
-
Sven Berg Ryen authored
This commit introduces a new services file, specifically for the uib_feide module. It defines a new service, uib_block_password_page, which serves as an event subscriber.
-
- Apr 12, 2024
-
-
Sven Berg Ryen authored
The file was deleted as the services provided by it, specifically 'uib_feide.uib_404_route', are no longer needed or have been handled in other ways within the system.
-
Sven Berg Ryen authored
This commit adds a documentation block to the Feide module file. The comment block includes a description that the file is a module for managing Feide login. The import statement for FormStateInterface has been slightly adjusted as well, removing the unnecessary slash.
-
Sven Berg Ryen authored
Namespace \Drupal\Core\Form\FormStateInterface was added to the 'use' statement at the top of the file, allowing the removal of the fully-qualified namespace from the function parameter. This change simplifies the function call while maintaining the exact same functionality.
-
Sven Berg Ryen authored
Added new class UibBlockPasswordPage to block access to the '/user/password' route. Class is registered as an event subscriber in 'uib_feide.services.yml'. This ensures that access to the user password route is always denied.
-
Sven Berg Ryen authored
The update modifies the uib_feide module to implement 'hook_form_BASE_FORM_ID_alter()'. This alteration sets the user login form to not be accessible and removes its markup, which in turn prevents a warning from being thrown by the RenderCache class related to cacheable render array retrieval.
-
- Mar 07, 2024
-
-
Sven Berg Ryen authored
This commit adds guidance on the proper setup for Open ID Connect configuration to the README.md file. Useful details such as endpoints and recommended settings are included to allow users to effortlessly configure their Open ID Connect.
-
- Feb 07, 2024
-
-
Sven Berg Ryen authored
-
- Feb 02, 2024
-
-
Sven Berg Ryen authored
-
Sven Berg Ryen authored
-
Sven Berg Ryen authored
-
- Feb 01, 2024
-
-
Michael.Menk authored
-