summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Allow other system authentication types to be used with ipsec. ↵Ermal2012-11-141-15/+31
| | | | LDAP/RADIUS/local acc
* Add button to switch between read/write and read-only on Diag > NanoBSD; Add ↵jim-p2012-11-122-1/+53
| | | | setting to keep the media read/write at all times; Add indication of ro/rw status on Dashboard.
* Fix variable reference, ticket #2679jim-p2012-11-121-1/+1
|
* Resolves #2679. Correct behaviour when port is null to avoid warnings on ↵Ermal2012-11-121-0/+2
| | | | error log
* Resolves #2678. Merge patch suggedted to stop warnings on PHP_errors.logErmal2012-11-121-1/+2
|
* Cleanup/standardize labels on L2TP configjim-p2012-11-071-8/+8
|
* Adds "Sort by direction" in the Traffic Graph pageMichele Di Maria2012-11-072-9/+33
| | | | | | | Added the option to sort IPs by direction in the Traffic Graph page, and improved the detection of the local network to monitor (before the results could not be realistic because of too many "local IPs" were monitored.
* Use a random exponent for the RSA generation of keys. Its is questionable if ↵Ermal2012-11-061-1/+17
| | | | its needed to be saved as a value?
* table javascript sorting improvement sorttable 1.2.3.4:123 and *:1234 now ↵PiBa-NL2012-11-061-15/+44
| | | | sort properly.
* Make a function to get the current theme and use it everywhere rather than ↵jim-p2012-11-023-39/+3
| | | | duplicating code or missing functions. (Fixes forced themes using the wrong theme for login screen)
* Include shaper.inc here to have all the function dependency work.Ermal2012-11-011-0/+1
|
* Fix this browser checkErik Fonnesbeck2012-10-311-1/+1
|
* And more encoding...jim-p2012-10-311-1/+1
|
* Still more encoding...jim-p2012-10-311-6/+6
|
* More encoding...jim-p2012-10-311-7/+7
|
* Encode this before showing it.jim-p2012-10-311-1/+1
|
* Encode parameters before showing them to users.jim-p2012-10-311-4/+4
|
* Encode some more parameters before showing them to users.jim-p2012-10-313-17/+17
|
* Encode the interface parameter before using it in a redirectjim-p2012-10-311-1/+1
|
* Encode the if parameter before using it in redirects, too.jim-p2012-10-311-4/+4
| | | | | | Conflicts: usr/local/www/firewall_rules.php
* Encode the if parameter before using it in htmljim-p2012-10-311-3/+3
|
* Escape parameters better when managing tables. Fix test to allow deleting ↵jim-p2012-10-311-6/+6
| | | | | | | | subnet entries as well as IPs. Conflicts: usr/local/www/diag_tables.php
* Remove debug outputjim-p2012-10-311-1/+0
|
* Set the CSRF Magic timeout to the same as the session timeout, so that if a ↵jim-p2012-10-311-0/+3
| | | | user sets a lower session time, the CSRF magic tokens do not outlive the user's session.
* Update CSRF Magicjim-p2012-10-312-9/+12
|
* Replace deprecated split with explodePhil Davis2012-10-311-1/+1
|
* Replace deprecated split with explodePhil Davis2012-10-311-1/+1
|
* now works againDarren Embry2012-10-261-14/+17
| | | | most likely fixes #2638
* fix #2639 (country interface selector in interfaces_ppps_edit.php)Darren Embry2012-10-262-51/+69
| | | | also make ppps_edit more jslint ready for good measure
* Make the size of the group privilege list the same size as the user ↵jim-p2012-10-261-1/+1
| | | | privilege list.
* Standardize hypenation and capitalization of Pre-Shared Keyjim-p2012-10-267-13/+13
|
* restrict '/' from virtual server name fieldDarren Embry2012-10-261-2/+2
| | | | fixes #2656
* Fix warning when no gateway groupsPhil Davis2012-10-241-15/+17
| | | If there are no gateway groups defined, and you save a rule that has an ordinary gateway selected in "Advanced Features - Gateway", then a warning is emitted when trying to traverse an empty gateway groups array at line 214.
* Throw an error when invalid configuration is posted(address->network).Ermal2012-10-231-0/+2
|
* Correct issues with limiters. 1. correct spelling of config option 2. avoid ↵Ermal2012-10-231-1/+2
| | | | duplicating javascript
* Fix limiter errorbcyrill2012-10-231-1/+1
|
* Fix limiter errorbcyrill2012-10-231-1/+1
|
* Fix limiter errorbcyrill2012-10-231-0/+1
|
* Fix limiter errorbcyrill2012-10-231-1/+2
|
* Fix spellingWarren Baker2012-10-161-1/+1
|
* Fix syntax errorjim-p2012-10-161-1/+0
|
* Refine saving/applying on more pages - don't show apply or take an action ↵jim-p2012-10-0920-115/+118
| | | | unless the user is allowed to do that.
* Make limiters have a schedule specified which applie bandwidth limits during ↵Ermal2012-10-091-2/+13
| | | | that period
* Don't offer to apply changes if no changes actually happened.jim-p2012-10-092-10/+15
|
* Allow editing an imported CRL, and refresh OpenVPN CRLs when saving. ↵jim-p2012-10-061-6/+43
| | | | Implements #2652
* Check against _address since that is the field inputed _type is always there.Ermal2012-10-051-2/+2
|
* Properly set address type selectionErmal2012-10-051-2/+2
|
* Do not make natlocalid requiredErmal2012-10-051-16/+19
|
* This field isn't required, so only check it if there is a valuejim-p2012-10-051-1/+1
|
* Add a NAT entry for configuring NAT on ipsec phase2. It will add nat rules ↵Ermal2012-10-041-0/+99
| | | | on enc interface
OpenPOWER on IntegriCloud