summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | diag_logs_filter reduce duplicated icon codePhil Davis2015-11-031-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-2Stephen Beaver2015-11-021-4/+6
|\ \ \ \
| * | | | Filter log dynamic pass/block buttonPhil Davis2015-11-031-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 Beaver2015-11-022-32/+31
|/ / /
* | | Merge pull request #2018 from heper/patch-3Stephen Beaver2015-11-021-10/+3
|\ \ \
| * | | convert diag_confbak to faheper2015-11-021-10/+3
| | |/ | |/| | | | are the icons for revert & download ok ?
* | | Dynamism restored, but etc/inc/filter_log.inc still needs work around line 455Stephen Beaver2015-11-022-2/+187
|/ /
* | Fix confirm on deleteStephen Beaver2015-11-021-4/+6
| |
* | Merge pull request #2016 from phil-davis/patch-2Stephen Beaver2015-11-021-2/+2
|\ \
| * | Fix firewall log dynamic rule lookup masterPhil Davis2015-11-021-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-1Stephen Beaver2015-11-029-44/+38
|\ \ \
| * | | fix tabstopsheper2015-11-021-11/+11
| | | |
| * | | revert back to $_POST after request from Steve_Bheper2015-11-021-26/+44
| | | | | | | | | | | | | | | | note: onclick="return confirm" does not function as expected. vlan still removed when choosing "cancel"
| * | | convert interfaces_lagg to faheper2015-11-021-2/+2
| | | |
| * | | convert interfaces_bridge to faheper2015-11-021-3/+3
| | | |
| * | | convert interfaces_gif to faheper2015-11-021-3/+3
| | | |
| * | | convert interfaces_gre to faheper2015-11-021-7/+3
| | | |
| * | | Update interfaces_qinq.phpheper2015-11-021-2/+2
| | | |
| * | | convert interfaces_ppps to faheper2015-11-021-2/+2
| | | |
| * | | convert interfaces_qinq to faheper2015-11-021-2/+2
| | | |
| * | | convert interfaces_vlan to faheper2015-11-021-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 faheper2015-11-021-2/+2
| | | |
| * | | Update interfaces_groups.phpheper2015-11-021-1/+1
| | | |
| * | | convert interfaces_groups to faheper2015-11-021-7/+3
| |/ /
* | | Fixed #5222Stephen Beaver2015-11-022-3/+2
|/ /
* | Make diag_logs_filter and diag_logs_filter_dynamic consistent by moving ↵Stephen Beaver2015-11-022-29/+32
| | | | | | | | action icon to last column
* | Changed icons to font-awesomeStephen Beaver2015-11-023-6/+24
| | | | | | | | Changed tooltips to Bootstrap style
* | Added icon-pointer classStephen Beaver2015-11-023-4/+10
| |
* | Merge pull request #2013 from heper/patch-1Stephen Beaver2015-11-023-6/+36
|\ \
| * | fix block/pass iconsheper2015-11-021-4/+14
| | |
| * | fix block/pass iconsheper2015-11-021-2/+12
| | |
| * | icon color danger & successheper2015-11-011-0/+10
|/ /
* | Merge pull request #2010 from heper/patch-1Stephen Beaver2015-10-316-25/+21
|\ \
| * | Update vpn_pppoe.phpheper2015-11-011-0/+1
| | |
| * | convert vpn_pppoe to faheper2015-11-011-4/+3
| | | | | | | | | | | | | | | ToDo: enable/disable icon. personally don't know what actions are needed when enabling/disabling this.
| * | convert services_wol to faheper2015-10-311-7/+3
| | |
| * | convert load_balancer_virtual_server to faheper2015-10-311-5/+5
| | |
| * | convert load_balancer_monitor to faheper2015-10-311-3/+3
| | |
| * | convert load_balancer_pool to faheper2015-10-311-4/+4
| | |
| * | convert services_igmpproxy to faheper2015-10-311-3/+3
|/ /
* | Fixed #5362Stephen Beaver2015-10-311-6/+63
| |
* | Update diag_ipsec.php to use new call to get tunnel status.Matt Smith2015-10-311-126/+132
| |
* | It is not necessary manually disable the IPSEC processing when not used.Luiz Otavio O Souza2015-10-311-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 Souza2015-10-312-4/+0
| | | | | | | | | | | | Tryforward instead, is always on and is compatible with IPSEC. TAG: tryforward
* | Apply a different fix to issue #2993.Luiz Otavio O Souza2015-10-311-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-1Stephen Beaver2015-10-312-12/+12
|\ \
| * | convert services_dhcpv6 to faheper2015-10-311-10/+10
| | |
| * | convert services_dhcp to faheper2015-10-311-2/+2
|/ /
* | Merge pull request #2007 from phil-davis/patch-1Stephen Beaver2015-10-301-1/+1
|\ \
| * | system_advanced_sysctl fix text of delete confirmationPhil Davis2015-10-311-1/+1
|/ /
OpenPOWER on IntegriCloud