summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Change the logic of the vpn config generation to make connectivity more ↵Ermal2014-08-071-1/+1
| | | | stable especially ipsec. Also for IKEv1 just generate the policies and only on traffic start them.
* Encode interface/VIP descriptions before displaying them on the NTP daemon ↵jim-p2014-08-061-1/+1
| | | | settings.
* Encode interface/VIP descriptions before displaying them on the GRE and GIF ↵jim-p2014-08-062-2/+5
| | | | | | pages also; While here, the GRE page was missing IP aliases from its list of bind IPs, add it in.
* Encode the detail field of an alias entry before displaying its contents ↵jim-p2014-08-061-1/+1
| | | | back to the user.
* Escape the individual dnsmasq advanced/custom optionsjim-p2014-08-061-1/+1
|
* Allow to add ipalias vip to lo0, it should fix #3773Renato Botelho2014-08-051-8/+3
|
* Use GPS type presets only to pre-set values then user can change it. After ↵Renato Botelho2014-08-051-3/+5
| | | | user changes, save type always as Custom to avoid overwriting values when user attempt to edit. It fixes #3782
* More non-functional changes to make code more readableRenato Botelho2014-08-051-22/+29
|
* Fix indent and spacesRenato Botelho2014-08-051-17/+13
|
* This if is unecessary since input_errors is unset in the line aboveRenato Botelho2014-08-051-87/+85
|
* Fix indent and whitespacesRenato Botelho2014-08-052-321/+346
|
* Make sure there are not empty options on dst select to avoid creating empty ↵Renato Botelho2014-08-052-0/+12
| | | | user or group. This issue was introduced by b4e9a4da
* Fix select nameRenato Botelho2014-08-051-1/+1
|
* Fix input validation logic on diag_testport.php, escape more shell arguments ↵jim-p2014-08-041-3/+3
| | | | for good measure
* Fix #3790. Fix IPv6 Prefix ID check using interface user choose before saveRenato Botelho2014-08-041-0/+6
|
* Use a uniqid() to track phase2 entries to avoid confustion and various ↵Ermal2014-08-012-102/+83
| | | | mistakes when modifying and editing them.
* Add message about Gold to setup wizard and menu/link to Gold signup.Matt Smith2014-07-259-28/+55
|
* Fix #3575, do not allow user to set IPs for GRE interfaces on interface edit ↵Renato Botelho2014-07-252-2/+11
| | | | page.
* Fix redirect after editing permissionsjim-p2014-07-251-1/+1
|
* 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-245-5687/+0
| | | | wizards, multi lan/wan can be used to replace any of them
* Replace exec() and system() calls by internal functionsRenato Botelho2014-07-241-3/+4
|
* Fix indent and whitespacesRenato Botelho2014-07-241-42/+54
|
* Fix indent and whitespacesRenato Botelho2014-07-242-386/+386
|
* Fix indent and whitespacesRenato Botelho2014-07-241-310/+310
|
* Use SERVER_NAME instead of HTTP_HOST env var, it doesn't have port, then it ↵Renato Botelho2014-07-221-2/+1
| | | | avoids wizard end point to wrong IPv6 address. It should fix #3550
* System: Firmware: SettingsN0YB2014-07-181-2/+2
| | | | | | | | | | | Updater Settings Tab system_firmware_settings.php Line 488, Column 43: value of attribute "type" cannot be "input"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button" <input name="repositoryurl" type="input" class="formfld url" id="repositoryurl"… Line 494, Column 36: value of attribute "type" cannot be "input"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button" <input name="branch" type="input" class="formfld unknown" id="branch" size="…
* Merge pull request #1232 from N0YB/Widget_GatewaysRenato Botelho2014-07-182-4/+7
|\
| * Better string checkN0YB2014-06-131-5/+6
| |
| * Remove htmlspecialchars() call for a fixed string.N0YB2014-06-131-1/+1
| |
| * Populate gateway address field with tilde if there is no address or friendly ↵N0YB2014-06-081-0/+2
| | | | | | | | | | | | interface. This is to match the update data.
| * Fix gateway widget size change on first update.N0YB2014-06-081-1/+1
| | | | | | | | | | | | Inner table size changes on the first update because the table in update data does not have the same attributes as the widget. i.e. border, cellpadding, cellspacing, style & summary. Also remove an errant td end tag.
* | Merge pull request #1235 from N0YB/Mixed_Case_HostnameRenato Botelho2014-07-181-2/+2
|\ \
| * | Hostnames are not case restrictive.N0YB2014-06-141-2/+2
| | |
* | | Merge pull request #1236 from N0YB/Widget_Services_StatusRenato Botelho2014-07-181-1/+1
|\ \ \
| * | | Remove Status Verbiage. Consumes too much realestate in widget. Status ↵N0YB2014-06-151-1/+1
| |/ / | | | | | | | | | icon without the verbiage is sufficient in widget view.
* | | Merge pull request #1237 from N0YB/XHTML_Compliance_System_MenuRenato Botelho2014-07-185-18/+74
|\ \ \
| * | | oops, that wasn't supposed to be removed.N0YB2014-06-211-0/+1
| | | |
| * | | Use count($array) where applicable, instead of a $rowIndex increment.N0YB2014-06-212-11/+8
| | | |
OpenPOWER on IntegriCloud