summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* replaced uppercase html tags with lowercaseayvis2014-03-1978-160/+160
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* replaced BR with brayvis2014-03-193-14/+14
| | | replaced uppercase html tags with lowaercase
* Merge pull request #907 from PiBa-NL/openvpn_client_usercredentialsErmal Luçi2014-03-191-2/+42
|\ | | | | openvpn, allow for entering client user credentials in the WebGUI
| * openvpn, allow for entering client user credentials in the WebGUIPiBa-NL2014-02-091-2/+42
| |
* | replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ayvis2014-03-1830-118/+118
| | | | | | | | files to UTF-8
* | Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-17177-1352/+1352
|\ \ | | | | | | | | | ayvis-master-br
| * | xhtml Complianceayvis2014-03-14177-1352/+1352
| | | | | | | | | replaced <br>, <br/> and </br> with <br />
* | | standardize URLsChris Buechler2014-03-141-1/+1
| | |
* | | standardize URLsChris Buechler2014-03-142-2/+2
| | |
* | | standardize URLsChris Buechler2014-03-141-2/+2
| | |
* | | standardize URLsChris Buechler2014-03-142-2/+2
| | |
* | | standardize on https on www.pfsense.orgChris Buechler2014-03-1415-15/+15
| | |
* | | standardize on https://www.pfsense.orgChris Buechler2014-03-145-5/+5
| | |
* | | standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-1450-58/+58
|/ / | | | | | | packages.pfsense.org
* | Fix #3521, show correct field descrRenato Botelho2014-03-141-1/+1
| |
* | fix text, remove product_website mentions here since that's not actually ↵Chris Buechler2014-03-132-3/+3
| | | | | | | | used anyway.
* | Use descr prepended to voucher fields containing descriptions to have them ↵Ermal2014-03-121-14/+12
| | | | | | | | encoded as CDATA. Fixes #3441
* | Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-1266-192/+232
| | | | | | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* | Pass id variable through htmlspecialchars before print itRenato Botelho2014-03-111-1/+1
| |
* | Validate rule Advanced Options numeric entriesPhil Davis2014-03-111-7/+35
| | | | | | | | | | | | | | | | This makes sure the user puts in ordinary positive integers like "1" and "42" in these advanced options fields. It prevents everything else, including dodgy-looking possibilities like "007" which might actually work OK, but it is safer to allow just plain "7". Note 1: The tests in function is_aoadv_used($rule_config) had to be changed back from using empty() to use $var != "" because if the user enters "0" in one of those fields and presses save, they get an error message, but the Advanced Options block on the GUI is closed (the "0" was considered empty()). That seemed rather confusing - the user would have had to click on the Advanced Options "Advanced" button again to open up that block and see the "0" they had entered. Note 2: I have prohibited 2 things that "pf" allows into the ruleset without generating an error: (max 0) (tcp.established 0) Both of these seem (IMHO) to have no valid use case. They would prevent states from ever happening, and so would effectively be block rules, which could be implemented easily as block rules.
* | Merge pull request #1010 from PiBa-NL/alias_allow_deleteRenato Botelho2014-03-111-2/+7
|\ \ | | | | | | firewall_virtual_ip , allow deleting last ip-alias if interface uses same the subnet. (while CARP-ip is present)
| * | firewall_virtual_ip , allow deleting last ip-alias if interface uses same ↵PiBa-NL2014-03-091-2/+7
| |/ | | | | | | the subnet. (while CARP-ip is present)
* | Fix order of parameters to explode() herejim-p2014-03-101-1/+1
| |
* | Fix OpenVPN XML section namePhil Davis2014-03-101-1/+1
| | | | | | Forum https://forum.pfsense.org/index.php?topic=73479.0
* | Add all advanced options to rule table hover textPhil Davis2014-03-081-2/+16
| | | | | | Bug #3512
* | Properly use key here.Ermal2014-03-071-1/+2
| |
* | better make of gettext in expression (thanks rbgarga)Luiz Gustavo Costa2014-03-071-2/+2
| |
* | more fix some variables gettextLuiz Gustavo Costa2014-03-072-7/+7
| |
* | fix some variables gettextLuiz Gustavo Costa2014-03-071-15/+14
| |
* | Skip input validation when choosing an existing certificate, it should fix #3505Renato Botelho2014-03-071-1/+1
| |
* | Remove unecessary quotesRenato Botelho2014-03-071-3/+3
| |
* | Merge pull request #997 from phil-davis/masterRenato Botelho2014-03-071-2/+19
|\ \ | | | | | | Make Firewall Rules Advanced Options open if used
| * | Refine check for existence of rule advanced optionsPhil Davis2014-03-061-9/+10
| | |
| * | Make Firewall Rules Advanced Options open if usedPhil Davis2014-03-041-2/+18
| | | | | | | | | | | | Currently, if there are some settings defined in Firewall Rules Edit, Advanced Features, Advanced Options, the Advanced Options section is left minimized when the Firewall Edit screen is displayed. This makes it easy for a user to not notice that there are some Advanced Options settings. This change makes the Advanced Options section be displayed if any of the settings are defined, in the same way it is done for all the other Advanced Features sections.
* | | Merge pull request #995 from ayvis/master-syntax-errorsRenato Botelho2014-03-0614-29/+28
|\ \ \ | | | | | | | | syntax errors correction
| * | | syntax errors correctedayvis2014-03-0414-29/+28
| | | |
* | | | Remove not needed anymore functionErmal2014-03-061-5/+0
|/ / /
* | | Merge pull request #984 from phil-davis/masterRenato Botelho2014-03-041-18/+12
|\ \ \ | |/ / | | | Return GWG IP protocol (version) when no gateway IP
| * | Tidy up GWG dropdown selection testsPhil Davis2014-02-281-11/+7
| | | | | | | | | Tested this making a new rule, and editing existing IPv4, IPv6 and IPv4+Ipv6 rules, and switching the IP version on an existing rule. Seems to work!
| * | Tidy "gateway name - IP" in dropdown listPhil Davis2014-02-281-1/+2
| | | | | | | | | While I notice this also, for a plain gateway, the current IP address is also listed in the dropdown list text, like "WAN_DHCP - 10.42.11.1". If there is no IP address currently, it might say "WAN_DHCP - dynamic". But for some DHCP gateways that have not had any non-default manual settings done, it can say "OPT1_DHCP -". This gets rid of the silly-looking "-"
| * | Use return_gateway_groups_array() to build correct GWG listPhil Davis2014-02-271-10/+7
| | | | | | | | | Now return_gateway_groups_array() always returns at least the IP version 'ipprotocol' of each GWG, even if all its members are down at present. It is better to use this to check what IP version the GWG is. The previous check was using the IP address of the first member of the GWG to deduce 'ipprotocol'. That would fail if the WAN was DHCP and was down.
* | | Merge pull request #992 from Doncuppjr/masterRenato Botelho2014-03-041-3/+14
|\ \ \ | | | | | | | | Add UEFI support to Network Boot options.
| * | | Added support for UEFI booting to Network Booting configuration.Charlie Root2014-03-021-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | modified: conf.default/config.xml modified: etc/inc/services.inc modified: usr/local/www/services_dhcp.php
* | | | Remove alert confirmation to delete a package, today user need to confirm twiceRenato Botelho2014-03-041-1/+1
| | | |
* | | | Validate if src OR dst have IP address set when protocol is IPv4+v6. Fixes #3499Renato Botelho2014-03-031-3/+3
|/ / /
* | | Fix #3492, make sure filesystem is read-writeRenato Botelho2014-02-271-0/+4
| | |
* | | Make the IPSec status page work with strongswanErmal2014-02-271-110/+150
| | |
* | | Fix #3486, delete /var/crash content when click 'No'Renato Botelho2014-02-271-1/+1
|/ /
* | Add a function to read the status of connections/SAs/SPDs from smp plugin of ↵Ermal2014-02-261-3/+1
| | | | | | | | StrongSWAN. No need to go through the setkey dumps
* | Port dropdowns: Put port no. after descripstilez2014-02-251-4/+4
| | | | | | | | | | At the moment, even if a port number is entered, it's re-displayed only as a port name when editing. Users who don't have port names -> numbers lookup memorised can't easily confirm when editing a rule, that the port is as intended. Then, when they return to firewall_rules.php the same rules have ports displayed as numbers not names (inconsistent). This small UI edit changes the port dropdowns from just the name "NetBIOS-NS" to "NetBIOS-NS (137)" and shows the very well known port number, for ease of use.
OpenPOWER on IntegriCloud