Alexander A. Klimov
e2f6c81bfa
Remove obsolete workarounds
...
refs #11743
2016-10-17 15:00:43 +02:00
Alexander A. Klimov
014e7c136a
Revert "UserGroupBackendForm: Do not persist null values, really"
...
This reverts commit 975edbe548
.
refs #11743
2016-10-12 11:07:21 +02:00
Johannes Meyer
b759ab6f5a
DbResourceForm: Don't show SSL form elements by default
...
Addded additionally a check for PHP 5.4 so that these elements
are not shown for earlier versions.
refs #11115
2016-05-27 15:45:22 +02:00
Johannes Meyer
5e7817cad2
DbResourceForm: Fix initial db type selection
...
refs #11115
2016-05-27 15:42:16 +02:00
Lee Clemens
87e774cb88
Add SSL Support to MySQL resources
...
Signed-off-by: Johannes Meyer <johannes.meyer@netways.de>
2016-05-27 13:15:48 +02: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
17dda6df4e
Fix that themes are always disabled in the general config
...
fixes #10906
2015-12-23 14:03:17 +01:00
Eric Lippmann
9c7c2bd6b1
Show correct default theme in configuration dialogs
2015-12-22 14:10:47 +01:00
Eric Lippmann
9599b63a55
Fix that setting a default theme had not effect
2015-12-22 13:00:01 +01:00
Eric Lippmann
8006090108
Merge branch 'feature/theming-10705'
...
resolves #10705
2015-12-16 12:49:11 +01:00
Alexander A. Klimov
ad3f6bbbad
LoggingConfigForm: correct syslog application prefix validation
...
fixes #10781
2015-12-09 17:56:22 +01:00
Eric Lippmann
de10171580
Show theming options in the application configuration
...
refs #10705
2015-11-26 15:52:45 +01:00
Eric Lippmann
f9c10ab500
Add configuration form for theming options
...
refs #10705
2015-11-26 15:52:15 +01:00
Eric Lippmann
74820de9ea
Fix doc blocks in LoggingConfigForm
2015-11-26 15:40:14 +01:00
Eric Lippmann
f3630bb58f
Fix doc blocks in ApplicationConfigForm
2015-11-26 15:40:14 +01:00
Eric Lippmann
6065e21e3a
Remove ConfigForm::getValues() overrides where subform values are extracted manually
2015-11-26 15:40:10 +01:00
Johannes Meyer
a500937b7d
Properly handle undefined configuration values
...
fixes #10597
2015-11-13 16:14:11 +01:00
Eric Lippmann
917d5fccce
CSS: Use control-button for the ldap discovery btn
...
refs #5543
2015-10-01 02:53:27 +02:00
Eric Lippmann
f960874dd4
Remove title from general config
...
refs #5543
2015-10-01 00:02:02 +02:00
Eric Lippmann
231c63b703
Merge branch 'master' into feature/dope-layout-5543
2015-09-30 18:52:52 +02:00
Eric Lippmann
2ace54edc0
CSS: Use form-controls for buttons in the user backend config form
...
refs #5543
2015-09-30 12:46:03 +02:00
Eric Lippmann
2520d6a57a
Show discover button on LDAP resource forms on a new line for the moment
...
refs #5543
2015-09-30 12:44:57 +02:00
Eric Lippmann
32a92bbdf3
CSS: Use form-controls for buttons in the resource config form
...
refs #5543
2015-09-30 12:20:34 +02:00
Eric Lippmann
64783fd10e
Allow to set the character set for database resources
2015-09-29 19:37:36 +02:00
Eric Lippmann
1d382ed149
lib: Optimize imports in the DbResourceForm
2015-09-28 16:30:48 +02:00
Eric Lippmann
2d38eb1650
Document that it's possible to use unix domain sockets for MySQL and PostgreSQL connections
...
fixes #9787
2015-09-28 16:29:01 +02:00
Alexander A. Klimov
dd0e924e8d
Do not validate section names in forms
...
fixes #10151
2015-09-18 16:11:51 +02:00
Eric Lippmann
06c6b09863
Set default port for Postgres connections if it's the first available driver
...
refs #9683
2015-09-17 12:46:49 +02:00
Eric Lippmann
4e1543fd34
Make MySQL the default choice when configuring database connections again
2015-09-07 17:23:12 +02:00
Eric Lippmann
61f251d6ad
Allow to configure persistent database connections
2015-09-07 17:08:25 +02:00
Eric Lippmann
65e4d23d89
Require a port only for postgres connections
...
Screw it!
refs #9683
2015-09-07 17:01:09 +02:00
Eric Lippmann
e45140dd86
Don't mess w/ default ports when configuration a database connection
2015-09-07 16:57:43 +02:00
Eric Lippmann
947d5c6190
Don't require to configure a port for database connections
2015-09-07 16:52:54 +02:00
Eric Lippmann
56bef276e0
Allow to create MSSQL and Oracle resources
...
refs #9683
2015-09-07 16:44:35 +02:00
Eric Lippmann
e64ad87745
Use Platform::hasDatabaseSupport() and Platform::hasLdapSupport() in the resource config
...
refs #9683
2015-09-07 16:44:06 +02:00
Eric Lippmann
fd49b18bf4
Add description to the password input when updating a user
2015-09-01 23:30:30 +02:00
realitygaps
95fb00ac8d
Don't show password when creating or updating a user
...
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-09-01 23:24:53 +02:00
Johannes Meyer
2e7f3b941c
LdapUserGroupBackendForm: Add missing form field..
...
..to configure the group_member_attribute option.
fixes #9903
2015-08-31 14:02:16 +02:00
Johannes Meyer
68f5e1a3e3
ResourceConfigForm: Add missing activity indicator
2015-08-28 11:00:03 +02:00
Johannes Meyer
0c47aececc
Allow to disable stack traces globally
...
refs #9113
2015-08-24 14:44:54 +02:00
Johannes Meyer
9ca278d7b2
Merge branch 'master' into feature/activity-indicators-for-form-submits-8369
2015-08-21 13:37:54 +02:00
Johannes Meyer
5602d57d0b
Indicate that the configuration is being validated
...
refs #8369
2015-08-20 15:48:41 +02:00
Matthias Jentsch
9e40f5f2c7
Remove option to skip certificate validation to prevent insecure configurations
...
Skipping certificate validation will allow MITM on every single request and not give any real security over just running unencrypted queries. On top of that, there is no way to configure this behavior from within PHP except of setting environment variables, which is really hacky and has side effects on other requests.
fixes #9607
2015-08-19 16:20:33 +02:00
Matthias Jentsch
d51ecc3d72
Use better icons for resource and auth views
...
refs #9908
2015-08-18 11:42:42 +02:00
Johannes Meyer
dafa722cec
Hide non-essential form fields when configuring LDAP user group backends
...
resolves #9780
2015-07-31 15:56:13 +02:00
Johannes Meyer
5ca0e981c4
UserGroupBackendPage: Ensure that all required fields exist
...
refs #9609
2015-07-30 15:49:04 +02:00
Johannes Meyer
155bcc5db7
LdapUserGroupBackendForm: Fetch config from the factory, not the app
...
refs #9609
2015-07-29 13:45:18 +02:00
Johannes Meyer
5411efd546
LdapBackendForm: Fail gracefully if the discovery is not possible
2015-07-28 15:07:33 +02:00
Johannes Meyer
df81fd502d
ResourceConfigForm: Allow to manually validate the configuration
...
refs #7588
2015-07-24 14:31:02 +02:00
Johannes Meyer
2c4b6eb915
ResourceConfigForm: Replace isValid- with inspectResource()
...
refs #7588
2015-07-24 14:24:11 +02:00
Johannes Meyer
ccc809853a
UserBackendConfigForm: Allow to manually validate the configuration
...
refs #7588
2015-07-24 13:46:17 +02:00
Johannes Meyer
b3e6b2755c
UserBackendConfigForm: Replace isValid- with inspectUserBackend()
...
refs #7588
2015-07-24 11:45:49 +02:00
Johannes Meyer
760c7e4374
LdapBackendForm: Allow to discover a connection's default settings
...
refs #9602
2015-07-23 17:42:02 +02:00
Johannes Meyer
4e3da3a6eb
UserBackendConfigForm: Adjust how to process requests...
...
...and use sub-forms, finally.
refs #9602
2015-07-23 16:18:09 +02:00
Matthias Jentsch
e357960d1e
Add Inspection API to DB backend
...
refs #9641
2015-07-16 16:16:55 +02:00
Matthias Jentsch
f4054d575b
Add Inspection API to db connection
...
refs #9641
2015-07-16 15:29:45 +02:00
Matthias Jentsch
59c4f8d056
Use Inspection API in User Backend Form
...
refs #9630
2015-07-15 19:35:25 +02:00
Matthias Jentsch
cf8b760ade
Use Inspection API in LdapResourceForm
...
refs #9630
2015-07-15 19:33:47 +02:00
Johannes Meyer
a8ac420897
LdapConnection: Establish a connection lazily
2015-07-10 09:51:39 +02:00
Johannes Meyer
066b3d9e28
ApplicationConfigForm: Make preference options be global options
...
refs #8709
2015-07-01 15:41:45 +02:00
Johannes Meyer
8c8198eeea
UserGroupBackendForm: Some small documentation fixes
2015-06-29 11:11:06 +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
c3ad7b211a
Ldap\Connection: Rename to LdapConnection
...
refs #8954
2015-06-24 09:05:29 +02:00
Johannes Meyer
5fd2eb639a
LdapResourceForm: Display exact error messages to the user
2015-06-23 14:08:50 +02:00
Johannes Meyer
15220da645
Automatically strip unnecessary parentheses from custom ldap filters
...
fixes #9348
2015-06-23 10:32:45 +02:00
Matthias Jentsch
42de13a2b9
Merge branch 'feature/ssh-remote-connection-resource-configuration-7595'
...
resolves #7595
2015-06-15 17:30:42 +02:00
Johannes Meyer
2dd04bb6c9
LdapUserGroupBackendForm: Do not disable `user_filter' and `group_filter'
...
refs #7343
2015-06-05 17:24:03 +02:00
Johannes Meyer
e66f8731af
UserBackendConfigForm: Allow to configure user backends of type msldap
...
fixes #9355
2015-06-05 17:20:31 +02:00
Johannes Meyer
c800f1e6aa
UserGroupBackendForm: Do not translate LDAP and ActiveDirectory
...
refs #7343
2015-06-05 16:40:17 +02:00
Johannes Meyer
840069b436
LdapUserGroupBackendForm: Do not persist default values
...
...
refs #7343
2015-06-05 16:34:28 +02:00
Johannes Meyer
e910a5a254
LdapUserGroupBackendForm: Do not disable `base_dn' and `user_base_dn'
...
refs #7343
2015-06-05 16:16:35 +02:00
Johannes Meyer
797e9de629
LdapUserGroupBackendForm: Do not disable group configuration..
...
..when no user backend has been linked and it's not a ActiveDirectory.
refs #7343
2015-06-05 16:07:27 +02:00
Johannes Meyer
975edbe548
UserGroupBackendForm: Do not persist null values, really
...
Revert this once #9376 has been fixed.
refs #9376
2015-06-05 15:45:33 +02:00
Johannes Meyer
e9e97cb1b3
UserGroupBackendForm: Unset the `name' property, always
...
refs #7343
2015-06-05 15:41:24 +02:00
Johannes Meyer
5688f0cb85
Allow to configure user group backends of type LDAP
...
refs #7343
2015-06-05 14:53:29 +02:00
Johannes Meyer
447088af22
Introduce form LdapUserGroupBackendForm
...
refs #7343
2015-06-05 14:52:46 +02:00
Johannes Meyer
7ebf185036
UserGroupBackendForm: Fix that autosubmit do not have any effect
...
refs #7343
2015-06-05 13:07:16 +02:00
Johannes Meyer
cd0c418854
Merge branch 'master' into feature/user-and-group-management-8826
2015-06-02 10:44:13 +02:00
Johannes Meyer
2490d0ae67
ConfigController: We're configuring user backends from now on
...
refs #8826
2015-06-02 09:58:57 +02:00
Johannes Meyer
4bd36bc500
UserGroupForm: Notify the user that memberships will be cleared...
...
...when removing a group.
refs #8826
2015-06-01 14:25:29 +02:00
Johannes Meyer
04835db13e
Introduce form UserGroupBackendForm
...
refs #8826
2015-05-29 16:34:34 +02:00
Johannes Meyer
cb4d6f013a
GroupController: Properly handle 404's when handling group members
...
refs #8826
2015-05-29 12:57:39 +02:00
Alexander Fuhr
49589128ef
Rename identity_key with private_key in ssh resource
...
refs #7595
2015-05-28 14:09:13 +02:00
Eric Lippmann
8b07a0e29a
Add missing return argument in the ResourceConfigForm
2015-05-28 13:17:00 +02:00
Alexander Fuhr
558120e23b
Add resource ssh usage to resources and instances
...
refs #7595
2015-05-28 10:50:13 +02:00
Alexander Fuhr
bf21f55656
Add a new ssh resource form
...
refs #7595
2015-05-28 10:44:58 +02:00
Johannes Meyer
170379b743
CreateMembershipForm: Properly handle errors when fetching groups
...
refs #8826
2015-05-27 08:55:53 +02:00
Johannes Meyer
a75c74eae1
Introduce form CreateMembershipForm
...
refs #8826
2015-05-26 17:02:27 +02:00
Johannes Meyer
86146b8048
Introduce form AddMemberForm
...
refs #8826
2015-05-26 14:30:55 +02:00
Johannes Meyer
75c5aa2869
Move UserGroupForm to the Icinga\Forms\Config\UserGroup namespace
...
refs #8826
2015-05-26 10:24:13 +02:00
Johannes Meyer
e2c250ca77
Move UserForm to the Icinga\Forms\Config\User namespace
...
refs #8826
2015-05-26 10:23:40 +02:00
Johannes Meyer
ec556edc65
Merge branch 'master' into feature/user-and-group-management-8826
2015-05-26 09:28:35 +02:00
Johannes Meyer
f3124ffd59
UserGroupForm: Fix redirect when renaming a group
...
refs #8826
2015-05-22 17:03:02 +02:00
Johannes Meyer
18e413d15a
UserForm: Fix redirect when renaming a user
...
refs #8826
2015-05-22 17:01:34 +02:00
Eric Lippmann
250f863faa
Allow anonymous LDAP binding
...
fixes #9224
2015-05-22 14:15:59 +02:00
Johannes Meyer
9c6a8898fd
Introduce class UserGroupForm
...
refs #8826
2015-05-20 11:53:04 +02:00
Johannes Meyer
32d1569520
Introduce class UserForm
...
refs #8826
2015-05-20 10:54:06 +02:00
Johannes Meyer
c441117324
LdapUserBackend: Extend Repository and implement UserBackendInterface
...
refs #8826
2015-05-04 12:18:25 +02:00
Johannes Meyer
99ac0b78ea
DbUserBackend: Extend DbRepository and implement UserBackendInterface
...
refs #8826
2015-05-04 12:15:05 +02:00