3990 Commits

Author SHA1 Message Date
Franco Fichtner
a619d5cc44 Merge pull request #696 from gitdevmod/lookup-mac
use netaddr to lookup mac address in list_arp.py and list_ndp.py
2016-01-23 16:00:18 +01:00
Franco Fichtner
c45bb6cf0f menu: hide another entry 2016-01-23 09:51:50 +01:00
gitmod
62bccbbe0c add py27-netaddr dependency 2016-01-22 23:02:19 +01:00
Franco Fichtner
3d45ed87dd search: some more tweaks
o Translate menu returned from API (glitchy, but why?)
o Fix styling in chrome by realigning the grouing
o Remove the button, enter is quicker
o Search indicator to the left
o Hide more menu entries
o Space around separator
2016-01-22 22:36:50 +01:00
gitmod
40f6c6663a use netaddr to lookup mac address 2016-01-22 19:53:10 +01:00
gitmod
a5a6678823 use space 2016-01-22 19:39:40 +01:00
gitmod
bde7fab3f9 use netaddr to lookup mac address 2016-01-22 19:33:26 +01:00
Ad Schellevis
78148368b5 (legacy) vpn_openvpn_client.php add duplicate option + some style fixes and cleanups. closes https://github.com/opnsense/core/issues/676 2016-01-22 19:01:12 +01:00
Ad Schellevis
2d531c30f5 (legacy) add delete selected items in firewall_virtual_ip.php 2016-01-22 17:56:05 +01:00
Ad Schellevis
0a3fd1a07f (legacy) display carp frequency in vip overview 2016-01-22 17:29:06 +01:00
Franco Fichtner
4b725a0cd6 search: improve behaviour
o Set tabindex to first for "tab -> type" action
o Translate "Search" string
o Redesign matcher to allow searching for multiple words at once
o Hide unwanted dashboard root submenu item
o Whitespace sweep
2016-01-22 17:25:35 +01:00
Ad Schellevis
dd8d829dc8 (menu) use visibility property 2016-01-22 17:08:20 +01:00
Ad Schellevis
702b962934 (menu/api) hide non visible items 2016-01-22 16:53:23 +01:00
Ad Schellevis
38a8276d4b (menu) add Visibility property 2016-01-22 16:52:02 +01:00
Ad Schellevis
82546f3bc6 (legacy) cleanup spaces and add curly braces in rc.filter_synchronize before changing things there... 2016-01-22 15:41:54 +01:00
Ad Schellevis
32d82fd5ce (legacy) spacing legacy.inc 2016-01-22 15:29:20 +01:00
Ad Schellevis
1bf660a450 (legacy) add menu search box in legacy template, we may need to consolidate some JS code later 2016-01-22 14:54:29 +01:00
Ad Schellevis
c759e92f82 (ui) add missing script type 2016-01-22 14:50:38 +01:00
Ad Schellevis
c95615ba19 (legacy) tabs to spaces in head.inc 2016-01-22 14:48:33 +01:00
Ad Schellevis
7aefb9f81f (legacy) tabs and spaces in fbegin.inc, non functional 2016-01-22 14:40:48 +01:00
Ad Schellevis
3715ac02c6 (menu) add search menu option to heading in new style templates 2016-01-22 14:36:09 +01:00
Ad Schellevis
0e65533564 (menu/api) add search all, empty search string 2016-01-22 14:18:39 +01:00
Ad Schellevis
1e0365fd24 (ui) add bootstrap3-typeahead to core 2016-01-22 14:17:42 +01:00
Ad Schellevis
fb059fa762 (legacy) hasync issue with virtual ip aliases 2016-01-22 09:15:02 +01:00
Franco Fichtner
29dc0b5e4d rc: improve the php config write
o Don't clobber manually installed extensions
o Remove the XDebug enable in favour of an autoload if available
o No longer install XDebug by default

Adds long overdue copyrights, been handling this file since 2014.
2016-01-22 08:30:43 +01:00
Franco Fichtner
68074f42e5 fimrware: don't need bz2 2016-01-22 07:27:46 +01:00
Ad Schellevis
79afa075d0 (proxy) fix cache_store_log location, closes https://github.com/opnsense/core/issues/645 2016-01-21 15:52:57 +01:00
Ad Schellevis
62d73916d3 (legacy) add "clear log" button to other log view types, closes https://github.com/opnsense/core/issues/652 2016-01-21 15:41:52 +01:00
Ad Schellevis
77845eab42 (legacy) use diag_logs_template for diag_logs_filter_plain.php 2016-01-21 15:27:28 +01:00
Ad Schellevis
e5878aff96 (legacy) remove encoding validation in nat.._edit, closes https://github.com/opnsense/core/issues/671 2016-01-21 15:18:05 +01:00
Ad Schellevis
20197cab47 (legacy) openvpn, fix kill client + some cleanups, closes https://github.com/opnsense/core/issues/687 2016-01-21 14:45:56 +01:00
Ad Schellevis
fd4ad209bb (menu) Move services "overview" page, closes https://github.com/opnsense/core/issues/679 2016-01-21 13:43:31 +01:00
Ad Schellevis
26c2053609 (proxy) add support for downloading compressed lists (tar.gz/gz/zip), closes https://github.com/opnsense/core/issues/231 2016-01-21 13:17:28 +01:00
Ad Schellevis
eb3ff2541d zap garbage code 2016-01-21 11:01:12 +01:00
Ad Schellevis
8e5f172434 (legacy) zap update_if_changed 2016-01-21 10:31:47 +01:00
Franco Fichtner
b0a369829a captive portal: exclude a few more chars following user feedback 2016-01-21 08:23:02 +01:00
Ad Schellevis
cbe5cddbdf (ids) locking issue when building rule cache, closes https://github.com/opnsense/core/issues/633 2016-01-20 13:49:01 +01:00
Ad Schellevis
7f436abb6f (legacy, firewall/nat) disable port selection on proto other then udp/tcp, closes https://github.com/opnsense/core/issues/651 2016-01-20 12:28:26 +01:00
Ad Schellevis
add2678bd5 (ldap) log bind errors to syslog, closes https://github.com/opnsense/core/issues/669 2016-01-20 11:51:35 +01:00
Ad Schellevis
0a932431d6 (lang) sort collected gettext from "make dynamic", closes https://github.com/opnsense/core/issues/659 2016-01-20 11:23:52 +01:00
Ad Schellevis
13749d462a (legacy) fix ldap import authentication container layout, closes https://github.com/opnsense/core/issues/673 2016-01-20 11:04:25 +01:00
Franco Fichtner
3d33207e17 firmware: update package message ;) 2016-01-20 10:50:01 +01:00
Franco Fichtner
51d9fa9d8c rc: remove old captive portal rrd files on bootup 2016-01-20 07:23:50 +01:00
Franco Fichtner
ec2f043467 menu: flip firewall section order to match other sections 2016-01-20 07:17:52 +01:00
Ad Schellevis
29044f0dab (legacy, ipsec) add ipsec phase1 description from config in status page 2016-01-19 21:28:34 +01:00
Ad Schellevis
8305144fbf (legacy, ipsec) hide columns in vpn_ipsec.php on small screens 2016-01-19 21:00:21 +01:00
Ad Schellevis
b5af0b45ba (legacy/ipsec) re-add toggle feature, lost during cleanups 2016-01-19 20:39:53 +01:00
Ad Schellevis
a8982f02fd Merge pull request #661 from 8191/enh_ipsecview
IPsec tunnels: enhance table of configured tunnels
2016-01-19 19:14:33 +00:00
Ad Schellevis
5936b4e1f1 (legacy) p2p interface assignments, closes https://github.com/opnsense/core/issues/678 2016-01-19 20:03:44 +01:00
Ad Schellevis
bb223225d0 (legacy) bring down interface on change in interfaces_assign.php, related to https://github.com/opnsense/core/issues/654 2016-01-19 17:42:37 +01:00