7181 Commits

Author SHA1 Message Date
Franco Fichtner
e79d58d033 rc: yeah, that is true, but not helpful :) 2017-05-22 10:34:09 +02:00
Franco Fichtner
edefc9511f rc: softcode console restore option on -devel for now 2017-05-22 10:31:15 +02:00
Franco Fichtner
fb489a3388 rc: delete this script, rather rewrite it from scratch
There are UX issues with this anyway and the missing license
worries me too.
2017-05-22 10:27:14 +02:00
Franco Fichtner
d640192e30 rc: root console tidy-up
Adjust tabs to spaces, copyright headers and add missing one from
restore script as per:

https://github.com/pfsense/pfsense/commit/7d7ce752
2017-05-21 11:21:46 +02:00
Franco Fichtner
d63d59af90 inc: reformat the headers 2017-05-21 11:02:59 +02:00
Franco Fichtner
a039ad4db4 ipsec: fix widget count after 5.5.2 update 2017-05-19 16:19:24 +02:00
Franco Fichtner
0e9b8f1668 system: improve ssh key newline write; closes #1648 2017-05-18 20:35:59 +02:00
Franco Fichtner
59249e5c0e firmware: add new mirror courtesy of Dept. of CSE, Yuan Ze University Taiwan 2017-05-17 20:32:21 +02:00
Ad Schellevis
2e096b3e72 configd, template sorting, missing type. closes https://github.com/opnsense/core/issues/1641 2017-05-17 18:46:03 +02:00
Franco Fichtner
f499c3dd6e rc: cosmetics 2017-05-17 06:04:19 +02:00
Ad Schellevis
254775d48e filter/port alias, allow ranges in the form of 80-100, replace with 80:100. closes https://github.com/opnsense/core/issues/1529 2017-05-16 20:42:13 +02:00
Ad Schellevis
0b89f1d02b IDS, add advanced feature default-packet-size, closes https://github.com/opnsense/core/issues/1622 2017-05-15 20:23:45 +02:00
Franco Fichtner
fae2e48f94 rc: tweak previous 2017-05-15 08:18:55 +02:00
Franco Fichtner
82032a7316 rc: no interfaces, no list to show 2017-05-15 08:17:29 +02:00
Franco Fichtner
4c47261017 system: tweak referer error 2017-05-15 07:59:04 +02:00
Franco Fichtner
f3ed9ca3bc rc: also clear the IP cache files 2017-05-15 06:57:33 +02:00
Franco Fichtner
210221c978 test: add plist-check to lint so it's not missed that often anymore 2017-05-15 06:39:28 +02:00
Franco Fichtner
355939b228 rc: improve print of syshook invokes 2017-05-15 06:37:11 +02:00
Franco Fichtner
24403a5122 rc: correct prompt for #1606 2017-05-14 08:47:46 +02:00
Franco Fichtner
67fc3c2709 rc: need $fp for manual DNS server 2017-05-14 08:42:05 +02:00
Franco Fichtner
c1f018b137 rc: clear the name cache files, no reason not to 2017-05-14 08:37:05 +02:00
Franco Fichtner
601bca94b0 rc: reconfigure dns #1606 2017-05-14 08:23:02 +02:00
Franco Fichtner
ec3bcbe26b system: also for #1291 2017-05-14 08:05:00 +02:00
Franco Fichtner
4fa4d21140 system: address oddities in general setup 2017-05-14 07:50:33 +02:00
Franco Fichtner
124a869d4a rc: allow to set dns if default gateway is choosen 2017-05-14 07:50:33 +02:00
Franco Fichtner
b47c65bc01 system: allow up to 8 nameservers 2017-05-14 07:50:30 +02:00
Franco Fichtner
5eb2c986ca wizard: force change of root password 2017-05-14 06:41:37 +02:00
Franco Fichtner
89d73f6916 gateways: only force apinger status if running 2017-05-14 06:40:50 +02:00
Franco Fichtner
c39ea487c8 rc: remove a few unimportant prints #1606 2017-05-12 18:48:23 +02:00
Franco Fichtner
21bffecd67 rc: address missing newline after default gw question #1606 2017-05-12 18:24:17 +02:00
Franco Fichtner
27490d7ad2 rc: if we replace, replace all #1606 2017-05-12 18:18:03 +02:00
Franco Fichtner
0a339af995 rc: should delete that #1606 2017-05-12 18:10:38 +02:00
Franco Fichtner
43467751b4 rc: small fixes and improvements #1606 2017-05-12 18:05:22 +02:00
Franco Fichtner
f6a38f36ce rc: allow to override the default gateway #1606 2017-05-12 17:52:39 +02:00
Franco Fichtner
c60c29bf57 rc: allow to select far gateway for #1606 2017-05-12 17:22:26 +02:00
Ad Schellevis
e408259944 configd, templates, add sortDictList to helpers. closes https://github.com/opnsense/core/issues/1641
example usage:
{%  for item in helpers.sortDictList(OPNsense.ConfigObject, 'description') %}
    {{item.description}}
{%  endfor %}
2017-05-12 15:29:34 +02:00
Franco Fichtner
84a9975852 mvc: three more of those count() thingies 2017-05-12 10:41:34 +02:00
Franco Fichtner
72223b2db0 system: theme is not stored under system 2017-05-12 10:35:53 +02:00
Franco Fichtner
41aef1056e mvc: another of those crashes 2017-05-12 10:20:50 +02:00
Franco Fichtner
760af0b6de mvc: as previously seen PHP has trouble iterating over empty nodes
It feels like 2105 and is_array() -> isset() all over again...
2017-05-12 10:15:40 +02:00
Franco Fichtner
a3cc4aabfd src: whitespace sweep 2017-05-12 09:49:47 +02:00
Franco Fichtner
1c037c4753 system: while the former is good, users probably want "more" #1639
Add a clickable unhide button in an extra table row for the QR code
when it is available only.  Makes the help text the help text only.
2017-05-12 09:35:28 +02:00
Ad Schellevis
c7d8d109ba OTP, add note, closes https://github.com/opnsense/core/issues/1639 2017-05-12 08:43:49 +02:00
Franco Fichtner
cbc2ae07e7 rc: typo in previous 2017-05-12 07:36:13 +02:00
Franco Fichtner
f0fc0a5f55 rc: typographical tweaks 2017-05-12 07:33:23 +02:00
Franco Fichtner
3069587239 rc: unify yes/no prompts and indicate their default option when blank 2017-05-12 07:14:18 +02:00
Franco Fichtner
3a2758a942 rc: include for previous 2017-05-11 23:37:02 +02:00
Franco Fichtner
55efecb4ab webgui: restructure previous for clarity 2017-05-11 23:16:13 +02:00
Alexander Graf
0b528dc3a4 Generate ssl options for IPv6 web configurator
In lighttpd < 1.4.46 ssl options like ssl.use-sslv2 and
ssl.cipher-list have to be included twice.
2017-05-11 22:36:38 +02:00
Franco Fichtner
677ef9c0fe rc: user should know what he configured, banner shows it too 2017-05-11 22:26:51 +02:00