summaryrefslogtreecommitdiff
path: root/app/views/admin/users/_form.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Add min attribute to project_limit field on user's formAndrey Krivko2016-07-081-1/+1
|
* disable spellcheck and autocorrect for username field in admin pageArinde Eniola2016-04-201-3/+3
|
* Standardize the way we check for and display form errorsrs-form_errorsRobert Speicher2016-04-041-5/+1
| | | | | | | | | | | | - Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard.
* Improve external users featureZeger-Jan van de Weg2016-03-141-1/+1
|
* Create an external users tab on Admin user listZeger-Jan van de Weg2016-03-131-1/+2
| | | | Also incorporates the review into this, mainly spec changes.
* External UsersZeger-Jan van de Weg2016-03-131-0/+5
| | | | | The user has the rights of a public user execpt it can never create a project, group, or team. Also it cant view internal projects.
* Update the note for admin user.Marin Jankovski2014-07-171-2/+2
|
* Improve admin/user formDmitriy Zaporozhets2014-06-031-9/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix admin user errors uiDmitriy Zaporozhets2014-05-201-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Rename "Website url" labels to "Website"Jerome Dalbert2014-01-201-1/+1
|
* Add website url to userJerome Dalbert2014-01-181-0/+3
|
* Fix for edit user as adminJeroen van Baarsen2014-01-111-2/+6
| | | | | | | | * It fixes an issue where you where able to remove your own admin rights. This would result in a 404 error. fixes: #2283 * It fixes an issue where you would be able to block your own account on the edit page. This fix makes the behaviour the same as on the admin/users overview page
* Fix admin forms UIDmitriy Zaporozhets2014-01-101-39/+35
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* alert-error to alert-dangerDmitriy Zaporozhets2013-12-311-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update form classesDmitriy Zaporozhets2013-12-311-24/+24
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Convert span into col-mdDmitriy Zaporozhets2013-12-301-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fixed all the confirm: deprecation warningsJeroen van Baarsen2013-12-101-1/+1
|
* Remove can_create_team code from userDmitriy Zaporozhets2013-08-211-4/+0
|
* Replace .actions with .form-actionsDmitriy Zaporozhets2013-08-071-1/+1
|
* use control-group classes for inline forms in admin areaDmitriy Zaporozhets2013-08-071-26/+26
|
* Prevent confusion in naming user variable at admin areaDmitriy Zaporozhets2013-06-261-10/+10
|
* Force user password change for users created by adminDmitriy Zaporozhets2013-06-131-12/+18
|
* Minor usability improvementsDmitriy Zaporozhets2013-04-181-1/+2
|
* User's blocked field refactored to use state machineAndrew8xx82013-03-041-1/+1
|
* Update app/views/admin/users/_form.html.hamlJon Evans2013-02-061-1/+1
|
* Ruby 1.9 hash syntaxJon Evans2013-02-061-3/+3
|
* Disable autocomplete for admin/users formJon Evans2013-02-061-3/+3
| | | Fixes #2796
* refactor buttons pt2Dmitriy Zaporozhets2013-01-291-2/+2
|
* refactor buttons pt1Dmitriy Zaporozhets2013-01-291-4/+4
|
* allow/deny user to create group/teamDmitriy Zaporozhets2013-01-251-0/+8
|
* Rewrite and improve git backend logic. Fix project movind. Raise exception ↵Dmitriy Zaporozhets2012-11-271-58/+52
| | | | to prevent unexpected issues
* Create dir with namespace. Create namespace with userDmitriy Zaporozhets2012-11-231-2/+7
|
* Removed class 'small' for some buttons. Fixed issue creationrandx2012-08-301-3/+3
|
* Admin area -> user formrandx2012-08-251-54/+62
|
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-10/+10
| | | | Didn't bother with files in db/, config/, or features/
* Fix english on the edit user form.Pat Thoyts2012-07-201-3/+3
| | | | Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* Fixing requests tests.Jakub Troszok2012-06-271-1/+1
|
* Added option to automaticaly generate passwords for new users.Jakub Troszok2012-06-261-6/+15
|
* Fixed typo in labelTiago Ribeiro2012-04-181-6/+6
|
* User blocking improved. Admin area styledDmitriy Zaporozhets2012-04-161-34/+48
|
* Ability to block userrandx2012-04-131-0/+5
|
* Admin area improvedDmitriy Zaporozhets2012-02-111-6/+8
|
* Bootstrap: Issues, Merge Requests, SSH Key completedDmitriy Zaporozhets2012-01-291-26/+19
|
* Bootstrap: btn replacingDmitriy Zaporozhets2012-01-271-1/+1
|
* button common style + flash messages fixgitlabhq2011-11-211-2/+2
|
* changing admin disign for userss updateAlexander Randa2011-11-191-1/+1
|
* correct padding in user, keys, password formsAleksei Kvitinskii2011-11-071-37/+35
|
* clean-up codeNihad Abbasov2011-10-261-1/+1
| | | | | | * Remove trailing whitespace * Converts hard-tabs into two-space soft-tabs * Remove consecutive blank lines
* extended user profile with social fieldsAleksei Kvitinskii2011-10-201-2/+15
|
* Issue #83 - Project limitValera Sizov2011-10-091-2/+2
|