11055 Commits

Author SHA1 Message Date
Alexander A. Klimov
0c2b110a45 DiscoveryPage: persist only the CA certificate
refs #2544
2017-10-13 10:56:41 +02:00
Alexander A. Klimov
d5c670557f RestRequest: correct doc
refs #2544
2017-10-13 10:37:57 +02:00
Alexander A. Klimov
15371ad4b3 DiscoveryPage: handle missing server TLS certificates
refs #2544
2017-10-13 10:18:05 +02:00
Alexander A. Klimov
33bb6f5813 Fetch the whole certificate chain
refs #2544
2017-10-12 20:38:21 +02:00
Alexander A. Klimov
430f823320 RestRequest: add noStrictTlsCn()
refs #2544
2017-10-12 18:41:56 +02:00
Alexander A. Klimov
00f4fdeb3a Drop TlsClient
refs #2544
2017-10-12 17:42:24 +02:00
Alexander A. Klimov
c2bba29dc5 Extend RestRequest with remote TLS certificate validation and TLS client certificate and private key usage
refs #2544
2017-10-12 17:22:14 +02:00
Alexander A. Klimov
5e9c056303 Split DiscoveryPage::isValid()
refs #2544
2017-10-12 16:59:52 +02:00
Alexander A. Klimov
91a39ba914 Outsource TemporaryDirectory
refs #2544
2017-10-12 16:46:59 +02:00
Alexander A. Klimov
1fe38f1ca8 Monitoring wizard: ask for the Icinga 2 API at the beginning
refs #2544
2017-10-12 16:12:07 +02:00
Johannes Meyer
84d2cd0561 vagrant: Upgrade vmware box to Centos 7.4
The Centos 7.1 box is currently bugged (shared folders not working)
2017-10-12 11:35:23 +02:00
Alexander Aleksandrovič Klimov
29df5464cb Fix error "Undefined index: logging_file" (#3013)
fixes #3007
2017-10-11 15:09:22 +02:00
Alexander A. Klimov
7cdac4eb9f Merge branch 'bugfix/setup-wizard-ldap-backend-wrong-default-type-3004'
fixes #3004
2017-10-09 14:41:30 +02:00
Alexander A. Klimov
4b9a30755f Suggest LDAP backend type based on the discovery (if any)
refs #3004
2017-10-09 13:00:05 +02:00
Alexander A. Klimov
6f37485c8d Merge branch 'bugfix/wizard-authn-backend-discover-doesn-t-overwrite-base-dn-2997'
fixes #2997
2017-10-09 12:17:22 +02:00
Alexander A. Klimov
9084ce2174 Restore form elements' defaults
refs #2997
2017-10-09 12:05:30 +02:00
Alexander A. Klimov
c259fe6e50 Don't override filter or base DN
refs #2997
2017-10-09 11:23:58 +02:00
Alexander A. Klimov
a171a14399 LdapBackendForm: move domain discovery from createElements() to isValidPartial()
refs #2997
2017-10-06 16:44:57 +02:00
Alexander A. Klimov
5ef8be2031 LdapBackendForm: move discovery from createElements() to isValidPartial()
refs #2997
2017-10-06 16:16:12 +02:00
Alexander A. Klimov
9bc64d931e Merge branch 'bugfix/form-createelements-in-wizard-2990'
fixes #2990
2017-10-06 14:53:26 +02:00
Alexander A. Klimov
6ac0f7fe46 LdapBackendForm: fill in the base DN if discovered one
refs #2990
2017-10-06 13:29:55 +02:00
Alexander A. Klimov
b7b7796e34 AuthBackendPage: set the subform's defaults before creating it
refs #2990
2017-10-06 13:26:21 +02:00
lippserd
9398e5d82a Merge pull request #2995 from Icinga/bugfix/json-encode-params
Util/Json: Make encode compatible to PHP < 5.5
2017-10-06 12:43:44 +02:00
Markus Frosch
414ba16d8a Util/Json: Make encode compatible to PHP < 5.5 2017-10-06 12:42:34 +02:00
Alexander A. Klimov
4603f0657d Respect suggestions only for the LDAP backend type
refs #2990
2017-10-06 12:04:30 +02:00
Alexander Aleksandrovič Klimov
2510155206 Suggest LDAP backend type based on the discovery (if any) (#2993)
fixes #2991
2017-10-06 11:23:07 +02:00
Alexander A. Klimov
de53925c7c Provide suggestions for AuthBackendPage as element defaults
refs #2990
2017-10-06 11:12:11 +02:00
Alexander A. Klimov
a0ffdb0f7c Populate LdapBackendForm with suggestions only on the first access
refs #2990
2017-10-05 14:53:14 +02:00
Eric Lippmann
8de0b80f9e Fix contact group member count
fixes #2837
2017-10-05 14:35:15 +02:00
lippserd
d11775a6b8 Merge pull request #2981 from Icinga/bugfix/fix-sometype-string-in-code-docs-2980
Fix not working string[string] type hint in code docs
2017-09-29 12:51:02 +02:00
Alexander A. Klimov
f70fc6e98d Fix not working SomeType[string] in code docs
refs #2980
2017-09-29 12:08:14 +02:00
lippserd
773dae3750 Merge pull request #2978 from Icinga/fix/drop-livestatus
Remove unsupported livestatus functionality
2017-09-29 11:15:54 +02:00
lippserd
4cadc90c92 Merge pull request #2972 from Icinga/feature/enhance-docs-add-missing-bits
Enhance the documentation, add missing bits and fix outdated information
2017-09-29 11:15:17 +02:00
Michael Friedrich
f7a8f72794 Add documentation for user group authentication (groups.ini)
This commit also enhances the external backend with the missing
`strip_username_regex` attribute.

fixes #2974
2017-09-29 11:01:45 +02:00
Michael Friedrich
4259a2cbe7 Add documentation for MySQL SSL options as database resource
fixes #2975
2017-09-29 11:01:45 +02:00
Michael Friedrich
36b5c949fd Add documentation for addColumns in host/service list views
fixes #2579
2017-09-29 11:01:45 +02:00
Michael Friedrich
34bd8e14c3 Enhance the documentation and fix outdated information (preferences, etc.)
This applies a new structure for the main doc/ and modules/*/doc tree with

01-About.md
02-Installation.md
...

This allows us to link from the main doc directory into module specific
documentation entries.

Furthermore table formatting, examples, and missing settings have been added
where applicable.

This patch also takes care about proper URL anchors and file names and directories.

fixes #2950
2017-09-29 11:01:37 +02:00
Michael Friedrich
ab364e0fc7 Remove unsupported livestatus functionality
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2017-09-29 10:33:55 +02:00
Eric Lippmann
08b52ed8e9 Update authors 2017-09-28 14:30:37 +02:00
Eric Lippmann
3790fd0819 Bump version to 2.4.2
(cherry picked from commit 13e86b63202833b3721e2c4e13f827914c5de21f)
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2017-09-28 14:24:00 +02:00
Eric Lippmann
d5de7e9868 Fix that updating INI repositories is impossible 2017-09-28 14:16:13 +02:00
Michael Friedrich
852c571bac Merge pull request #2968 from Icinga/feature/docs-url-parameters
Docs: Add global URL parameters to advanced topics
2017-09-27 10:50:48 +02:00
lippserd
624fab8194 Merge pull request #2960 from Icinga/bugfix/host-severity-order-2926
Adjust host severity
2017-09-25 17:11:36 +02:00
Jennifer Mourek
0b30fbd15d Adjust host severity
refs #2926

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2017-09-25 17:03:33 +02:00
lippserd
e276dfc517 Merge pull request #2951 from Icinga/bugfix/monitored-object-detailview-extension-style-2949
Style monitored objects' detailview extensions as expected
2017-09-22 09:21:31 +02:00
Florian Strohmaier
aab32214d6 JS: Close menu correctly after searching on iOS
fixes #2922
2017-09-21 17:52:51 +02:00
Florian Strohmaier
632de33035 Menu: Remove required attribute from search field
refs #2922
2017-09-21 17:46:37 +02:00
lippserd
ffbc023456 Merge pull request #2897 from Icinga/bugfix/vagrant-up-provision-parallels-2896
Vagrant: provision even if upgrading Parallels guest tools isn't possible right now
2017-09-21 11:28:52 +02:00
Michael Friedrich
03b5e69d9d Docs: Add global URL parameters to advanced topics
fixes #2190
fixes #2447
2017-09-21 10:21:34 +02:00
Eric Lippmann
010db92c88 Add # to the filter test
refs #2936
2017-09-20 15:16:41 +02:00