Project

General

Profile

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

# Date Author Comment
e30050b6 01/18/2015 06:05 PM Phil Davis

Unimportant typos in user and group manager

that do not effect anything.

ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

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

ed2d1343 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

b3733e10 05/27/2014 11:33 AM Colin Fleming

Tidy up Ampersand XHTML

Deprecate Ampersand in Anchor tags

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

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

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

8b60b40f 04/08/2013 07:46 PM Colin Fleming

Tidy up XHTML

Add CDATA sections to SCRIPT tags
Add SUMMARY to TABLE tags

6cd9abff 10/26/2012 08:10 PM Jim Pingle

Make the size of the group privilege list the same size as the user privilege list.

51e9533f 01/21/2012 09:24 PM Vinícius Coque

Removing unnecessary inclusions of prototype.js, guiconfig.inc already includes this file

300e2c0b 09/27/2011 10:38 PM Vinicius Coque

convert javascript code to jQuery on system* files

2ee08031 08/19/2010 03:28 AM Erik Fonnesbeck

Prevent a warning that would appear when modifying privileges of an empty group.

76d49f20 04/28/2010 04:17 PM Renato Botelho

Use array instead of explode for reqdfieldsn to fit it better with gettext() calls

c3c68a70 04/28/2010 12:38 PM Vinicius Coque

Implementing gettext()

a69c0036 03/15/2010 07:13 PM Ermal LUÇI

Ticket #423. Remove priv.inc/priv.defs.inc from files. They used require() instead of required once so produced errors or redefinitions of functions. These includes are now included on authgui.inc.

0e3aa71c 03/11/2010 02:31 AM Erik Fonnesbeck

Fix sorting issues that were introduced in an old commit, resulting in the incorrect item sometimes being shown when clicking edit buttons.

5092a6fb 11/29/2009 02:15 AM Scott Ullrich

include priv.inc

f1a73dbf 11/29/2009 01:48 AM Scott Ullrich

Add select all button

ead24d63 11/29/2009 01:08 AM Scott Ullrich

Include priv.defs.inc

1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

4504a769 07/14/2009 06:57 PM Ermal Luçi

Remove all nested functions decalaration seems php does not like them! Make all the nested functions real functions.

0d64af59 06/30/2009 06:16 PM Ermal Luçi

Clear guiconfig from all sort junk functions and put them on the specific pages where they are needed.
Remove some sort functions not used.

e30001cf 09/09/2008 06:55 AM Matthew Grooms

Cleanup the tab format of the system user/group/server management pages.
The edges were square instead of rounded like most pfSense pages. Also
make sure tabs and cancel buttons are present in the add privilege and
add certificate pages.

659fa7f2 08/03/2008 05:54 PM Matthew Grooms

Cleanup authentication code. The basic auth method, the passwd, htpasswd
and pam backing functions have been removed. The basic auth method was
legacy code and the backing functions were redundant with no added value
that I could see. A simplified replacement backing function named...

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

1) Redefine page privileges to not use static urls
2) Accurate generation of privilege definitions from source
3) Merging the user and group privileges into a single set
4) Allow any privilege to be added to users or groups w/ inheritance...