summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
Commit message (Collapse)AuthorAgeFilesLines
* Fix adding of VoIP rules from traffic shaper wizard where IP/alias is notChris Buechler2015-07-141-0/+6
| | | | specified.
* Encode ca/cert info in openvpn_wizard.incjim-p2015-07-011-0/+8
|
* Merge pull request #1706 from phil-davis/setupwizardlanRenato Botelho2015-06-041-11/+44
|\
| * Setup Wizard can result in invalid LAN DHCP pool calculationPhil Davis2015-06-021-11/+44
| | | | | | | | | | | | | | | | | | | | | | | | 1) consider where the LAN IP is in the subnet range and then put the DHCP pool in the biggest remaining segment, either above or below. 2) Check the size of the available segment. If it is reasonably big then leave some space at either end of the segment, like the old code was doing. Otherwise give all the space to the pool. 3) Do not allow subnet mask 32 - I can't think of a use case for LAN to have a /32 subnet mask, it kind of breaks the whole concept of LAN. 4) Provide more detailed separate messages if the user tries to use the network address or broadcast address as the LAN IP.
* | Improve setup wizard host name checkPhil Davis2015-06-021-2/+2
| | | | | | | | | | | | Redmine #4712 It seems good enough to make the regex strings here be "reasonable". The full checks are done after pressing Next and the correct routines are called that do an exhaustive check. There seems not much point in trying to re-engineer all that here also. Odd things like "-hostname" and "hostname-" would be allowed through here but are caught by the full validation check. "." and "|" were being allowed in this regex - no idea why!
* | Merge pull request #1705 from phil-davis/wizard-textRenato Botelho2015-06-025-11/+11
|\ \
| * | Minor wizard text fixupsPhil Davis2015-06-025-11/+11
| |/
* | Supply current WAN gateway name to wizardPhil Davis2015-06-021-1/+6
|/ | | | | As the name of the WAN gateway is not always WANGW. Should fix redmine #4713
* Merge pull request #1471 from Talyrius/masterRenato Botelho2015-05-282-2/+42
|\
| * Add RTMP to the Traffic ShaperTalyrius2015-02-042-2/+42
| |
* | Remove artifacts from latin1 to utf8 conversionsJose Luis Duran2015-05-163-3/+3
| | | | | | | | | | | | String replacement: s/Ermal L.../Ermal Luçi/g
* | Fixes #4259 Use proper variable to do calculationsErmal LUÇI2015-04-032-5/+5
| |
* | Fixed minor spelling errorPhilip Hansen2015-03-281-1/+1
| |
* | Fixes #4427 Correct traffic shaper wizard to properly save and use Voip ↵Ermal LUÇI2015-03-101-2/+6
| | | | | | | | provided settings
* | Fixes #4427 Correct traffic shaper wizard to properly save and use Voip ↵Ermal LUÇI2015-03-101-2/+6
| | | | | | | | provided settings
* | Random text typosPhil Davis2015-02-112-16/+16
|/ | | | | | and I "corrected" function names that had "_choosen_" in them. That is not technically an error - function names do not have to be English words. But it does look nicer to read.
* Merge pull request #1453 from phil-davis/Upstream-SIP-serverErmal LUÇI2015-01-312-2/+4
|\
| * Traffic Shaper Wizard Upstream SIP ServerPhil Davis2015-01-282-2/+4
| | | | | | | | | | Not being remembered and actioned. Bug #4314
* | Fixes #4333 Unset previous defined values before using the new onesErmal LUÇI2015-01-312-0/+8
|/
* This broke a variety of things. Revert "Deprecated and non-static method ↵Chris Buechler2015-01-092-96/+96
| | | | | | messages" This reverts commit 91b9a02fb131746c67fdf9f34282f123a13f1b13.
* Deprecated and non-static method messagesPhil Davis2015-01-092-96/+96
| | | | | | | | | | | | | | | | Fix various files that can emit messages like: PHP Strict Standards: Non-static method SimplePie_Misc::array_unique() should not be called statically, assuming $this from incompatible context in /etc/inc/simplepie/simplepie.inc on line 5508 php-fpm[16262]: /rc.newipsecdns: PHP ERROR: Type: 8192, File: /etc/inc/shaper.inc, Line: 4365, Message: Assigning the return value of new by reference is deprecated Some of these style messages have been reported on the forum, e.g. https://forum.pfsense.org/index.php?topic=86448.0 I had RSS widget on, and simplepie sent the system beserk telling about all this stuff.
* Make this note more accurate.jim-p2014-11-241-1/+1
|
* Change wording at the end of the wizard to remove "donate" since that is no ↵jim-p2014-11-201-2/+2
| | | | longer an option
* Add a note to the wizard about the DNS Resolver ignoring manual name servers ↵jim-p2014-11-201-0/+5
| | | | by default.
* Stop FQDN in hostname fieldPhil Davis2014-11-111-2/+2
|
* fix up textChris Buechler2014-11-041-14/+14
|
* use a bit stronger of defaults in OpenVPN wizardChris Buechler2014-11-041-1/+3
|
* Fix WINS description. It's not 1999, and it wasn't a good description for ↵Chris Buechler2014-11-041-2/+2
| | | | back then either. If you're running WINS at this point on your AD DCs...get rid of the Win 9x boxes, or realize you don't actually need or want WINS on anything Windows 2000 and newer.
* fix up textChris Buechler2014-11-041-3/+3
|
* Add more services and reorderTyler Turner2014-09-042-168/+760
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add following shaping rules: ARMA 3 WII EA Origin Games For Windows Live Crysis 3 DeadSpace 2 DeadSpace 3 DragonAge2 MassEffect3 Facetime Google Hangouts TeamSpeak 3 Ventrilo iTunes Rado IMAP/S POP3/S SMTP/S Apple Mobile Sync Apple Push Network Service Crashplan Git Subversion BattleNet Downloader Steam Downloader Changed: Playstation Xbox to include XBOX one Battlefield 3 to include 4 OperationFlashpoint rename Quake 3 rename Quake 4 rename Tribes Ascend rename Removed: Halo2 because its covered under XBOX Add Game console and Client section with Wii, PlayStation, XBOX, BattleNet, EA Origin and Steam. Reordered file contents by section and alphabetically for user friendliness. Added Game Downloader section in step 7 which includes ports for Battle.NET and Steam.
* fix gold alignment and redirectJared Dillard2014-08-191-1/+1
|
* Revert "make gold link more visable"Jared Dillard2014-08-191-1/+1
| | | | This reverts commit a03943d203441a87ea9c01f383d451dfc921bdd2.
* make gold link more visableJared Dillard2014-08-181-1/+1
|
* Shorten the wait at "reload" in startup wizard to 5 seconds from 60. That's ↵Chris Buechler2014-08-081-1/+1
| | | | more than adequate for current systems, no need to make people sit there for 1 minute. Many likely click out via the logo and miss the last screen entirely.
* Add message about Gold to setup wizard and menu/link to Gold signup.Matt Smith2014-07-251-10/+22
|
* Disable bandwidth checks for PRIQ, it should fix #3537Renato Botelho2014-07-252-76/+88
|
* Fix field name that cannot contain spaces, and use displaynameRenato Botelho2014-07-251-2/+3
|
* Fix scheduler field nameRenato Botelho2014-07-251-1/+1
|
* Fix field name that cannot contain spaces, and use displaynameRenato Botelho2014-07-251-2/+3
|
* Fix field nameRenato Botelho2014-07-251-1/+1
|
* Strict checks for number of WANs and LANs on wizardRenato Botelho2014-07-241-4/+8
|
* Fix number of WAN / LAN interfaces detection for dedicated wizardRenato Botelho2014-07-241-4/+11
|
* Try to guess number of WANsRenato Botelho2014-07-242-0/+21
|
* Try to guess number of WANs and LANsRenato Botelho2014-07-242-0/+27
|
* Fix number of WAN and LAN connections checkRenato Botelho2014-07-241-1/+11
|
* Just show right type of interfaces (LAN/WAN) on traffic shapper wizards, it ↵Renato Botelho2014-07-242-0/+12
| | | | fixes #3535
* Remove 'multi lan/single wan' and 'multi wan/single lan' traffic shaper ↵Renato Botelho2014-07-244-5685/+0
| | | | wizards, multi lan/wan can be used to replace any of them
* Fix indent and whitespacesRenato Botelho2014-07-242-386/+386
|
* Fix indent and whitespacesRenato Botelho2014-07-241-310/+310
|
* Replace Header() calls by lowercaseRenato Botelho2014-06-131-2/+2
|
OpenPOWER on IntegriCloud