icingadb-web/library/Icingadb
Johannes Meyer 5e982dad40
Merge commit from fork
* Auth: Add method `assertColumnRestrictions`

* ObjectSuggestions: Do not suggest protected variables

`assertColumnRestrictions` does not allow to use them
anymore, hence we should not suggest them in searches
as well to not to let the user run into an error by
accepting a suggestion. Though, when fetching values
as well, we still have to obfuscate, otherwise protected
vars won't show up in details anymore.

* Introduce Icinga\Module\Icingadb\Common\Model

Must be used as base for all models, to ensure
column restrictions are asserted on filters.

* Utilize `Icinga\Module\Icingadb\Common\Model` where applicable
2025-10-16 08:42:51 +02:00
..
Authentication Add MultiSelectQuickActions support 2024-11-19 17:44:53 +01:00
Command ApiCommandTransport: Introduce constant SEND_TIMEOUT 2025-06-10 17:21:18 +02:00
Common Merge commit from fork 2025-10-16 08:42:51 +02:00
Compat Support new column is_sticky_acknowledgement 2025-06-11 14:24:36 +02:00
Data Add csv/json export support for parents and children tab 2025-01-22 13:44:32 +01:00
Hook CustomVarRendererHook: Log an exception's message and location 2025-05-08 13:32:45 +02:00
Model Merge commit from fork 2025-10-16 08:42:51 +02:00
ProvidedHook IcingaHealth: Fix version comparison 2025-06-20 10:13:00 +02:00
Redis IcingaRedis: Use the new singleton instead 2024-12-17 16:33:05 +01:00
Setup DbResourcePage: Avoid showing a default charset for pgsql 2024-07-26 08:37:56 +02:00
Util PluginOutput: Add method return type and visibility to constants 2024-07-24 10:40:08 +02:00
View EventRenderer: Fix soft_state event visual 2025-06-13 08:13:12 +02:00
Web Merge commit from fork 2025-10-16 08:42:51 +02:00
Widget Fix multiple downtime deletion permission issue (#1257) 2025-07-15 16:00:33 +02:00