icingaweb2/library/Icinga/Application
Alexander A. Klimov 352c79faf4 Introduce AuthenticationHook#onAuthFromSession()
Especially useful for code not suitable for ApplicationStateHook due to the fact that a user can block requests to /application-state.
2026-01-13 15:21:09 +01:00
..
Hook Introduce AuthenticationHook#onAuthFromSession() 2026-01-13 15:21:09 +01:00
Libraries Handle non .js files in asset/js and non .css or .less in asset/css folder 2021-11-02 08:58:58 +01:00
Logger StderrWriter::log(): Fix Variable '$color' is probably undefined 2023-08-23 10:53:14 +02:00
Modules Module: Use correct name case for Web::getFrontController() method 2023-08-23 10:53:13 +02:00
ProvidedHook DbMigration: Check for mysql collation name whether to check 2.11 is migrated 2023-09-19 14:37:55 +02:00
ApplicationBootstrap.php Disable deprecation warnings unless ICINGAWEB_ENVIRONMENT is set to "dev" (#5359) 2025-05-05 17:58:28 +02:00
Benchmark.php PhpDoc: Fix incorrect @param and @return type hints 2023-08-23 10:53:15 +02:00
ClassLoader.php Remove requiring vendor dependencies 2023-08-09 15:16:16 +02:00
Cli.php Provide DbMigration hook & register when bootstrapping 2023-09-19 14:37:55 +02:00
Config.php Config: Import exception NotWritableError 2023-08-23 10:53:13 +02:00
EmbeddedWeb.php Provide DbMigration hook & register when bootstrapping 2023-09-19 14:37:55 +02:00
functions.php Use type declarations for all translation helpers 2022-03-24 12:29:06 +01:00
Hook.php Hook: Don't abort loading remaining hooks due to one broken hook 2023-09-19 14:37:55 +02:00
Icinga.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
LegacyWeb.php LegacyWeb: Import Exception class 2023-08-23 10:53:13 +02:00
Libraries.php Libraries: Only attempt a partial match if the library name contains a slash 2023-01-12 09:54:42 +01:00
Logger.php Check if \Throwable instead of \Exception.. 2023-08-10 14:12:06 +02:00
MigrationManager.php MigrationManager: Enhance how pgsql privileges are checked 2023-10-26 17:07:17 +02:00
Platform.php Fix class in Platform::hasOracleSupport() 2023-09-07 08:51:22 +02:00
StaticWeb.php Introduce class Icinga\Application\StaticWeb 2020-11-18 13:20:09 +01:00
Test.php Test: Load a module's composer autoloader 2023-08-31 10:18:37 +02:00
Version.php Raise version to 2.12.6 2025-11-18 17:35:08 +01:00
Web.php Provide DbMigration hook & register when bootstrapping 2023-09-19 14:37:55 +02:00
webrouter.php Fix typo in code comment (#5327) 2025-08-22 12:01:01 +02:00