Project

General

Profile

Download (30.4 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
6db7ee23 01/13/2015 03:01 PM Bipin Chandra

Improving aesthetics.

Make title color more consistent with other pages.
Improving aesthetics.

6317d31d 01/01/2015 12:13 PM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

d961e7e3 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

1b244d38 05/19/2014 10:49 PM Colin Fleming

Update SCRIPT tags.

Add CDATA sections to SCRIPT tags in various files

e4761933 05/08/2014 11:07 PM Colin Fleming

Tidy up "vpn_openvpn_csc.php" XHTML

Add CDATA sections to SCRIPTS
Add SUMMARY to TABLES
Remove Unordered List for tabs
Close INPUT and IMG tags and ALT to IMG
Move NOWRAP into CLASS statement
Deprecate Ampersand in Anchor tags

91f026b0 03/19/2014 10:38 PM ayvis

replaced uppercase html tags with lowercase
js files saved as UTF-8 / LF
language="JavaScript" deprecated, replaced with type="text/javascript"

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

e41ec584 03/12/2014 02:42 PM Renato Botelho

Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print

ffe6f371 12/27/2013 03:22 AM Chris Buechler

fix typo

2aff8089 12/26/2013 09:52 PM Jim Pingle

Fix wording/spacing

5c427ce7 12/26/2013 09:41 PM Jim Pingle

Add support for local (push route) and remote (iroute) network definitions in an OpenVPN client-specific override entry.

9bc68540 12/26/2013 09:11 PM Jim Pingle

Make this box a little narrow so it doesn't force the descriptions to wrap.

1e9b4611 09/12/2013 02:28 PM Renato Botelho

Remove call-time pass by reference for do_input_validation, helps ticket #2565

818b5e64 08/14/2013 12:52 PM Jim Pingle

Fix double-click to edit on OpenVPN CSC entries

de85521a 08/14/2013 12:52 PM Jim Pingle

Remove prior CSC entry when cleaning up. Fixes #3143

399e4b3f 10/16/2012 02:58 PM Warren Baker

Fix spelling

b32dd0a6 08/10/2012 05:32 PM Jim Pingle

Activate new shortcuts/status in the rest of the areas that are currently setup.

e6af6518 07/27/2011 03:50 PM Jim Pingle

Fix variable so CSC/Overrides for OpenVPN are actually deleted from the fs when deleted from the GUI.

dd5bf424 11/12/2010 04:36 PM Scott Ullrich

Fix XSS issues

ee9933b6 08/12/2010 02:15 PM Renato Botelho

Use

deeda874 07/27/2010 06:50 PM Carlos Eduardo Ramos

Implement gettext() calls on vpn_openvpn_csc.php

f3dc4bf1 07/14/2010 06:22 PM Jim Pingle

Fix this disabled test for CSC entries.

22a11a58 06/13/2010 12:07 AM Larry Gilbert

Fix some errors in spelling, punctuation, grammar, etc.

e7086984 06/01/2010 07:28 PM Jim Pingle

Remove logs tab from OpenVPN, since it is now replaced by the Log icon.

efe2be81 06/01/2010 07:27 PM Jim Pingle

Add status and log urls to OpenVPN pages.

0c88fc1e 06/01/2010 05:06 PM Jim Pingle

Fix disabled setting for OpenVPN CSC entries, which was causing them to disapper. (Disable was handled inconsistently, as with normal OpenVPN entries.) Fixes #633.

6785f06a 05/04/2010 04:57 AM Chris Buechler

add Logs tab

5540aee6 03/11/2010 04:18 PM Ermal Luçi

Show wizard tab for openvpn.

1a4f9b42 01/01/2010 08:02 AM Chris Buechler

fix typos

ffca8779 01/01/2010 07:57 AM Chris Buechler

fix text

72d51890 12/23/2009 11:38 PM Scott Ullrich

Add advacnced custom options box Ticket #234

483e6de8 11/21/2009 09:08 PM Scott Ullrich

Rework includes/require. This saves about 4 megabytes.
Simplify get_memory(). Tested on mips/i386

d84bd468 07/08/2009 04:49 PM Ermal Luçi

Remove openvpn.inc from functions.inc since its just a subsystem that does not need to be present on all of the includes.

296a3cb6 10/12/2008 11:57 PM Scott Ullrich

Use listbg as all other pages do

b63f2e8b 09/16/2008 05:41 PM Matthew Grooms

Make it possible for pakages to insert additional tabbed pages into an
existing tab group. This requires that each page in the tab group call
add_package_tabs() with the tab group name before display_top_tabs() so
pages can be inserted. While far from optimal, this system is really a...

47c00c09 08/30/2008 08:20 PM Scott Ullrich

move CSS header to correct location

0cece4a2 08/30/2008 08:09 PM Scott Ullrich

Add CSS header

872d9195 08/27/2008 10:05 PM Matthew Grooms

Correctly validate required input fields for OpenVPN screens.

dc408939 08/27/2008 04:19 AM Matthew Grooms

Correct some problems with the filter code where we were calling foreach
on data that wasn't necessarily a valid array.

Modify the OpenVPN code to stop passing the array index around and then
immediately obtaining a reference to the array entry. We already have a...

d799787e 08/26/2008 04:48 AM Matthew Grooms

Rework most of the OpenVPN support. The interfaces have been updated to
not use the pkg system and the configuration has been migrated to an
openvpn prefix. The centralized user and certificate manager is now used
to support the openvpn configurations. Most of the files removed in this...