Sukhwinder Dhillon
8a489bcc46
HostController: Move ServiceFinder::getRedirectionUrl() method code to findserviceAction()
...
- This helps to detect backend easily, and was only called in this method anyway.
- Add and use helping method getServicesReadOnlyPermission()
-
2024-01-16 09:51:47 +01:00
Sukhwinder Dhillon
956cce84cb
Cleanup code
...
- Remove superfluous methods/usages
- Simplify the code
2024-01-16 09:51:44 +01:00
Sukhwinder Dhillon
9baa3c4341
Remove redudant class `MonitorBackendMonitoring` and adjuct code accordigly
...
- Use class `Monitoring` instead
- Remove not in use methods from `MonitorBackend` interface and from classes that implements this interface
- Add param types and return type hint to methods
2024-01-15 16:24:27 +01:00
Thomas Gelf
40254714b8
Permissions: refactor, fix monitoring module checks
...
fixes #2712
2023-02-23 11:51:53 +01:00
Thomas Gelf
867138abe3
AppliedServiceInfo: fetch UUID object
...
fixes #2615
2022-09-30 12:15:33 +02:00
Thomas Gelf
b6ed832a03
AppliedServiceSetServiceInfo: provide the UUID
...
fixes #2619
2022-09-30 11:44:18 +02:00
Thomas Gelf
b4c05738ae
ServiceFinder: optional Auth
...
Hint: not required on CLI
2022-07-11 10:06:48 +02:00
Thomas Gelf
4a4e540700
ServiceInfo: ship UUID
2022-07-11 10:05:22 +02:00
Thomas Gelf
83c12fefcf
SingleServiceInfo: fix URL for single services
...
This affected clicking "modify" in the monitoring module
2021-09-09 16:25:28 +02:00
Thomas Gelf
2538feaf42
ServiceSetServiceInfo: respect deactivation
...
fixes #2323
2021-06-23 18:25:14 +02:00
Thomas Gelf
234e68db31
Lookup: explain various kinds of Services
2021-01-18 17:52:01 +01:00
Thomas Gelf
3325512824
ServiceFinder: new static find() method
2021-01-18 16:03:24 +01:00
Thomas Gelf
6960407825
ServiceInfo: provide requiresOverrides()
2021-01-18 16:03:04 +01:00
Thomas Gelf
e4e96206b4
ServiceFinder: replace HostServiceRedirector
2021-01-16 15:04:29 +01:00