Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code style interfaces miscellaneous files | Phil Davis | 2015-05-13 | 1 | -165/+249 |
| | |||||
* | Fix password box cursor position | Phil Davis | 2015-03-10 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | Similar to https://github.com/pfsense/pfsense/commit/dedc40f7ded5f88aee4720aa8a3a57667b975254 The password field shows the little lock icon, but the text input area starts over the top of the icon and as I type in the field the password "dots" go over the lock icon in each of these data entry places. Changing the field name/id to not be "password" but to be "passwordfld", "passwordfld1" "passwordfld2" and the like fixes it. Something does not like the field being called just "password". In interfaces.php I also changed the field "username" to be "ppp_username". This standardized it to work in a similar way to pppoe_username pptp_username fields. It looks easier to understand for me. | ||||
* | Fix lineup of copyright lines | Phil Davis | 2015-01-01 | 1 | -1/+1 |
| | | | | | and module names and other bits of formatting and typos in header comment sections. | ||||
* | Welcome 2015 | Renato Botelho | 2014-12-31 | 1 | -1/+1 |
| | |||||
* | phone number is a required field | Chris Buechler | 2014-11-22 | 1 | -1/+1 |
| | |||||
* | Change copyright statement to reflect reality | Jim Thompson | 2014-11-10 | 1 | -0/+2 |
| | |||||
* | Remove almost all calls to history.back() and make Cancel button back to ↵ | Renato Botelho | 2014-09-12 | 1 | -1/+3 |
| | | | | HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work | ||||
* | Update SCRIPT tags. | Colin Fleming | 2014-05-19 | 1 | -1/+3 |
| | | | | Add CDATA sections to SCRIPT tags in various files | ||||
* | Use the glob on 2.2 now as well for listing PPP serial devices. | jim-p | 2014-05-15 | 1 | -1/+2 |
| | | | | Rather than doing auto-detection, fall back to a glob for now when listing potential PPP serial devices. This will allow us to push ticket #2433 back to 2.2 with a more proper long-term fix for the auto-detection. | ||||
* | xhtml Compliance | ayvis | 2014-03-14 | 1 | -23/+23 |
| | | | replaced <br>, <br/> and </br> with <br /> | ||||
* | Improve checks for params 'id', 'dup' and other similar ones to make sure ↵ | Renato Botelho | 2014-03-12 | 1 | -2/+3 |
| | | | | they are numeric integer, also, pass them through htmlspecialchars() before print | ||||
* | Remove call-time pass by reference for do_input_validation, helps ticket #2565 | Renato Botelho | 2013-09-12 | 1 | -3/+3 |
| | |||||
* | Tidy up "interfaces_pps_edit.php" XHTML | Colin Fleming | 2013-04-17 | 1 | -31/+28 |
| | | | | | | | Update HTML Boolean operators Add summary to TABLE tags Add missing opening and closing cell tags in TR tag Remove duplicate opening TR tag | ||||
* | Tidy up "interfaces_pps_edit.php" XHTML | Colin Fleming | 2013-04-16 | 1 | -34/+34 |
| | | | | Close INPUT and BR tags | ||||
* | List VLAN interfaces on Interfaces -> (assign) -> PPPs edit. It should fix #1767 | Renato Botelho | 2013-01-08 | 1 | -0/+6 |
| | |||||
* | Correct reload of ppp interface after modifications in the assign->ppps section | Ermal | 2012-11-21 | 1 | -1/+1 |
| | |||||
* | Activate new shortcuts/status in the rest of the areas that are currently setup. | jim-p | 2012-08-10 | 1 | -0/+1 |
| | |||||
* | The function split() is replaced by the function explode(). Starting with ↵ | smos | 2012-01-19 | 1 | -1/+1 |
| | | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings | ||||
* | Converting from scriptaculous to jQuery | Vinicius Coque | 2011-11-15 | 1 | -1/+1 |
| | |||||
* | Do more strict checking if an ppp type interface is assigned before starting ↵ | Ermal | 2011-03-15 | 1 | -13/+8 |
| | | | | the mpd process behind it. Trigered-by: http://forum.pfsense.org/index.php/topic,34377.0.html | ||||
* | Fix HTML errors reported by Eclipse using PHP perspective | Pierre POMES | 2011-01-09 | 1 | -1/+1 |
| | |||||
* | Attempt to make it more clear to users that "Dial on Demand" should not be ↵ | gnhb | 2011-01-03 | 1 | -1/+1 |
| | | | | | | enabled if the link should be always up/on. | ||||
* | Bring in XSS id fixes from m0n0wall | Scott Ullrich | 2010-11-12 | 1 | -1/+1 |
| | |||||
* | Make the note more coherent. | gnhb | 2010-08-22 | 1 | -1/+1 |
| | |||||
* | Remove duplicate logic. | gnhb | 2010-08-22 | 1 | -1/+1 |
| | |||||
* | Oops. Don't clobber the provider data if the user enters one. | gnhb | 2010-08-22 | 1 | -4/+7 |
| | | | | | And add data validation so user can't set Service name and NULL service name at the same time. | ||||
* | Add a checkbox to explicitly configure a null Service name for PPPoE. | gnhb | 2010-08-22 | 1 | -5/+9 |
| | | | | See: http://forum.pfsense.org/index.php/topic,27461.0.html | ||||
* | Actually make this not error out. | Ermal | 2010-08-20 | 1 | -3/+6 |
| | |||||
* | fix text | Chris Buechler | 2010-08-14 | 1 | -2/+2 |
| | |||||
* | fix text | Chris Buechler | 2010-08-14 | 1 | -1/+1 |
| | |||||
* | fix text | Chris Buechler | 2010-08-14 | 1 | -2/+2 |
| | |||||
* | fix text | Chris Buechler | 2010-08-13 | 1 | -1/+1 |
| | |||||
* | should be #777 not *777 | Chris Buechler | 2010-08-13 | 1 | -1/+1 |
| | |||||
* | Expose MRRU settings in the GUI for PPPoE (MLPPP). | gnhb | 2010-08-13 | 1 | -2/+10 |
| | |||||
* | Fix gettext on interfaces_ppps_edit.php | Vinicius Coque | 2010-08-12 | 1 | -4/+4 |
| | |||||
* | Add missing explode parameter. | Erik Fonnesbeck | 2010-08-05 | 1 | -1/+1 |
| | |||||
* | Make sure this dir exists because the new function uses it. | Ermal | 2010-08-03 | 1 | -0/+2 |
| | |||||
* | Use the new pfSense module call to find the usable ports from the ones ↵ | Ermal | 2010-08-03 | 1 | -5/+1 |
| | | | | created on /dev. | ||||
* | Corrections gettext implementation on interfaces_ppps_edit.php | Carlos Eduardo Ramos | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | Checked gettext() implementation on interfaces_ppps_edit.php | Carlos Eduardo Ramos | 2010-07-14 | 1 | -17/+17 |
| | |||||
* | Fix gettext implementation on interfaces_ppps_edit.php | Vinicius Coque | 2010-07-10 | 1 | -1/+1 |
| | |||||
* | Implement gettext() calls on interfaces_ppps_edit.php | Rafael Lucas | 2010-07-02 | 1 | -33/+33 |
| | |||||
* | Revert "Implemment gettext() calls" | Renato Botelho | 2010-06-30 | 1 | -12/+13 |
| | | | | | | | | | This reverts commit 7502ef0a698a49d9652cd3616447eb717cba707d. A lot of mistakes Conflicts: usr/local/www/firewall_nat.php | ||||
* | Implemment gettext() calls | Jeann | 2010-06-29 | 1 | -13/+12 |
| | |||||
* | Take out all code that assumes to use DHCP for local ip if local ip is left ↵ | gnhb | 2010-06-10 | 1 | -12/+1 |
| | | | | | | blank. Also, check for blank local IPs and error out if they occur. | ||||
* | Allow assigned interfaces to be choosed as ppp members. This allows ppp over ↵ | Ermal | 2010-06-10 | 1 | -1/+10 |
| | | | | gre/gif etc.... | ||||
* | Clean up pptp a bit and modify text description in interfaces_ppps_edit | gnhb | 2010-06-10 | 1 | -7/+4 |
| | |||||
* | Make pppoe reset work again with new <if> naming scheme. | gnhb | 2010-06-09 | 1 | -1/+0 |
| | | | | | | | | Previous commit also moved pppoe reset functions to interfaces.inc so we don't have to duplicate in interfaces.php and interfaces_ppps_edit.php Also, add code so that when ppp config section gets deleted, associated <cron> item gets deleted for pppoe-reset cron items. | ||||
* | Change ptpid to use sequential number. This makes Ermal happy. :) | gnhb | 2010-06-09 | 1 | -104/+10 |
| | | | | Also add <if> section to <ppps><ppp> which is ppp type + ptpid.` | ||||
* | Initial support for DCHP+PPtP/L2tP. DHCP + PPPoE is supported too. | gnhb | 2010-06-07 | 1 | -8/+5 |
| | | | | Must create an OPTx interface and set to DHCP for DHCP+PPPoE. |