5052 Commits

Author SHA1 Message Date
Alexander Klimov
0bec42930b icingaweb2_dev: enable LDAP authentication 2014-11-25 18:11:25 +01:00
Alexander Klimov
ef2758125b icingaweb2_dev: populate openldap 2014-11-25 17:50:33 +01:00
Alexander Klimov
777ced392f icingaweb2_dev: change default log level to `DEBUG' 2014-11-25 17:46:29 +01:00
Alexander Klimov
13059aa236 icinga2_dev: use module `icinga2_pgsql' 2014-11-25 16:53:29 +01:00
Alexander Klimov
94869bff5e Add module `icinga2_pgsql' 2014-11-25 16:53:29 +01:00
Eric Lippmann
1502b489cd Auto-refresh display of a host's services 2014-11-25 16:35:09 +01:00
Alexander Klimov
2cf7563f2e icingaweb2_dev: drop backend `localfile' 2014-11-25 16:25:11 +01:00
Eric Lippmann
3c16db3b0d Roles: Fix header position 2014-11-25 16:16:31 +01:00
Alexander Klimov
8959fa3602 icingaweb2_dev: add resource for PgSQL 2014-11-25 16:15:37 +01:00
Eric Lippmann
9aa2f6f555 Roles: Speak of 'roles' not 'permissions' 2014-11-25 16:11:02 +01:00
Eric Lippmann
bc339e927b Roles: Fix redirect URL 2014-11-25 16:11:02 +01:00
Eric Lippmann
d226126b6c Roles: Fix tab activation 2014-11-25 16:11:02 +01:00
Eric Lippmann
381b3b9a19 Move the permissions view scripts beneath roles 2014-11-25 16:11:01 +01:00
Eric Lippmann
0a1668acf6 Fix tab names in the RolesController 2014-11-25 16:11:01 +01:00
Eric Lippmann
2f02ac2f01 Fix the RolesController's class name 2014-11-25 16:11:01 +01:00
Eric Lippmann
e5d8fc7208 Rename the 'Permissions' tab to 'Roles' 2014-11-25 16:11:01 +01:00
Eric Lippmann
974357c84f Rename /permissions to /roles 2014-11-25 16:11:01 +01:00
Eric Lippmann
f0ece3d88a Revert "Remove permissions and restrictions for now"
This reverts commit 8335bdcb32063549b8b7dec1c32edc1d7c457b96.

Readd permissions and restrictions.
2014-11-25 16:11:01 +01:00
Eric Lippmann
df42eba69a Revert "Use /usr/bin/env instead of hard-coding paths"
This reverts commit 42b0469a96a17fc2f0eac200b94f46990008ee60.

Packaged verions of our scripts must use a system installation of the interpreter for obvious reasons.
I also disapprove using env in our Git. We want to use a system installation of the interpreter too. Not something that's supposed to be the interpreter.
Also, potential incomplete or defective local versions of the interpreter must not be our concern.
That installations from source using /usr/bin/php do not work out of the box on FreeBSD for example is of course an issue. But that should not be fixed by blindly using env.

refs #7789
2014-11-25 16:11:01 +01:00
Eric Lippmann
d41602a67c Rearrange imports in Menu.php 2014-11-25 16:11:01 +01:00
Johannes Meyer
a288535347 Use the host' and port' directives when using a zend adapter in DbTool
fixes #7781
fixes #7798
2014-11-25 16:03:06 +01:00
Alexander Klimov
dbf8527fc9 git_cmmi: don't clone a git repo more than once 2014-11-25 15:42:15 +01:00
Alexander Klimov
31a49a7c95 Don't start ido2db-*sql 2014-11-25 15:24:32 +01:00
Alexander Klimov
c737f18162 Don't install jQuery 2014-11-25 15:07:43 +01:00
Alexander Klimov
fbe603c23f Merge branch 'master' into feature/deduplicate-puppet-code-6842 2014-11-25 13:58:35 +01:00
Gunnar Beutner
b2ba8e3576 Update example config for 2.3 2014-11-25 13:54:43 +01:00
Alexander Klimov
edd8eced5d icingaweb2_dev: update SQL schema file paths 2014-11-25 12:55:51 +01:00
Alexander Klimov
1ce99d277a Merge branch 'master' into feature/deduplicate-puppet-code-6842
Conflicts:
	.vagrant-puppet/manifests/default.pp
	packages/rpm/etc/icingaweb2/resources.ini
2014-11-25 12:29:42 +01:00
Alexander Klimov
ba7fa85cff Vagrantfile: complete puppet.module_path 2014-11-25 12:17:00 +01:00
Alexander Klimov
de8dc64b69 Rename successor.pp -> default.pp 2014-11-25 11:49:59 +01:00
Alexander Klimov
a1ccd01776 Rename default.pp -> default.pp.old 2014-11-25 11:48:12 +01:00
Alexander Klimov
c982ef4f9a Add successor for '.vagrant-puppet/manifests/default.pp'
refs #7321
2014-11-25 11:45:05 +01:00
Alexander Klimov
607b0fc0c4 icingaweb2_dev: include and require Class[icinga_packages]
refs #6842
2014-11-24 14:44:17 +01:00
Alexander Klimov
30ee6c9411 Ensure that every package's latest version is installed
refs #6842
2014-11-24 14:42:07 +01:00
Gunnar Beutner
42b0469a96 Use /usr/bin/env instead of hard-coding paths
fixes #7789
2014-11-21 21:59:14 +01:00
Eric Lippmann
eed10159fd Menu: Don't render sub menus when a dot appears in the label
I guess this was intended to be a feature. Turns out to be a bug though :)

fixes #7772
2014-11-21 17:39:18 +01:00
Eric Lippmann
d84318d8b8 Fix Menu's PHPDoc
Don't use @var and don't use @return self for fluent interfaces.
2014-11-21 17:13:39 +01:00
Eric Lippmann
2843490250 monitoring: Translate "Plugin Output" 2014-11-21 16:45:39 +01:00
Eric Lippmann
c626762b5d commands: Fix wrong flag for sticky acks
It's 2 not 1. But who knows why :)

fixes #7783
2014-11-21 16:33:46 +01:00
Gunnar Beutner
59c2d27e4e Fix spelling for "Plugin Output" 2014-11-21 15:14:47 +01:00
Gunnar Beutner
4d480b316e Fix incorrect paths in the Apache config for the RPM package 2014-11-21 00:01:47 +01:00
Gunnar Beutner
48ca70f1db Make sure RPM packaging files are included in Git archives
If these files are missing the build jobs on build.icinga.org fail
2014-11-20 23:44:41 +01:00
Gunnar Beutner
799e020278 Fix some more problems with the RPM spec file 2014-11-20 17:40:48 -05:00
Gunnar Beutner
d888bf043c Fix path for the Apache config file in the spec file 2014-11-20 23:24:39 +01:00
Eric Lippmann
95b3d41b12 Add VERSION file v2.0.0-beta1 2014-11-20 17:49:43 +01:00
Eric Lippmann
9f109f9b93 Fix redirect after submitting commands to multiple objects
fixes #7711
2014-11-20 17:47:08 +01:00
Thomas Gelf
dad2aab482 doc/style: fix tab activation 2014-11-20 17:25:58 +01:00
Thomas Gelf
d5450598f0 list/eventhistory: add flapping stopped support 2014-11-20 17:24:01 +01:00
Eric Lippmann
eddb00cbc1 monitoring: Remove filter widgets in the event overview / history view
They did not work.
2014-11-20 17:19:26 +01:00
Eric Lippmann
dc699058b9 doc: Remove superfluous newlines 2014-11-20 17:01:14 +01:00