summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Sort installed packages in a case insensitive way on the widget and ↵jim-p2011-01-102-2/+2
| | | | installed packages list.
* Whitespace fixesjim-p2011-01-101-90/+83
|
* Sort services on the services status page and widget.jim-p2011-01-102-2/+15
|
* Be more restrictive with PPTP passwords, invalid characters can blow up the ↵jim-p2011-01-101-1/+1
| | | | config.
* Ticket #944. Do not use the interface_bring_down fucntion here since it is ↵Ermal2011-01-101-5/+5
| | | | meant for assigned interfaces. Directly destroy previous vlan interface if parent changes.
* Ticket #1013. Force NAS_PORT to be of type integer to avoid it being ↵Ermal2011-01-102-4/+4
| | | | interpreted as char and generate wrong radius packet.
* Add EasyRule images to all other themes. Should work in all themes now.jim-p2011-01-1014-0/+0
|
* Fix HTML errors reported by Eclipse using PHP perspectivePierre POMES2011-01-093-3/+3
|
* Added Unbound to the package section for correct link to doc site.Warren Baker2011-01-081-0/+1
|
* Don't run mb_convert_encoding on descr field, it's cdata protected in the ↵jim-p2011-01-064-8/+8
| | | | config now and this just causes some characters to be lost on input. Ticket #1168
* Do not center hard drive upgrade imageScott Ullrich2011-01-051-1/+1
|
* Increase textarea column size.Scott Ullrich2011-01-051-2/+2
|
* Clarify a few lines of textScott Ullrich2011-01-051-2/+2
|
* nuke content size.Scott Ullrich2011-01-051-1/+1
|
* Do not nuke /var/db/pkg now that 2.0 has better handlingScott Ullrich2011-01-051-2/+0
|
* Set status field to upgrade in progtress during upgradeScott Ullrich2011-01-051-2/+4
|
* fix textChris Buechler2011-01-051-1/+1
|
* comment out unfinished OpenVPN Users alias option, can finish for a post-2.0 ↵Chris Buechler2011-01-041-1/+1
| | | | release
* don't use hard coded themeChris Buechler2011-01-031-4/+4
|
* fix CP dashboard widgetChris Buechler2011-01-031-0/+1
|
* Ticket #943. Sleep 1 second to give dns time to reload.Ermal2011-01-031-0/+1
|
* Simplify package version checking code and use the existing ↵jim-p2011-01-031-23/+13
| | | | pfs_version_compare function that does much (and more) of what the old code was trying to do on its own.
* Ticket #1152. Call rc.newwanip even on openvpn linkup event to do the ↵Ermal2011-01-031-1/+1
| | | | correct reloading of gateways and services. Add a safe belt to avoid a recursion in openvpn itself from rc.newwanip.
* Add $nocsrf = true;Scott Ullrich2011-01-0317-1/+38
|
* Attempt to make it more clear to users that "Dial on Demand" should not be ↵gnhb2011-01-031-1/+1
| | | | | | enabled if the link should be always up/on.
* Ticket #1083. Remove alias capabilities from external and src fieldsPierre POMES2011-01-011-9/+10
|
* Add new default option that makes RRD graphs with the old type of behavior ↵Erik Fonnesbeck2010-12-312-76/+114
| | | | for time periods, configurable on settings tab.
* Use correct variable for this condition.Erik Fonnesbeck2010-12-311-1/+1
|
* since packages aren't version-specific anymore, clarify to Available PackagesChris Buechler2010-12-312-3/+5
|
* remove <strong> to make consistent with all other textChris Buechler2010-12-311-1/+1
|
* Only unlink /conf/needs_package_sync if no packages are installed, otherwise ↵Erik Fonnesbeck2010-12-301-4/+5
| | | | leave it to the package manager to take care of it.
* Move unlink back to the correct line.Erik Fonnesbeck2010-12-301-1/+1
|
* make rebrand friendlyChris Buechler2010-12-291-1/+1
|
* Turn off csrf checksScott Ullrich2010-12-292-0/+4
|
* Allow entering an arbitrary subnet for outbound NAT translations.jim-p2010-12-292-2/+38
|
* Add 10 to row count on textareaScott Ullrich2010-12-291-1/+1
|
* Unbreak installedinfo optionScott Ullrich2010-12-291-1/+1
|
* Add address pool support to outbound NAT. Allow specifying a subnet for ↵jim-p2010-12-291-7/+63
| | | | outbound NAT rules (via a subnet of proxy arp VIPs) or a host-type alias for outbound NAT rules, and give the user a choice of pool options for address selection from within the pool.
* Ticket #802. During a config restore detect if the vlan interfaces need ↵Ermal2010-12-282-0/+13
| | | | reassignment too. This might be problematic for other type of interfaces on 2.0!
* Fix case statements, may fix rrd graph generation for certain periods.jim-p2010-12-281-2/+2
|
* Run filter configure after doing a save on CP.Ermal2010-12-281-0/+2
|
* clarify CSRF failure messageChris Buechler2010-12-281-1/+1
|
* Undo last commit. Need to add an additional check for opackage count == 0Scott Ullrich2010-12-271-0/+1
|
* Use convert_friendly_interface_to_friendly_descr in the wol widget, just ↵jim-p2010-12-271-5/+1
| | | | like on the main page. Ticket #1103
* Use strtoupper herejim-p2010-12-271-1/+1
|
* Unlink needs_package_sync after one pkg has installed OK which means that ↵Scott Ullrich2010-12-271-1/+0
| | | | our internet connection is up.
* Fix OpenVPN NetBIOS settings not propagating from the wizard to the server ↵jim-p2010-12-271-0/+1
| | | | instance.
* Ticket #944. Wehn changing the parent interface make sure to destroy the old ↵Ermal2010-12-271-0/+5
| | | | vlan before creating the new one. Since vlans use the name of the parent the old interface referencing the old parent vlan will remain intact.
* fix textChris Buechler2010-12-251-1/+1
|
* fix textChris Buechler2010-12-251-1/+1
|
OpenPOWER on IntegriCloud