summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
Commit message (Collapse)AuthorAgeFilesLines
...
* Use the provided settings even for HFSC scheduler instead of hardcoding ↵Ermal2010-12-224-165/+146
| | | | 32Kbit/s speed on VoIP. Also cleanup some whitespace.
* Use 1024 not 1000 in conversion.Ermal2010-12-214-12/+12
|
* Provide a default value to the function for converting kb/Mb to coeficient ↵Ermal2010-12-144-8/+8
| | | | for math.
* Remove dropdown to select interface. Should fix #1090gnhb2010-12-141-7/+0
|
* Use correct variable name so the message is actually displayed.Ermal2010-12-094-10/+10
|
* Ticket #1081. Fix header() function to do correct redirection. Also remove ↵Ermal2010-12-078-67/+4
| | | | bogus step9 in the wizards.
* Add exit; so the redirection actually works.Ermal2010-11-294-0/+4
|
* Remove old reference to function. Reported-by: ↵Ermal2010-11-291-2/+2
| | | | http://forum.pfsense.org/index.php/topic,30508.0.html
* Save the host name and domain to a temporary location until the setup wizard ↵Erik Fonnesbeck2010-11-181-2/+14
| | | | is finished to prevent triggering the DNS rebind message. Fixes #1022 Also use this information to implement the redirect for changed host for ticket #455
* Change OpenVPN wizard to set input_errors when there is a fatal condition ↵jim-p2010-10-201-4/+4
| | | | that will require preventing a config save.
* Reject special characters in CA/Cert field names during OpenVPN wizard. ↵jim-p2010-10-202-6/+18
| | | | Fixes #900
* Traffic shaper wizards remove redirection before final step. This seems a ↵Ermal2010-10-204-24/+13
| | | | forgotten item.
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA ↵jim-p2010-10-191-5/+5
| | | | protection and standardize field names. Ticket #320.
* Fix the dedicated and multi_all wizards. They had typos in variable names ↵Ermal2010-10-182-7/+5
| | | | and some remaining unused code which caused problems!
* Disable the bandwidth speed selection field also to avoid errors/problems ↵Ermal2010-10-184-4/+4
| | | | when the catch all is not activated.
* Spelling of 'Access'.Warren Baker2010-09-231-1/+1
|
* Update wizard files for setup wizard to write proper config for current ppp ↵gnhb2010-09-201-13/+61
| | | | | | | | | | architecture. I also allowed selection of physical interface from the wizard screen. This is crucial because if the user has the WAN set to anything other than the same phyical interface used by pppoe/pptp, the old wizard has no way of knowing what physical port to use, and the wizard can generate a bad config. Feel free to expand the list of available interfaces in the dropdown for interface selection.
* CA/CERT Movejim-p2010-09-011-13/+13
|
* Ticket #733. Provide a description that custom bandwidths cannot exceed 30% ↵Ermal2010-08-314-4/+12
| | | | of entered bandwidths for interfaces/links.
* Ticket #859. Remove strange character at the end of the xml. Also fix my ↵Ermal2010-08-311-3/+1
| | | | name partially since our parser does not allow my special character there.
* Enforce length of OpenVPN server descr in wizard.jim-p2010-08-261-2/+11
|
* Put some size tags on these fields.jim-p2010-08-261-0/+5
|
* Fix this test, allows proper selection of CA in OpenVPN wizard.jim-p2010-08-201-1/+1
|
* Add/Update copyrights where applicable. Mark copyright on XML as CDATA to ↵Ermal2010-08-198-26/+23
| | | | aviod any issues that might happen.
* These needs to be exit. Fix some whitespace too.Ermal2010-08-183-41/+41
|
* Resolves #713. Take in conisderation the suggestion of not setting m1 ↵Ermal2010-08-184-148/+8
| | | | parameter to 0b.
* Keep the list of different applications port numbers on a single file to ↵Ermal2010-08-184-1262/+14
| | | | easy its maintainance and sharing.
* Whitespace changes.Ermal2010-08-181-42/+41
|
* Also do the wizard optimizations and user-friendliness to the ↵Ermal2010-08-185-439/+452
| | | | traffic_shaper_wizard_multi_all.xml
* Also do the wizard optimizations and user-friendliness to the ↵Ermal2010-08-183-430/+448
| | | | traffic_shaper_wizard_dedicated.xml
* Also do the wizard optimizations and user-friendliness to the ↵Ermal2010-08-182-419/+421
| | | | traffic_shaper_wizard.xml
* Resolves #732. Make the wizard behave better and _actually_ work by ↵Ermal2010-08-182-210/+220
| | | | correcting typos in code. Make it faster by not using HTTP redirection for showing errors. Try to make it more user friendly, though some more work is needed.
* add TCP 1119 for battle.netChris Buechler2010-08-074-0/+4
|
* Validate time server. Should be the last thing that fixes #464jim-p2010-06-251-0/+10
|
* Do more strict validation on WAN setup fields. Ticket #464jim-p2010-06-251-6/+41
|
* Do some more strict validation on hostname, domain, and DNS servers. Ticket #464jim-p2010-06-251-0/+26
|
* Validate MTU in setup wizard. Ticket #464jim-p2010-06-251-0/+11
|
* Fix some errors in spelling, punctuation, grammar, etc.Larry Gilbert2010-06-121-4/+4
|
* Remove remote network from wizard, it is not used for a Remote Access VPN.jim-p2010-05-082-13/+0
|
* Fix more inconsistent capitalization.jim-p2010-05-031-6/+6
|
* Fix punctuation.jim-p2010-05-031-1/+1
|
* Fix some inconsistent capitalization on labelsjim-p2010-05-031-3/+3
|
* fix "Invalid argument supplied for foreach"Chris Buechler2010-05-011-4/+6
|
* Add dynamic IP option to OpenVPN wizard.jim-p2010-04-282-0/+10
|
* Perform IP/Host and Port number validation for Authentication servers in the ↵jim-p2010-04-191-1/+14
| | | | OpenVPN Wizard.
* Restrict country code entry in the OpenVPN wizard to two letters.jim-p2010-04-191-0/+6
|
* Fix default port choices for LDAP/RADIUS server in OpenVPN wizard.jim-p2010-04-191-3/+3
|
* Fix OpenVPN port default choice in Wizard. Also fix protocol specification. ↵jim-p2010-04-192-6/+5
| | | | (Should be Uppercase)
* Fix CA cert dupe detection when no certs yet exist.jim-p2010-04-151-4/+6
|
* Add titles to wizard steps, change some wording to be more consistent.jim-p2010-04-151-10/+26
|
OpenPOWER on IntegriCloud