summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* * If editing an alias do not display itself on the autocompletion listErmal Luçi2009-07-231-0/+26
| | | | | * Prevent that the user mixes wrong type of aliases, only host and network type mixing is allowed. Openvpn may be added later on too. * Instead of checking for nested loops when unwinding aliases just prevent the loops. It is easier and allows some rare cases when nesting is needed.
* Make matching on autosuggestion case insensitive.Ermal Luçi2009-07-231-2/+2
|
* Remove unused code.Ermal Luçi2009-07-231-1/+0
|
* Add my copyright i have done the necessary work on aliases.Ermal Luçi2009-07-231-0/+1
|
* Add the id tag to the row helper javascript created input objects. Make the ↵Ermal Luçi2009-07-232-3/+39
| | | | controls of aliases clearly show that they can be even alias names with autocomplete.(Loop checking is not yet implemented).
* Allow to enter names in these fields for letting nested aliases to be specified.Ermal Luçi2009-07-221-1/+1
|
* No NAT and static port is an invalid combination, don't allow it.Chris Buechler2009-07-211-0/+3
| | | | Fixes bug #37
* don't delete PPTP rules when disabling PPTP. Enable/disable happens too much ↵Chris Buechler2009-07-161-7/+0
| | | | given the issues with PPTP outbound when server is enabled.
* touch up textChris Buechler2009-07-161-6/+6
|
* Add missing priviledge checks to the bridge pages.Ermal Luçi2009-07-152-0/+14
|
* Fix incorrect double click edit link for phase2 records.Seth Mos2009-07-151-1/+1
| | | | The link referred the phase2 edit page with the phase1 id which was incorrect
* Remove all nested functions decalaration seems php does not like them! Make ↵Ermal Luçi2009-07-1412-75/+74
| | | | all the nested functions real functions.
* Add missing includeErmal Luçi2009-07-141-0/+1
|
* Remove redundant IPSEC entryScott Ullrich2009-07-131-3/+0
|
* move the content area some pixels down so it doesn't conflict with the ↵hoba2009-07-141-1/+1
| | | | static menu layer on the very top
* some pages need a minimal height to be displayed correctlyhoba2009-07-141-0/+1
|
* Fixing that annoying 1Px-Line offset background on the nervecenter theme on ↵hoba2009-07-1386-49/+26
| | | | some pages; Cleaning up some never used images on all themes; Sending _orangeflow to the pastebin (it won't ever be finished and was never useable anyway)
* Do not create nested function this seems to upset php for some reason.Ermal Luçi2009-07-132-7/+8
|
* some pixeltuning here and therehoba2009-07-133-0/+0
|
* On popular demand: change the footer back to a classic one at the end of the ↵hoba2009-07-1210-1278/+16
| | | | page
* Oops, we do not need to reboot to set nmbflowsScott Ullrich2009-07-121-1/+0
|
* Note that we may need to reboot if the op changes the state limitScott Ullrich2009-07-121-1/+2
|
* Enable flowtable supportScott Ullrich2009-07-121-2/+6
|
* Move save button outside of if statement and remove extra blank seperatorScott Ullrich2009-07-121-4/+1
|
* Remove second save buttonScott Ullrich2009-07-121-4/+0
|
* Trim resultsScott Ullrich2009-07-121-1/+4
|
* Add enable/disable option for flow table supportScott Ullrich2009-07-121-0/+9
|
* Add enable/disable option for flow table supportScott Ullrich2009-07-121-0/+22
|
* Use the same style structure as on other guis.Ermal Luçi2009-07-101-0/+7
|
* Fix includes for the widget too.Ermal Luçi2009-07-101-2/+1
|
* Add missing include.Ermal Luçi2009-07-101-0/+1
|
* Make this ressemble other pages for styleErmal Luçi2009-07-101-0/+7
|
* Adding register_via_growl()Scott Ullrich2009-07-091-1/+2
|
* Restore form values correctly... really.Scott Ullrich2009-07-091-9/+4
|
* Send a sample test message when user clicks saveScott Ullrich2009-07-091-0/+2
|
* Adding Notifications tabScott Ullrich2009-07-095-0/+5
|
* Add traffic shaper queue field to UPnP configjim-p2009-07-092-1/+23
|
* Oops, store config in correct locationScott Ullrich2009-07-091-2/+2
|
* Save to correct location and nuke dirty stuffScott Ullrich2009-07-091-12/+2
|
* Restore growl settings correctlyScott Ullrich2009-07-091-2/+2
|
* Adding System: Advanced: Notifications to priv listScott Ullrich2009-07-091-3/+8
|
* First stab at adding growl notifications settings screen (and other future ↵Scott Ullrich2009-07-091-0/+154
| | | | notifications)
* Do not show <noembedded> packages on nanobsdScott Ullrich2009-07-091-1/+4
|
* Declare as a propper function to avoid errors.Ermal Luçi2009-07-091-5/+4
|
* Prevent users to misconfigure layer7 rules for now.(Ther are supported only ↵Ermal Luçi2009-07-091-0/+2
| | | | on pass rules)
* Fix error when attempting to add a DHCP static mapping. Fixes #29jim-p2009-07-081-4/+4
|
* Bring captive portal widget up to date with changes.Ermal Luçi2009-07-081-18/+17
|
* Remove openvpn.inc from functions.inc since its just a subsystem that does ↵Ermal Luçi2009-07-083-1/+4
| | | | not need to be present on all of the includes.
* Append several functions the filter_ prefix to know they are part of ↵Ermal Luçi2009-07-081-1/+1
| | | | | | filter.inc as any other function in this file. Remove a call to system_routing_configure on filter_configure_sync since these should have been taken care from the respective subsystem.
* Since we could not use anchors now we need to reload the filter whenever we ↵Ermal Luçi2009-07-081-1/+7
| | | | add/remove/reinstall a package.
OpenPOWER on IntegriCloud