Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add validation to prohibit IPv6 on firewall_nat_edit.php, where it will ↵ | Chris Buechler | 2016-04-25 | 1 | -0/+13 |
| | | | | generate invalid ruleset. Ticket #6265 | ||||
* | localip and gateway aren't used when type is PPP, remove here. Ticket #6264 | Chris Buechler | 2016-04-25 | 1 | -2/+0 |
| | |||||
* | Fixed #6259 (Gateway widget form layout) | Stephen Beaver | 2016-04-25 | 1 | -4/+12 |
| | |||||
* | Reduce log level for RELEASE versions. Fixes #6178 | Renato Botelho | 2016-04-25 | 1 | -0/+8 |
| | |||||
* | Replace vim by vim-lite which has less dependencies and doesn't require X11 ↵ | Renato Botelho | 2016-04-25 | 1 | -1/+1 |
| | | | | by default | ||||
* | Merge pull request #2909 from phil-davis/patch-4 | Stephen Beaver | 2016-04-25 | 1 | -5/+8 |
|\ | |||||
| * | Fix #6251 Temperature on System Information Widget | Phil Davis | 2016-04-25 | 1 | -5/+8 |
| | | | | | | | | | | It just seems that some infrastructure for a temperature bar had been put in place, but the code never finished to actually do it. But I am a bit surprised that it has taken so long for someone to report this. The temperature is in deg Celsius, so a 0 to 100 "progress bar" works nicely for the typical reasonable temperature range. I have not tried to make it have any sort of good/warning/really hot color indications... - that is for the Temperature Sensors widget. I also changed to using the ° way to get a degree symbol, rather than the various special character codes that were there. Hopefully ° should be a fully portable way to specify this. | ||||
* | | Merge pull request #2908 from NOYB/Status_/_System_Logs_-_Punctuation | Stephen Beaver | 2016-04-25 | 2 | -6/+6 |
|\ \ | |||||
| * | | Status / System Logs - Punctuation | NOYB | 2016-04-25 | 2 | -6/+6 |
| |/ | | | | | | | Clean up some punctuation. | ||||
* | | Merge pull request #2904 from NOYB/Status_/_IPsec_/_Overview_-_Few_Fixes | Stephen Beaver | 2016-04-25 | 1 | -2/+7 |
|\ \ | |||||
| * | | Status / IPsec / Overview - Few_Fixes | NOYB | 2016-04-24 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | 1) If there is no IPsec status response display an info box wrapped in table tags to prevent horizontal scroll bar. 2) Correct colspan to match header columns. 3) Punctuation. | ||||
* | | | Merge pull request #2900 from NOYB/VPN_Menu_-_Punctuation | Stephen Beaver | 2016-04-25 | 5 | -14/+14 |
|\ \ \ | |_|/ |/| | | |||||
| * | | VPN Menu - Punctuation | NOYB | 2016-04-22 | 5 | -14/+14 |
| | | | | | | | | | | | | Clean up some VPN menu punctuation. | ||||
* | | | Add some available packages from user requests. | Chris Buechler | 2016-04-24 | 1 | -0/+5 |
| |/ |/| | |||||
* | | Merge pull request #2903 from phil-davis/patch-4 | Chris Buechler | 2016-04-24 | 1 | -3/+6 |
|\ \ | |||||
| * | | Fix #6244 Put back byte counts on Status Interfaces | Phil Davis | 2016-04-24 | 1 | -3/+6 |
|/ / | |||||
* | | Merge pull request #2899 from phil-davis/patch-4 | Chris Buechler | 2016-04-23 | 1 | -58/+60 |
|\ \ | |||||
| * | | Don't foreach unless it's an array. Ticket #6142 | Phil Davis | 2016-04-22 | 1 | -58/+60 |
| |/ | | | | | Similar thing to https://github.com/pfsense/pfsense/commit/13dab3538fe8b6c1688142c89a017520ad0aaac6 should be done here in upgrade_130_to_131() | ||||
* | | Use leftsendcert=always where leftcert is defined. Ticket #6082 | Chris Buechler | 2016-04-23 | 1 | -0/+3 |
| | | |||||
* | | Hyper-V SMART - didn't intend to commit that part. Ticket #6147 | Chris Buechler | 2016-04-23 | 1 | -4/+0 |
| | | |||||
* | | Add Hyper-V support to system_identify_specific_platform, and disable ↵ | Chris Buechler | 2016-04-23 | 3 | -4/+25 |
| | | | | | | | | S.M.A.R.T. actions in Hyper-V guests. Ticket #6147 | ||||
* | | fix indent on dhcpdv6 sntp-servers | Chris Buechler | 2016-04-23 | 1 | -1/+1 |
| | | |||||
* | | Hostnames are valid for NTP servers in DHCP Server. Ticket #6239 | Chris Buechler | 2016-04-23 | 1 | -4/+4 |
| | | |||||
* | | Further fix for tun/tap and topology | Stephen Beaver | 2016-04-22 | 1 | -0/+2 |
| | | |||||
* | | Fixed #6236 | Stephen Beaver | 2016-04-22 | 1 | -1/+3 |
| | | |||||
* | | Prevent configuring the same parent and VLAN ID multiple times. Ticket #6183 | Chris Buechler | 2016-04-22 | 1 | -0/+8 |
|/ | |||||
* | Add config upgrade code for CARP IPs on gateway groups, GRE and gif. Ticket ↵ | Chris Buechler | 2016-04-22 | 1 | -0/+54 |
| | | | | #6222 | ||||
* | Don't foreach unless it's an array. Ticket #6142 | Chris Buechler | 2016-04-22 | 1 | -37/+39 |
| | |||||
* | Update VIPs CARP parent on upgrade. Ticket #6164 | Chris Buechler | 2016-04-22 | 3 | -2/+18 |
| | |||||
* | Merge pull request #2883 from NOYB/Periodic_RRD_&_DHCP_Leases_RAM_Disk_Backup | Chris Buechler | 2016-04-21 | 4 | -3/+24 |
|\ | |||||
| * | Rebase / Update config version. | NOYB | 2016-04-20 | 2 | -2/+2 |
| | | |||||
| * | Move the install cron job calls into an if/else so they are not added then ↵ | NOYB | 2016-04-20 | 1 | -3/+6 |
| | | | | | | | | immediately removed. | ||||
| * | Periodic RRD & DHCP Leases RAM Disk Backup | NOYB | 2016-04-20 | 2 | -0/+18 |
| | | | | | | | | Remove these cron jobs on full install if not using ramdisk. | ||||
* | | Add 200000 to max cache while we're at it. Ticket #6230 | Chris Buechler | 2016-04-21 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #2897 from phil-davis/patch-4 | Chris Buechler | 2016-04-21 | 1 | -2/+2 |
|\ \ | |||||
| * | | Feature #6230 Increase Unbound Host Cache | Phil Davis | 2016-04-22 | 1 | -2/+2 |
| | | | | | | | | | This is very easy to do, if people are happy to have 100,000 as an option. | ||||
* | | | Add vnstat to poudriere_bulk | Chris Buechler | 2016-04-21 | 1 | -0/+1 |
|/ / | |||||
* | | WArn user on selecting non pfSense theme/css | Stephen Beaver | 2016-04-21 | 2 | -2/+26 |
| | | |||||
* | | Send pkg repos to staging server before move to final one | Renato Botelho | 2016-04-21 | 2 | -7/+40 |
| | | |||||
* | | Transfer the logic of rsync dir name to pkg_repo_rsync() | Renato Botelho | 2016-04-21 | 1 | -4/+11 |
| | | |||||
* | | Merge pull request #2895 from phil-davis/patch-4 | Stephen Beaver | 2016-04-21 | 0 | -0/+0 |
|\ \ | |||||
| * | | Fix #6173 Refactor NAT Edit src type matching | Phil Davis | 2016-04-21 | 1 | -13/+7 |
| | | | | | | | | | | | | | | | 1) Remove a couple of unused calls to is_specialnet() 2) Change srctype_selected() to use a similar scheme to dsttype_selected() to decide if the existing value matches one of the dropdown list items. 3) Items like "WAN net" and "LAN net" in the src type dropdown were showing as just "WAN" and "LAN" in the dst type dropdown. Fixup the build_dsttype_list() code so it does the same as build_srctype_list() when making the text for those interface networks. | ||||
* | | | Fix #6173 Refactor NAT Edit src type matching | Phil Davis | 2016-04-21 | 1 | -13/+7 |
| | | | | | | | | | | | | | | | 1) Remove a couple of unused calls to is_specialnet() 2) Change srctype_selected() to use a similar scheme to dsttype_selected() to decide if the existing value matches one of the dropdown list items. 3) Items like "WAN net" and "LAN net" in the src type dropdown were showing as just "WAN" and "LAN" in the dst type dropdown. Fixup the build_dsttype_list() code so it does the same as build_srctype_list() when making the text for those interface networks. | ||||
* | | | clean up jquery-ui themes and add images | Jared Dillard | 2016-04-21 | 33 | -2/+12 |
| | | | |||||
* | | | Show insertion point icons only if one or more rules have been selected | Stephen Beaver | 2016-04-21 | 1 | -4/+16 |
| | | | |||||
* | | | ALternative fix for #6092 uses icon to indicate insertion point rather than ↵ | Stephen Beaver | 2016-04-21 | 1 | -3/+5 |
| | | | | | | | | | | | | cell border. | ||||
* | | | Do not try to show files that don't exist anymore on 2.3 | Renato Botelho | 2016-04-21 | 1 | -7/+2 |
| | | | |||||
* | | | Updated #6092 as requested | Stephen Beaver | 2016-04-21 | 1 | -3/+10 |
| | | | |||||
* | | | Use poudriere branch variable instead of hardcoded master | Renato Botelho | 2016-04-21 | 1 | -2/+2 |
| | | | |||||
* | | | Use HTTP version for builder_setup | Renato Botelho | 2016-04-21 | 1 | -1/+2 |
| | | |