summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Collapse)AuthorAgeFilesLines
* Give a visual indication when a port forward has the negation option active ↵jim-p2016-03-081-0/+3
| | | | (no rdr). Ticket #5965
* Correct the text and placement of the disable and nobinat options for 1:1 ↵jim-p2016-03-081-9/+9
| | | | NAT rules. Fixes #5966
* Slight change to CARP status icons, difference between master and backup ↵jim-p2016-03-082-2/+2
| | | | status was not clear enough. Ticket #5965
* Correct some icon usage inconsistencies. Fixes #5965jim-p2016-03-088-28/+28
|
* Clean up the CARP status widget. Fixes #5964jim-p2016-03-081-19/+22
|
* Move Save button on config history settings inside the panel with the other ↵jim-p2016-03-081-4/+6
| | | | settings. Fixes #5961
* Merge pull request #2717 from NOYB/System_/_User_Manager_/_Groups_/_EditStephen Beaver2016-03-081-2/+5
|\
| * System / User Manager / Groups / EditNOYB2016-03-071-2/+5
| | | | | | | | | | | | Error: th start tag in table body. Warning: A table row was 3 columns wide and exceeded the column count established by the first row (2).
* | Merge pull request #2716 from phil-davis/patch-6Stephen Beaver2016-03-081-1/+1
|\ \
| * | Change invalid use of $iface in interfaces.phpPhil Davis2016-03-081-1/+1
| |/ | | | | | | | | | | | | | | | | At this point $iface is an undefined var. So the last test of this "if" statement is useless. That code fragment was introduced in commit https://github.com/pfsense/pfsense/commit/e4d40f41aafe00353c0069b457a0b1b0d6c20987 I think that code fragment came from a similar thing that is inside a "foreach $iface" loop in interfaces_pps_edit.php https://github.com/pfsense/pfsense/blob/master/src/usr/local/www/interfaces_ppps_edit.php#L300 and was pasted into the condition here back in 2011 without being changed. What I have done to the test here seems what would have been intended. Any better ideas are welcome.
* | Merge pull request #2715 from phil-davis/patch-5Stephen Beaver2016-03-081-2/+6
|\ \
| * | Improve track6-prefix-id handlingPhil Davis2016-03-081-2/+6
| |/ | | | | | | | | | | | | 1) The var $iface is not set at lines 2457 or 2464. It is a var that was used higher up local to build_ipv6interface_list() - it is not relevant to the single fields track6-prefix-id--hex and track6-prefix-id-max 2) When the user selects a different track6-interface then trigger update_track6_prefix() which will update the help text track6-prefix-id-range. Related to forum https://forum.pfsense.org/index.php?topic=107962.msg601309#msg601309 This pull request does not directly address the reported issue of the track6-prefix-id not "taking". It just fixes up some code issues that I noticed.
* | Merge pull request #2714 from phil-davis/actionsStephen Beaver2016-03-087-15/+13
|\ \
| * | Add Actions column headingPhil Davis2016-03-087-15/+13
| |/ | | | | | | to other places where it was missing, for UI consistency.
* | Merge pull request #2713 from phil-davis/patch-3Stephen Beaver2016-03-081-1/+1
|\ \
| * | Add Actions column heading for CRL ManagerPhil Davis2016-03-081-1/+1
| |/ | | | | To be consistent with everywhere else that has a heading for the Actions column.
* | System / User Manager / Users / EditNOYB2016-03-071-1/+2
|/ | | | | | Warning: A table row was 4 columns wide and exceeded the column count established by the first row (3). Error: Stray end tag td.
* On second though, don't use this class on this particular tag in the WoL widget.jim-p2016-03-071-1/+1
|
* Fix up the formatting of the Wake on LAN widget and change the code style so ↵jim-p2016-03-071-24/+31
| | | | it isn't a bunch of echos. Fixes #5960
* Fix load balancer status widget uptime percentage display. Fixes #5959jim-p2016-03-071-1/+1
|
* Destroy reference after foreachNewEraCracker2016-03-072-0/+2
| | | | As recommended at https://secure.php.net/manual/en/control-structures.foreach.php
* 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
| |
OpenPOWER on IntegriCloud