summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in variable name that end up breaking nanobsd images. Fixes #5956Renato Botelho2016-03-061-1/+1
|
* Do not reset date string when doing read-only operationsRenato Botelho2016-03-061-0/+2
|
* Fix log filenameRenato Botelho2016-03-061-1/+1
|
* Merge pull request #2709 from NOYB/HTML_Compliance_-_Login_FormStephen Beaver2016-03-062-2/+23
|\
| * HTML Compliance - Login FormNOYB2016-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Error: Duplicate attribute class. <div class=alert alert-warning class=hidden id=no_cookies>Your browser must support cookies to login.</div> Consolidate multiple class attributes. Error: Attribute autocorrect not allowed on element input at this point. <input type=text class=form-control name=usernamefld id=usernamefld placeholder=Enter your username autocorrect=off autocapitalize=none spellcheck=false> Non standard IOs Safari, Android Chrome attribute. Error: Attribute autocapitalize not allowed on element input at this point. <input type=text class=form-control name=usernamefld id=usernamefld placeholder=Enter your username autocorrect=off autocapitalize=none spellcheck=false> Non standard IOs Safari, Android Chrome attribute.
| * When listing the network interfaces, print the link state and not the ↵Luiz Otavio O Souza2016-03-051-1/+7
| | | | | | | | administrative state.
| * If you are assigning interfaces, remove the existing configuration from old ↵Luiz Otavio O Souza2016-03-051-0/+15
|/ | | | | | interfaces if any. This fixes the need for a reboot after changing interface assignment in console.
* Merge pull request #2708 from phil-davis/patch-3Stephen Beaver2016-03-051-0/+6
|\
| * Limit widget column to dashboardcolumnsPhil Davis2016-03-061-0/+6
| | | | | | | | | | | | | | Stops widgets from "going missing" when the user reduces the dashboard columns in System, General Setup. If the user just lowers dashboard columns to see what happens, then increases it again, the actual column settings are preserved in the config, so the widgets go back where they were. That seems a good thing. If the user lowers dashboard columns and then also saves the dashboard, the newly-limited column settings will be saved. Forum: https://forum.pfsense.org/index.php?topic=107865.0
* | Merge pull request #2707 from phil-davis/patch-2Stephen Beaver2016-03-051-1/+1
|\ \ | |/ |/|
| * Correct wording of prefer_ipv4 help textPhil Davis2016-03-061-1/+1
|/
* Merge pull request #2706 from ↵Stephen Beaver2016-03-0529-8884/+8188
|\ | | | | | | NOYB/System_/_User_Manager_/_Groups_/_Edit_/_Add_Privileges
| * System / User Manager / Groups / Edit / Add PrivilegesNOYB2016-03-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not certain that the list needs to be sorted here. Looks like it is already in order. If it does then a valid callback function will need to be accessible. Error: Non-space characters found without seeing a doctype first. Expected e.g. <!DOCTYPE html>. Warning: uasort() expects parameter 2 to be a valid callback, function 'cpusercmp' not found or invalid function name in /usr/local/www/system_groupmanager_addprivs.php on line 91 Error: Element head is missing a required instance of child element title. Warning: uasort() expects parameter 2 to be a valid callback, function 'cpusercmp' not found or invalid function name in /usr/local/www/system_groupmanager_addprivs.php on line 91 Error: Stray doctype. Error: Stray start tag html.
| * fix whitespaceChris Buechler2016-03-051-1/+1
| |
| * Remove duplicated text/javascriptChris Buechler2016-03-051-1/+1
| |
| * Add track6 DHCP6 IPs back to interface when applying changes. Ticket #5945Chris Buechler2016-03-051-0/+9
| |
| * After recreating the VLAN interface, run interface_configure on it if it's ↵Chris Buechler2016-03-051-0/+8
| | | | | | | | assigned and enabled. Ticket #5951
| * clean up descriptionChris Buechler2016-03-051-2/+2
| |
| * Remove help text wrongly copy/pasted from elsewhere.Chris Buechler2016-03-051-2/+1
| |
| * Update nginx gzip_types. Remove text/html since it's redundant, and add a ↵Chris Buechler2016-03-041-1/+1
| | | | | | | | few others. Particularly useful, json, since status_monitoring.php uses it. Reduces load time on slow connections to about 1/4th of what it is without gzip on json. Ticket #5498
| * fix dark theme cssJared Dillard2016-03-041-1/+2
| |
| * Always set ignore_acquire_ts = yes. No need for that in any of our use ↵Chris Buechler2016-03-041-0/+1
| | | | | | | | cases, and it fixes problems like Ticket #4719.
| * Clarify what is happeningRenato Botelho2016-03-041-2/+4
| |
| * Create missing jails on updateRenato Botelho2016-03-041-3/+4
| |
| * Merge pull request #2705 from ↵Renato Botelho2016-03-041-1/+1
| |\ | | | | | | | | | NOYB/HTML_Compliance_-_Diagnostics_/_States_/_States
| | * HTML Compliance - Diagnostics / States / StatesNOYB2016-03-041-1/+1
| | | | | | | | | | | | Bad character - after <. Probable cause: Unescaped <. Try escaping it as &lt;.
| * | Merge pull request #2703 from phil-davis/patch-2Renato Botelho2016-03-041-1/+1
| |\ \
| | * | pkg-utils typo in commentPhil Davis2016-03-041-1/+1
| | | |
| * | | Re-generate pfSense.potRenato Botelho2016-03-041-6223/+7611
| | | |
| * | | Merge pull request #2704 from dennypage/masterRenato Botelho2016-03-042-136/+83
| |\ \ \ | | |_|/ | |/| |
| | * | Merge remote-tracking branch 'upstream/master'Denny Page2016-03-031-1/+1
| | |\ \ | | |/ / | |/| |
| * | | A PD-obtained subnet is always a /64 on the interface, so should be shown as ↵Chris Buechler2016-03-031-1/+1
| | |/ | |/| | | | | | | such here in DHCPv6 server. Ticket #3029
| | * Adjust default parameters to match changes in dpingerDenny Page2016-03-031-3/+3
| | |
| | * Revise explanation and validation of dpinger parameters.Denny Page2016-03-031-133/+80
| |/
| * Move NTP access restrictions to their own tab and add the ability to craft ↵jim-p2016-03-036-109/+396
| | | | | | | | custom restrictions for arbitrary networks. Fixes #4463
| * Revert "Always send a -HUP to dhcp6c in interfaces_track6_configure for ↵Chris Buechler2016-03-031-4/+12
| | | | | | | | | | | | DHCP6 WAN types. Doing so isn't any more disruptive than what it's already doing, and that ensures track6 interfaces don't lose their IPv6 IPs. Ticket #5945" This reverts commit 471b81f8f7b0a5fe22019aed955e5374e3411dbf.
| * IF PHP is not running, just exit silentlyRenato Botelho2016-03-031-0/+5
| |
| * Detect binary packages installed but not registered in the system and do it ↵Renato Botelho2016-03-032-1/+36
| | | | | | | | during boot
| * Add an option to get_pkg_info() that makes it do not try to update metadataRenato Botelho2016-03-031-2/+7
| |
| * Remove get_pkg_id, last calls to it was removedRenato Botelho2016-03-031-5/+0
| |
| * Remove Status -> Monitoring related packages from poudriere bulkRenato Botelho2016-03-031-3/+0
| |
| * Remove Status -> RRD Graphs in favor of Status -> Monitoring. Ticket #5498Renato Botelho2016-03-036-2386/+3
|/
* Merge pull request 2702 from ↵Stephen Beaver2016-03-030-0/+0
|\ | | | | | | NOYB/HTML_Compliance_-_Diagnostics_/_S.M.A.R.T._Status_/_Information_&_Tests
| * HTML Compliance - Diagnostics / S.M.A.R.T. Status / Information & TestsNOYB2016-03-031-9/+15
| | | | | | | | Remove unused/duplicate ID's; action, device, submit.
* | HTML Compliance - Diagnostics / S.M.A.R.T. Status / Information & TestsNOYB2016-03-031-9/+15
| | | | | | | | Remove unused/duplicate ID's; action, device, submit.
* | Add new RRD package to the listRenato Botelho2016-03-031-0/+1
| |
* | Merge pull request #2700 from al-right/masterChris Buechler2016-03-032-8/+13
|\ \ | |/ |/|
| * Merge pull request #1 from al-right/al-right-patch-1Anders Lind2016-03-021-6/+11
| |\ | | | | | | Al right patch 1
| | * Update status_dhcpv6_leases.phpAnders Lind2016-03-021-3/+7
| | | | | | | | | | | | | | | Fix lacking of incrementation of index when two characters have been passed. Fix check of $n so that the octal value is checked as an octal value.
| | * Missed to fix all $mappingsAnders Lind2016-03-011-1/+1
| | |
OpenPOWER on IntegriCloud