Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | diag_logs_filter reduce duplicated icon code | Phil Davis | 2015-11-03 | 1 | -8/+4 | |
| |/ / / | | | | | | | | | Almost all the code in old lines 457 and 462 was the same. Make the logic a bit clearer about exactly what is the difference and hopefully reduce future code maintenance issues. | |||||
* | | | | Merge pull request #2019 from phil-davis/patch-2 | Stephen Beaver | 2015-11-02 | 1 | -4/+6 | |
|\ \ \ \ | ||||||
| * | | | | Filter log dynamic pass/block button | Phil Davis | 2015-11-03 | 1 | -4/+6 | |
| |/ / / | | | | | | | | | | | | | | | | | This should fix up the last bits here: 1) Make the button be red cross, green tick depending and block or pass rule. 2) Put all the necessary bits in the getURL - now the rule display popup works when the button is clicked. | |||||
* | | | | Actions back to the left. (By popular demand.) | Stephen Beaver | 2015-11-02 | 2 | -32/+31 | |
|/ / / | ||||||
* | | | Merge pull request #2018 from heper/patch-3 | Stephen Beaver | 2015-11-02 | 1 | -10/+3 | |
|\ \ \ | ||||||
| * | | | convert diag_confbak to fa | heper | 2015-11-02 | 1 | -10/+3 | |
| | |/ | |/| | | | | are the icons for revert & download ok ? | |||||
* | | | Dynamism restored, but etc/inc/filter_log.inc still needs work around line 455 | Stephen Beaver | 2015-11-02 | 2 | -2/+187 | |
|/ / | ||||||
* | | Fix confirm on delete | Stephen Beaver | 2015-11-02 | 1 | -4/+6 | |
| | | ||||||
* | | Merge pull request #2016 from phil-davis/patch-2 | Stephen Beaver | 2015-11-02 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Fix firewall log dynamic rule lookup master | Phil Davis | 2015-11-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | for rows that are dynamically added as time goes by. See https://github.com/pfsense/pfsense/pull/2014 for version for RELENG_2_2. This is theoretically the fix. But due to other issues that mean dynamic updates to not happen at all in 2.3-ALPHA, I haven't been able to actually test it just yet. | |||||
* | | | Merge pull request #2015 from heper/patch-1 | Stephen Beaver | 2015-11-02 | 9 | -44/+38 | |
|\ \ \ | ||||||
| * | | | fix tabstops | heper | 2015-11-02 | 1 | -11/+11 | |
| | | | | ||||||
| * | | | revert back to $_POST after request from Steve_B | heper | 2015-11-02 | 1 | -26/+44 | |
| | | | | | | | | | | | | | | | | note: onclick="return confirm" does not function as expected. vlan still removed when choosing "cancel" | |||||
| * | | | convert interfaces_lagg to fa | heper | 2015-11-02 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | convert interfaces_bridge to fa | heper | 2015-11-02 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | convert interfaces_gif to fa | heper | 2015-11-02 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | convert interfaces_gre to fa | heper | 2015-11-02 | 1 | -7/+3 | |
| | | | | ||||||
| * | | | Update interfaces_qinq.php | heper | 2015-11-02 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | convert interfaces_ppps to fa | heper | 2015-11-02 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | convert interfaces_qinq to fa | heper | 2015-11-02 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | convert interfaces_vlan to fa | heper | 2015-11-02 | 1 | -37/+21 | |
| | | | | | | | | | | | | this page used $_POST instead on $_GET. no clue why. changed it to $_GET like every other page i've come across thus far. (it only seems to complicate things, without an actual benefit??) | |||||
| * | | | convert interfaces_wireless to fa | heper | 2015-11-02 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Update interfaces_groups.php | heper | 2015-11-02 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | convert interfaces_groups to fa | heper | 2015-11-02 | 1 | -7/+3 | |
| |/ / | ||||||
* | | | Fixed #5222 | Stephen Beaver | 2015-11-02 | 2 | -3/+2 | |
|/ / | ||||||
* | | Make diag_logs_filter and diag_logs_filter_dynamic consistent by moving ↵ | Stephen Beaver | 2015-11-02 | 2 | -29/+32 | |
| | | | | | | | | action icon to last column | |||||
* | | Changed icons to font-awesome | Stephen Beaver | 2015-11-02 | 3 | -6/+24 | |
| | | | | | | | | Changed tooltips to Bootstrap style | |||||
* | | Added icon-pointer class | Stephen Beaver | 2015-11-02 | 3 | -4/+10 | |
| | | ||||||
* | | Merge pull request #2013 from heper/patch-1 | Stephen Beaver | 2015-11-02 | 3 | -6/+36 | |
|\ \ | ||||||
| * | | fix block/pass icons | heper | 2015-11-02 | 1 | -4/+14 | |
| | | | ||||||
| * | | fix block/pass icons | heper | 2015-11-02 | 1 | -2/+12 | |
| | | | ||||||
| * | | icon color danger & success | heper | 2015-11-01 | 1 | -0/+10 | |
|/ / | ||||||
* | | Merge pull request #2010 from heper/patch-1 | Stephen Beaver | 2015-10-31 | 6 | -25/+21 | |
|\ \ | ||||||
| * | | Update vpn_pppoe.php | heper | 2015-11-01 | 1 | -0/+1 | |
| | | | ||||||
| * | | convert vpn_pppoe to fa | heper | 2015-11-01 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | ToDo: enable/disable icon. personally don't know what actions are needed when enabling/disabling this. | |||||
| * | | convert services_wol to fa | heper | 2015-10-31 | 1 | -7/+3 | |
| | | | ||||||
| * | | convert load_balancer_virtual_server to fa | heper | 2015-10-31 | 1 | -5/+5 | |
| | | | ||||||
| * | | convert load_balancer_monitor to fa | heper | 2015-10-31 | 1 | -3/+3 | |
| | | | ||||||
| * | | convert load_balancer_pool to fa | heper | 2015-10-31 | 1 | -4/+4 | |
| | | | ||||||
| * | | convert services_igmpproxy to fa | heper | 2015-10-31 | 1 | -3/+3 | |
|/ / | ||||||
* | | Fixed #5362 | Stephen Beaver | 2015-10-31 | 1 | -6/+63 | |
| | | ||||||
* | | Update diag_ipsec.php to use new call to get tunnel status. | Matt Smith | 2015-10-31 | 1 | -126/+132 | |
| | | ||||||
* | | It is not necessary manually disable the IPSEC processing when not used. | Luiz Otavio O Souza | 2015-10-31 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | With the recent IPSEC changes by gnn@, there is no more performance penalty for 1G networks if you have IPSEC compiled in kernel but not used. TAG: tryforward | |||||
* | | The net.inet.ip.fastforward sysctl is retired now. | Luiz Otavio O Souza | 2015-10-31 | 2 | -4/+0 | |
| | | | | | | | | | | | | Tryforward instead, is always on and is compatible with IPSEC. TAG: tryforward | |||||
* | | Apply a different fix to issue #2993. | Luiz Otavio O Souza | 2015-10-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | Instead of forcing the encrypted traffic in transport mode as ENC_AFTER, just change the mask to allow ENC_BEFORE events. Theoretically, this eliminate the need of ipsec_transport_filterfix.diff. Issue: #2993 | |||||
* | | Merge pull request #2008 from heper/patch-1 | Stephen Beaver | 2015-10-31 | 2 | -12/+12 | |
|\ \ | ||||||
| * | | convert services_dhcpv6 to fa | heper | 2015-10-31 | 1 | -10/+10 | |
| | | | ||||||
| * | | convert services_dhcp to fa | heper | 2015-10-31 | 1 | -2/+2 | |
|/ / | ||||||
* | | Merge pull request #2007 from phil-davis/patch-1 | Stephen Beaver | 2015-10-30 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | system_advanced_sysctl fix text of delete confirmation | Phil Davis | 2015-10-31 | 1 | -1/+1 | |
|/ / |