Commit Graph

10010 Commits

Author SHA1 Message Date
Alexander A. Klimov d34b0f0d51 Merge branch 'bugfix/preferences-and-navigation-items-stored-in-ini-files-rely-on-case-sensitive-usernames-11051'
fixes #11051
2016-02-11 13:54:53 +01:00
Alexander A. Klimov 8493540f43 FilterExpression: provide default value for setCaseSensitive()
refs #11051
2016-02-11 13:32:42 +01:00
Alexander A. Klimov e97426e1df FilterExpression: document getCaseSensitive() and setCaseSensitive()
refs #11051
2016-02-11 13:30:34 +01:00
Alexander A. Klimov ea9bc6cebd Conform to coding guidelines
refs #11051
2016-02-11 13:29:00 +01:00
Alexander A. Klimov 07913238b3 Navigation items listing: don't rely on case sensitive usernames stored in INI files
refs #11051
2016-02-11 12:12:25 +01:00
Alexander A. Klimov aae7c1150e Implement FilterMatchNotCaseInsensitive
refs #11051
2016-02-11 12:00:33 +01:00
Alexander A. Klimov 8ebc92ee44 Implement FilterMatchCaseInsensitive
refs #11051
2016-02-11 11:59:57 +01:00
Alexander A. Klimov 809861cb53 FilterExpression: make case insensitive matching possible
refs #11051
2016-02-11 11:48:50 +01:00
Alexander A. Klimov a5924f2ca8 Don't rely on case sensitive usernames in navigation items stored in INI files
refs #11051
2016-02-10 16:22:51 +01:00
Alexander A. Klimov 001c63e376 Don't rely on case sensitive usernames in preferences stored in INI files
refs #11051
2016-02-10 16:21:19 +01:00
Alexander A. Klimov 2e400ba654 Merge branch 'bugfix/icingacli-command-and-action-shortcuts-have-been-broken-11120'
fixes #11120
2016-02-10 13:42:22 +01:00
Alexander A. Klimov 9c592ead23 icingacli: repair command and action shortcuts
refs #11120
2016-02-10 13:28:34 +01:00
Alexander A. Klimov 1abd1d28bc Merge branch 'bugfix/move-iframe-from-modules-to-framework-10881'
fixes #10881
2016-02-09 13:58:07 +01:00
Alexander A. Klimov 8958873e77 Change the height of iframes to 99%
refs #10881
2016-02-09 13:54:56 +01:00
Alexander A. Klimov 86834c4993 Add missing html structure to view script
refs #10881
2016-02-09 13:39:44 +01:00
Alexander A. Klimov 7fe71f7472 Integrate the iframe module into the framework
refs #10881
2016-02-09 13:37:53 +01:00
Alexander A. Klimov 34afcc07b3 LdapConnection: disallow an empty root DN
fixes #11114
2016-02-09 10:29:08 +01:00
Alexander A. Klimov d9fd5378a4 Merge branch 'bugfix/change-license-header-to-only-reflect-a-file-s-year-of-creation/initial-commit-11000'
fixes #11000
2016-02-08 15:56:08 +01:00
Alexander A. Klimov 7a40254bf8 Drop license writer
refs #11000
2016-02-08 15:54:48 +01:00
Alexander A. Klimov 474803fee4 Change all license headers to only reflect a file's year of creation
refs #11000
2016-02-08 15:41:00 +01:00
Eric Lippmann e468329051 JS: Keep search field focus
fixes #11029
2016-02-02 08:40:35 +01:00
Eric Lippmann 34344915f2 Fix short array syntax in DashboardConfig 2016-01-29 08:44:31 +01:00
Eric Lippmann 9bc9b78643 monitoring: Fix Icinga 2 version detection in the toggle object features command form 2016-01-28 14:45:39 +01:00
Eric Lippmann 4df7fdea88 monitoring: Add obsessing to ObjectList::getFeatureStatus() 2016-01-28 14:45:22 +01:00
Eric Lippmann 2ae88130f7 Fix that the filter editor overlaps the dropdown menu 2016-01-28 14:27:11 +01:00
Eric Lippmann 0a3580cd98 monitoring: Add missing obsessing column in multi-select views 2016-01-28 14:23:27 +01:00
Eric Lippmann 164a61cb84 monitoring: Fix permissions used in the toggle object features command form 2016-01-28 14:23:07 +01:00
Eric Lippmann 32f87284ad PHP7: Fix MySQL and PostgreSQL PDO extension checks
refs #10251
2016-01-28 13:52:31 +01:00
Eric Lippmann 4dda451c79 Fix expcetion when the dashboards folder is missing 2016-01-28 12:50:13 +01:00
Eric Lippmann 480e357266 monitoring: Fix configuration.php 2016-01-28 12:37:18 +01:00
Eric Lippmann b5cbf49433 JS: Fix login autofocus 2016-01-28 12:29:42 +01:00
Eric Lippmann ba9aeada60 monitoring: Introduce granular permissions for toggling object features
No backwards compatibility yet. Will be added if necessary.
2016-01-28 12:29:24 +01:00
Eric Lippmann dee6f4d797 monitoring: Control features for multiple selected hosts
refs #8963
2016-01-27 17:42:51 +01:00
Eric Lippmann e45723c4db monitoring: Control features for multiple selected services
refs #8963
2016-01-27 17:38:31 +01:00
Eric Lippmann 6ad40b5123 monitoring: Introduce ObjectList::getFeatureStatus()
refs #8963
2016-01-27 17:37:34 +01:00
Eric Lippmann 027aaacff8 monitoring: Prepare feature command form for multi-select
refs #8963
2016-01-27 17:37:15 +01:00
Eric Lippmann 16bd78ac30 monitoring: Reduce auto-refresh interval after a command has been submitted 2016-01-27 16:55:34 +01:00
Eric Lippmann c1f7b2ed2d PHP7: Fix Zend autoload issues
refs #10251
2016-01-27 16:52:32 +01:00
Eric Lippmann 41c05c3451 Re-add String.php for backwards compatibility 2016-01-27 16:46:55 +01:00
Eric Lippmann 7fd575080e PHP7: Rename String to StringHelper
refs #10251
2016-01-27 16:46:55 +01:00
Eric Lippmann b043317fd4 PHP7: Fix Only variables should be passed by reference exception in Translator
refs #10251
2016-01-27 16:46:54 +01:00
Eric Lippmann e9bc11d340 Fix case sensitive interpretation of dashboard config files
fixes #10878
2016-01-27 15:45:37 +01:00
Eric Lippmann f876ed00f0 Revert "Fix test Icinga/File/CsvTest.php because the method being tested has been changed"
This reverts commit 23baa0dc83.
2016-01-27 15:45:37 +01:00
Eric Lippmann 41c942d197 JS: Maintain auto-refresh interval over redirects
This is far from beautiful. But JS needs a revamp anyway.
Request should be an object and should be passed from function to function in order to maintain state.
2016-01-27 09:19:12 +01:00
Eric Lippmann 78c1e17c20 lib/Response: Allow to control the auto-refresh interval 2016-01-27 09:14:11 +01:00
Eric Lippmann c963ee23ff JS: Ignore autosubmit elements in the form behavior 2016-01-27 09:12:42 +01:00
Uwe Ebel 9f79f9a48b monitoring/CLI: Fix error on CSV output
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>

fixes #10921
2016-01-27 09:09:52 +01:00
Eric Lippmann 5b7f4cd91a CSS: Fix colors used in layout.less 2016-01-25 09:01:26 +01:00
Eric Lippmann 134061f3db CSS: Fix colors used in widgets.less 2016-01-25 08:50:37 +01:00
Eric Lippmann f7ba48eaac CSS: Remove main-content.less
Not in use anymore.
2016-01-25 08:50:18 +01:00