wiki.techinc.nl/includes/HookContainer
Derick Alangi 493ffea9e9
Introduce hook to preserve query params after authentication
This hook enables extensions such as CentralAuth to preserve and
use query parameters needed for an authentication flow. Since there
is a provider that handles logins in a different wiki (central login
wiki), and movement to a different URL, this hook preserves query
parameters that can be used between these requests.

Bug: T363483
Bug: T362713
Change-Id: I86e629b07e6e4a0f1d1a4c78a6c77d41b4d68e18
2024-07-08 13:37:54 +02:00
..
DeprecatedHooks.php HookContainer: Alphabetically sort list of deprecated hooks 2024-04-21 23:48:57 +03:00
FauxGlobalHookArray.php Make $wgHooks trigger deprecation warnings. 2023-03-29 07:29:37 +00:00
FauxHookHandlerArray.php Simplify HookContainer (v2) 2023-06-06 12:06:23 +02:00
HookContainer.php add @deprecated to hard deprecated methods 2024-06-26 00:21:08 +00:00
HookRegistry.php
HookRunner.php Introduce hook to preserve query params after authentication 2024-07-08 13:37:54 +02:00
ProtectedHookAccessorTrait.php
StaticHookRegistry.php