27 Commits

Author SHA1 Message Date
Franco Fichtner
5f1f9caebe wizard: similar cleanups for system wizard 2017-06-09 08:23:36 +02:00
Franco Fichtner
8a0e3bc702 wizard: remove html from description strings 2017-06-09 08:10:51 +02:00
Franco Fichtner
5eb2c986ca wizard: force change of root password 2017-05-14 06:41:37 +02:00
Franco Fichtner
27791f7a3d openvpn: fix typo spotted by @taguchi-ch
Looks like this name isn't displayed or otherwise used, but
for the sake of consistency fix the typo.
2017-04-20 16:30:03 +02:00
Franco Fichtner
03e59623ba openvpn: do not offer external CA for selection; closes #1467 2017-03-12 11:08:10 +01:00
Franco Fichtner
e91951537a openvpn: merge into plugin 2017-03-11 19:24:34 +01:00
Franco Fichtner
1f3458ecac wizard: tweak previous 2017-02-13 09:44:00 +01:00
Franco Fichtner
7b6ab76964 wizard: somewhat restyle and improve UX 2017-02-13 09:21:06 +01:00
Franco Fichtner
bf1e663ade wizard: problematic webgui restart due to chaining it into reload all 2017-02-11 15:20:56 +01:00
Franco Fichtner
597adf4f4c wizard: more explicit redirects 2017-02-11 14:58:27 +01:00
Franco Fichtner
53bf702269 wizard: adjustments and naming alignments for previous #1359 2017-02-11 14:42:01 +01:00
Franco Fichtner
3f97985be5 wizard: fix a few strings that are going to be translated now 2017-01-17 09:54:28 +01:00
Alexander Shursha
858b12e807 Translate wizards. 2017-01-17 09:41:34 +01:00
Franco Fichtner
d3376f7f10 src: webConfigurator -> web GUI 2016-12-19 07:16:08 +01:00
Franco Fichtner
b234d36f9e ldap: further tweaks according to user feedback
Puts LDAP back in into its supposed working state.
2016-11-29 07:47:23 +01:00
Franco Fichtner
2a76c4ab9f wizard: add language selection; closes #648 2016-09-27 21:58:09 +02:00
Franco Fichtner
db356ac9b0 openvpn: annotate IPv4 where appropriate
Suggested by: SimonB via Pootle
2016-08-31 07:48:23 +02:00
Franco Fichtner
5585e10967 src: strip gettext() from write_config(); closes #1158 2016-08-29 09:18:17 +02:00
Franco Fichtner
d988799a81 src: translations tweaks
Taking the liberty to use this as an opportunity to kill the
usage of "e-mail".

Suggested by: @Antonio-Prado
2016-08-15 07:31:18 +02:00
Franco Fichtner
2108673851 inc: shift more functions to their rightful place 2016-06-18 12:08:10 +02:00
Franco Fichtner
937d7ec855 openvpn: fix minor typo in wizard 2016-04-08 07:35:10 +02:00
Manuel Faux
2fe2b2189b OpenVPN wizard: remove incorrect legacy text 2016-01-11 10:10:48 +01:00
Franco Fichtner
7f75ddb851 www: eradiacate print_info_box_np() for #444 2015-10-31 23:35:17 +01:00
Franco Fichtner
62e7fd2834 wizard: more "improvements"
o Remove a subtype of <includefile/> to reduce feature bloat
o Select 32 bit subnet (host) as a suggestion
o Never skip LAN and make it optional instead
o Fix regression of $xml passing
o Fix voodoo on Static
2015-09-25 17:47:07 +02:00
Franco Fichtner
1370b96d6c wizard: improve WAN/LAN setup
Not sure why "Static" should be special.  Skipping over LAN setup
is ok, skipping over admin password change is NOT.
2015-09-25 12:20:24 +02:00
Franco Fichtner
904029d15c wizard: improve IP validation
JS regex validation should die, but so should this wizard so
just touch up on the subject of IP validation, improving:

o Allow leading zeros
o Fail on x.x.x.0
2015-09-25 12:20:24 +02:00
Franco Fichtner
f5eb5ea80e wizard: some sanity improvements
o We could potentially pass files using xml=../../xxx, so just
  hardcode the wizards we know for now.  I don't expect them to
  grow, otherwise we may be able to do a directory expand.

o Move xml files out of the /usr/local/www/wizards into /usr/local/wizard.

o Move the include file to the normal include path /usr/local/etc/inc.

o Allow the menu to always expand to the setup wizard, even though
  we many be triggering the OpenVPN wizard.  This gives a consistent
  feel of navigation, especially since POST requests hide the invoked
  wizard later on anyway.
2015-09-25 11:20:15 +02:00