summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Check if file exists before try to read it. Fixes #2764Renato Botelho2013-02-121-0/+4
|
* Fix indent and whitespacesRenato Botelho2013-02-121-37/+37
|
* Merge pull request #406 from miken32/nas-identifierErmal Luçi2013-02-121-57/+55
|\ | | | | Support for custom NAS-Identifier
| * properly separate accounting options from general RADIUS optionsMichael Newton2013-02-111-53/+45
| | | | | | | | cleanup whitespace
| * allow entry of custom NAS IDMichael Newton2013-02-111-4/+10
| |
* | Merge pull request #408 from mdima/masterErmal Luçi2013-02-121-1/+12
|\ \ | | | | | | Status Queue page: Fixes the bytes/bits unit in the page.
| * | Status Queue page: Fixes the bytes/bits unit in the page.Michele Di Maria2013-02-121-2/+15
| | |
* | | Check interfaces and VIP IP address overlapRenato Botelho2013-02-112-16/+12
| | | | | | | | | | | | | | | | | | | | | | | | - Check if interface IP overlaps other interfaces or localip from mpd based services - Check if VIPs IP overlaps interfaces or other VIPs address It fixes #1723
* | | Use the actual openvpn restart routine when starting/stopping from services ↵jim-p2013-02-111-7/+4
| |/ |/| | | | | rather than killing/restarting manually.
* | Try to use standard interface to find the source for connecting a tunnel. ↵Ermal2013-02-111-15/+11
| | | | | | | | Also if a ping host is defined for the configuration used that for remoteid since its known to be reachble
* | Properly generate all address data based on configuration selectedErmal2013-02-111-6/+6
| |
* | Apparently some systems don't like pulling this in globally, but it should ↵jim-p2013-02-102-2/+2
| | | | | | | | work if defined locally like the other similar lists.
* | Merge pull request #403 from bcyrill/patch-20Jim P2013-02-101-5/+6
|\ \ | | | | | | Update usr/local/www/system_crlmanager.php
| * | Update usr/local/www/system_crlmanager.phpbcyrill2013-02-101-5/+6
| | | | | | | | | Cleanup HTML
* | | Merge pull request #402 from bcyrill/patch-19Jim P2013-02-101-5/+6
|\ \ \ | |/ / |/| | Update usr/local/www/system_certmanager.php
| * | Update usr/local/www/system_certmanager.phpbcyrill2013-02-101-5/+6
| | | | | | | | | Cleanup HTML
* | | Update usr/local/www/system_camanager.phpbcyrill2013-02-101-8/+10
|/ / | | | | Cleanup HTML
* | Validate interface IP explicitly as v4 or v6Phil Davis2013-02-101-10/+9
| | | | | | | | The IP Address fields on the Interfaces Edit page were just using is_ipaddr to validate them. I could put an IPv4 address in as the IPv6 static IP and it took it and saved it, then got my system in a knot! It even adjusted the subnet bits dropdown when I typed a valid IPv4 address format in the IPv6 filed. And IPv6 addresses could be put in IPv4 fields also.
* | Display Gateway Widget column headings only oncePhil Davis2013-02-101-8/+17
| | | | | | The Gateway Widget format was changed recently to allow display of a long IPv6 address. It has made the widget take a lot more screen space when there are a few gateways. This change saves some space - what do people think?
* | Make sure the directory existsErmal2013-02-101-1/+3
| |
* | Add some newlines to this one too.jim-p2013-02-091-2/+2
| |
* | Unbreak firewall rule interface drop-down selection. Fixes #2805jim-p2013-02-091-3/+3
| |
* | Set family here to avoid any ambiguityErmal2013-02-091-0/+1
| |
* | Merge pull request #395 from N0YB/PowerD_AC_BAT_ModesJim P2013-02-081-11/+23
|\ \ | | | | | | System: Advanced: Miscellaneous: PowerD
| * | System: Advanced: Miscellaneous: PowerDN0YB2013-02-081-11/+23
| | | | | | | | | | | | Add the on battery mode option settings.
* | | Merge pull request #394 from bcyrill/patch-15Jim P2013-02-081-12/+13
|\ \ \ | | | | | | | | Update usr/local/www/system_certmanager.php
| * | | Update usr/local/www/system_certmanager.phpbcyrill2013-02-091-12/+13
| | | | | | | | | | | | Add space between option's value and selected attributes. Get rid of some stray closing td tags. That's it for now.
* | | | Update usr/local/www/system_camanager.phpbcyrill2013-02-091-4/+4
|/ / / | | | | | | Properly close the anchor tag and fix ampersand.
* | | Update usr/local/www/system_certmanager.phpbcyrill2013-02-091-1/+1
|/ / | | | | Add $userid check
* | Add a line break to move this text to the next line. It was stuck after ↵jim-p2013-02-071-1/+1
| | | | | | | | another field and easy to miss.
* | Fix quoting.jim-p2013-02-071-1/+1
| |
* | This is quoted that way because it's passed in javascript. If another better ↵jim-p2013-02-071-1/+1
| | | | | | | | way to quote it works, feel free to change it back, but test the fix first and make sure aliases still display in the firewall rule list.
* | Merge pull request #391 from ExolonDX/branch_06Jim P2013-02-071-2/+2
|\ \ | | | | | | Remove escaped apostrophe
| * | Remove escaped apostropheColin Fleming2013-02-071-2/+2
| | |
* | | Implement privilege for allowing login through CPRenato Botelho2013-02-072-5/+17
| | | | | | | | | | | | | | | | | | | | | - The feature is optional, on by default for new zones, off for current ones when upgrading It should fix #1010
* | | Indent and whitespaces changesRenato Botelho2013-02-071-20/+20
| | |
* | | Indent and whitespaces changesRenato Botelho2013-02-071-37/+39
| | |
* | | Merge pull request #390 from ExolonDX/branch_05Jim P2013-02-076-6/+6
|\ \ \ | | | | | | | | Value in attributes should be lower case
| * | | Value in attributes should be lower caseColin Fleming2013-02-076-6/+6
| | | | | | | | | | | | | | | | Value in the "method" attribute should be lower case
* | | | Merge pull request #387 from ExolonDX/branch_02rbgarga2013-02-074-37/+51
|\ \ \ \ | | | | | | | | | | Update HTML code in "include" files
| * | | | Update HTML in "include" filesColin Fleming2013-02-064-37/+51
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Udated the DOCTYPE to make it W3C standard/compliant. Moved "sorttable.js", "ticker.js" and the "antiClickJack style" from "fbegin.inc" and place them in "head.inc" (where they belong), this may also help the Widescreen package to work. Close BR, INPUT and IMG tags properly, update IMG tags with "alt" and update TABLE tags with "summary". Updated the SCRIPT and STYLE with proper CDATA sections. Updated LINK with the correct types.
* | | | Cosmetic change, s/manager/Manager/ to keep make it consistent with other ↵Renato Botelho2013-02-071-2/+2
| | | | | | | | | | | | | | | | entries
* | | | Make gen_subnetv6 return a compressed form IPv6 address/net representation. ↵Ermal2013-02-072-2/+2
| | | | | | | | | | | | | | | | This removes some issues reported during Ticket #2746 and solve the issue on some cases
* | | | Only include files that actually end in .inc, otherwise patching can lead to ↵jim-p2013-02-061-1/+1
| | | | | | | | | | | | | | | | errors since .inc.orig patched the old test.
* | | | Merge pull request #389 from ExolonDX/branch_06Jim P2013-02-062-84/+93
|\ \ \ \ | | |/ / | |/| | Update HTML code in "include" files
| * | | Update HTML code in "include" filesColin Fleming2013-02-062-84/+93
| |/ / | | | | | | | | | | | | | | | | | | Close BR, INPUT and IMG tabs, update the IMG tags with "alt" and update the TABLE tags with "summary". Update SCRIPT with proper CDATA sections.
* | | Revert "Correct URL creation for xmlrpc as well as some error checking"Ermal2013-02-061-34/+32
| | | | | | | | | | | | This reverts commit 9ea2463a5b982dff170d7e081b896ca79de19ad7.
* | | Correct URL creation for xmlrpc as well as some error checkingErmal2013-02-061-32/+34
| | |
* | | Merge pull request #385 from ExolonDX/branch_01rbgarga2013-02-0628-39/+63
|\ \ \ | | | | | | | | Update HTML boolean operator "nowrap"
| * | | Update HTML boolean operator "nowrap"Colin Fleming2013-02-0628-39/+63
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The HTML boolean operator "nowrap" has been deprecated to a "style" and it's "butt ugly", IMHO. So, add a new class called "nowrap" to "all.css" and "wizard.css" and start replacing "nowrap" with "class='nowrap'", if there is already a class defined then just add, "class='whatever nowrap'". Update "loader.js" and "bottom-loader.js" with proper CDATA sections.
OpenPOWER on IntegriCloud