icingaweb2/application/controllers
Johannes Meyer 2fa854b0a8 ConfigForm: Introduce and utilize method transformEmptyValuesToNull()
This utility method serves as alternative for all previous custom solutions to prevent empty values from being persisted to INI files.

Since the IniWriter now handles NULL correctly, we're able to refrain from using array_filter for this purpose which was the actual cause for the referenced bug.

fixes #13357
2016-12-01 10:55:24 +01:00
..
AboutController.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
AccountController.php Allow users to change their password if backend is db 2016-07-21 17:38:19 +02:00
AnnouncementsController.php Implement announcements 2016-11-29 15:24:34 +01:00
ApplicationStateController.php Implement announcements 2016-11-29 15:24:34 +01:00
AuthenticationController.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
ConfigController.php ConfigForm: Introduce and utilize method transformEmptyValuesToNull() 2016-12-01 10:55:24 +01:00
DashboardController.php Fix exception if all dashboards are disabled 2016-04-13 12:55:01 +02:00
ErrorController.php ErrorController: Log the full stacktrace in case of unhandled exceptions 2016-10-13 12:06:23 +02:00
GroupController.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
IframeController.php Integrate the iframe module into the framework 2016-02-09 13:37:53 +01:00
IndexController.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
LayoutController.php Implement announcements 2016-11-29 15:24:34 +01:00
ListController.php Restrict access to application log with 'application/log' permission 2016-03-02 20:47:37 +01:00
NavigationController.php ConfigForm: Introduce and utilize method transformEmptyValuesToNull() 2016-12-01 10:55:24 +01:00
RoleController.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
SearchController.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
StaticController.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
UserController.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
UsergroupbackendController.php ConfigForm: Introduce and utilize method transformEmptyValuesToNull() 2016-12-01 10:55:24 +01:00