icingaweb2/library/Icinga/Web
Alexander A. Klimov 1f5749a88b Use Hook\Essentials::all(), not Hook::all()
to ease finding usages and to be a good example for future hooks.

Same with `register()`, `first()` and `has()`.
2026-03-26 15:24:02 +01:00
..
Announcement Fix argument type hints 2023-08-23 10:53:15 +02:00
Controller Add RequestHook (#5433) 2026-03-26 14:25:31 +01:00
Dom Ensure Return Type Compatibility with Internal Classes 2022-03-24 12:29:06 +01:00
Form Avoid passing null as key in array_key_exists() 2026-03-10 16:40:27 +01:00
Helper Remove requiring vendor dependencies 2023-08-09 15:16:16 +02:00
Navigation Change implicit nullable type declaration to explicit 2026-03-10 16:40:27 +01:00
Paginator Ensure Return Type Compatibility with Internal Classes 2022-03-24 12:29:06 +01:00
Response Change implicit nullable type declaration to explicit 2026-03-10 16:40:27 +01:00
Session Only set session.sid_bits_per_character for PHP < 8.4 2026-03-10 16:40:27 +01:00
View Change implicit nullable type declaration to explicit 2026-03-10 16:40:27 +01:00
Widget Use Hook\Essentials::all(), not Hook::all() 2026-03-26 15:24:02 +01:00
Announcement.php Implement announcements 2016-11-29 15:24:34 +01:00
ApplicationStateCookie.php Introduce ApplicationStateHook 2018-07-09 16:28:25 +02:00
Controller.php Change implicit nullable type declaration to explicit 2026-03-10 16:40:27 +01:00
Cookie.php Remember me (#4112) 2021-05-21 15:43:06 +02:00
CookieSet.php Ensure Return Type Compatibility with Internal Classes 2022-03-24 12:29:06 +01:00
FileCache.php FileCache: Add method to prepare sub directories 2019-06-25 16:18:26 +02:00
Form.php Change implicit nullable type declaration to explicit 2026-03-10 16:40:27 +01:00
Hook.php Really mark class Icinga\Web\Hook deprecated -.- 2022-06-14 14:24:30 +02:00
JavaScript.php Remove requiring vendor dependencies 2023-08-09 15:16:16 +02:00
LessCompiler.php Remove the use of unavailable property $this->lessc->importDisabled 2023-08-23 10:53:13 +02:00
Menu.php Show label as navigation flyout header 2025-04-30 15:29:59 +02:00
Notification.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
RememberMe.php LoginForm: Also disable stay logged in case of no encryption method 2021-08-10 10:09:15 +02:00
RememberMeUserDevicesList.php Rememberme compatibility with php version 5.6+ (#4472) 2021-07-26 17:37:38 +02:00
RememberMeUserList.php Rememberme compatibility with php version 5.6+ (#4472) 2021-07-26 17:37:38 +02:00
Request.php Add RequestHook (#5433) 2026-03-26 14:25:31 +01:00
Response.php Response: Only preserve showCompact for explicit redirects 2023-10-27 10:15:47 +02:00
Session.php Change implicit nullable type declaration to explicit 2026-03-10 16:40:27 +01:00
StyleSheet.php Use Hook\Essentials::all(), not Hook::all() 2026-03-26 15:24:02 +01:00
Url.php Url: Always compare host and port to identify external urls 2025-03-26 10:23:31 +01:00
UrlParams.php UrlParams: Fix parameter types of addValues() method 2023-08-23 10:53:15 +02:00
UserAgent.php Remember me (#4112) 2021-05-21 15:43:06 +02:00
View.php View: Consider letter a legacy icon name 2024-11-28 16:55:59 +01:00
Widget.php Widget: Imported class AbstractWidget 2023-08-23 10:53:13 +02:00
Window.php Window: Only accept valid window IDs 2025-03-26 10:24:17 +01:00
Wizard.php Change implicit nullable type declaration to explicit 2026-03-10 16:40:27 +01:00