summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Simplify messageScott Ullrich2011-09-261-3/+1
|
* Hide warning until firmware update enabled = trueScott Ullrich2011-09-261-0/+3
|
* Disable download and revisit tomorrowScott Ullrich2011-09-251-17/+19
|
* Use escapeshellcmdScott Ullrich2011-09-251-2/+2
|
* Fix pathScott Ullrich2011-09-251-2/+2
|
* Add download backup featureScott Ullrich2011-09-251-4/+25
|
* Include functions first. Just saw a APC cache bug for getAllowedPages()Scott Ullrich2011-09-251-2/+3
|
* Use format_bytes()Scott Ullrich2011-09-251-3/+7
|
* Center textScott Ullrich2011-09-251-1/+1
|
* Increase colspanScott Ullrich2011-09-251-1/+1
|
* Add delete full backup featureScott Ullrich2011-09-251-1/+14
|
* Nuke classScott Ullrich2011-09-251-1/+1
|
* Show backup sizeScott Ullrich2011-09-251-2/+8
|
* Add option to not restore config.xmlScott Ullrich2011-09-251-0/+6
|
* Make the manual firmware upgrade screen look a little less busy.Scott Ullrich2011-09-251-23/+34
|
* Note when no backups are foundScott Ullrich2011-09-251-0/+9
|
* Add restore full backup tabScott Ullrich2011-09-255-0/+148
|
* Add checkbox to invoke full backup prior to upgradeScott Ullrich2011-09-252-0/+8
|
* Add option to perform full backup prior to upgrade. First commit of 2011 ↵Scott Ullrich2011-09-251-0/+5
| | | | pfSense hackathon!
* Correct typo, fixes Ticket #1892smos2011-09-221-1/+1
|
* Fix interface finding. Now properly adds a dhcpv6 static mapping via + button.jim-p2011-09-211-7/+2
|
* Fix type detectionjim-p2011-09-211-0/+1
|
* Fix misnomer since the page was copied from dhcpv4, change references to arp ↵jim-p2011-09-211-9/+9
| | | | to ndp instead.
* Speed up display of static dhcpv6 leases by skipping an additional ndp exec ↵jim-p2011-09-211-2/+2
| | | | for each entry, use the existing arpdata array instead.
* Fix display of static dhcpv6 assignments. Format duid with colons.jim-p2011-09-211-4/+4
|
* Commit a fix that prevents the drop down from showing over 31 length.smos2011-09-211-3/+3
| | | | Fixes Ticket #1892
* Show MAC address on DHCPv6 output. (Not that it's used in the same way for ↵jim-p2011-09-211-7/+12
| | | | DHCPv6 as it is for v4, but it's handy to see in one place)
* For DHCPv6 the CLTT (client last transaction time) is used instead of the ↵jim-p2011-09-211-0/+2
| | | | "start" time for the lease. Should now more accurately display when a lease started.
* Split the IAID off in the output, interpret the result. (Matches up with ↵jim-p2011-09-201-2/+8
| | | | what shows in output from client)
* Remove 0x, really isn't neededjim-p2011-09-201-1/+1
|
* Improve duid parsing. Still some work to be done but should avoid the ↵jim-p2011-09-201-14/+39
| | | | infinite loop it hit in some cases previously.
* Properly dispaly CP status page with the multi instance CPErmal2011-09-171-1/+1
|
* To avoid any possible issues during the different paths of the workflow ↵Ermal2011-09-151-0/+5
| | | | create the zone since its first step
* Do not try to add mac passthrough to a not loaded ipfw since the macs might ↵Ermal2011-09-151-11/+13
| | | | be added to the wrong zone.
* Check if a widget is null before testing a property. Fixes skipped updates ↵jim-p2011-09-131-1/+1
| | | | on certain widgets (like the gateway widget) if someone doesn't have the cpu widget file on their fs (which a clean install does not).
* Revert "Another try at prventing panic on reconfig of ppp type wans. Ticket ↵jim-p2011-09-121-12/+13
| | | | | | #1696" This reverts commit afe88d69235f84530ed6386b22cfc9c488bf94c5.
* Revert "Be correct on teh variable scope"jim-p2011-09-121-3/+3
| | | | This reverts commit 106646b4204b2850ec7f41547079cf00cc374f6f.
* Be correct on teh variable scopeErmal2011-09-121-3/+3
|
* Another try at prventing panic on reconfig of ppp type wans. Ticket #1696Ermal2011-09-121-13/+12
|
* If we are coming from a PPPoE/PPTP WAN type, grab the old physical interface ↵jim-p2011-09-121-8/+14
| | | | first to avoid assigning a ppp interface to itself. Fixes pppoe->pppoe wizard run as well as changing pppoe->dhcp. Fixes #1696
* Add no cache headerScott Ullrich2011-09-121-0/+6
|
* Fixes #1696. Do not store temporary information under interfaces section ↵Ermal2011-09-121-26/+23
| | | | during wizards since this might generate a message to netgraph that triggers a panic.
* Don't try to unset this variable if it isn't set to begin with. Fixes #1865jim-p2011-09-091-1/+1
|
* fix firewall_nat_out to not auto-generate outbound NAT rules with one too ↵Chris Buechler2011-09-091-1/+2
| | | | many IPs
* Move filter box up to the top, so it is more easily accessibleWarren Baker2011-09-081-10/+13
|
* Correct checkErmal2011-09-071-1/+1
|
* Add support for multiple radius server to be used during authenticationErmal2011-09-071-7/+83
|
* Add the multi instance CP to master branch. This allows to define CP with ↵Ermal2011-09-0716-412/+930
| | | | different properties on different interfaces.
* Show the hexadecimal value of the integer for readabilitysmos2011-09-071-1/+1
|
* Match pftop page exatly with privilege, there is no other page that glob ↵jim-p2011-09-061-1/+1
| | | | would catch. Fixes #1845
OpenPOWER on IntegriCloud