Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No need to use # in color code, it's already set with this | Scott Ullrich | 2010-07-14 | 1 | -3/+3 |
| | |||||
* | Allow overriding the Nifty corners background color | Scott Ullrich | 2010-07-14 | 1 | -4/+8 |
| | |||||
* | Adding login.css to all themes. Add infobox theme code now that we warn ↵ | Scott Ullrich | 2010-07-14 | 7 | -0/+3525 |
| | | | | users for dns rebinding on the login page | ||||
* | Allow setting the SMTP port for notifications. Fixes #677 | jim-p | 2010-07-14 | 1 | -0/+10 |
| | |||||
* | Fix this disabled test for CSC entries. | jim-p | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | Add NAT-PMP support to UPnP. Fixes #262. Thanks to Salvatore LaMendola for ↵ | jim-p | 2010-07-14 | 4 | -14/+32 |
| | | | | the patch. | ||||
* | Add Diagnostics > SMART Status for ATA HDDs. (Some functionality disabled, ↵ | jim-p | 2010-07-12 | 2 | -0/+437 |
| | | | | still needs hooked into notifications, and service code for smartd) | ||||
* | fix disable HTTP redirect | Chris Buechler | 2010-07-12 | 1 | -4/+4 |
| | |||||
* | Detect if nanobsd or nanobsd-vga image must be used for upgrade | Renato Botelho | 2010-07-12 | 2 | -2/+12 |
| | |||||
* | Add undo button for drag and drop reordering | Scott Ullrich | 2010-07-12 | 2 | -2/+85 |
| | |||||
* | After editing a group, refresh its users, as their shell privileges may have ↵ | jim-p | 2010-07-12 | 1 | -0/+8 |
| | | | | changed. | ||||
* | Set groups first, since local_user_set checks a privilege that relies on the ↵ | jim-p | 2010-07-12 | 1 | -1/+1 |
| | | | | groups being accurate when run. | ||||
* | Fix "all users" group member array test. | jim-p | 2010-07-12 | 1 | -2/+2 |
| | |||||
* | Do not call gettext() to print vars | Renato Botelho | 2010-07-12 | 1 | -1/+1 |
| | |||||
* | Checked gettext() implementation on diag_ping.php | Carlos Eduardo Ramos | 2010-07-12 | 1 | -3/+3 |
| | |||||
* | Checked gettext() implementation on diag_backup.php | Carlos Eduardo Ramos | 2010-07-12 | 1 | -1/+1 |
| | |||||
* | Checked gettext() implementation on diag_ping.php | Carlos Eduardo Ramos | 2010-07-12 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'mainline/master' into 1_diag | Renato Botelho | 2010-07-12 | 23 | -77/+174 |
|\ | | | | | | | | | Conflicts: usr/local/www/diag_ipsec_sad.php | ||||
| * | Mark filter dirty after saving | Scott Ullrich | 2010-07-12 | 1 | -1/+2 |
| | | |||||
| * | Cleanup HTMl formatting a bit more, stick mode on its on TR | Scott Ullrich | 2010-07-12 | 1 | -1/+1 |
| | | |||||
| * | Cleanup HTMl formatting a bit more, stick mode on its on TR | Scott Ullrich | 2010-07-12 | 1 | -10/+16 |
| | | |||||
| * | Cleanup HTML formatting | Scott Ullrich | 2010-07-12 | 1 | -21/+26 |
| | | |||||
| * | Add hint about drag and drop reordering | Scott Ullrich | 2010-07-11 | 1 | -4/+12 |
| | | |||||
| * | Unbreak OnMouseEvent | Scott Ullrich | 2010-07-11 | 1 | -2/+1 |
| | | |||||
| * | Nuke trailing c/r | Scott Ullrich | 2010-07-11 | 1 | -1/+1 |
| | | |||||
| * | Add a Close button option for notices that have appeared as long as the save ↵ | Scott Ullrich | 2010-07-11 | 1 | -3/+7 |
| | | | | | | | | button has not been set | ||||
| * | Mark Loading box visibility has hidden as it is only used for drag and drop | Scott Ullrich | 2010-07-11 | 1 | -1/+1 |
| | | |||||
| * | remove warning for redirect mode since it's not supported | Chris Buechler | 2010-07-11 | 1 | -1/+0 |
| | | |||||
| * | Use redboxtable | Scott Ullrich | 2010-07-11 | 1 | -2/+2 |
| | | |||||
| * | Unbreak nifty | Scott Ullrich | 2010-07-11 | 1 | -1/+1 |
| | | |||||
| * | Rename to already existing name=infoboxnp | Scott Ullrich | 2010-07-11 | 2 | -3/+3 |
| | | |||||
| * | Show a loading ajax widget when the page is refreshing the order | Scott Ullrich | 2010-07-11 | 1 | -5/+9 |
| | | |||||
| * | Add a id of redboxtable to the table so that ajax can interact with this box. | Scott Ullrich | 2010-07-11 | 1 | -2/+2 |
| | | |||||
| * | Use the move pointer type | Scott Ullrich | 2010-07-11 | 1 | -4/+5 |
| | | |||||
| * | fix some of the logging for load balancer, still partially broken | Chris Buechler | 2010-07-11 | 1 | -2/+2 |
| | | |||||
| * | Adding drag and drop feature to firewall rules ordering. Simply start ↵ | Scott Ullrich | 2010-07-11 | 1 | -2/+66 |
| | | | | | | | | dragging a rule and release and the page will refresh with the new order. If all goes well I will duplicate this feature to other pages with rule reordering functionality. | ||||
| * | rename slbd pages since this is no longer slbd | Chris Buechler | 2010-07-11 | 14 | -31/+31 |
| | | |||||
| * | fix double click to edit | Chris Buechler | 2010-07-11 | 1 | -1/+1 |
| | | |||||
| * | Separate regdomain.xml parsing back to a separate file, so it can be used ↵ | Erik Fonnesbeck | 2010-07-10 | 1 | -0/+1 |
| | | | | | | | | when xmlreader.inc is used instead of xmlparse.inc | ||||
| * | Restore the code for getting the step's title and description after the step ↵ | Erik Fonnesbeck | 2010-07-10 | 1 | -0/+3 |
| | | | | | | | | ID is set so that it is read from the correct step. | ||||
| * | Fix typo that prevented these two checkboxes from displaying the proper ↵ | Erik Fonnesbeck | 2010-07-09 | 1 | -2/+2 |
| | | | | | | | | state when editing OpenVPN server settings. | ||||
| * | Properly select the interfaces when displaying the edit page for floating ↵ | Erik Fonnesbeck | 2010-07-09 | 1 | -2/+3 |
| | | | | | | | | rules that have multiple selected interfaces. Fixes #726 | ||||
| * | Remove stray </a>. Obtained-from: m0n0wall | Scott Ullrich | 2010-07-09 | 1 | -1/+1 |
| | | |||||
| * | Don't use the association when duplicating firewall rules. Fixes #634 | Erik Fonnesbeck | 2010-07-08 | 1 | -1/+2 |
| | | |||||
* | | Merge remote branch 'mainline/master' into 1_diag | Renato Botelho | 2010-07-08 | 2 | -7/+38 |
|\ \ | |/ | |||||
| * | Allow importing of a CA's private key (optionally). | jim-p | 2010-07-07 | 1 | -1/+32 |
| | | |||||
| * | Show $g['product_name'] on wizards | Renato Botelho | 2010-07-07 | 1 | -6/+6 |
| | | |||||
* | | Corrections gettext implementation on diag_routes.php | Carlos Eduardo Ramos | 2010-07-08 | 1 | -1/+1 |
| | | |||||
* | | Corrections gettext implementation on diag_ping.php | Carlos Eduardo Ramos | 2010-07-08 | 1 | -3/+3 |
| | | |||||
* | | Corrections gettext implementation on diag_system_pftop.php | Carlos Eduardo Ramos | 2010-07-08 | 1 | -3/+3 |
| | |