Johannes Meyer
cef9b58029
InstancePage: Show missing fields
...
fixes #9540
2015-07-03 15:07:58 +02:00
Johannes Meyer
74a916d72a
Hide feature commands which are not supported by Icinga 2 from the user
...
fixes #7930
2015-07-03 14:17:06 +02:00
Johannes Meyer
3e5e6ec64e
ToggleInstanceFeaturesCommandForm: Only issue a command for changes
2015-07-03 13:36:24 +02:00
Johannes Meyer
56c4fdf8a1
Wizard: Fix db privilege checks, again
...
The wizard were not able to verify privileges if some or even all
privileges were granted on database level causing it to grant
redundant privileges on table level.
2015-07-03 10:28:09 +02:00
Johannes Meyer
3aae1acc97
WebWizard: Validate the db schema correctly
...
This was being validated successfully no matter whether the
schema actually existed or not...
2015-07-02 17:02:12 +02:00
Johannes Meyer
49d4be79ef
DbTool: Some coding style fixes
2015-07-02 17:00:04 +02:00
Johannes Meyer
0c1365753e
DbTool: Properly escape database wildcards when checking privileges
...
fixes #9543
2015-07-02 16:58:37 +02:00
Johannes Meyer
2f05ca6332
Wizard: Re-render passwords on the admin account and db creation page
...
That's not placeholders, actually, but this will be solved in a
different issue. (in a more generic way)
fixes #9545
2015-07-02 11:50:23 +02:00
Johannes Meyer
9feb29d99b
LdapDiscoveryPage: Prefer our form error implementation
2015-07-02 11:19:08 +02:00
Johannes Meyer
f8034cfb9d
DbResourcePage: Prefer our form error implementation
2015-07-02 11:18:45 +02:00
Johannes Meyer
2b11168673
DatabaseCreationPage: Prefer our form error implementation
2015-07-02 11:18:29 +02:00
Johannes Meyer
e43abd37a1
DbResourcePage: Drop hidden element `prefix'
...
That's not a valid configuration option anymore.
2015-07-02 10:31:03 +02:00
Johannes Meyer
3e69ef7e9e
WebWizard: Fix condition for page `setup_config_db_resource'
...
refs #8709
2015-07-02 10:23:27 +02:00
Johannes Meyer
f0d7629209
AuthBackendPage: Do only create a resource config if necessary
2015-07-02 10:18:37 +02:00
Johannes Meyer
3b63868ed9
MonitoringWizard: Prefer our form error implementation
2015-07-02 09:45:00 +02:00
Johannes Meyer
d69ab427a6
MonitoringWizard: Fix documentation
2015-07-02 09:42:59 +02:00
Johannes Meyer
ac78661943
WebWizard: Fix documentation
2015-07-02 09:23:09 +02:00
Johannes Meyer
7795ad4f95
WebWizard: Drop preferences page and include ApplicationConfigForm instead
...
refs #8709
2015-07-01 16:02:40 +02:00
Johannes Meyer
87cdd49b1c
AdminAccountPage: Fix username validation
2015-07-01 14:25:43 +02:00
Johannes Meyer
f615db01fe
WebWizard: Show db resource config right after choosing db as auth type
...
refs #8709
2015-07-01 14:24:48 +02:00
Matthias Jentsch
aecfb2eb97
Merge branch 'bugfix/multiselection-not-visible-9054'
...
fixes #9054
fixes #9346
2015-06-30 14:08:19 +02:00
Matthias Jentsch
0fcb054be4
Fix service selection in event history
...
Add rowaction class to all service rows, to make services selectable again.
2015-06-30 14:07:27 +02:00
Johannes Meyer
2dcbee27bc
AdminAccountPage: Add missing form title
...
refs #8704
2015-06-30 11:38:59 +02:00
Johannes Meyer
ae9fa38ac4
AdminAccountPage: Drop unused view script
...
refs #8704
2015-06-30 11:38:40 +02:00
Johannes Meyer
c787eadcfe
AdminAccountPage: Use a select input to choose how to define a user
...
refs #8704
2015-06-30 10:58:17 +02:00
Johannes Meyer
3ea9e50c02
AdminAccountPage: Fetch the entire set of users only if necessary
...
refs #8704
2015-06-30 09:20:52 +02:00
Matthias Jentsch
aec59d9941
Use current filter to highlight active rows instead of storing active rows in JS
...
Clean up selection code and move it into separate behavior and parse filter query to fetch selectable rows.
refs #9054
refs #9346
2015-06-29 18:48:42 +02:00
Johannes Meyer
9c82a24083
ServicestatussummaryQuery: Do not check a host's state twice
...
I was sure that this is necessary and that the query involved does
not handle this by itself, which it obviously does. I cannot find
another query I might have mistakenly associated with it though...
2015-06-29 16:19:33 +02:00
Johannes Meyer
a2b7b10df8
BackendConfigForm: Validate IDO resources
...
fixes #9519
2015-06-29 15:51:39 +02:00
Johannes Meyer
a1b336f26b
IdoResourcePage: Some documentation and style fixes
2015-06-29 15:03:46 +02:00
Johannes Meyer
db20f2d05a
BackendConfigForm: Adjust how to process requests
...
refs #9516
2015-06-29 14:00:34 +02:00
Johannes Meyer
766ff8ed83
InstanceConfigForm: Adjust how to process requests
...
fixes #7486
fixes #7488
fixes #7489
fixes #7490
refs #9516
2015-06-29 12:01:43 +02:00
Johannes Meyer
cfd43f251e
Revert "Sortable: Allow to check for a particular sort rule"
...
This reverts commit ae21baa41e
.
2015-06-26 15:13:46 +02:00
Johannes Meyer
ae21baa41e
Sortable: Allow to check for a particular sort rule
2015-06-26 14:54:15 +02:00
Johannes Meyer
4fc7b3eb1b
Setup: Fix the sorting of existing LDAP users
2015-06-25 15:52:09 +02:00
Johannes Meyer
39ea81ac7b
Setup: Also list existing accounts for ActiveDirectory auth backends
...
fixes #9511
2015-06-25 15:26:56 +02:00
Johannes Meyer
3dddee8b7d
Setup: Fix authentication backend validation
...
This is a ridiculous dirty fix. We'll definitely need to
improve how we create authentication backends...
fixes #9509
2015-06-25 14:36:51 +02:00
Johannes Meyer
d95874b84c
Setup: Provide a default user filter for ActiveDirectory backends
...
fixes #8703
2015-06-25 14:22:50 +02:00
Johannes Meyer
86bdf81396
Downtime overview: Add support for quick searches
...
fixes #8620
2015-06-25 13:24:35 +02:00
Johannes Meyer
8f6bf7ff33
Notification overview: Add support for quick searches
...
fixes #9506
2015-06-25 13:21:43 +02:00
Johannes Meyer
52761e3f37
Contact overview: Add support for quick searches
...
fixes #9505
2015-06-25 13:17:36 +02:00
Johannes Meyer
2d4f956b48
Contactgroup overview: Add support for quick searches
...
fixes #9504
2015-06-25 13:12:54 +02:00
Johannes Meyer
a7498ca0d8
HostcommentQuery: Fix grouping when services are being joined
...
fixes #9503
2015-06-25 13:03:33 +02:00
Johannes Meyer
8b4fb89a4b
Comment overview: Add support for quick searches
...
fixes #9502
2015-06-25 12:59:57 +02:00
Johannes Meyer
e3b432d463
Servicegroup overview: Allow to quick filter for services
...
fixes #9500
2015-06-25 12:48:50 +02:00
Johannes Meyer
5e90971f94
Hostgroup overview: Allow to quick filter for hosts
...
fixes #9499
2015-06-25 12:45:56 +02:00
Johannes Meyer
18497fee44
Service overview: Allow to quick search for hosts
...
fixes #9498
2015-06-25 12:24:52 +02:00
Johannes Meyer
d29d423cc9
Eventhistory: Provide search columns for quick filters
...
fixes #9497
2015-06-25 12:22:56 +02:00
Johannes Meyer
20fd3d6758
Fix multiselect views of hosts and services
...
I've broke this with #9472 .
2015-06-24 15:11:33 +02:00
Johannes Meyer
b741845d54
Show missing tabs for object command forms
...
fixes #9477
2015-06-24 14:52:11 +02:00