summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager.php
Commit message (Expand)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-1040/+0
* Encode ca/cert descr in system_usermanager.phpjim-p2015-07-011-1/+1
* Code style system user managerPhil Davis2015-05-301-86/+115
* Cleanup code path when adding a new userPhil Davis2015-03-181-2/+2
* system_usermanager edit cancel button looks smallPhil Davis2015-03-031-1/+1
* Unimportant typos in user and group managerPhil Davis2015-01-181-3/+3
* Improving aesthetics.xbipin2015-01-131-1/+1
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
* Welcome 2015Renato Botelho2014-12-311-1/+1
* Merge pull request #1334 from brunostein/remove_multiple_usersRenato Botelho2014-11-131-7/+33
|\
| * add tr idbruno2014-11-131-1/+1
| * add check system userbruno2014-11-131-0/+2
| * add onclickbruno2014-11-131-4/+4
| * add checkbox on the left side of the table and remove checkall checkboxbruno2014-11-131-11/+8
| * add input checkbox to remove multiple usersbruno2014-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
* Does not accept non-ascii characters on IPsec PSK. It fiixes #3931Renato Botelho2014-10-141-0/+3
* Be more strict on user removal checking array id and also username to avoid r...Renato Botelho2014-09-251-1/+3
* Update jquery-ui components to 1.11.1, it fixes #3879"Renato Botelho2014-09-221-1/+1
* Replace GET by POST on system_usermanager.php and make necessary adjustments ...Renato Botelho2014-09-111-118/+148
* Back to referer instead of hard coded system_usermanager.php since this page ...Renato Botelho2014-09-111-1/+6
* Add a cancel button for user and group edit pageRenato Botelho2014-09-111-0/+1
* Fix indent and whitespacesRenato Botelho2014-08-051-217/+234
* Make sure there are not empty options on dst select to avoid creating empty u...Renato Botelho2014-08-051-0/+6
* Fix select nameRenato Botelho2014-08-051-1/+1
* Use count($array) where applicable, instead of a $rowIndex increment.N0YB2014-06-211-6/+5
* XHTML Compliance - System MenuN0YB2014-06-161-2/+12
* XHTML Compliance - System MenuN0YB2014-06-161-2/+12
* Tidy up "system_usermanager.php" XHTMLColin Fleming2014-05-271-7/+17
* removed duplicate type=text/javascriptayvis2014-03-251-1/+1
* xhtml Complianceayvis2014-03-141-15/+15
* Improve checks for params 'id', 'dup' and other similar ones to make sure the...Renato Botelho2014-03-121-3/+4
* Call conf_mount_rw before delete user, a better fix for #3294Renato Botelho2013-11-021-0/+2
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
* change to plus 100 years as opposed to hard coded dateCharlie Marshall2013-08-111-1/+1
* remove whitespacesCharlie Marshall2013-08-111-7/+7
* improve datePicker on usermanger pageCharlie Marshall2013-08-111-10/+12
* If an account has SSH keys, show them, don't show the checkbox to add keys. F...jim-p2013-07-161-2/+2
* Tidy up "system_usermanager.php" XHTMLColin Fleming2013-04-081-72/+72
* Encode this before showing it.jim-p2012-10-311-1/+1
* Make tables sortablebcyrill2012-09-241-74/+80
* When renaming a user, make sure to remove the previous user or it gets left i...jim-p2012-04-111-1/+3
* Convert strtotime() to DateTime object to fix 2038 roll-over issue.Yehuda Katz2012-02-141-10/+6
* Fix permission and certificate display for the admin userjim-p2012-01-061-1/+1
* Clarify textjim-p2011-08-301-4/+7
* Populate pconfig in all cases with user info, or else when you delete a privi...jim-p2011-08-111-14/+13
* Ticket #1412. Fixing the access login to the user manager presented another p...Ermal2011-06-061-346/+245
* Fixes #1412. Properly pass the page to match so users are not always presente...Ermal2011-06-011-1/+1
* Fixes #1412. Properly pass the page to match so users are not always presente...Ermal2011-06-011-1/+1
OpenPOWER on IntegriCloud