4952 Commits

Author SHA1 Message Date
Ad Schellevis
8d0e40e28e (legacy) move restore_config_section to diag_backup.php, only used there... 2016-06-20 15:00:57 +02:00
Ad Schellevis
65aa038255 (legacy) move is_private_ip() to util.inc 2016-06-20 14:33:30 +02:00
Ad Schellevis
1a7199cc1a code style rc.bootup 2016-06-20 12:30:38 +02:00
Ad Schellevis
5fa09cd4d8 typo in ddns static mapping, https://github.com/opnsense/core/issues/1023 2016-06-20 10:50:29 +02:00
Ad Schellevis
f482f138e4 Merge pull request #1011 from fabianfrz/otp
create qrcode in the browser instead of an external service
2016-06-20 09:41:26 +02:00
Franco Fichtner
43f61b0756 services: update dyndns edit style 2016-06-20 07:24:15 +02:00
Franco Fichtner
638e3d8ff8 led: remove unmaintained support 2016-06-18 15:27:19 +02:00
Franco Fichtner
fb8c8b44a6 trust: change export button labels; closes #1021
While there zap a note that is obvious, because there is no button
and a text label saying what facility uses the cert...
2016-06-18 15:12:39 +02:00
Franco Fichtner
398ae5bbff system: migrate setup_serial_port() and friends 2016-06-18 15:06:00 +02:00
Franco Fichtner
951a4cebc1 interfaces: call stack on get_carp_interface_status() is also tricky 2016-06-18 14:55:12 +02:00
Franco Fichtner
382a3d3b68 unbound: move get_dns_servers() 2016-06-18 14:49:19 +02:00
Franco Fichtner
0b486cd14f util: move is_fqdn()
The call stack is pretty loose on is_fqdn() as it is called by
system_routing_configure() which gets called in an uncontrollable
fashion in interface.inc.
2016-06-18 14:43:58 +02:00
Franco Fichtner
7bcc88ce29 system: there is no dnscache 2016-06-18 14:34:30 +02:00
Franco Fichtner
a9c0cd37e8 interfaces: function belongs here 2016-06-18 12:54:20 +02:00
Franco Fichtner
91f984a052 filter: migrate alias handling 2016-06-18 12:48:31 +02:00
Franco Fichtner
2108673851 inc: shift more functions to their rightful place 2016-06-18 12:08:10 +02:00
Franco Fichtner
21803172ce interface: new home for old mac table load
This needs to be ported to the python backend table, because
this code requires nmap to be installed...
2016-06-18 11:53:15 +02:00
Franco Fichtner
33853a10fe filter: migrate functions here too 2016-06-18 11:50:17 +02:00
Franco Fichtner
d5bff2810b system: kernel modules belong to system 2016-06-18 11:47:08 +02:00
Franco Fichtner
6e43845723 rc: dynamically load netgraph modules we used to have in the kernel 2016-06-18 11:38:04 +02:00
Franco Fichtner
fc59129ef9 dashboard: don't let progress br text float above footer 2016-06-15 22:48:50 +02:00
Franco Fichtner
125808e29d gateways: change the approach for gateway generation
Instead of injecting dynamic gateways after reading the config, we will
inject them before instead.  This gives us the opportinuity to check
for matches and remove disabled gateways, finally addressing #933 in a
sane way.
2016-06-15 21:28:58 +02:00
Franco Fichtner
414303817d services: untangle dhcpv6 server and router advertisements a bit 2016-06-15 17:46:57 +02:00
Franco Fichtner
163ff00103 logs: extra care for log search
Suggested by: @fabianfrz
2016-06-15 09:11:29 +02:00
Franco Fichtner
5937d16c37 services: show radvd service control on respective page 2016-06-15 08:59:53 +02:00
Franco Fichtner
ea31c80969 www: more php print issues 2016-06-15 06:32:40 +02:00
Franco Fichtner
a45f5fab0d system: add two more languages in development: Italian and Swedish 2016-06-15 07:25:11 +02:00
Franco Fichtner
d74415374d logs: action doesn't do anything here
Suggested by: @fabianfrz
2016-06-15 07:10:24 +02:00
Franco Fichtner
6f1b900c70 plugins: syslog plugging for openvpn/ipsec 2016-06-13 20:13:51 +02:00
Franco Fichtner
d0c8782edc logs: update search input style 2016-06-13 13:16:19 +02:00
Franco Fichtner
ef63bc6830 logs: always load services.inc, loading plugins.inc in template too 2016-06-13 08:35:56 +02:00
Franco Fichtner
88b047c126 logs: move log specifics away from guiconfig.inc 2016-06-13 08:23:36 +02:00
Franco Fichtner
12febf0260 ui: back out intrusive style fix, table layout could be better 2016-06-13 08:05:34 +02:00
Franco Fichtner
c022c9a34b rfc2136: tweak translation string link 2016-06-13 07:52:28 +02:00
Fabian Franz
cd724c2bd9 create qrcode in the browser instead of an external service 2016-06-12 12:42:08 +02:00
Franco Fichtner
8916910260 Merge pull request #1010 from fabianfrz/fix_914
created a fix for 914 (openvpn-client-export.inc)
2016-06-12 12:16:08 +02:00
Fabian Franz
8ba5aca61c created a fix for 914 (openvpn-client-export.inc) 2016-06-11 14:15:40 +02:00
Franco Fichtner
3940688682 interfaces: tweaks after table-layout changes
o Allow to delete WAN, LAN is worse :P
o Zap spurious 4th column
o Shorten assign text prompt
o remove margianlly helpful message
2016-06-11 13:33:56 +02:00
Franco Fichtner
f44b7e0ca3 ui: tip toeing around mobile issues for #1003
This tries to address table overflow problems we have and is
only meant as a base for further discussion.  It gets rid of
table overflow, e.g. in the dashboard on small mobile screens
by setting "table-layout: fixed;" for all tables.  This breaks
the stacked-to-horizontal emulation, so the workaround there
is to switch it off, which requires a proper viewport detection.

While there, fiddle with the logs template, but for these non-
hooked stacked-to-horizontal tables the fix for table-layout
can't be undone, because that would break the original fix in
the first place.

Moral of the story: tables are deprecated.  ;)
2016-06-11 12:36:22 +02:00
Franco Fichtner
bf745deac8 dashboard: consistent style for status keyword 2016-06-11 11:08:58 +02:00
Franco Fichtner
bcb39d0c07 services: don't set bootup routines when disabled; closes #1000 2016-06-11 08:47:41 +02:00
Franco Fichtner
d4d27c1489 openvpn: always create interfaces, closes #1002 2016-06-11 08:34:22 +02:00
Franco Fichtner
3201c22144 firmware: I think this file was supposed to do this... ;) 2016-06-11 08:24:57 +02:00
Franco Fichtner
d46366d2dc firmware: tweak new settings dialog a little 2016-06-11 08:11:18 +02:00
Franco Fichtner
b891dc9fd8 system: only two sections for general settings now 2016-06-11 08:00:54 +02:00
Franco Fichtner
05e5251772 menu: separate power menu; closes #1004
LAST TIME THIS WILL BE MOVED LIKE EVER. :P
2016-06-11 07:57:06 +02:00
Franco Fichtner
1fafe62a3b rfc2136: proper styling 2016-06-11 07:49:59 +02:00
Franco Fichtner
f6b554f87e www: consistent use of <?=, some escapes while at it; closes #986 2016-06-11 07:45:49 +02:00
Ad Schellevis
1bae1a1724 missed a spot 2016-06-10 15:57:43 +02:00
Ad Schellevis
a6db11307d (openvpn client) fix javascript code and improve spacing, https://github.com/opnsense/core/issues/1005 2016-06-10 15:55:56 +02:00