summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_usermanager_addprivs.php
Commit message (Collapse)AuthorAgeFilesLines
* Standardize privilege page and sorting between users and groups. Fixes #7587jim-p2017-05-221-5/+1
|
* Add username to display when adding user privileges. Fixes #7586jim-p2017-05-221-0/+10
|
* Add missing includedoktornotor2017-03-081-0/+1
|
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-131-2/+2
| | | | functions
* GET/POST conversionSteve Beaver2017-02-091-7/+1
|
* Required fields for System pagesPhil Davis2017-01-301-1/+1
|
* Merge pull request #3369 from phil-davis/breadcrumbs_detailRenato Botelho2017-01-111-2/+3
|\
| * Breadcrumb linksPhil Davis2017-01-101-2/+3
| |
* | Merge branch 'master' into sysprvwarn2Phil Davis2017-01-111-11/+1
|\ \
| * | Report problems applying changesPhil Davis2017-01-031-11/+1
| |/ | | | | | | | | | | | | 1) Strictly keep track of the accumulating $retval from calls to various functions that apply changes. 2) Use new function print_apply_result_box() to print a suitable message in a suitable severity based on $retval
* | Change "privilege" to "access"Phil Davis2017-01-021-2/+2
| | | | | | | | in various text to make it read better
* | Use admin rather than root in UI textPhil Davis2017-01-021-2/+2
| |
* | Add security notes for privilege assignment pagesPhil Davis2017-01-021-1/+33
|/ | | | Suggested solution for Redmine 2247
* Remove all calls to conf_mount_r* functionsRenato Botelho2016-10-121-3/+0
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Code style and commentsPhil Davis2016-08-161-1/+1
| | | | No functional change - just making style consistent
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* Remove input_errors2Ajax calls, was never implemented. Ticket #3027Chris Buechler2016-07-101-6/+0
|
* 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().
* Miscellanous Textual Corrections - Add missing dots to phrasesNewEraCracker2016-05-111-2/+2
|
* Reengineer Form_Button setAttributePhil Davis2016-03-201-6/+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.
* 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.
* Indicate in the breadcrumb if we are editing list item.k-paulius2016-02-141-1/+1
|
* Synchronize page title with tab titlek-paulius2016-02-121-1/+1
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Fix comparator name and add missing quotesNewEraCracker2016-02-091-1/+1
| | | | Comparator name was wrong on system_groupmanager_addprivs.php and quotes were missing around the comparator name at system_usermanager_addprivs.php
* Fix help text index when the privs are filtered.Stephen Beaver2016-02-081-1/+4
|
* Internationalize system user and group codePhil Davis2016-02-081-1/+1
|
* Fix hiding of shadow selectorStephen Beaver2016-02-031-1/+1
|
* Improvements to the priviledge filter functionalityStephen Beaver2016-02-031-8/+57
|
* Fixed #5049Stephen Beaver2016-02-021-1/+66
|
* Cosmetic saveStephen Beaver2016-02-021-1/+4
|
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 1) Get rid of the stristr() checks to "guess" if an apply button should be used. 2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box().
* 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-5/+8
|
* 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".
* Refinements to #5535Stephen Beaver2015-11-301-1/+1
|
* Fixed #5535Stephen Beaver2015-11-301-6/+10
|
* 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-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* fix Bug #5388heper2015-11-111-1/+1
|
* Copyright and license cleanupRenato Botelho2015-11-091-1/+1
| | | | | | - 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/+0
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-27/+51
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
OpenPOWER on IntegriCloud