Commit Graph

11071 Commits

Author SHA1 Message Date
Alexander A. Klimov ee7fa2c48c Merge branch 'bugfix/wizard-ldap-connection-settings-discovery-failure-reasons-are-silented-2865'
fixes #2865
2017-10-26 11:14:51 +02:00
Alexander A. Klimov d13856eb39 Wizard: show LDAP connection settings discovery failure reasons
refs #2865
2017-10-26 10:25:37 +02:00
lippserd 04c8892f24 Merge pull request #3010 from Icinga/bugfix/cant-create-resources-and-command-transports-2998
Bugfix/cant create resources and command transports 2998
2017-10-24 08:57:43 +02:00
Johannes Meyer 2e1bac81ff Form: Create the form as part of method `setDefaults'
We don't care anymore about the BC in Zend version 1.12.7.
Hence we'll happily override setDefaults now. Yay!

refs #2998
2017-10-23 15:10:50 +02:00
Johannes Meyer d348d95e5e Revert "Form: Don't prevent disabled elements from getting overwritten.."
This reverts commit eb343009bb.

refs #2998
2017-10-23 15:10:37 +02:00
lippserd e914f121e4 Merge pull request #3038 from nbuchwitz/patch-1
Doc: Fix module name in translation example
2017-10-23 11:27:15 +02:00
Nicolai 1cbaff76d9 Doc: Fix module name in translation example
Changed module name from module to yourmodule according to the example description.

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2017-10-23 11:26:38 +02:00
lippserd 8c40aef9ab Merge pull request #2961 from tfylling/patch-1
Option for default schedule downtime for all services
2017-10-23 11:18:44 +02:00
tfylling 46a82c2739 Monitoring: Make downtime for all services checkbox configurable
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2017-10-23 11:17:25 +02:00
lippserd 401eda2d29 Merge pull request #2924 from Icinga/bugfix/ldap-membership-resolution
Problems in LDAP membership resolution
2017-10-23 11:10:47 +02:00
lippserd 75578c5b72 Merge pull request #2957 from nbuchwitz/bugfix/filter-with-parentheses-2925
Remove array syntax from default comment filter
2017-10-23 10:48:27 +02:00
Nicolai Buchwitz bd5de0949d Remove array syntax from default comment filter
Added comment types 'comment' and 'ack' as separate fields and removed
the array syntax due to problems with the filter editor.

refs #2925

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2017-10-23 10:45:21 +02:00
Markus Frosch 2e94bec22c travis: Enable ldap PHP module for PHP 5.3 2017-10-23 10:35:29 +02:00
Markus Frosch f65759ace8 LdapUserGroupBackend: Base ambiguity decision based on isDN
Problem was: When a DN did not contain the same base DN, the check failed

This happens when you have an entry referencing a DN of another domain.
(And this value is tested as a sample)
2017-10-20 15:17:11 +02:00
Markus Frosch 28b1a00d4a LdapUtils: Add isDN function 2017-10-20 15:17:11 +02:00
Alexander A. Klimov c22efa4519 UrlValidator: translate error message 2017-10-20 14:27:33 +02:00
Eric Lippmann 88074aeb74 Document php-xml dependency
refs #3030
2017-10-20 09:01:03 +02:00
lippserd 6c6843864d Merge pull request #3031 from Icinga/feature/improve-vagrantfile
Vagrantfile: One box for all providers plus local customization
2017-10-19 09:27:11 +02:00
Eric Lippmann c3657a5700 Vagrantfile: Allow local customization via .Vagrantfile.local 2017-10-18 14:45:58 +02:00
Eric Lippmann 8705056485 Vagrantfile: Use boxcutter/centos7 for all providers 2017-10-18 14:45:38 +02:00
lippserd b0f0464ec4 Merge pull request #2985 from Mikesch-mp/json-export
Export JSON with .json extension
2017-10-18 13:47:51 +02:00
Mikesch-mp c17c1b876c Export JSON with .json extension
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2017-10-18 13:47:08 +02:00
lippserd 91948a5a37 Merge pull request #2983 from Mikesch-mp/csv-export
Export CSV files with .csv extension
2017-10-18 13:21:59 +02:00
Mikesch-mp d76a18dd91 Export CSV files with .csv extension
refs #2808

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2017-10-18 13:21:19 +02:00
Michael Friedrich bbf95497d0 Merge pull request #3006 from bobapple/fix/docs-broken-links
Fix broken links in docs of monitoring and translation module
2017-10-13 14:01:24 +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
Blerim Sheqa 3b7147af16 Fix broken links in docs of monitoring and translation module 2017-10-09 15:52:10 +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