summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Correct wording of prefer_ipv4 help textPhil Davis2016-03-061-1/+1
|/
* 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
|
* Add track6 DHCP6 IPs back to interface when applying changes. Ticket #5945Chris Buechler2016-03-051-0/+9
|
* clean up descriptionChris Buechler2016-03-051-2/+2
|
* Remove help text wrongly copy/pasted from elsewhere.Chris Buechler2016-03-051-2/+1
|
* fix dark theme cssJared Dillard2016-03-041-1/+2
|
* 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;.
* | Re-generate pfSense.potRenato Botelho2016-03-041-6223/+7611
| |
* | 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
* | 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-034-107/+351
| | | | custom restrictions for arbitrary networks. Fixes #4463
* Remove Status -> RRD Graphs in favor of Status -> Monitoring. Ticket #5498Renato Botelho2016-03-034-2373/+0
|
* HTML Compliance - Diagnostics / S.M.A.R.T. Status / Information & TestsNOYB2016-03-031-9/+15
| | | | Remove unused/duplicate ID's; action, device, submit.
* 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
| | |
| | * Fix indexing of $mappings and fix column headersAnders Lind2016-03-011-2/+3
| | | | | | | | | | | | | | | Remove "$entry['iaid'] . " from $mappings[] since the IAID of the IA_NA != IAID of the IA_PD, please see note in https://redmine.pfsense.org/issues/4206#note-9 Add table header for the icon in the Delegated Prefixes section to fix alignment of the column headers.
| * | Check $activeAnders Lind2016-03-011-1/+1
| | | | | | | | | Fix missing check for $active to avoid creating a route to a released lease.
| * | Fix substr mistakeAnders Lind2016-03-011-1/+1
| |/ | | | | | | Made a silly mistake and overlooked an important difference between javascript substring() and php substr(). Tightened regex check for octal value.
* | Shift the values to account for the removal of the gateways one. Ticket #5905Chris Buechler2016-03-031-5/+5
| |
* | Use correct variable. Ticket #5946Chris Buechler2016-03-021-1/+1
| |
* | Fix text for OpenVPN client that was copied from server, client's second.Chris Buechler2016-03-021-3/+3
| |
* | Ticket #5905 remove unused codeJared Dillard2016-03-022-99/+0
| |
* | Ticket #5905 remove hardcoded colorsJared Dillard2016-03-022-21/+11
| |
* | Ticket #5905 remove hardcoded colorsJared Dillard2016-03-021-13/+7
| |
* | ticket #5615 fix popover hoverJared Dillard2016-03-021-1/+23
| |
* | change hardcoded colors to classesJared Dillard2016-03-021-14/+9
| |
* | fix styles for bordered table on dark themeJared Dillard2016-03-021-0/+8
| |
* | update old styles with new css classesJared Dillard2016-03-021-26/+12
| |
* | Read xml files from /usr/local/share/pfSense/menu and load menu entriesRenato Botelho2016-03-021-19/+55
| |
* | Merge pull request #2696 from phil-davis/patch-1Renato Botelho2016-03-021-6/+6
|\ \
| * | Use MiB units for memory disk sizePhil Davis2016-03-011-6/+6
| |/ | | | | | | | | | | | | Forum: https://forum.pfsense.org/index.php?topic=106547.0 The underlying FreeBSD command seems to allocate space in MiB - e.g. https://www.freebsd.org/doc/handbook/disks-virtual.html examples show a 5m disk getting 10240 sectors (of 512 bytes) = 5120 KiB = 5 MiB. Even though the formatted space shown by df ends up being less, the underlying total allocated space is the specified size in MiB. /etc/rc.embedded does commands like: mdmfs -S -M -s 123m md /tmp Which will make a 123MiB memory disk.
* | Merge pull request #2697 from phil-davis/patch-2Renato Botelho2016-03-021-1/+1
|\ \
| * | print_callout class settingPhil Davis2016-03-011-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The last test here looks not good having just a single equals sign - if the interpreter evaluates this then $class will always get set to 'info'. In practice it should work OK, because the evaluation of boolean conditions left to right should stop when any of the other tests to the left evaluates false. So $class will only be set to 'info' if it is not already 'default' 'danger' or 'warning'. Actually the code could be: a) Obfuscated version with empty if block content: if ($class != 'default' && $class != 'danger' && $class != 'warning' && $class = 'info') { // Noop - the if test above has already set $class to 'info' as required. } or b) Clearer version without bothering with any test for $class != 'info' : if ($class != 'default' && $class != 'danger' && $class != 'warning') { $class = 'info'; }
* | Merge pull request #2699 from NOYB/HTML_Compliance_-_Diagnostics_/_Edit_FileRenato Botelho2016-03-021-2/+2
|\ \
| * | HTML Compliance - Diagnostics / Edit FileNOYB2016-03-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attribute width not allowed on element input at this point. <input type=number id=gotoline width=6> Width attribute is only valid on input element for type image. Changed to use size attribute. Stray end tag input. Bad value for attribute cols on element textarea: The empty string is not a valid positive integer. <textarea id=fileContent name=fileContent class=form-control rows=30 cols="> Syntax of positive integer: One or more digits (0-9), with at least one which is non-zero. For example: 42 is valid, but 00 is not. This is being handled by css so setting to default value. Stray start tag script. </html>↩↩<script type=text/javascript>↩$(doc Scripts being placed after the page closing tags is bad form. The scripts in foot.inc that are required by filebrowser/browse.js should be provide by other means such as a scripts include file so that browser.js, and others, can be placed before the page close tags of foot.inc. Foot.inc should be just that. Not the start of something more. This is a design issue. Leaving for another time.
* | | Merge pull request #2698 from phil-davis/patch-3Renato Botelho2016-03-021-7/+25
|\ \ \ | |/ / |/| |
| * | Add code to handle DHCP leases in multiple poolsPhil Davis2016-03-021-7/+25
| | | | | | | | | | | | | | | | | | | | | 1) Add code from RELENG_2_2 https://github.com/pfsense/pfsense/commit/cf3aff59edfa4b101d69ddd694a59fdc580d2299 that checks for leases that are in pools other than the ordinary first pool. This code has been missed from the bootstrap conversion. 2) Make the leases per interface/pool work properly. The counter $dlsc did not get incremented much anyway, because of break statements in the previous code. I have made it key $dhcp_leases_subnet_counter by the interface and starting IP of the pool - this is a unique identifier of each pool, so the counter for it can be reliably incremented as leases are considered in any order. 3) Sort $dhcp_leases_subnet_counter before displaying the counter data - that way the displayed data is always nicely ordered by interface name and then increasing pool start IP, regardless of the order that the leases happened to be found.
* | | Fix DHCPv6 server check to allow track6. Ticket #3029Chris Buechler2016-03-011-1/+1
|/ /
* | add D3 stylesJared Dillard2016-03-012-0/+42
| |
* | remove old filesJared Dillard2016-03-012-14/+0
| |
* | move 3rd party files to vendor folderJared Dillard2016-03-015-2/+14452
| |
* | Show n/a for static mappings, as prior versions did. Ticket #5942Chris Buechler2016-03-011-2/+7
|/
* Merge pull request #2695 from derelict-pf/masterStephen Beaver2016-03-012-3/+3
|\
OpenPOWER on IntegriCloud