Skip to content
Snippets Groups Projects
  1. Apr 10, 2025
  2. Mar 26, 2025
  3. Mar 25, 2025
  4. Mar 12, 2025
  5. Mar 06, 2025
  6. Feb 25, 2025
  7. Feb 19, 2025
  8. Jan 30, 2025
  9. Jan 28, 2025
  10. Nov 20, 2024
  11. Nov 19, 2024
  12. Nov 05, 2024
  13. Oct 10, 2024
  14. Oct 08, 2024
  15. May 08, 2024
  16. Apr 15, 2024
  17. Apr 12, 2024
    • Sven Berg Ryen's avatar
      WP108 #818 Remove uib_feide.services.yml file · 4809a59f
      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.
      1.6
      4809a59f
    • Sven Berg Ryen's avatar
      WP108 #818 Add documentation to Feide module · 6543feab
      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.
      1.5
      6543feab
    • Sven Berg Ryen's avatar
      WP108 #818 Simplify namespace in uib_feide.module · bcf286ad
      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.
      1.4
      bcf286ad
    • Sven Berg Ryen's avatar
      WP108 #818 Add route blocking for user password page · 55cbce10
      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.
      1.3
      55cbce10
    • Sven Berg Ryen's avatar
      WP108 #818 Disable user login form in uib_feide module · e5b2a8c7
      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.
      e5b2a8c7
  18. Mar 07, 2024
  19. Feb 07, 2024
  20. Feb 02, 2024
  21. Feb 01, 2024
Loading