Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | XHTML Compliance | N0YB | 2014-02-23 | 1 | -0/+4 |
| | | | | Interfaces - Wireless Edit | ||||
* | XHTML Compliance | N0YB | 2014-02-22 | 1 | -33/+45 |
| | | | | Interfaces | ||||
* | Fix the issue with crash reporter even here as per pull #954 | Ermal | 2014-02-20 | 1 | -1/+1 |
| | |||||
* | XHTML Compliance | N0YB | 2014-02-19 | 2 | -1/+2 |
| | | | | UPnP & NAT-PMP | ||||
* | XHTML Compliance | N0YB | 2014-02-19 | 1 | -12/+16 |
| | | | | Traffic Graph Status | ||||
* | XHTML Compliance | N0YB | 2014-02-19 | 1 | -10/+10 |
| | | | | CARP Status | ||||
* | Merge pull request #903 from phildd/RELENG_2_1 | Ermal Luçi | 2014-02-19 | 2 | -7/+9 |
|\ | | | | | Releng 2 1 Enhance interface gateway data entry descriptions | ||||
| * | Enhance interface gateway data entry descriptions | Phillip Davis | 2014-02-07 | 1 | -2/+2 |
| | | |||||
| * | Enhance interface gateway data entry descriptions | Phillip Davis | 2014-02-07 | 1 | -5/+7 |
| | | |||||
* | | The msgbox is no longer needed since there will be a validation process per se | Ermal | 2014-02-19 | 1 | -1/+1 |
| | | |||||
* | | Take single and double quotes into consideration | Renato Botelho | 2014-02-19 | 1 | -1/+1 |
| | | |||||
* | | XHTML Compliance | N0YB | 2014-02-18 | 1 | -32/+34 |
| | | | | | | | | Settings Logs Status | ||||
* | | XHTML Compliance | N0YB | 2014-02-18 | 1 | -3/+2 |
| | | | | | | | | NTP Logs Status | ||||
* | | XHTML Compliance | N0YB | 2014-02-18 | 1 | -2/+2 |
| | | | | | | | | Open VPN Logs Status | ||||
* | | XHTML Compliance | N0YB | 2014-02-18 | 1 | -3/+2 |
| | | | | | | | | Load Balancer Logs Status | ||||
* | | XHTML Compliance | N0YB | 2014-02-18 | 1 | -7/+9 |
| | | | | | | | | VPN Logs Status | ||||
* | | XHTML Compliance | N0YB | 2014-02-18 | 1 | -2/+2 |
| | | | | | | | | PPP Logs Status | ||||
* | | XHTML Compliance | N0YB | 2014-02-18 | 1 | -3/+2 |
| | | | | | | | | Portal Auth Logs Status | ||||
* | | XHTML Compliance | N0YB | 2014-02-18 | 1 | -3/+2 |
| | | | | | | | | DHCP Logs Status | ||||
* | | XHTML Compliance | N0YB | 2014-02-18 | 1 | -0/+1 |
| | | | | | | | | Queues Status | ||||
* | | Merge pull request #940 from N0YB/RELENG_2_1 | Ermal Luçi | 2014-02-18 | 1 | -1/+2 |
|\ \ | | | | | | | XHTML Compliance | ||||
| * | | XHTML Compliance | N0YB | 2014-02-18 | 1 | -1/+2 |
| | | | | | | | | | | | | Package Logs Status | ||||
* | | | Sprinkle ob_flush to avoid some warnings on 2.1 | Ermal | 2014-02-18 | 1 | -0/+3 |
| | | | |||||
* | | | Fix issue with CSR generation. Ticket #2820 | jim-p | 2014-02-18 | 1 | -5/+5 |
|/ / | |||||
* | | Fixes #3460. Ask for validation when real operation will be done and ask for ↵ | Ermal | 2014-02-18 | 1 | -97/+163 |
| | | | | | | | | the operation with POST to get protection from CRSF. | ||||
* | | Take single and double quotes into consideration | Renato Botelho | 2014-02-18 | 1 | -1/+1 |
| | | |||||
* | | Fixes #3461. Remove any special char that can lead to shell/XSS compromises ↵ | Ermal | 2014-02-18 | 1 | -10/+11 |
| | | | | | | | | from submitted input. | ||||
* | | XHTML Compliance | N0YB | 2014-02-17 | 1 | -34/+70 |
| | | | | | | | | Open VPN Status | ||||
* | | XHTML Compliance | N0YB | 2014-02-17 | 1 | -1/+1 |
| | | | | | | | | NTP Status | ||||
* | | XHMTL Compliance | N0YB | 2014-02-17 | 2 | -7/+11 |
| | | | | | | | | Load Balancer Status | ||||
* | | Move this global declaration to the proper file rather than backend code | Ermal | 2014-02-17 | 1 | -0/+13 |
| | | |||||
* | | XHMTL Compliance | N0YB | 2014-02-17 | 4 | -42/+50 |
| | | | | | | | | | | IPsec Status Tabs Mostly element closings and minimizations (nowrap), empty table row. | ||||
* | | Help ticket #3449: | Renato Botelho | 2014-02-17 | 1 | -2/+6 |
| | | | | | | | | | | | | | | Improve data validation to avoid save a host/subnet or a IPv4 with invalid mask. The reported error is on javascript and only happen on IE8,but this fix will prevent the same issue happening in the future on a different browser. | ||||
* | | XHTML Compliance | N0YB | 2014-02-17 | 1 | -2/+3 |
| | | | | | | | | | | RRD Graphs Update Use CDATA section instead of clunky decode hex value for ampersand in script. | ||||
* | | Use correct parameter (bootfile-url) to configure netboot on DHCPdv6, it ↵ | Renato Botelho | 2014-02-17 | 1 | -20/+7 |
| | | | | | | | | fixes #3421 | ||||
* | | Use htmlspecialchars(), a better solution for #2952 | Renato Botelho | 2014-02-17 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #921 from phil-davis/RELENG_2_1 | Ermal Luçi | 2014-02-17 | 1 | -12/+61 |
|\ \ | | | | | | | Enhanced validation of general DNS servers and gateways | ||||
| * | | Enhanced validation of general DNS servers and gateways | Phil Davis | 2014-02-17 | 1 | -12/+61 |
| | | | |||||
* | | | Use descr as the field name for voucher description so it gets CDATA ↵ | Ermal | 2014-02-17 | 1 | -3/+3 |
| | | | | | | | | | | | | protection. Fixes #3441 | ||||
* | | | XHTML Compliance | N0YB | 2014-02-16 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | Filter Reload Status Mark script as CDATA section to avoid expansion of the begin tag entity (<). | ||||
* | | | XHTML Compliance | N0YB | 2014-02-15 | 1 | -12/+12 |
| | | | | | | | | | | | | Filter Reload Status | ||||
* | | | XHTML Compliance | N0YB | 2014-02-14 | 1 | -3/+2 |
| | | | | | | | | | | | | System Logs Wireless Tab | ||||
* | | | XHTML Compliance | N0YB | 2014-02-14 | 1 | -3/+2 |
| | | | | | | | | | | | | System Logs Routing Tab | ||||
* | | | XHTML Compliance | N0YB | 2014-02-14 | 1 | -9/+8 |
| | | | | | | | | | | | | Status DHCPv6 Leases | ||||
* | | | Add a knob to let the user select which console (video or serial) is ↵ | jim-p | 2014-02-14 | 1 | -0/+18 |
| | | | | | | | | | | | | preferred in cases where there are multiple consoles present. Also provide a way to force this preference. | ||||
* | | | Add a mechanism by which the serial port can be forced on always regardless ↵ | jim-p | 2014-02-14 | 1 | -2/+2 |
| | | | | | | | | | | | | of the config setting. (useful for nano+vga setups) | ||||
* | | | Fix #2952, escape necessary chars to avoid xss injection | Renato Botelho | 2014-02-14 | 1 | -1/+1 |
| | | | |||||
* | | | Respect g['tmp_path'] | Renato Botelho | 2014-02-14 | 1 | -3/+3 |
| | | | |||||
* | | | XHTML Compliance | N0YB | 2014-02-14 | 1 | -16/+15 |
| | | | | | | | | | | | | Status DHCP Leases | ||||
* | | | XHTML Compliance | N0YB | 2014-02-13 | 1 | -0/+5 |
| | | | | | | | | | | | | Create an empty row in tbody if there are no log entries displayed. |