summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | Mark Loading box visibility has hidden as it is only used for drag and dropScott Ullrich2010-07-111-1/+1
| | | | | | | | |
| | * | | | | | | remove warning for redirect mode since it's not supportedChris Buechler2010-07-111-1/+0
| | | | | | | | |
| | * | | | | | | Use redboxtableScott Ullrich2010-07-111-2/+2
| | | | | | | | |
| | * | | | | | | Unbreak niftyScott Ullrich2010-07-111-1/+1
| | | | | | | | |
| | * | | | | | | Rename to already existing name=infoboxnpScott Ullrich2010-07-112-3/+3
| | | | | | | | |
| | * | | | | | | Show a loading ajax widget when the page is refreshing the orderScott Ullrich2010-07-111-5/+9
| | | | | | | | |
| | * | | | | | | Add a id of redboxtable to the table so that ajax can interact with this box.Scott Ullrich2010-07-111-2/+2
| | | | | | | | |
| | * | | | | | | Use the move pointer typeScott Ullrich2010-07-111-4/+5
| | | | | | | | |
| | * | | | | | | fix some of the logging for load balancer, still partially brokenChris Buechler2010-07-111-2/+2
| | | | | | | | |
| | * | | | | | | Adding drag and drop feature to firewall rules ordering. Simply start ↵Scott Ullrich2010-07-111-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 slbdChris Buechler2010-07-1114-31/+31
| | | | | | | | |
| | * | | | | | | fix double click to editChris Buechler2010-07-111-1/+1
| | | | | | | | |
| | * | | | | | | Separate regdomain.xml parsing back to a separate file, so it can be used ↵Erik Fonnesbeck2010-07-101-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 Fonnesbeck2010-07-101-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 Fonnesbeck2010-07-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | state when editing OpenVPN server settings.
| | * | | | | | | Properly select the interfaces when displaying the edit page for floating ↵Erik Fonnesbeck2010-07-091-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rules that have multiple selected interfaces. Fixes #726
| | * | | | | | | Remove stray </a>. Obtained-from: m0n0wallScott Ullrich2010-07-091-1/+1
| | | | | | | | |
| | * | | | | | | Don't use the association when duplicating firewall rules. Fixes #634Erik Fonnesbeck2010-07-081-1/+2
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Implemment gettext() callsJeann2010-07-082-20/+20
| | | | | | | |
| * | | | | | | Reset interface_* filesRenato Botelho2010-07-0818-448/+448
| | | | | | | |
| * | | | | | | Merge remote branch 'mainline/master'Renato Botelho2010-07-082-7/+38
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Allow importing of a CA's private key (optionally).jim-p2010-07-071-1/+32
| | | | | | | |
| | * | | | | | Show $g['product_name'] on wizardsRenato Botelho2010-07-071-6/+6
| | | |_|_|_|/ | | |/| | | |
| * | | | | | implements gettext() calls in interfaces_gif_edit.phpNeriberto C.Prado2010-07-071-23/+23
| | | | | | |
| * | | | | | Merge remote branch 'mainline/master'Renato Botelho2010-07-071-0/+42
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Add a text box where someone can enter in alternate hostnames for the system ↵jim-p2010-07-061-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to bypass the DNS rebind checks.
| | * | | | | Delete an accidentally duplicated line.jim-p2010-07-061-1/+0
| | | | | | |
| | * | | | | Add a checkbox to disable DNS rebinding checks if needed.jim-p2010-07-061-0/+19
| | | | | | |
| * | | | | | Merge remote branch 'mainline/master'Vinicius Coque2010-07-065-8/+93
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Move the skel dir to /etc/skel, where it's easier to manage from a build ↵jim-p2010-07-061-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | point of view.
| | * | | | | Add per-rule NAT reflection override.Erik Fonnesbeck2010-07-052-0/+32
| | | | | | |
| | * | | | | Add the missing VPN types to the interface list on port forwards and add the ↵Erik Fonnesbeck2010-07-053-2/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | same VPNs to the list available on other types of NAT rules.
| | * | | | | Fixes #698. Always check if we are dealing with an ip value to then store ↵Ermal2010-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the subnet in the config.
* | | | | | | Implement gettext calls on services_rfc2136_edit.phpRafael Lucas2010-07-121-29/+29
| | | | | | |
* | | | | | | Implement gettext calls on services_rfc2136.phpRafael Lucas2010-07-121-1/+1
| | | | | | |
* | | | | | | Implement gettext() calls on services_rfc2136.phpRafael Lucas2010-07-121-8/+8
|/ / / / / /
* | | | | | Implement gettext calls on interfaces_groups.phpRafael Lucas2010-07-061-18/+18
| | | | | |
* | | | | | Implement gettext calls on interfaces_groups_edit.phpRafael Lucas2010-07-061-13/+13
| | | | | |
* | | | | | Implement gettext calls on interfaces_gre.phpRafael Lucas2010-07-061-17/+17
| | | | | |
* | | | | | Implement gettext calls on interfaces_gre_edit.phpRafael Lucas2010-07-061-26/+26
| | | | | |
* | | | | | Merge remote branch 'mainline/master'Vinicius Coque2010-07-051-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Only unset if this is actually set. Ticket #710jim-p2010-07-021-1/+2
| | |_|_|/ | |/| | |
* | | | | Implement gettext() calls on interfaces_ppps_edit.phpRafael Lucas2010-07-021-33/+33
| | | | |
* | | | | Implement gettext() calls on interfaces_ppps.phpRafael Lucas2010-07-021-16/+16
| | | | |
* | | | | Implement gettext() calls on interfaces_lagg_edit.phpCarlos Eduardo Ramos2010-07-011-41/+41
| | | | |
* | | | | Implement gettext() callsCarlos Eduardo Ramos2010-07-011-11/+11
| | | | |
* | | | | correction in interfaces_bridge_edit.phpNeriberto C.Prado2010-07-011-32/+32
| | | | |
* | | | | correction in interfaces_bridge_edit.phpNeriberto C.Prado2010-07-011-47/+47
| | | | |
* | | | | implements gettext in interfaces_bridge_edit.phpNeriberto C.Prado2010-07-011-85/+85
| | | | |
* | | | | Merge remote branch 'mainline/master'Renato Botelho2010-07-012-2/+18
|\ \ \ \ \ | |/ / / /
OpenPOWER on IntegriCloud