Sukhwinder Dhillon
|
ee9d139a3a
|
PhpDoc: Fix incorrect `@param` and `@return` type hints
|
2023-08-23 10:53:15 +02:00 |
Sukhwinder Dhillon
|
8960324fcd
|
ResourceStep: Fix `Variable '$dbHtml, $ldapHtml' are probably undefined`
|
2023-08-23 10:53:14 +02:00 |
Sukhwinder Dhillon
|
e5981ed2b5
|
GeneralConfigStep: Fix `Variable '$typeDescription, $typeSpecificHtml' are probably undefined`
|
2023-08-23 10:53:14 +02:00 |
Sukhwinder Dhillon
|
07e272f3cc
|
RequirementsRenderer: Add `$tags` explicitly as non-dynamic property
|
2023-08-23 10:53:14 +02:00 |
Sukhwinder Dhillon
|
8cfc40affe
|
RequirementSet: Fix `sprintf` args
|
2023-08-23 10:53:14 +02:00 |
Sukhwinder Dhillon
|
b755650256
|
Requirement: Fix exception throw
|
2023-08-23 10:53:14 +02:00 |
Sukhwinder Dhillon
|
dae38414f8
|
AuthBackendPage: Fix `Variable '$backendForm' is probably undefined`
|
2023-08-23 10:53:14 +02:00 |
Sukhwinder Dhillon
|
01352cf6c2
|
AdminAccountPage: Fix `Variable '$groups, $users' are probably undefined`
|
2023-08-23 10:53:14 +02:00 |
Sukhwinder Dhillon
|
d1bfde0dc5
|
ConfigCommand: Fix `Variable '$webserver' is probably undefined` and import missing `Exception` class
|
2023-08-23 10:53:14 +02:00 |
raviks789
|
209bf62a56
|
`DbTool`: Import class `Zend_Db_Adapter_Pdo_Abstract`
Since `DbTool::zendconn` is of type `Zend_Db_Adapter_Pdo_Abstract`, it has to be imported.
|
2023-08-23 10:53:13 +02:00 |
raviks789
|
baeba7c27a
|
`AdminAccountPage`: Cast `$query` to `LdapQuery` using inline `@var`
|
2023-08-23 10:53:13 +02:00 |
raviks789
|
9e0c8ef76a
|
`RequirementsRenderer`: Cast `$currentSet` to `RequirementSet` in `beginChildren()` using inline @var
|
2023-08-23 10:53:13 +02:00 |
raviks789
|
7677a0bc4e
|
`WebWizard`: Access `Form::getName()` with correct name case in `getNewPage()`
|
2023-08-23 10:53:13 +02:00 |
raviks789
|
ea2166be6d
|
`WebWizard`: Import exception `InvalidArgumentException`
|
2023-08-23 10:53:13 +02:00 |
raviks789
|
fc321ddc49
|
`WebWizard`: Use inline `@var` to cast setup pages to correct type
|
2023-08-23 10:53:13 +02:00 |
raviks789
|
aa5da53c9d
|
`Webserver`: Fix name case of return type for `createInstance()` method
|
2023-08-23 10:53:13 +02:00 |
Johannes Meyer
|
693bed1710
|
Raise version to 2.11.4
|
2023-01-26 09:42:18 +01:00 |
Alexander A. Klimov
|
73dcf2bc89
|
setup: welcome page: on Docker remove redundant instructions
|
2023-01-24 11:23:58 +01:00 |
Alexander A. Klimov
|
0031108160
|
icingacli setup config webserver apache: add trailing / to Alias dir
if the Alias URI (e.g. /) has a trailing /. Otherwise Apache says 403.
|
2023-01-18 13:55:45 +01:00 |
Johannes Meyer
|
e542982de0
|
Fix some reflected XSS bugs
fixes #4979
|
2023-01-12 09:55:57 +01:00 |
Eric Lippmann
|
d41ebeb6bc
|
Schema path is now always /usr/share/icingaweb2/schema
|
2023-01-09 16:14:15 +01:00 |
Johannes Meyer
|
d0a83a646c
|
Release version 2.11.3
|
2022-12-14 13:21:01 +01:00 |
Johannes Meyer
|
6ef968bb96
|
Raise version to v2.11.2
|
2022-11-04 12:14:40 +01:00 |
Johannes Meyer
|
225d43b45f
|
Release version 2.11.1
|
2022-07-06 14:48:48 +02:00 |
Johannes Meyer
|
dcf194bc4c
|
Raise version to 2.11.0
|
2022-06-30 13:47:07 +02:00 |
Sukhwinder Dhillon
|
aad2419545
|
Remove obsolete `config_backend` option and not required code
The user preferences backend is now always a `db`.
|
2022-05-27 14:02:11 +02:00 |
Sukhwinder Dhillon
|
48e96ba301
|
RequirementSet: Fix null returned instead int exception
fixes #4767
|
2022-05-03 14:08:16 +02:00 |
Sukhwinder Dhillon
|
cee12fd6a5
|
Setup Wizard: Fix bool to int cast exception on first page
fixes https://github.com/Icinga/icingaweb2/issues/4770
|
2022-05-03 14:07:19 +02:00 |
Johannes Meyer
|
95d0ac018c
|
Raise version to 2.10.1
|
2022-04-06 09:34:11 +02:00 |
Johannes Meyer
|
d63f645bd8
|
Update requirements for PHP 8.1
|
2022-03-24 15:46:26 +01:00 |
Johannes Meyer
|
c038e84fc2
|
Ensure Return Type Compatibility with Internal Classes
|
2022-03-24 12:29:06 +01:00 |
Johannes Meyer
|
523bdfec5e
|
Require PHP 7.2+
|
2022-03-24 12:29:05 +01:00 |
Johannes Meyer
|
01f67a78c6
|
Increase required version of the icinga-php-library
|
2022-03-23 11:49:06 +01:00 |
Johannes Meyer
|
d0677a127f
|
Release version 2.10.0
|
2022-03-23 11:49:06 +01:00 |
Johannes Meyer
|
f21200f167
|
Release version 2.9.6
|
2022-03-08 15:12:52 +01:00 |
Johannes Meyer
|
56cde52351
|
Drop locales of builtin modules
|
2022-02-04 15:58:06 +01:00 |
Eric Lippmann
|
3df684bcdf
|
Merge pull request #4606 from Icinga/release/2.9.5
Release 2.9.5
|
2021-11-17 16:57:40 +01:00 |
Sukhwinder Dhillon
|
c30df56de4
|
Release version 2.9.5
|
2021-11-17 16:51:55 +01:00 |
Sukhwinder Dhillon
|
a3091b3617
|
`LdapDiscoveryPage::getValues()`: Do not return null
|
2021-11-16 19:13:40 +01:00 |
Johannes Meyer
|
81f6116f3f
|
Release version 2.9.4
|
2021-11-10 10:17:35 +01:00 |
Johannes Meyer
|
b2274a5589
|
Release version 2.9.3
|
2021-08-10 10:11:44 +02:00 |
Johannes Meyer
|
907f7826b2
|
Release version 2.9.2
|
2021-07-28 09:33:41 +02:00 |
Johannes Meyer
|
1b2cd8fdf3
|
Release version 2.9.1
|
2021-07-27 15:22:32 +02:00 |
Johannes Meyer
|
253fee0054
|
WebWizard: Ensure to properly setup table `icingaweb_rememberme`
fixes #4434
|
2021-07-21 17:42:59 +02:00 |
Johannes Meyer
|
1ed1bfe4b9
|
WebWizard: Update php module requirements
|
2021-07-21 17:38:59 +02:00 |
Johannes Meyer
|
f73614be4d
|
Raise version to 2.9.0
|
2021-07-12 10:35:56 +02:00 |
Johannes Meyer
|
da950c8559
|
WebWizard: Remove line break from a requirement message
|
2021-07-01 13:01:38 +02:00 |
Johannes Meyer
|
0ac92a44ce
|
setup: Make sure CSS and JS is being reloaded prior first login
|
2021-06-30 18:55:21 +02:00 |
Johannes Meyer
|
53c0d6de86
|
Wizard: Transform emtpy page data values to null
Previously the wizard wrote empty strings to config files.
|
2021-06-30 18:53:41 +02:00 |
Johannes Meyer
|
c5cb9dc34e
|
Raise minimum required PHP version to 7.3
|
2021-06-22 12:57:08 +02:00 |