Commit Graph

16 Commits

Author SHA1 Message Date
Vinicius Coque
51e9533f46 Removing unnecessary inclusions of prototype.js, guiconfig.inc already includes this file 2012-01-21 19:24:24 -02:00
Vinicius Coque
300e2c0bc9 convert javascript code to jQuery on system* files 2011-09-27 19:38:56 -03:00
Erik Fonnesbeck
2ee080317d Prevent a warning that would appear when modifying privileges of an empty group. 2010-08-18 21:28:49 -06:00
Renato Botelho
76d49f20d0 Use array instead of explode for reqdfieldsn to fit it better with gettext() calls 2010-04-28 13:17:19 -03:00
Vinicius Coque
c3c68a70e2 Implementing gettext() 2010-04-28 09:38:50 -03:00
Ermal
a69c003681 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. 2010-03-15 19:13:20 +00:00
Erik Fonnesbeck
0e3aa71cd0 Fix sorting issues that were introduced in an old commit, resulting in the incorrect item sometimes being shown when clicking edit buttons. 2010-03-10 19:31:56 -07:00
sullrich
5092a6fbac include priv.inc 2009-11-28 21:15:48 -05:00
sullrich
f1a73dbf6a Add select all button 2009-11-28 20:48:47 -05:00
sullrich
ead24d63be Include priv.defs.inc 2009-11-28 20:08:13 -05:00
Scott Ullrich
1d333258dc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on 2009-09-14 21:49:40 -04:00
Ermal Luçi
4504a76990 Remove all nested functions decalaration seems php does not like them! Make all the nested functions real functions. 2009-07-14 18:57:08 +00:00
Ermal Luçi
0d64af5975 Clear guiconfig from all sort junk functions and put them on the specific pages where they are needed.
Remove some sort functions not used.
2009-06-30 18:16:09 +00:00
Matthew Grooms
e30001cf19 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.
2008-09-09 06:55:37 +00:00
Matthew Grooms
659fa7f23b 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
local_backed has been added that authenticates to the local configuration
info which should be identical to system pwdb credentials. Since the
htpassword file is no longer required, sync_webgui_passwords and its
wrapper function system_password_configure have been removed.

The local account management functions were renamed for consistency. A few
minor bugs related to setting local passwords have also been corrected.
2008-08-03 17:54:35 +00:00
Matthew Grooms
6b07c15ad8 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
5) Cleaning up the related WebUI pages
2008-08-01 06:30:34 +00:00