19 Commits

Author SHA1 Message Date
Marius Hein
6fcf5ec88a DateTime: Remove global and user formattings
refs #6077
2014-09-04 16:02:10 +02:00
Alexander Klimov
33e69072b2 Make preferences INI path NOT be configurable
fixes #6567
2014-06-24 15:46:39 +02:00
Thomas Gelf
86ba7e38dc config.ini.in: remove obsolete settings 2014-06-20 23:40:35 +02:00
Johannes Meyer
fa797de05f Fix invalid default logging configuration 2014-06-11 08:58:53 +02:00
Marius Hein
29f593a357 Authentication: Add backend to handle external authentication
Drop external auth configuration from config.ini and move
implementation into a single backend provider named
'autologin'. This provider can strip realm names from
username with a custom regexp.

fixes #6081
2014-06-03 17:59:22 +02:00
Eric Lippmann
93829bde92 config.ini: Fix indents 2014-06-02 13:33:17 +02:00
Eric Lippmann
50e01d1284 Config: Rename configPath' to config_path'
We use underscore_case notation for all configuration keys.

refs #4952
2014-06-02 12:09:16 +02:00
Johannes Meyer
f454fa0611 Enable logging and make the file resource definition using the new log syntax 2014-04-30 09:10:23 +02:00
Alexander Klimov
e6ec4c6011 Complete configuration file
refs #4514
2014-04-02 13:47:02 +02:00
Alexander Klimov
de87bb7a8a Complete configuration file
refs #4514
2014-04-02 13:47:02 +02:00
Eric Lippmann
07d04628cf Merge branch 'feature/installation-and-configuration-cleanup-5638'
Conflicts:
	config/config.ini.in
	library/Icinga/Application/ApplicationBootstrap.php
	library/Icinga/Application/Cli.php
	library/Icinga/Application/EmbeddedWeb.php
	library/Icinga/Application/Logger.php
	library/Icinga/Application/Modules/Manager.php
	library/Icinga/Application/Web.php
	library/Icinga/Authentication/Backend/DbUserBackend.php
	library/Icinga/Authentication/Manager.php
	library/Icinga/User/Preferences/IniStore.php
	test/php/library/Icinga/Application/LoggerTest.php
2014-03-03 19:03:39 +01:00
Matthias Jentsch
a8f765fa3b Add extern authentication
Provide a new settings authenticationMode and delegate the
authentication handling to the webserver when the external authentication mode
is set. Add a new view 'logout' that will be shown after logout from external
authentication as the regular redirect to login is not possible.

refs #5405
2014-02-26 18:08:48 +01:00
Johannes Meyer
43c18261ea Add new log wrapper
refs #5683
2014-02-26 10:47:02 +01:00
Eric Lippmann
7fa6668b64 Make Icinga Web 2 work without any config file
refs #5638
fixes #5523
2014-02-20 13:53:28 +01:00
Eric Lippmann
8edf421c45 Replace debug log with respecting log priorities
refs #5638
fixes #5522
2014-02-18 14:46:15 +01:00
Markus Frosch
971a87c608 Fixed executable flags on normal files.
Refs #5040
2014-02-18 09:42:13 +01:00
Matthias Jentsch
5d8081ad09 Add support for multiple module installation paths
Read the module paths from the configuration file and add form fields
to edit the path from the web interface.

refs #4607
2014-01-22 18:28:19 +01:00
Michael Friedrich
8b163e2b0f Fix hardcoded path.
refs #4926
2013-10-22 10:57:16 +02:00
Michael Friedrich
1985cf18f1 Add --with-icingaweb-log-path.
refs #4926
2013-10-22 10:57:15 +02:00