summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* PPP here, not L2TP. noticed by ↵Chris Buechler2016-04-261-1/+1
| | | | https://forum.pfsense.org/index.php?topic=110686.0
* darken background colorsJared Dillard2016-04-261-2/+2
|
* Merge pull request #2912 from phil-davis/patch-4Stephen Beaver2016-04-261-0/+1
|\
| * Fix #6267 Load value of direction on editPhil Davis2016-04-261-0/+1
| |
* | Merge pull request #2911 from NOYB/Diagnostics_-_Menu_-_PunctuationStephen Beaver2016-04-268-11/+11
|\ \
| * | Diagnostics - Menu - PunctuationNOYB2016-04-268-11/+11
| |/ | | | | | | Clean up some punctuation.
* | Extra comma, not neededlukehamburg2016-04-261-1/+1
|/ | | | | Removed an extra comma - more correct IMO (cherry picked from commit 90968c493922bd9d80a37fe90d1b9440ca7a2333)
* Allow port specification for Unbound domain overrides. Also fix display of ↵Chris Buechler2016-04-261-1/+5
| | | | input errors. Ticket #6091
* Fix text.Chris Buechler2016-04-261-1/+1
|
* Add validation to prohibit IPv6 on firewall_nat_edit.php, where it will ↵Chris Buechler2016-04-251-0/+13
| | | | generate invalid ruleset. Ticket #6265
* localip and gateway aren't used when type is PPP, remove here. Ticket #6264Chris Buechler2016-04-251-2/+0
|
* Fixed #6259 (Gateway widget form layout)Stephen Beaver2016-04-251-4/+12
|
* Reduce log level for RELEASE versions. Fixes #6178Renato Botelho2016-04-251-0/+8
|
* Merge pull request #2909 from phil-davis/patch-4Stephen Beaver2016-04-251-5/+8
|\
| * Fix #6251 Temperature on System Information WidgetPhil Davis2016-04-251-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 &deg way to get a degree symbol, rather than the various special character codes that were there. Hopefully &deg should be a fully portable way to specify this.
* | Merge pull request #2908 from NOYB/Status_/_System_Logs_-_PunctuationStephen Beaver2016-04-252-6/+6
|\ \
| * | Status / System Logs - PunctuationNOYB2016-04-252-6/+6
| |/ | | | | | | Clean up some punctuation.
* | Merge pull request #2904 from NOYB/Status_/_IPsec_/_Overview_-_Few_FixesStephen Beaver2016-04-251-2/+7
|\ \
| * | Status / IPsec / Overview - Few_FixesNOYB2016-04-241-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_-_PunctuationStephen Beaver2016-04-255-14/+14
|\ \ | |/ |/|
| * VPN Menu - PunctuationNOYB2016-04-225-14/+14
| | | | | | | | Clean up some VPN menu punctuation.
* | Fix #6244 Put back byte counts on Status InterfacesPhil Davis2016-04-241-3/+6
| |
* | Merge pull request #2899 from phil-davis/patch-4Chris Buechler2016-04-231-58/+60
|\ \
| * | Don't foreach unless it's an array. Ticket #6142Phil Davis2016-04-221-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 #6082Chris Buechler2016-04-231-0/+3
| |
* | Hyper-V SMART - didn't intend to commit that part. Ticket #6147Chris Buechler2016-04-231-4/+0
| |
* | Add Hyper-V support to system_identify_specific_platform, and disable ↵Chris Buechler2016-04-233-4/+25
| | | | | | | | S.M.A.R.T. actions in Hyper-V guests. Ticket #6147
* | fix indent on dhcpdv6 sntp-serversChris Buechler2016-04-231-1/+1
| |
* | Hostnames are valid for NTP servers in DHCP Server. Ticket #6239Chris Buechler2016-04-231-4/+4
| |
* | Further fix for tun/tap and topologyStephen Beaver2016-04-221-0/+2
| |
* | Fixed #6236Stephen Beaver2016-04-221-1/+3
| |
* | Prevent configuring the same parent and VLAN ID multiple times. Ticket #6183Chris Buechler2016-04-221-0/+8
|/
* Add config upgrade code for CARP IPs on gateway groups, GRE and gif. Ticket ↵Chris Buechler2016-04-221-0/+54
| | | | #6222
* Don't foreach unless it's an array. Ticket #6142Chris Buechler2016-04-221-37/+39
|
* Update VIPs CARP parent on upgrade. Ticket #6164Chris Buechler2016-04-223-2/+18
|
* Merge pull request #2883 from NOYB/Periodic_RRD_&_DHCP_Leases_RAM_Disk_BackupChris Buechler2016-04-214-3/+24
|\
| * Rebase / Update config version.NOYB2016-04-202-2/+2
| |
| * Move the install cron job calls into an if/else so they are not added then ↵NOYB2016-04-201-3/+6
| | | | | | | | immediately removed.
| * Periodic RRD & DHCP Leases RAM Disk BackupNOYB2016-04-202-0/+18
| | | | | | | | Remove these cron jobs on full install if not using ramdisk.
* | Add 200000 to max cache while we're at it. Ticket #6230Chris Buechler2016-04-211-2/+2
| |
* | Feature #6230 Increase Unbound Host CachePhil Davis2016-04-221-2/+2
| | | | | | This is very easy to do, if people are happy to have 100,000 as an option.
* | WArn user on selecting non pfSense theme/cssStephen Beaver2016-04-212-2/+26
| |
* | Fix #6173 Refactor NAT Edit src type matchingPhil Davis2016-04-211-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 imagesJared Dillard2016-04-2133-2/+12
| |
* | Show insertion point icons only if one or more rules have been selectedStephen Beaver2016-04-211-4/+16
| |
* | ALternative fix for #6092 uses icon to indicate insertion point rather than ↵Stephen Beaver2016-04-211-3/+5
| | | | | | | | cell border.
* | Do not try to show files that don't exist anymore on 2.3Renato Botelho2016-04-211-7/+2
| |
* | Updated #6092 as requestedStephen Beaver2016-04-211-3/+10
| |
* | Merge pull request #2894 from NOYB/Services_-_PunctuationRenato Botelho2016-04-2111-36/+36
|\ \
| * | Services - PunctuationNOYB2016-04-2111-36/+36
| | | | | | | | | | | | Clean up some services menu punctuation.
OpenPOWER on IntegriCloud