summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* replace and find for icon-embed-btnheper2015-11-0552-67/+67
|
* Fix save/update messages and formatStephen Beaver2015-11-041-13/+13
|
* Merge pull request #2024 from heper/patch-4Stephen Beaver2015-11-041-10/+4
|\
| * convert status_dhcpv6_leases to faheper2015-11-041-10/+4
| |
* | Merge pull request #2017 from heper/patch-1Stephen Beaver2015-11-045-13/+13
|\ \
| * | convert vpn_openvpn_csc to faheper2015-11-021-3/+3
| | |
| * | convert vpn_openvpn_client to faheper2015-11-021-2/+2
| | |
| * | convert vpn_openvpn_server to faheper2015-11-021-2/+2
| | |
| * | convert vpn_l2tp_users to faheper2015-11-021-2/+2
| | |
| * | convert vpn_ipsec_keys to faheper2015-11-021-4/+4
| | |
* | | Buttons updatedStephen Beaver2015-11-048-55/+54
| | |
* | | Updated button stylesStephen Beaver2015-11-046-91/+148
| | |
* | | Buttons changed to new designStephen Beaver2015-11-047-116/+224
| | |
* | | Buttons converted to new deisgnStephen Beaver2015-11-046-35/+57
| | | | | | | | | | | | 'X' button suppressed in info text box
* | | 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
| | |
* | | 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 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.
OpenPOWER on IntegriCloud