summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Buttons update to new design:wqStephen Beaver2015-11-0420-128/+159
|
* Firewall rules pages updated with new button styleStephen Beaver2015-11-045-42/+71
|
* AUtomatically add "info" icon where requiredStephen Beaver2015-11-043-4/+18
|
* Remove dead code from pkg_mgr_install.phpRenato Botelho2015-11-041-30/+3
|
* Respect product_name and tmp_pathRenato Botelho2015-11-041-9/+10
|
* Revised button style on firewall_aliases.php as a model for all other ↵Stephen Beaver2015-11-043-43/+86
| | | | table-based pages
* fix tabstops v2heper2015-11-041-16/+16
|
* fix tabstopsheper2015-11-041-3/+3
|
* convert services_rfc2136 to faheper2015-11-041-4/+25
| | | | please double check the added act==toggle code
* convert services_dyndns to faheper2015-11-041-4/+25
| | | | | i've also added a act=toggle. please check to see if there aren't any huge mistakes in it. (seems to work)
* convert services_unbound_acls to faheper2015-11-041-2/+2
|
* convert services_unbound to faheper2015-11-041-6/+6
|
* convert services_dnsmasq to faheper2015-11-041-6/+6
|
* Merge pull request #2003 from brunostein/fix_button_name_upgrade_firmwareRenato Botelho2015-11-041-2/+2
|\
| * fix button namebruno2015-10-291-2/+2
| |
* | Added automatic error recovery and ajax busy flagStephen Beaver2015-11-031-20/+22
| |
* | A new fix for #4130:Renato Botelho2015-11-031-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | The fix added for this bug, that check xml file size is < 200 to decide if file must or not be read created a new issue, single entry is not showed. Instead of doing this, check parse_xml_config() return and return empty array when it's -1 While here, prevent errors saying parse_xml_config() doesn't exist and make sure xmlparse.inc is required
* | Only call pfSense_ipsec_list_sa() when IPsec is enabledRenato Botelho2015-11-033-3/+16
| |
* | changes for #5219 accidentally reverted unrelated changes made by other ↵Matt Smith2015-11-031-30/+6
| | | | | | | | commits. Restore those & remove some dead code that was commented out.
* | Merge pull request #2023 from heper/patch-3Stephen Beaver2015-11-031-15/+5
|\ \
| * | convert status_dhcp_leases to faheper2015-11-031-15/+5
| | |
* | | Make all progress bars skinier (14px)Stephen Beaver2015-11-031-0/+1
|/ /
* | Added miniature logo for hte RSS widgetStephen Beaver2015-11-032-1/+1
| |
* | Fix widget divStephen Beaver2015-11-031-1/+1
| |
* | Fix degree symbolStephen Beaver2015-11-031-2/+2
| |
* | Fixed warning thresholdStephen Beaver2015-11-031-1/+2
| |
* | Don't allow IPsec mobile clients user auth source to not be a RADIUS server ifMatt Smith2015-11-033-13/+69
| | | | | | | | | | the phase1 auth method is EAP-RADIUS. Properly handle selection of multiple RADIUS servers when using EAP-RADIUS. Fixes #5219.
* | Completed #5369Stephen Beaver2015-11-032-244/+208
| |
* | Restore ipsec_dump_spd() accidentally removed on ↵Renato Botelho2015-11-031-0/+54
| | | | | | | | 7fcd5ea8bb2e7c9c94e1f38008fc3da440eb14e8. Pointy hat to: garga
* | Retire ipsec_smp_dump_status()Renato Botelho2015-11-031-101/+0
| |
* | Merge pull request #2022 from phil-davis/patch-5Stephen Beaver2015-11-021-8/+4
|\ \
| * | diag_logs_filter reduce duplicated icon codePhil Davis2015-11-031-8/+4
|/ / | | | | Almost all the code in old lines 397 and 402 was the same. Make the logic a bit clearer about exactly what is the difference and hopefully reduce future code maintenance issues.
* | FInishing touches to move action icon to left-most columnStephen Beaver2015-11-021-2/+2
| |
* | Merge pull request #2021 from phil-davis/patch-4Stephen Beaver2015-11-021-9/+4
|\ \
| * | diag_logs_filter_dynamic reduce duplicated icon codePhil Davis2015-11-031-9/+4
| | | | | | | | | Almost all the code in old lines 408 and 413 was the same. Make the logic a bit clearer about exactly what is the difference and hopefully reduce future code maintenance issues.
* | | Merge branch 'patch-3' of https://github.com/phil-davis/pfsenseStephen Beaver2015-11-020-0/+0
|\ \ \ | | | | | | | | | | | | | | | | * 'patch-3' of https://github.com/phil-davis/pfsense: diag_logs_filter reduce duplicated icon code
| * | | 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
| | | |
OpenPOWER on IntegriCloud