summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_groupmanager.php
Commit message (Collapse)AuthorAgeFilesLines
* Code style and commentsPhil Davis2016-08-161-2/+2
| | | | | | No functional change - just making style consistent (cherry picked from commit 9d3e8723171c727cf43338bd8e95ab2bb7e6a66c)
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-45/+44
|
* webgui tables, doubleclick event to perform 'edit' action, part 2PiBa-NL2016-07-041-1/+1
| | | | (cherry picked from commit 1c10ce9750f3702f433a91754f79e637e1c3369b)
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Fix PHP Warning about invalid argument supplied for foreachNewEraCracker2016-06-221-3/+5
| | | | | | If _POST['members'] or _POST['groups'] is not set / none selected at GUI, it would give a warning on crash reporter (dev versions) (cherry picked from commit 9f4722022f0e8114741e8cf1a421520fded8be1f)
* Add input validation to system_groupmanager.php to prevent invalid members ↵jim-p2016-06-091-1/+7
| | | | from being submitted. Ticket #6475
* Miscellanous Textual Corrections - Add missing dots to phrasesNewEraCracker2016-05-111-1/+1
| | | | (cherry picked from commit e4c7d45fc7a294817325354e13f4d5bc4987739e)
* Add translations for group type selectorStephen Beaver2016-03-291-9/+2
|
* Clarify error message by including group typeStephen Beaver2016-03-291-3/+3
|
* Preserve group name on input errorStephen Beaver2016-03-291-0/+5
|
* Revised scope handling to allow user to set to remote or local, but only if ↵Stephen Beaver2016-03-291-5/+28
| | | | it is not currently "system"
* System / User Manager - Remove PersonalizationsNOYB2016-03-291-1/+1
| | | | Remove "you" personalizations.
* Reengineer Form_Button setAttributePhil Davis2016-03-201-7/+2
| | | | | | As per what was done for https://github.com/pfsense/pfsense/pull/2765 - do it to the rest of them. Seems to work OK.
* Partially fixed #6012 by removing space from chars allowed in group namesStephen Beaver2016-03-191-1/+1
|
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-2/+2
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-2/+2
| | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-5/+9
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* System / User Manager / Groups / EditNOYB2016-03-071-2/+5
| | | | | | Error: th start tag in table body. Warning: A table row was 3 columns wide and exceeded the column count established by the first row (2).
* Fixed #5911Stephen Beaver2016-02-191-24/+0
|
* Fixed #5908Stephen Beaver2016-02-191-0/+16
|
* Merge pull request #2637 from k-paulius/patch-6Stephen Beaver2016-02-141-2/+5
|\
| * Indicate in the breadcrumb if we are editing list item.k-paulius2016-02-141-2/+5
| |
* | Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-3/+3
|/ | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Synchronize page title with tab titlek-paulius2016-02-121-1/+1
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Internationalize system user and group codePhil Davis2016-02-081-5/+3
|
* Fixed #5566Stephen Beaver2016-01-131-37/+42
|
* Redmine #5759 print_info_box stylePhil Davis2016-01-111-1/+1
| | | | Define the 'success' 'info' etc style of calls to print_info_box()
* Code style system_*Phil Davis2015-12-171-23/+25
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Standardize breadcrumbs for User Manager tabsPhil Davis2015-12-071-1/+1
| | | | | | I think this is the way it should be to make it like everywhere else. Even when in the "Groups" pages, it is still reached by "System" "User Manager".
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-1/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* undo earlier commitheper2015-11-111-2/+2
|
* Merge pull request #2047 from heper/patch-2Stephen Beaver2015-11-101-0/+2
|\
| * fix typoheper2015-11-091-1/+1
| |
| * fix Bug #5389heper2015-11-091-1/+3
| |
* | Completes #5400, #3999, #5405Stephen Beaver2015-11-101-1/+1
| | | | | | | | Mote: New ticket will be opened to provide IP address sorting
* | Fixed #5388Stephen Beaver2015-11-091-2/+2
|/
* Copyright and license cleanupRenato Botelho2015-11-091-4/+4
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+1
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+4
|
* Various text stuff on the UIPhil Davis2015-11-061-1/+1
|
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-1/+1
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* replace and find for icon-embed-btnheper2015-11-051-1/+1
|
* Updated button stylesStephen Beaver2015-11-041-38/+58
|
* convert system_groupmanager to font-awesomeheper2015-10-301-3/+3
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
OpenPOWER on IntegriCloud