Commit Graph

341 Commits

Author SHA1 Message Date
Johannes Meyer d63f645bd8 Update requirements for PHP 8.1 2022-03-24 15:46:26 +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 0e3ff9d669 doc: Clarify what happens with v2.11 on debian 9 2022-03-23 11:49:06 +01:00
Johannes Meyer db55ce28d5 doc: Mention the removal of solarized-dark in the upgrading section 2022-03-02 09:46:11 +01:00
Johannes Meyer a0e4099494 doc: Deprecate dompdf 2022-03-01 17:12:05 +01:00
Blerim Sheqa 52d51f0ee5 Update installation instructions for easier navigation on icinga.com 2022-02-16 11:26:21 +01:00
Johannes Meyer cf9362222e doc: Mention the var-mixin-cleanup in upgrading notes 2022-02-10 10:59:01 +01:00
Johannes Meyer d7d31d00ea Drop expandable.js 2022-02-07 14:11:48 +01:00
Johannes Meyer ffaf6e5f04 Remove module asset support 2022-02-04 15:57:15 +01:00
Johannes Meyer 576833eaf9 doc: Require fileinfo php extension
fixes #4503
2021-08-09 13:38:40 +02:00
Johannes Meyer 81831e3eed doc: Add v2.9.1 upgrading notes 2021-07-26 17:46:10 +02:00
Johannes Meyer c07b5dcccb doc: Mention the preferences migration tool 2021-07-26 12:49:03 +02:00
Johannes Meyer 7b18f80acc doc: Update php module requirements 2021-07-21 17:38:59 +02:00
Kevin Köllmann 2b09d22326 Add database upgrade script paths for Debian/Ubuntu 2021-07-19 14:37:30 +02:00
Johannes Meyer 2afb0fc4b9 doc: Add upgrade notes for v2.9 2021-07-12 10:35:56 +02:00
Eric Lippmann d1aaaf7fb0 Replace user:local_name with user.local_name macro in restrictions 2021-06-28 15:16:56 +02:00
Eric Lippmann da56ddc312 Document use_ssl database resource config option 2021-06-24 09:18:06 +02:00
Johannes Meyer 6640eced19 README.md: Update preview picture 2021-06-22 15:44:10 +02:00
Johannes Meyer 767b64b966 doc: Mention that we don't plan to support IE any longer 2021-06-22 15:20:16 +02:00
Johannes Meyer c5cb9dc34e Raise minimum required PHP version to 7.3 2021-06-22 12:57:08 +02:00
Johannes Meyer 9270633b23 doc: Add note for php-fpm on SLES 15 SP2
resolves #4335
2021-06-17 08:59:42 +02:00
Johannes Meyer cb102399d5 doc: Mention ipl and icinga 3rdparty as requirements 2021-06-02 15:33:18 +02:00
Johannes Meyer 688e3fd6e5 doc: Add a note about browser support in the install section
resolves #4312
2021-05-11 11:31:07 +02:00
log1-c 00739adc31
fixed powertools repo name for CentOS 8 (#4356) 2021-04-22 10:40:12 +02:00
Johannes Meyer 184e37390f doc: Add modules intro to about 2021-04-13 09:14:50 +02:00
Johannes Meyer 5bfcde6527 doc: Move monitoring module intro and mention Icinga DB Web 2021-04-13 09:14:50 +02:00
Johannes Meyer 75cd997f06 doc: Introduce modules chapter 2021-04-13 09:13:59 +02:00
Andreas Olsson e5d1cb7fb6 Docs: Fix automatic install password hash command
Provides consistency with the 853bbf2 update.
2021-04-12 10:26:32 +02:00
Johannes Meyer cc65164a67 Adjust global permissions 2021-02-18 11:11:39 +01:00
Johannes Meyer 429a70f05f Auth: Allow to ignore any and all restrictions 2021-02-18 11:11:39 +01:00
Johannes Meyer 155604e5b1 docs: Update security chapter 2021-02-18 11:11:39 +01:00
Johannes Meyer 9784cdc5b3 doc: Add remaining upgrading notes 2020-06-08 10:51:35 +02:00
Johannes Meyer e37e181935 doc: Mention `view=compact` change in upgrading notes 2020-06-04 08:50:41 +02:00
Johannes Meyer f35aa2848e doc: Mention package changes in upgrading notes for 2.8.x 2020-05-27 15:37:52 +02:00
Eric Lippmann fce2858beb LDAP: Add option to disable server side sorting
We automatically detect whether the server supports server side sorting
and sort manually if that is not the case. But there are LDAP servers
which report that they support this feature in general but have it
disabled for certain fields.

If we send the server side control for any field that has server side
sort disabled, the LDAP server will abort the query.

With the new configuration option it is possible to disable server side
sorting and it has precedence over our automatic detection.
Since this is a very special LDAP server configuration, there is no GUI
option for this.
2020-05-25 11:08:13 +02:00
Johannes Meyer b69b9c7356 doc: Update translation section in `About` and mention L10n 2020-05-12 11:17:39 +02:00
Jiri Pejchal 5698cebf7a
Fix typo in RedHat 8 FPM configuration path 2020-04-20 10:26:42 +02:00
Alexander A. Klimov d094b8a2f3 Docs: include Ubuntu in "Preparing Web Setup on Debian"
refs #4110
2020-04-08 11:52:04 +02:00
Dokon f4edcecca0 Added Kiosk Mode in doc (#3997)
* Added Kiosk Mode in doc
2019-12-12 17:23:19 +01:00
Michael Friedrich 3c8c2ba3e9 Docs: Update installation for RHEL/CentOS 8 and SLES 15 2019-11-20 15:58:10 +01:00
Johannes Meyer b0bf9c4b06 Update RELEASE.md 2019-08-14 13:10:19 +02:00
Johannes Meyer 40ab96be98 doc: Add upgrading note about the dashboard breaking change
refs #3542
2019-07-18 08:36:26 +02:00
Johannes Meyer a80219071c doc: Adjust upgrading note about jquery 3 and mention jquery-migrate 2019-07-18 07:57:14 +02:00
Johannes Meyer e4afd2bf87 doc: Add upgrading note for module developers due to the jQuery update 2019-07-18 07:57:14 +02:00
Eric Lippmann d045a62300 Add docs for the ConfigFormEventsHook 2019-07-15 07:52:32 +02:00
Eric Lippmann 15b9a3e329 Document the logging config option 'php' 2019-07-11 12:36:53 +02:00
Johannes Meyer 09090bcf9f
Merge pull request #3553 from oliverrahner/patch-1
Enable `$user:local_name$` placeholder in restrictions
2019-06-04 07:33:51 +02:00
Oliver Rahner 6ad74ef1cc
renamed variable $currentUser$ to $user:local_name$
updated docs, too
2019-06-03 23:56:21 +02:00
Johannes Meyer 687c28acd1
Merge pull request #3743 from Icinga/feature/add-colorblind-theme
Add colorblind theme
2019-05-22 12:21:16 +02:00