summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-1465-113/+111
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* No need to state that it is a warningk-paulius2016-02-142-3/+3
|
* Use print_info_box() to generate alertsk-paulius2016-02-143-21/+31
|
* Use print_info_box() to generate alertsk-paulius2016-02-1420-57/+42
|
* Merge pull request #2634 from nwholloway/eclfix_2_3Luiz Otavio O Souza2016-02-141-7/+2
|\
| * Fix #5890 find disk slices as candidates for loading "config.xml" at bootNick Holloway2016-02-141-7/+2
| | | | | | | | | | | | | | In commit 873c1701, the call to "/bin/ls /dev/{$disk}s*" was surrounded with "escapeshellarg" so the wildcard is not expanded. Use "glob" to find the slices for a disk instead.
* | Merge pull request #2625 from NewEraCracker/inc-ipv6-fixLuiz Otavio O Souza2016-02-141-0/+5
|\ \
| * | Add check of IPv4 only IPs on IPv6 SplitV64NewEraCracker2016-02-121-0/+5
| | | | | | | | | | | | Will prevent access to wrong string offset
* | | Logic correctionNewEraCracker2016-02-141-6/+5
| | | | | | | | | | | | From my understanding ppp['mtu'] and ppp['ports'] are directly related with each other and they correlate information about mtu and ports. This specific commit doesn't introduce anything new other than simplifying the code slightly
* | | Merge pull request #2632 from NOYB/Interfaces_-_DHCP_Advanced_Options_TweaksStephen Beaver2016-02-141-38/+43
|\ \ \
| * | | Interfaces - DHCP Advanced Options Checkbox VarsNOYB2016-02-141-9/+9
| | | | | | | | | | | | | | | | Correct the Enable Checkbox Var Names
| * | | Interfaces - DHCP Advanced Options TweaksNOYB2016-02-141-31/+36
| | |/ | |/| | | | | | | | | | | | | Lease requirements and requests typically contain large lists of options. Set the field width to use the available section space. Apply a few tweaks for better clarity and consistency between DHCP and DHCPv6. Include a more information link specific to each advanced panel.
* | | Merge pull request #2633 from phil-davis/patch-1Stephen Beaver2016-02-141-277/+236
|\ \ \
| * | | Internationalize dyndns.classPhil Davis2016-02-141-277/+236
| |/ / | | | | | | I tried to consolidate and make some of the message logging more consistent along the way.
* | | Merge pull request #2635 from NewEraCracker/printf-fixStephen Beaver2016-02-144-5/+12
|\ \ \
| * | | Do not echo printf return valueNewEraCracker2016-02-142-3/+3
| |/ / | | | | | | | | | Previous implementation would print both the content and return value. Changing to sprintf while retaining the short opening echo tag, echoes the content as intended and keeps code in line with the style of the project.
| * | Make a couple changes to PPP default gateway handling to address issues with ↵jim-p2016-02-142-2/+9
|/ / | | | | | | | | | | default gateway switching. Fixes #1837 Tested with default gateway switching on and off, by rebooting, manually disconnecting the PPP link, and manually disconnecting the NIC link, worked each time, though still possible some issues remain. Feedback appreciated.
* | Merge pull request #2630 from NOYB/Firewall_Rules_-_for/foreachStephen Beaver2016-02-131-15/+21
|\ \
| * | Firewall Rules - for/foreachNOYB2016-02-131-15/+21
| | | | | | | | | | | | Replace indexing for loops with more readable, and faster on arrays, key/value foreach loops.
* | | Merge pull request #2629 from k-paulius/patch-4Stephen Beaver2016-02-130-0/+0
|\ \ \
| * | | Renamed SMART to S.M.A.R.T.k-paulius2016-02-135-9/+9
| | | |
| * | | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-1312-16/+16
| | | | | | | | | | | | | | | | more consistent.
| * | | Use consistent webConfigurator spellingk-paulius2016-02-133-4/+4
| | | |
| * | | Renamed 'Wake on LAN' to 'Wake-on-LAN'k-paulius2016-02-137-17/+17
| | | |
| * | | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-1318-19/+18
| | | | | | | | | | | | | | | | more consistent. Convert page title to title case.
| * | | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-1213-13/+13
| | | | | | | | | | | | | | | | more consistent. Convert page title to title case.
| * | | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-123-6/+10
| | | | | | | | | | | | | | | | more consistent.
| * | | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-1221-50/+62
| | | | | | | | | | | | | | | | more consistent. Convert page title to title case.
| * | | Show zone name in the breadcrumb of MAC, IP, hostname and voucher edit pages.k-paulius2016-02-124-12/+12
| | | |
| * | | Show zone name in the breadcrumb just like it is shown on Services->Captive ↵k-paulius2016-02-125-5/+9
| | | | | | | | | | | | | | | | Portal pages.
| * | | Synchronize page titles with tab titles; Rename few titles in order to be ↵k-paulius2016-02-128-22/+22
| | | | | | | | | | | | | | | | more consistent.
* | | | Renamed SMART to S.M.A.R.T.k-paulius2016-02-135-9/+9
| | | |
* | | | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-1312-16/+16
| | | | | | | | | | | | | | | | more consistent.
* | | | Use consistent webConfigurator spellingk-paulius2016-02-133-4/+4
| | | |
* | | | Renamed 'Wake on LAN' to 'Wake-on-LAN'k-paulius2016-02-137-17/+17
| | | |
* | | | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-1318-19/+18
| | | | | | | | | | | | | | | | more consistent. Convert page title to title case.
* | | | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-1313-13/+13
| | | | | | | | | | | | | | | | more consistent. Convert page title to title case.
* | | | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-133-6/+10
| | | | | | | | | | | | | | | | more consistent.
* | | | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-1321-50/+62
| | | | | | | | | | | | | | | | more consistent. Convert page title to title case.
* | | | Show zone name in the breadcrumb of MAC, IP, hostname and voucher edit pages.k-paulius2016-02-134-12/+12
| | | |
* | | | Show zone name in the breadcrumb just like it is shown on Services->Captive ↵k-paulius2016-02-135-5/+9
| | | | | | | | | | | | | | | | Portal pages.
* | | | Synchronize page titles with tab titles; Rename few titles in order to be ↵k-paulius2016-02-138-22/+22
| | | | | | | | | | | | | | | | more consistent.
* | | | Fix the returned string when no status is found for this CARP.Luiz Otavio O Souza2016-02-131-12/+6
| |/ / |/| | | | | | | | No functional change.
* | | FreeBSD doesn't yet support TFC, comment out until it does. Ticket #4688Chris Buechler2016-02-121-11/+16
|/ /
* | Only set IFCAPS where they're not already set correctly. Ticket #5887Chris Buechler2016-02-121-7/+9
| |
* | Refine the way the DNS Forwarder and DNS Resolver are handled via XMLRPC. ↵jim-p2016-02-122-24/+31
| | | | | | | | Fixes #5882
* | Background 'ipsec up' commands so they don't hang up the web GUI. Ticket #5886Chris Buechler2016-02-121-2/+2
| |
* | Merge pull request #2627 from phil-davis/patch-2Stephen Beaver2016-02-121-1/+1
|\ \
| * | Remove German from English message textPhil Davis2016-02-121-1/+1
|/ /
* | Merge pull request #2626 from phil-davis/patch-1Stephen Beaver2016-02-121-1/+0
|\ \
OpenPOWER on IntegriCloud