summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding support for custom hooks. If the function ↵Scott Ullrich2010-12-171-6/+23
| | | | row_helper_dynamic_custom() exists it will be called and pass a tr object which is the createElement("tr") handle.
* Honor rowsize.Scott Ullrich2010-12-171-1/+1
|
* Move to index.php.Scott Ullrich2010-12-172-1/+1
|
* Moving installer to it's own directory since we will have a number of helper ↵Scott Ullrich2010-12-171-1/+1
| | | | javascript files and such soon
* Do not copy non existent /sysScott Ullrich2010-12-171-1/+1
|
* Add /boot when encryptingScott Ullrich2010-12-171-2/+2
|
* Pass bootmanager and encryption settingsScott Ullrich2010-12-171-9/+17
|
* Allow carp as parent only to ipalias.Ermal2010-12-171-0/+6
|
* More safety belts. Do not allow a carp referenced by an ipalias to be deleted.Ermal2010-12-171-0/+6
|
* Fallback to the sane limit of 255 now that the patch is backed out.Ermal2010-12-171-1/+1
|
* Add safety belts since only aliases on same subnet can be added to an carp(4)Ermal2010-12-171-1/+15
|
* Allow ip aliases to be added to vips.Ermal2010-12-171-0/+3
|
* Allow setting none for boot manager to turn off F1 pfSenseScott Ullrich2010-12-171-4/+24
|
* Show when disk is encrypted. Do not uppercase .eliScott Ullrich2010-12-171-2/+4
|
* Supply encpass if neededScott Ullrich2010-12-171-2/+5
|
* Add on disk encryption options and ability to set a encpass to the ↵Scott Ullrich2010-12-171-5/+10
| | | | experimental installer
* Add newline after 99 menu option. Otherwise it looks very strange.Scott Ullrich2010-12-171-6/+41
|
* Add contributed WOL widget. Resolves #1103jim-p2010-12-152-0/+85
|
* No need to use escapeshellcmd here.Scott Ullrich2010-12-141-2/+2
|
* Ticket #1043. Check for '' and not for 'default' since this is the default ↵Ermal2010-12-141-1/+1
| | | | value of the select.
* Provide a default value to the function for converting kb/Mb to coeficient ↵Ermal2010-12-144-8/+8
| | | | for math.
* Set default interval of syncing voucher db to config to 5 minutes instead of ↵Ermal2010-12-141-1/+1
| | | | 300. Ticket #1087.
* Revert "Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes ↵jim-p2010-12-141-21/+0
| | | | | | #1087" - voucher db backup already existed under a different name. Ticket is still fixed, just by different code that was already there. This reverts commit 0d89a2fcac3deea06bdc4a481bbdfae4f18b1ff8.
* Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes #1087jim-p2010-12-141-0/+21
|
* Use file_put_contents()Scott Ullrich2010-12-141-6/+3
|
* Redirect to the installedinfo page after package installation giving the ↵Scott Ullrich2010-12-141-0/+2
| | | | system a chance to refresh the menus and the final installation text
* Add a retry field to the LB Pool config to allow specifying how many times ↵jim-p2010-12-141-0/+14
| | | | to retry a server before declaring it dead.
* Replace the LB status widget completely with one that supports the current ↵jim-p2010-12-141-116/+121
| | | | LB system.
* Move some lb status parsing functions to a common area so they can be reused ↵jim-p2010-12-142-73/+5
| | | | by the widget.
* Use a slightly different regex to catch all non-whitespace characters here ↵jim-p2010-12-141-1/+1
| | | | instead of the current method. Fixes #1085
* For bsnmpd, checking hostres also requires checking mibii. Note this ↵jim-p2010-12-141-2/+8
| | | | requirement in the GUI and enforce it via a simple JS check.
* Remove dropdown to select interface. Should fix #1090gnhb2010-12-141-7/+0
|
* A few help page updatesjim-p2010-12-131-1/+9
|
* Ticket 1041. Fix bad commit...Pierre POMES2010-12-121-1/+1
|
* Ticket #959. Keep local items at the top of vip sectionPierre POMES2010-12-111-1/+1
|
* Add IPSec 'ipalias' VIP support. Ticket #1041Pierre POMES2010-12-102-1/+7
|
* Do not allow gateways to be selected without a direction.Ermal2010-12-101-0/+2
|
* Allow floating rules without direction to be created again.Ermal2010-12-101-1/+1
|
* Be consistent on shifting array during authentication. Also check for array ↵Ermal2010-12-101-5/+7
| | | | to avoid strange errors.
* Actually the passed config sections are part of index 1 of the array. This ↵Ermal2010-12-101-2/+2
| | | | fixes config sync of vips as well.
* Fix config synchronization. Also unbreak the config when erroring out ↵Ermal2010-12-101-24/+32
| | | | because it will loop indefinitely.
* Fix line because of copy/pasto.Ermal2010-12-101-2/+1
|
* Its too late and this is optional.Ermal2010-12-101-5/+0
|
* Actually we expect an array to be returned.Ermal2010-12-101-1/+1
|
* Hello xmlrpc to another function!Ermal2010-12-101-0/+21
|
* Use correct variable name so the message is actually displayed.Ermal2010-12-094-10/+10
|
* make rebrand-friendlyChris Buechler2010-12-091-1/+1
|
* Show carp on the list of interfaces to be used for creating gif/gre tunnels.Ermal2010-12-092-0/+6
|
* If available, display source IP's CIDR mask on external IP as well.Erik Fonnesbeck2010-12-081-2/+6
|
* This code must come after natent is defined or the style will never be ↵Erik Fonnesbeck2010-12-081-5/+5
| | | | applied. Ticket #1073
OpenPOWER on IntegriCloud