summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Add page for configuration of wireless clone interfaces.Erik Fonnesbeck2010-02-152-0/+349
| | | |
* | | | Add copyrights of myself.Ermal Luçi2010-03-021-0/+1
| | | |
* | | | Allow the GUI auth API to be used for doing authentication against ↵Ermal Luçi2010-03-024-26/+54
| | | | | | | | | | | | | | | | authentication servers specified. Teach Openvpn to use this API. Allow openvpn to authenticate against multiple servers that can be selected on the server configuration page.
* | | | User _ instead of </> so browser does not interpret it as html.Ermal Luçi2010-03-021-4/+4
| | | |
* | | | Do not show the passwd used to logon on logs. Also change the replace from ↵Ermal Luçi2010-03-021-4/+4
| | | | | | | | | | | | | | | | $username to <username> so php does not try to do clever stuff.
* | | | fix textChris Buechler2010-03-011-2/+2
| |_|/ |/| |
* | | The filter expects * and not a php variable.Ermal Luçi2010-03-011-2/+2
| | |
* | | Correct typo in function nameSeth Mos2010-03-011-1/+1
| | |
* | | Mute route delete message, regenerate resolv.conf as this also corrects ↵Seth Mos2010-03-011-1/+1
| | | | | | | | | | | | static routes to the DNS servers.
* | | Add intermmediate certificate support to CP config page.Ermal Luçi2010-03-011-0/+11
| | |
* | | AJAX-ify the gmirror status widget. Add license header while I'm here.jim-p2010-02-272-31/+76
| | |
* | | Add link to download config from backup history. Ticket #268jim-p2010-02-271-0/+19
| | |
* | | Add descriptive title to revert/delete config backup that shows when ↵jim-p2010-02-271-4/+4
| | | | | | | | | | | | hovering. Also add confirmation prompt for revert or delete. Resolves #268
* | | revert unintentional change to system_usermanager_settings.php from last commitChris Buechler2010-02-271-2/+2
| | |
* | | if reverted to HTTP, restart lightyChris Buechler2010-02-271-1/+1
| | |
* | | Fix typojim-p2010-02-261-1/+1
| | |
* | | Ticket #367. On double click go to the repective edit page.Ermal Luçi2010-02-268-8/+8
| | |
* | | Ticket #313. Search if the string to be replaced really exists instead of ↵Ermal Luçi2010-02-261-5/+11
| | | | | | | | | | | | doing a blind replace.
* | | Ticket #366. Fix scope problem in *_inuse functions on some of the ↵Erik Fonnesbeck2010-02-265-5/+5
| | | | | | | | | | | | interfaces_*.php pages.
* | | Revert "Fix the check for whether the bridge is assigned."Erik Fonnesbeck2010-02-261-3/+3
| | | | | | | | | | | | This reverts commit 3a669df20b0795b2e487fc033f86eacea7e6fdf4.
* | | Ticket #363. Fix the number 1 report on this ticket. Properly show status of ↵Ermal Luçi2010-02-251-31/+48
| | | | | | | | | | | | dyndns update.
* | | Correct page name.Ermal Luçi2010-02-251-1/+1
| | |
* | | Add support for authenticating users against server specified in the ↵Ermal Luçi2010-02-242-1/+29
| | | | | | | | | | | | system->user manager->servers for openvpn. While there propperly fill the shared secret field for raidus in the servers page.
* | | Change default session timeout to 4 hours. Clarify text description. Remove ↵Chris Buechler2010-02-241-10/+4
| | | | | | | | | | | | limit of < 999 and other invalid/unnecessary input validation. Use product_name
* | | Ticket #375. When choosing to export only a subsystem by default do not ↵Ermal Luçi2010-02-241-2/+12
| | | | | | | | | | | | export rrd data.
* | | When editing a P2: reset netmask to 24 only when it is not specified, in ↵pierrepomes2010-02-231-2/+2
| | | | | | | | | | | | case of a new P2. Ticket #352
* | | Ticket #356. Clear the interface configuration if neccessary. To avoid ↵Ermal Luçi2010-02-231-1/+3
| | | | | | | | | | | | strange situation described in the ticket.
* | | Add proxy authentication capabilities to OpenVPN client.Ermal Luçi2010-02-231-0/+65
| | |
* | | fix textChris Buechler2010-02-221-1/+1
| | |
* | | check against correct variableChris Buechler2010-02-211-2/+2
| | |
* | | fix textChris Buechler2010-02-211-1/+1
| | |
* | | fix textChris Buechler2010-02-211-1/+1
| | |
* | | Fix the check for whether the bridge is assigned.Erik Fonnesbeck2010-02-211-3/+3
| | |
* | | Description is not requiredChris Buechler2010-02-201-1/+1
| |/ |/|
* | Add statistics for OpenVPN client instancespierrepomes2010-02-161-2/+147
| |
* | Fix setting unsetting of disable option for OpenVPN.Ermal Luçi2010-02-161-3/+4
| |
* | Fix typojim-p2010-02-151-1/+1
| |
* | Change variable name to avoid clobbering one by the same name in the ↵jim-p2010-02-151-43/+43
| | | | | | | | Dashboard. Fixes all kinds of fun Dashboard issues. Any widget directly after the Services Status one would mess up in some way.
* | Fix typojim-p2010-02-151-1/+1
| |
* | clarify textChris Buechler2010-02-151-1/+1
| |
* | Fix copypasta error. Had the wrong colors.jim-p2010-02-151-2/+2
| |
* | Missing counter variable initialization.jim-p2010-02-151-0/+1
| |
* | Fix memory graph for the_wall theme.jim-p2010-02-151-0/+1
| |
* | Fix RRD colors in Code Red theme. Resolves #330jim-p2010-02-151-4/+4
| |
* | Adding 802.1X Authentication supportScott Ullrich2010-02-121-1/+28
| |
* | Ticket #353. Add neccessary include.Ermal Luçi2010-02-121-0/+1
| |
* | Ticket #352. Allow 0 mask in remote network bits.Ermal Luçi2010-02-121-7/+8
| |
* | fix textChris Buechler2010-02-111-2/+2
|/
* Ticket #14. Implement an advanced option to allow disabling autogenerated ↵Ermal Luçi2010-02-101-0/+9
| | | | reply-to. Submitted-by: Dan Swartzendruber
* Check what to do on the interface when hitting apply options button.Ermal Luçi2010-02-091-1/+4
|
OpenPOWER on IntegriCloud