summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager_addprivs.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-220/+0
|
* Code spacingPhil Davis2015-06-151-1/+1
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style system user managerPhil Davis2015-05-301-17/+27
|
* Unimportant typos in user and group managerPhil Davis2015-01-181-2/+2
| | | | that do not effect anything.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+3
|
* Replace GET by POST on system_usermanager.php and make necessary adjustments ↵Renato Botelho2014-09-111-8/+4
| | | | on necessary pages. It fixes #3856
* Fix redirect after editing permissionsjim-p2014-07-251-1/+1
|
* Tidy up Ampersand XHTMLColin Fleming2014-05-271-1/+1
| | | | Deprecate Ampersand in Anchor tags
* xhtml Complianceayvis2014-03-141-1/+1
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-3/+4
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Remove this sort. It's unnecessary and causes problems when editing and ↵jim-p2014-02-071-10/+0
| | | | saving privileges, it can reorder users and cause edits to the wrong account.
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Substitute Product name in privilegesWarren Baker2013-07-121-1/+1
|
* Tidy up XHTMLColin Fleming2013-04-081-5/+5
| | | | | Add CDATA sections to SCRIPT tags Add SUMMARY to TABLE tags
* fix permissions check to xml package files and show only menus user has ↵marcelloc2012-06-121-1/+1
| | | | access to
* Sort user privileges so dashboard/index.php come first, so if a user has ↵jim-p2011-08-111-0/+1
| | | | those permissions, they get redirected there first and not to another page.
* Make this box much bigger, it's hard to find things in the tiny window with ↵jim-p2011-08-101-1/+1
| | | | a long list.
* Implement gettext()Carlos Eduardo Ramos2010-04-281-2/+2
|
* Ticket #423. Remove priv.inc/priv.defs.inc from files. They used require() ↵Ermal2010-03-151-2/+0
| | | | instead of required once so produced errors or redefinitions of functions. These includes are now included on authgui.inc.
* Fix sorting issues that were introduced in an old commit, resulting in the ↵Erik Fonnesbeck2010-03-101-1/+0
| | | | incorrect item sometimes being shown when clicking edit buttons.
* include priv.incsullrich2009-11-281-0/+1
|
* Include priv.defs.incsullrich2009-11-281-0/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* Remove all nested functions decalaration seems php does not like them! Make ↵Ermal Luçi2009-07-141-5/+5
| | | | all the nested functions real functions.
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-0/+13
| | | | | | pages where they are needed. Remove some sort functions not used.
* Mount image rw during changesScott Ullrich2008-11-201-1/+5
|
* Cleanup the tab format of the system user/group/server management pages.Matthew Grooms2008-09-091-37/+56
| | | | | | 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.
* Cleanup authentication code. The basic auth method, the passwd, htpasswdMatthew Grooms2008-08-031-1/+1
| | | | | | | | | | | | | 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.
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+181
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
OpenPOWER on IntegriCloud