summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_groupmanager.php
Commit message (Collapse)AuthorAgeFilesLines
* Code style system gPhil Davis2015-05-301-44/+66
|
* system_groupmanager edit cancel button looks smallPhil Davis2015-03-031-1/+1
| | | It looks smaller and different to the Save button. This makes it the same.
* Improving aesthetics.xbipin2015-01-131-1/+1
| | | | | Make title color more consistent with other pages. Improving aesthetics.
* 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
|
* Merge pull request #1335 from brunostein/remove_multiple_groupsRenato Botelho2014-11-131-6/+32
|\
| * remove checkall checkboxbruno2014-11-131-1/+1
| |
| * add checkbox on the left side of the table and remove checkall checkboxbruno2014-11-131-14/+13
| |
| * add input checkbox to remove multiple groupsbruno2014-11-111-1/+28
| |
* | Make sure empty group or user are not created when editingRenato Botelho2014-11-121-0/+10
|/
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+4
|
* Be more strict on removing groups checking group id and group name, it ↵Renato Botelho2014-09-251-95/+119
| | | | avoids issues like happened to users on ticket #3856. While I'm here, replace GET by POST
* Add a cancel button for user and group edit pageRenato Botelho2014-09-111-0/+1
|
* Fix indent and whitespacesRenato Botelho2014-08-051-104/+112
|
* Make sure there are not empty options on dst select to avoid creating empty ↵Renato Botelho2014-08-051-0/+6
| | | | user or group. This issue was introduced by b4e9a4da
* XHTML Compliance - System MenuN0YB2014-06-161-2/+12
| | | | | | | | Advanced - Admin Access Tab Advanced - Firewall / NAT Tab Cert Manager - Certificate Revocation Tab User Manager - Users Tab User Manager - Groups Tab
* xhtml Complianceayvis2014-03-141-11/+11
| | | replaced <br>, <br/> and </br> with <br />
* Fix #3492, make sure filesystem is read-writeRenato Botelho2014-02-271-0/+4
|
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* System: Group manager, set max length for groupname to 16 charactersPiBa-NL2013-06-221-2/+5
|
* Tidy up "system_groupmanager.php" XHTMLColin Fleming2013-04-081-50/+50
| | | | | | | | | | | Add CDATA sections to SCRIPT tags Close INPUT and BR tags Update HTML boolean operators Deprecate the ampersand in ANCHOR tags Move NOWRAP into class statement Move TFOOT between the THEAD and TBODY tags, this is a "quirck" of HTML Move closing BODY tag after "fend.inc" Add missing closing HTML tag
* Make tables sortablebcyrill2012-09-241-72/+78
|
* Test for an array before using it like one.bcyrill2012-08-241-1/+1
|
* Test for an array before using it like one.jim-p2012-08-191-1/+1
|
* Fix XSS issuesScott Ullrich2010-11-121-5/+5
|
* Prevent a warning that would appear when modifying privileges of an empty group.Erik Fonnesbeck2010-08-181-4/+6
|
* Use <?php instead of the short formRenato Botelho2010-08-121-1/+1
|
* Don't maintain a membership for the 'all' group when it includes everyone. ↵jim-p2010-07-281-1/+4
| | | | Just return it for everyone if the 'all' group is requested. For the count of the 'all' group, just return a count of all the users on the system. Fixes #613
* Only perform this check if the group being created actually has members.jim-p2010-07-191-4/+6
|
* fix double click to editChris Buechler2010-07-171-1/+1
|
* After editing a group, refresh its users, as their shell privileges may have ↵jim-p2010-07-121-0/+8
| | | | changed.
* Ticket #612. Correctly show the number of users as 0 on a group with no ↵Ermal2010-05-241-1/+3
| | | | users. Also handle the case of empty arrays on the xmlparser.
* Fix gettext issuesCarlos Eduardo Ramos2010-04-301-4/+4
|
* Adding gettext()Vinicius Coque2010-04-291-1/+1
|
* Fix gettext issuesRenato Botelho2010-04-291-4/+4
|
* Reviewing gettext()Carlos Eduardo Ramos2010-04-281-7/+7
|
* Implementing gettext()Vinicius Coque2010-04-281-17/+17
|
* 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 typosChris Buechler2010-01-161-1/+1
|
* Formatting cleanups. Increase buffer sizesullrich2009-12-021-1/+1
|
* 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-1/+3
| | | | include 2009 on files that I have asserted (C) on
* Do not show the assigned priveleges area until the item has been saved. ↵Scott Ullrich2009-06-301-1/+5
| | | | Otherwise clicking plus will take you back to the user manager screen which feels beyond broken.
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-1/+0
| | | | | | pages where they are needed. Remove some sort functions not used.
* Do not hard code whiteScott Ullrich2008-10-121-6/+2
|
* Cleanup the tab format of the system user/group/server management pages.Matthew Grooms2008-09-091-209/+209
| | | | | | 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.
* Change the text in the privilege table row to read "Assigned Privileges"Matthew Grooms2008-09-031-1/+1
| | | | | instead of "Effective Privileges". This is in contrast to the user page which also lists group privilege inheritance.
* Rework most of the OpenVPN support. The interfaces have been updated toMatthew Grooms2008-08-261-16/+1
| | | | | | | | | | 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 commit were not being referenced. This commit also splits out the certificate management components into a new system menu item.
* Implement a certificate authority and certificate webui that can be usedMatthew Grooms2008-08-091-0/+2
| | | | | | | | | | | | | | | | | | | | | to centrally manage this data. There are no consumers at this time. This interface allow for the following ... Certificate Authority Manager: - List certificates authorities - Import existing certificate authority - Create internal certificate authority Certificate Manager: - List certificates - Import existing certificate - Create internal certificate using an internal CA - Generate certificate signing request for external CAs - Process certificate signing response from external CAs Certificate revocation is not currently implemented. The user system will also be extended to allow for user specific certificate management in a follow-up commit.
OpenPOWER on IntegriCloud