Eric Lippmann
a8a87d27eb
CSS: Rename remove-comment to remove-action
...
refs #5543
2015-10-28 09:56:50 +01:00
Eric Lippmann
acb01dc07a
monitoring: Use comment-list markup for acknowledgements instead of feed-list
...
refs #5543
2015-10-28 09:53:53 +01:00
Eric Lippmann
0b332bba22
monitoring: Use comment-list markup for downtimes instead of feed-list
...
refs #5543
2015-10-28 09:41:21 +01:00
Eric Lippmann
bb33a43cb9
CSS: Don't pollute time related format helpers w/ text-small
...
fixes #10301
2015-10-27 16:23:32 +01:00
Eric Lippmann
4361ac00ca
CSS: Increase horizontal-padding on the menu
...
refs #5543
2015-10-27 16:23:02 +01:00
Eric Lippmann
5fa6bac5ea
CSS: Move clearfix to mixins.less
...
refs #5543
2015-10-27 16:06:41 +01:00
Eric Lippmann
ec9e6152cf
Reduce style variety for comments
...
refs #5543
2015-10-27 16:05:43 +01:00
Eric Lippmann
f951e29269
CSS: Rename big-icon to large-icon and use percent instead of px for font-size
...
refs #10294
2015-10-27 14:10:31 +01:00
Eric Lippmann
9d02aa75ea
CSS: Move .primary-nav to nav.less
...
refs #5543
2015-10-27 14:02:29 +01:00
Eric Lippmann
0ff7420f50
CSS: Use em for th on name-value-table
...
refs #10294
2015-10-27 14:00:46 +01:00
Eric Lippmann
84f3190dc6
CSS: Fix several menu issues
...
- Removed border transition for active items because the transition is activated on auto-refresh too which is annoying
- Fixed hover menu readability
- Fixed hover menu positioning
- Fixed hover menu arrow
- Fixed that menu labels may override badges
- Pixel perfect alignment for icons, labels and badges
fixes #10292
fixes #10293
fixes #10299
fixes #10303
fixes #10305
2015-10-27 13:53:26 +01:00
Eric Lippmann
4eb92438dd
Add nav-level-$level CSS classes to navigation
2015-10-27 13:52:18 +01:00
Eric Lippmann
dc273aa9a1
monitoring/CSS: Increase readability of state labels in tables
...
refs #5543
2015-10-27 13:45:49 +01:00
Eric Lippmann
a391ceeafc
monitoring/CSS: Vertically center state summary badges
...
refs #5543
2015-10-27 13:45:49 +01:00
Eric Lippmann
ed86758e3d
monitoring: Display unhandled services in the hosts overview more prominent
...
fixes #10268
2015-10-27 13:45:48 +01:00
Eric Lippmann
4801fb9563
CSS: Use em instead of px for font size
...
Further, font size related settings have been moved to base.less to not create the impression that it's a good idea to change font sizes via themes.
refs #10294
refs #10295
2015-10-27 13:45:01 +01:00
Johannes Meyer
36340aafa6
Repository: Ensure that we'll internally only work with virtual table names
...
refs #10367
2015-10-27 13:31:47 +01:00
Thomas Gelf
f88bd525f1
DbConnection: respect charset parameter
...
refs #10359
2015-10-27 13:21:35 +01:00
Eric Lippmann
6e5ba364fb
CSS: Introduce badge-nav-item
...
refs #5543
2015-10-26 12:44:11 +01:00
Eric Lippmann
a35931020e
CSS: Remove useless color mixins
...
refs #5543
2015-10-26 12:43:42 +01:00
Eric Lippmann
8341415d28
nav: Give item renderer a chance to set the CSS class of the outer li element
...
refs #5543
2015-10-26 12:32:49 +01:00
Eric Lippmann
4593c78d16
lib: Fix JSON response exception on form failure
2015-10-26 12:30:50 +01:00
Alexander A. Klimov
da744caaef
Repair redirect after login
...
fixes #10287
2015-10-22 16:57:01 +02:00
Alexander A. Klimov
fdb186ec56
Revert "Repair redirect after login"
...
This reverts commit 6b0b7fbeea
.
2015-10-22 16:55:40 +02:00
Alexander A. Klimov
6b0b7fbeea
Repair redirect after login
...
fixes #10287
2015-10-22 16:29:37 +02:00
Eric Lippmann
e07e16d7a1
lib: Remove UserNavigationItemRenderer
2015-10-22 14:26:53 +02:00
Johannes Meyer
20e010bea0
doc: Fix upgrade documentation for 2.0.0
2015-10-22 09:44:02 +02:00
Johannes Meyer
6707bb990c
puppet: Do not replace the authentication.ini if already existing
2015-10-21 15:45:36 +02:00
Johannes Meyer
2928d9a98d
Merge branch 'bugfix/user_base_dn-10402'
...
fixes #10402
2015-10-20 11:30:23 +02:00
Johannes Meyer
0b9a141591
LdapUserGroupBackend: Use the group_base_dn as user_base_dn..
...
..if neither the config nor the defaults provide a value.
refs #10402
2015-10-20 11:28:18 +02:00
Markus Frosch
33956e02f8
Fix collection of user_base_dn from the UserBackend
...
Currently the group_base_dn is used, unless a user_base_dn is configured in the group backend.
refs #10402
2015-10-20 10:02:42 +02:00
Johannes Meyer
878bd78587
LdapUserBackend: Unfold the user_name_attribute automatically
...
This is.. the currently easiest solution. As long as attribute unfolding
is not very performance intensive this solution suffices.
refs #10367
refs #10332
2015-10-16 17:25:42 +02:00
Johannes Meyer
6c313b816e
hostssummary.phtml: Fix copy&paste mistakes
...
fixes #10389
2015-10-16 16:03:25 +02:00
Johannes Meyer
8ed489c637
LdapUserGroupBackend: Add method persistUserName()
...
refs #10367
refs #10370
2015-10-16 15:28:44 +02:00
Johannes Meyer
58fc87b2e5
Repository: Ensure that we'll internally only work with virtual table names
...
refs #10367
2015-10-16 14:46:44 +02:00
Johannes Meyer
1b7dc1098c
DbUserGroupBackend: Use LEFT JOIN to join the group_membership table
...
Fixes the issue that groups are not found if they do not have any members
even though they meet the where clause
2015-10-16 13:10:39 +02:00
Johannes Meyer
7ef76932d4
DbRepository: Validate the table when inserting, updating and deleting
2015-10-16 12:36:47 +02:00
Johannes Meyer
33037eebbb
Revert "Fix group base DN is erroneously used in place of user base DN"
...
This reverts commit ac7546d9f2
.
2015-10-16 10:08:14 +02:00
Johannes Meyer
e2e802ef96
Merge branch 'master' into bugfix/broken-user-and-group-management-10367
2015-10-15 17:23:08 +02:00
Johannes Meyer
8db123ffa0
MacroTest: Remove obsolete tests
...
The macro resolver does not know anymore about customvars, just plain
object attributes, which are now covered by testFaultyMacros()
2015-10-15 17:22:47 +02:00
Johannes Meyer
9ccd6cd953
user/list.phtml: Fix coding style, link targets, css, etc
...
refs #10367
2015-10-15 17:06:02 +02:00
Johannes Meyer
1144c86936
group/list.phtml: Fix coding style, link targets, css, etc
...
refs #10367
2015-10-15 16:14:19 +02:00
Johannes Meyer
0ee73f2560
group/show.phtml: Fix coding style, link targets, css, etc
...
refs #10367
2015-10-15 15:47:38 +02:00
Johannes Meyer
32955dea50
user/show.phtml: Fix some minor issues
...
refs #10367
2015-10-15 15:46:04 +02:00
Johannes Meyer
34bf0c3cb0
Add method getUserBackendName() to UserGroupBackendInterface
...
refs #10367
refs #10373
2015-10-15 15:28:03 +02:00
Johannes Meyer
635bb3eec6
user/show.phtml: Improve layout
...
refs #10367
2015-10-15 14:39:25 +02:00
Johannes Meyer
4d5fde768a
user/show.phtml: Fix presentation and behaviour of the membership link
...
* Removed base target _next, _self feels more natural
* Removed obsolete link title, it has already a sufficient label
* Restored previous link label, we're using the term membership everywhere else, so why should we make an exception here?
refs #10367
2015-10-15 14:02:14 +02:00
Johannes Meyer
f6e5fac23e
user/show.phtml: Pass through a user's name when creating memberships
...
refs #10367
2015-10-15 13:46:34 +02:00
Johannes Meyer
2168839349
user/show.phtml: Fix coding style
...
refs #10367
2015-10-15 13:45:43 +02:00
Eric Lippmann
331822ad15
Merge pull request #47 from anenviousguest/master
2015-10-15 12:53:10 +02:00