Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Miscellanous Textual Corrections - Add missing dots to phrases | NewEraCracker | 2016-05-11 | 1 | -1/+1 |
| | | | | (cherry picked from commit e4c7d45fc7a294817325354e13f4d5bc4987739e) | ||||
* | Adding missing spaces between punctuation | NewEraCracker | 2016-05-10 | 1 | -1/+1 |
| | | | | (cherry picked from commit 0e63fe1f372584a03a6c84aeb6268fde8de75b3a) | ||||
* | Bring back rainterface, add config upgrade to convert to new _vip format. ↵ | Chris Buechler | 2016-03-29 | 1 | -1/+31 |
| | | | | Ticket #6043 | ||||
* | Revert "Merge pull request #2728 from phil-davis/form_button" | Renato Botelho | 2016-03-15 | 1 | -2/+2 |
| | | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f. | ||||
* | Internationalize Form_Button text | Phil Davis | 2016-03-11 | 1 | -2/+2 |
| | | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones. | ||||
* | More icon and button consistency fixes. Ticket #5965 | jim-p | 2016-03-10 | 1 | -4/+1 |
| | |||||
* | Icon consistency in Repeatable blocks. Ticket #5965 | jim-p | 2016-03-09 | 1 | -3/+7 |
| | |||||
* | Simplify check for which interfaces can have RAs, and show track6 interfaces ↵ | Chris Buechler | 2016-02-19 | 1 | -3/+2 |
| | | | | without having to enable DHCPv6 server. Ticket #3029 | ||||
* | Ticket #3029 | Renato Botelho | 2016-02-19 | 1 | -2/+3 |
| | | | | | | | Import patch from @Robert-Nelson to enable DHCPv6 Server/RA to interfaces configured to track DHCP-PD This patch only works for PD with length 64 | ||||
* | Simplify logic | Renato Botelho | 2016-02-18 | 1 | -2/+6 |
| | |||||
* | Merge pull request #2637 from k-paulius/patch-6 | Stephen Beaver | 2016-02-14 | 1 | -1/+6 |
|\ | |||||
| * | Rename 'DHCPv6 Server/RA' to 'DHCPv6 Server & RA' so it does not clash with ↵ | k-paulius | 2016-02-14 | 1 | -1/+1 |
| | | | | | | | | breadcrumb separator. | ||||
| * | Show interface name in the breadcrumb on DHCPv6 Server page | k-paulius | 2016-02-13 | 1 | -1/+6 |
| | | |||||
* | | Review alert wording. End sentence with period, remove redundant 'Warning', ↵ | k-paulius | 2016-02-14 | 1 | -2/+2 |
|/ | | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags. | ||||
* | Review of CARP uniqid changes. | Luiz Otavio O Souza | 2016-02-09 | 1 | -29/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out that current CARP implementation is not much different from an IP alias. This commit converts the IP alias to also use the CARP uniqid scheme, this simplify the code in all other places because now we have only two different cases to deal with: - A friendly interface name (lan, wan, opt1, etc.); - A Virtual IP - VIP alias (_vip{$uniqid}) - CARP or IP Alias. The parent of a CARP is always a friendly interface. The parent of an IP alias can be a friendly interface or a CARP (this is the only case of recursion of a VIP). This commit removes a few cases where CARP were still considered a interface (the old CARP implementation), fixes all the wrong cases of strpos() being used to detect a VIP address (wont work as it returns '0' which fails when tested as 'TRUE'), review the usage of CARP and IP alias as services bind addresses, fixes general issues of adding and editing VIP addresses. The following subsystems were affected by this changes: - IPSEC; - OpenVPN; - dnsmasq; - NTP; - gateways and gateway groups; - IPv6 RA; - GRE interfaces; - CARP status; - Referrer authentication. Fixes (and/or revisit) the following tickets: - Ticket #3257 - Ticket #3716 - Ticket #4450 - Ticket #4858 - Ticket #5441 - Ticket #5442 - Ticket #5500 - Ticket #5783 - Ticket #5844 | ||||
* | Merge pull request #2393 from schinken/radvd-lifetime | Renato Botelho | 2016-01-28 | 1 | -0/+27 |
|\ | |||||
| * | Add possibility to configure radvd valid lifetime | schinken | 2016-01-28 | 1 | -0/+27 |
| | | |||||
* | | More internationalization of servicescode | Phil Davis | 2016-01-27 | 1 | -7/+8 |
| | | |||||
* | | Fixed #5789 | Stephen Beaver | 2016-01-21 | 1 | -9/+11 |
| | | |||||
* | | Fix all unterminated character class for pattern | NewEraCracker | 2016-01-06 | 1 | -1/+1 |
|/ | |||||
* | Code style services | Phil Davis | 2015-12-17 | 1 | -7/+10 |
| | |||||
* | Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵ | Renato Botelho | 2015-12-15 | 1 | -4/+0 |
| | | | | was the reason they were added, it was never finished and it's not being used | ||||
* | Type up SCRIPT tags | Colin Fleming | 2015-11-29 | 1 | -1/+1 |
| | |||||
* | Calling all of these "Page" in the privilege name is redundant since they ↵ | jim-p | 2015-11-25 | 1 | -1/+1 |
| | | | | are all pages and the "WebCfg" prefix implies they are pages. | ||||
* | Various updates to privileges and related metadata | jim-p | 2015-11-25 | 1 | -1/+1 |
| | |||||
* | Added use of class autoloading (GUI stuff only) | Doug Wollison | 2015-11-23 | 1 | -2/+0 |
| | | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader. | ||||
* | radvd only allows 3 RDNSS servers to be specified, otherwise exits with "too ↵ | Chris Buechler | 2015-11-17 | 1 | -8/+5 |
| | | | | many addresses in RDNSS section". | ||||
* | Copyright and license cleanup | Renato Botelho | 2015-11-09 | 1 | -2/+2 |
| | | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces | ||||
* | EOL whitespace and header consistency for www | Phil Davis | 2015-11-09 | 1 | -1/+0 |
| | |||||
* | Redmine #5386 | Phil Davis | 2015-11-08 | 1 | -1/+1 |
| | | | From Router Advertisements tab, be able to select different interfaces and stay on the Router Advertisements tab. | ||||
* | Restored interface tabs to dhcpv6.php | Stephen Beaver | 2015-11-07 | 1 | -1/+1 |
| | | | | Changes dhcp/advertisements tab format in dhcpv6 and router_advertisements | ||||
* | Copyright updates Batch 2 of 3 | Stephen Beaver | 2015-11-06 | 1 | -1/+3 |
| | |||||
* | Various text stuff on the UI | Phil Davis | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | Moved action-buttons in-line styling to pfSense.css | Stephen Beaver | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | Javascript refine to hide Delete row button if there is only one row | Stephen Beaver | 2015-10-27 | 1 | -0/+2 |
| | |||||
* | Completes #5159 | Stephen Beaver | 2015-10-02 | 1 | -163/+1 |
| | | | | All duplicated JS removed to included file | ||||
* | Revised all pages with autocomplete to accommodate host names in validation ↵ | Stephen Beaver | 2015-09-11 | 1 | -2/+2 |
| | | | | and change port inputs to 'text' | ||||
* | jQuery autocomplete added as required | Stephen Beaver | 2015-09-11 | 1 | -3/+11 |
| | |||||
* | Edits courtesy of Phil Davis. Thanks! | Stephen Beaver | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | services_router_advertisements.php: Bootstrap conversion complete | Stephen Beaver | 2015-09-10 | 1 | -288/+386 |
| | |||||
* | Move main pfSense content to src/ | Renato Botelho | 2015-08-25 | 1 | -0/+480 |