Eric Lippmann
ff17c3729c
setup: Use 'icingaweb2' as default authentication backend name
2014-12-29 16:06:34 +01:00
Johannes Meyer
4c4c0c97a5
Fix incorrect token generation example on the wizard's welcome page
...
fixes #8135
2014-12-22 08:30:08 +01:00
Johannes Meyer
ebf908b1b5
Make db requirement checks more sensitive
...
fixes #7837
2014-12-01 15:38:10 +01:00
Johannes Meyer
ca1dafeec3
Add hint to the requirements page's refresh button to restart the webserver
...
fixes #7839
2014-11-26 10:42:44 +01:00
Johannes Meyer
e82cc35043
Re-add a description to the setup wizard
...
If someone has a better alternative don't hesitate
to replace this with a valid description.
fixes #7836
2014-11-26 08:58:09 +01:00
Johannes Meyer
ff19696429
Add --path argument to the setup's welcome page examples if necessary
...
refs #7581
2014-11-26 08:58:08 +01:00
Johannes Meyer
c288a68ed5
Merge branch 'master' into bugfix/drop-zend-config-7147
...
Conflicts:
application/forms/LdapDiscoveryForm.php
2014-11-18 13:21:18 +01:00
Johannes Meyer
7621f6642d
Adjust usages of Icinga\Application\Config
...
refs #7147
2014-11-18 13:11:52 +01:00
Matthias Jentsch
5f8fcf4005
Fix Ldap server discovery
...
Add a new connection member that stores whether settings were guessed or product of a discovery, move discovery methods into seperate class.
fixes #7691
2014-11-18 09:45:54 +01:00
Thomas Gelf
da47c7fc7e
Merge remote-tracking branch 'origin/master' into feature/redesign-7144
2014-11-14 21:32:57 +01:00
Johannes Meyer
ddf2ef5cc9
Remove $request parameter from Form::onSuccess and Form::onRequest
...
fixes #7552
2014-11-14 14:59:29 +01:00
Johannes Meyer
d64ec0aa3c
Rename Icinga\Module\Setup\Form to Icinga\Module\Setup\Forms
...
refs #7553
2014-11-14 11:01:16 +01:00
Johannes Meyer
775c20d9ad
Rename namespace Icinga\Form to Icinga\Forms
...
refs #7553
2014-11-14 10:57:14 +01:00
Johannes Meyer
1c4a5ce86f
Leave it up to Icinga\Web\Form to instantiate our own form elements
2014-11-14 10:15:27 +01:00
Bernd Erk
20be45e8da
Enable icon font
2014-11-13 20:08:58 +01:00
Bernd Erk
6201858a68
Merge branch 'master' into feature/redesign-7144
2014-11-13 17:47:26 +01:00
Bernd Erk
205ba64781
Installer styling
2014-11-13 17:20:06 +01:00
Eric Lippmann
7c8e9e6f56
CLI/Webserver Setup: Rename webPath to urlPath
...
This is how the apache docs call it. Nginx speaks of uri.
refs #6120
2014-11-13 14:18:14 +01:00
Eric Lippmann
459fc77fc7
CLI/Webserver Setup: Allow to define Icinga Web 2's configuration directory
...
refs #6120
2014-11-13 14:05:13 +01:00
Eric Lippmann
0e64a8d573
CLI/Webserver Setup: Prefix URL paths with '/' if missing
...
refs #6120
2014-11-13 13:47:08 +01:00
Eric Lippmann
36d3c3e3d5
CLI/Webserver Setup: Don't print "# Your %s configuration"
...
I want to copy the config only.
refs #6120
2014-11-13 13:42:22 +01:00
Eric Lippmann
a0d4b6eee6
CLI/Webserver Setup: Don't use camelCase arguments
...
refs #6120
2014-11-13 13:40:39 +01:00
Eric Lippmann
e0f6ce36ea
CLI/Webserver Setup: Fix argument sanity checks
...
refs #6120
2014-11-13 13:30:07 +01:00
Eric Lippmann
8594dc068a
CLI/Webserver Setup: Rename publicPath to documentRoot
...
refs #6120
2014-11-13 13:17:59 +01:00
Eric Lippmann
0d4ed40cb2
CLI/Webserver Setup: Remove sapi stuff becuase it's nowhere used
...
refs #6120
2014-11-13 13:17:53 +01:00
Eric Lippmann
2ad2127ae3
Merge branch 'master' into feature/generate-webserver-config-6120
...
Conflicts:
application/clicommands/SetupCommand.php
2014-11-13 12:50:55 +01:00
Johannes Meyer
c3e28a42fb
Remove configuration option for setting the access mode on new files
2014-11-12 09:40:07 +01:00
Johannes Meyer
ca66480ba7
Hardcode the access mode to use when creating directories
...
refs #7163
2014-11-12 09:18:19 +01:00
Johannes Meyer
4974f582d3
Add page titles
...
refs #7163
2014-11-11 15:27:14 +01:00
Johannes Meyer
7b804e4747
Provide some default values in the wizard
...
refs #7163
2014-11-11 12:41:02 +01:00
Johannes Meyer
af99f62843
Prefer Icinga\Application\Config over Zend_Config
...
refs #7163
2014-11-11 12:11:14 +01:00
Johannes Meyer
d2f8fd750f
Remove WIP note
...
We are close to the first public release so it is not necessary to introduce
this in the master
refs #7163
2014-11-11 11:38:43 +01:00
Johannes Meyer
856b159d50
Show the full path to the CLI if possible
...
refs #7163
2014-11-11 10:19:32 +01:00
Johannes Meyer
e1f75b5f5f
Use mt() instead of just t() in the setup module
...
refs #7163
2014-11-11 09:24:53 +01:00
Johannes Meyer
e827e6ddcf
Make use of the new CLI module command namespaces
...
It's now not `icingacli setup showToken' anymore but
`icingacli setup token show' etc.
refs #7163
2014-11-10 16:45:20 +01:00
Johannes Meyer
a8e28bfee4
Change route icingaweb/setup/setup to icingaweb/setup
...
refs #7163
2014-11-10 16:43:37 +01:00
Johannes Meyer
21ed823da7
Adjust namespace declarations
...
refs #7163
2014-11-10 16:31:40 +01:00
Johannes Meyer
8f212018ec
Move the setup wizard code to a dedicated module
...
refs #7163
2014-11-10 15:11:44 +01:00