Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Completes #5159 | Stephen Beaver | 2015-10-02 | 9 | -1334/+246 |
| | | | | All duplicated JS removed to included file | ||||
* | Fixed #5236 | Stephen Beaver | 2015-10-02 | 1 | -7/+37 |
| | |||||
* | Fixed #5234 | Stephen Beaver | 2015-10-02 | 2 | -40/+183 |
| | | | | Javascript Base64 class was MIA | ||||
* | Fixed #5233 | Stephen Beaver | 2015-10-02 | 2 | -2/+12 |
| | |||||
* | Fixed # 5232 | Stephen Beaver | 2015-10-02 | 1 | -29/+56 |
| | |||||
* | Let user know it's going to reboot if any package of core repo needs upgrade | Renato Botelho | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | Check if packages are up to date early | Renato Botelho | 2015-10-02 | 1 | -5/+5 |
| | |||||
* | Make sure partition are mounted in rw mode before any operation | Renato Botelho | 2015-10-02 | 1 | -0/+4 |
| | |||||
* | Only reboot if there are upgrades from core repo | Renato Botelho | 2015-10-02 | 1 | -1/+4 |
| | |||||
* | Remove unnecessary variable | Renato Botelho | 2015-10-02 | 1 | -3/+1 |
| | |||||
* | Remove more cases of hard coded pfSense and use product_name | Renato Botelho | 2015-10-02 | 1 | -4/+6 |
| | |||||
* | Merge pull request #1803 from nagyrobi/patch-18 | Renato Botelho | 2015-10-02 | 1 | -3/+3 |
| | |||||
* | Fix typo | Chris Buechler | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | Specify PSK for mobile configurations without the leading ID selectors. ↵ | Chris Buechler | 2015-10-02 | 1 | -0/+3 |
| | | | | Fixes PSK mismatches from iOS clients. | ||||
* | fix text | Chris Buechler | 2015-10-01 | 1 | -2/+2 |
| | |||||
* | Comment typo fix | Stephen Beaver | 2015-10-01 | 1 | -1/+1 |
| | |||||
* | Fixed #5227 by changing button type to Global | Stephen Beaver | 2015-10-01 | 1 | -2/+2 |
| | |||||
* | improve spacing for non form panels | Jared Dillard | 2015-10-01 | 4 | -10/+25 |
| | |||||
* | Fixed #5230 | Stephen Beaver | 2015-10-01 | 1 | -29/+75 |
| | |||||
* | When using eap-radius, if the virtual address pool is left blank, pull the ↵ | jim-p | 2015-10-01 | 1 | -2/+6 |
| | | | | | | IP addresses from RADIUS instead. (Will need an IP address defined for each account.) Doesn't seem to be possible to pull from either RADIUS *or* a local pool that I can see from experimenting and looking at strongSwan's docs. | ||||
* | Specify %any where identifier is "any", so the note on these pages | Chris Buechler | 2015-10-01 | 3 | -2/+5 |
| | | | | actually works. | ||||
* | Merge pull request #1941 from heper/patch-2 | Stephen Beaver | 2015-10-01 | 1 | -1/+1 |
|\ | |||||
| * | $mac missing in output | heper | 2015-10-01 | 1 | -1/+1 |
| | | |||||
* | | Addresses #5159 by removing hide/show/disable/enable functions to included file | Stephen Beaver | 2015-10-01 | 21 | -671/+81 |
| | | |||||
* | | Fixed #5193 clean up user prompts | Jared Dillard | 2015-10-01 | 3 | -5/+5 |
|/ | |||||
* | Introduce read_global_var: | Renato Botelho | 2015-10-01 | 8 | -98/+54 |
| | | | | | | - Add a new script, read_global_var, that returns the value of any item contained in global array $g - Replace all grep and sed magic from shell scripts | ||||
* | Preparation #5159 (Javascript refactoring) | Stephen Beaver | 2015-10-01 | 3 | -22/+51 |
| | | | | | | javascript/pfSenseHelpers.js created and populated with common hide/show/disable/enable functions file included via foot.inc Those functions removed from firewall_nat_edit.php to test | ||||
* | Improved styling of page title prevents spurious underline | Stephen Beaver | 2015-10-01 | 2 | -3/+5 |
| | |||||
* | Page title now hyperlink to page | Stephen Beaver | 2015-10-01 | 2 | -2/+9 |
| | |||||
* | Fixed 5225 | Stephen Beaver | 2015-10-01 | 1 | -42/+48 |
| | |||||
* | Fixed 5225 | Stephen Beaver | 2015-10-01 | 1 | -2/+2 |
| | | | | Programmer had mangled element name in if($_POST) section | ||||
* | Introduce read_xml_tag.sh | Renato Botelho | 2015-10-01 | 14 | -44/+84 |
| | | | | | | Create /usr/local/sbin/read_xml_tag.sh, that will read a xml tag from config file using xmllint. Replace all direct read using cat, grep, sed, ... by this script | ||||
* | Fix #5220, setup PHP timezone: | Renato Botelho | 2015-10-01 | 1 | -2/+19 |
| | | | | | | | | - Get defined zoneinfo in the following order: - /var/db/zoneinfo - /cf/conf/config.xml - /etc/inc/globals_override.inc - /etc/inc/globals.inc | ||||
* | Only need to check 'vip' here. | Chris Buechler | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | fix comment typo Phil Davis noted | Chris Buechler | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | Can't use continue here as it continues the foreach, which skips the "ipfw ↵ | Chris Buechler | 2015-09-30 | 1 | -6/+5 |
| | | | | zone" command, breaking CP for any system that doesn't have VIPs defined. | ||||
* | Restore item accidentaly removed on last commit | Renato Botelho | 2015-09-30 | 1 | -0/+1 |
| | |||||
* | Remove timezone from default config, we have a definition in globais.inc now | Renato Botelho | 2015-09-30 | 1 | -1/+0 |
| | |||||
* | Remove /usr/share/zoneinfo.tgz and use FreeBSD stock zoneinfo. It fixes #4726 | Renato Botelho | 2015-09-30 | 6 | -30/+24 |
| | |||||
* | One more hardcoded pfSense name | Renato Botelho | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | Cert fields should be used for EAP-RADIUS as well. | jim-p | 2015-09-30 | 1 | -0/+1 |
| | |||||
* | Removed bogus array_merge() | Stephen Beaver | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | Fixed bogus array_merge in localid_type selector | Stephen Beaver | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | Fixed incorrect encryption bits selectors | Stephen Beaver | 2015-09-30 | 1 | -43/+43 |
| | | | | Hide Remote network if mobile | ||||
* | Fix detection of mobile IPsec P1 when editing. | jim-p | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | time for 2.3-ALPHA | Chris Buechler | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | Use product_name global variable in more places | Renato Botelho | 2015-09-30 | 13 | -24/+24 |
| | |||||
* | Consider globals_override.inc and replace hard coded pfSense string by ↵ | Renato Botelho | 2015-09-30 | 6 | -24/+88 |
| | | | | product_name | ||||
* | Fixed #5127 | Stephen Beaver | 2015-09-30 | 1 | -1/+1 |
| | | | | Don't "foreach($config['menus'])" if there are no menus defined | ||||
* | Corrected page title (which was using incorect PHP format) | Stephen Beaver | 2015-09-30 | 1 | -1/+1 |
| |