9878 Commits

Author SHA1 Message Date
Johannes Meyer
7f5118a06a Merge branch 'bugfix/usergroup-search-does-not-work-10370'
fixes #10370
fixes #10367
2015-11-10 14:08:51 +01:00
Eric Lippmann
4859f08fc2 monitoring: Properly size object-features form, #2
refs #5543
2015-11-10 14:08:16 +01:00
Eric Lippmann
8a26e81c1c Remove LogoutNavigationItemRenderer
refs #5543
2015-11-10 14:06:49 +01:00
Eric Lippmann
92e3895c94 Revert user menu to its original state
refs #5543
2015-11-10 14:05:48 +01:00
Eric Lippmann
8d072bcb98 Remove title from preferences page
refs #5543
2015-11-10 14:05:01 +01:00
Johannes Meyer
cee639d689 LdapConnection: Re-apply a query's filter on unfolded rows
refs #10370
2015-11-10 14:03:08 +01:00
Eric Lippmann
93ecc51528 CSS: Increase font-size-small
refs #5543
2015-11-10 14:02:58 +01:00
Thomas Gelf
a674707e98 base.less: do not shrink our main structure 2015-11-10 13:44:57 +01:00
Johannes Meyer
e408630e34 LdapConnection: Do not require calling array_flip for method cleanupAttributes()
Seems to be a relict of an earlier implementation..

refs #10370
2015-11-10 13:41:08 +01:00
Eric Lippmann
6b90982a10 monitoring: Properly size object-features form
refs #5543
2015-11-10 13:30:30 +01:00
Eric Lippmann
db167becba monitoring: Properly align object-features form
refs #5543
2015-11-10 13:23:47 +01:00
Eric Lippmann
96a12495c3 monitoring: Remove icon from tab for multiple selected services
refs #5543
2015-11-10 13:23:08 +01:00
Eric Lippmann
818105bc45 monitoring: Reduce header size for multiple selected services
refs #5543
2015-11-10 13:21:54 +01:00
Johannes Meyer
666e67b405 LdapConnection: Prefer strict checks when utilizing in_array() 2015-11-10 13:17:30 +01:00
Johannes Meyer
6c07881466 FilterChain: Fix and document method listFilterColumns()
refs #10370
2015-11-10 13:16:40 +01:00
Eric Lippmann
848882bb44 CSS: Remove padding-top from .content
refs #5543
2015-11-10 13:14:42 +01:00
Johannes Meyer
7efefc1975 UserController: Use "group" instead of "group_name" for the membership quicksearch
refs #10370
2015-11-10 11:52:54 +01:00
Johannes Meyer
72f3ba1161 LdapUserGroupBackend: Offer "user_name" as filter column instead of "user"
refs #10370
2015-11-10 11:52:06 +01:00
Johannes Meyer
8d04c8548a Do not hardcode action specific parameters to preserve in the FilterEditor
This should only happen for other control parameters or framework
specific stuff. This is still subject to improvement, as this solution is
rather ugly imho..

refs #10370
2015-11-10 11:51:26 +01:00
Johannes Meyer
d56056bba7 LdapUserGroupBackend: Utilize $virtualTables 2015-11-10 09:56:58 +01:00
Johannes Meyer
505f5902c7 LdapUserBackend: Utilize $virtualTables 2015-11-10 09:56:27 +01:00
Eric Lippmann
1da70a1270 monitoring: Remove icons for object tabs
We don't have icons somewhere else. We may introduce icons for all tabs later.

refs #5543
2015-11-10 09:45:26 +01:00
Eric Lippmann
3cf7eaef1e CSS: Add margin-left to the control-info icon
refs #5543
2015-11-10 09:40:40 +01:00
Eric Lippmann
e6af09ec64 Revert "CSS: Left align icons in links"
This reverts commit f570f7595858004ca4baa7b38e72e47109944193.
2015-11-10 09:39:48 +01:00
Eric Lippmann
e1e1a535ee JS: Remove unnecessary space in Navigation::onRendererd()
refs #5543
2015-11-10 09:31:52 +01:00
Eric Lippmann
f570f75958 CSS: Left align icons in links
refs #5543
2015-11-10 09:31:36 +01:00
Eric Lippmann
346e4703b8 monitoring/CSS: Use common-table in the comments overview
refs #5543
2015-11-10 09:31:14 +01:00
Eric Lippmann
bcdd7da4cd CSS: Left align th of name-value-table
refs #5543
2015-11-10 09:30:33 +01:00
Eric Lippmann
a943240b57 CSS: Increase padding in common-table
refs #5543
2015-11-10 09:30:11 +01:00
Eric Lippmann
ed5a984980 CSS: Small fixes in main.less
refs #5543
2015-11-10 09:29:48 +01:00
Eric Lippmann
68777b2b6a JS: Don't use deprecated jQuery function size() in navigation.js
refs #5543
2015-11-09 16:44:37 +01:00
Eric Lippmann
70d7f7f669 JS: Fix doc of navigation::onRendered()
refs #5543
2015-11-09 16:44:19 +01:00
Johannes Meyer
c416216822 LdapUserGroupBackend: Fix typo in method requireTable()
refs #10370
2015-11-09 16:00:55 +01:00
Johannes Meyer
ffcc2ed56b LdapUserGroupBackend: Fix exception when searching for single chars
refs #10370
2015-11-09 16:00:24 +01:00
Johannes Meyer
4341eef4b1 LdapQuery: Add support for Icinga\Data\Filter
refs #10370
2015-11-09 15:59:48 +01:00
Eric Lippmann
bb432fcc68 JS: Use _this when saving a reference to this in Navigation::onRendered()
There a tons of places where we use self instead of _this. self is a global variable in modern browsers.

refs #5543
2015-11-09 15:55:23 +01:00
Eric Lippmann
802cba3fb8 CSS: Move variables from themes/icinga.less to base.less
refs #5543
2015-11-09 13:32:59 +01:00
Johannes Meyer
9b826e6e5f Drop class Ldap\Expression and introduce LdapQuery::$nativeFilter
I'm about to add support for our Data\Filter implementation, since it cannot
parse native LDAP filters and a user may have configured such, we need to
differentiate the two types of filter.

refs #10370
2015-11-09 13:04:02 +01:00
Eric Lippmann
8c13583aba CSS: Remove element qualifiers in main.less
refs #5543
2015-11-09 11:45:04 +01:00
Eric Lippmann
c46b3258b6 CSS: Move class preformatted to main.less
refs #5543
2015-11-09 11:43:20 +01:00
Johannes Meyer
cfb26e22b3 LdapUserGroupBackend: Dynamically verify member attribute ambiguity
refs #10567
2015-11-09 11:41:11 +01:00
Eric Lippmann
75cfce09d2 CSS: Remove border-bottom on headers except for h1
refs #5543
2015-11-09 11:41:10 +01:00
Johannes Meyer
6551a86d4d LdapRepository: Drop method isAmbiguous() and introduce isRelatedDn()
refs #10567
2015-11-09 11:40:30 +01:00
Eric Lippmann
27e1eb6661 CSS: Increase font-size and width on name-value-table
refs #5543
2015-11-09 11:33:37 +01:00
Eric Lippmann
62eb767cd5 RPM: Ship Zend Framework as vendor libraries for OpenSUSE and SLES
Afaik, there's no change to distinct OpenSUSE and SLES in spec files. OpenSUSE has Zend Framework packages through the server:monitoring repository available but SLES not. Thus we ship Zend Framework as vendor libraries for both for now.

fixes #10328
2015-11-09 10:45:26 +01:00
mbaschnitzi
2e650f6aa4 Rename moduel.info to module.info
Fix a typo in filename of iframe module info file.

Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-11-09 09:56:39 +01:00
Benedikt Heine
7b37a0872e Escape < and > to avoid false tags
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-11-09 09:55:35 +01:00
Eric Lippmann
c14d33d1e8 Revert "doc: Fix upgrade documentation for 2.0.0"
This reverts commit 20e010bea07df8a37585c9459d999671068d1fbd.

There's a pending PR on GitHub.
2015-11-09 09:55:17 +01:00
Eric Lippmann
ba55ad7c5a monitoring: Fix unhandled service counter in the hosts overview
Group by was wrong.

fixes #10490
2015-11-09 09:55:17 +01:00
Eric Lippmann
b5c8579d0e lib: Fix Url paramter encoding if parameter is a Url object
fixes #10321
2015-11-09 09:55:17 +01:00