summaryrefslogtreecommitdiff
path: root/app/views/admin/identities
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Allow admin to create new user identitiesDrew Blessing2015-12-152-0/+5
|
* Make tables full width.Douwe Maan2015-10-191-7/+8
|
* Allow custom label to be set for authentication providers.auth-icons-labelsDouwe Maan2015-07-232-2/+3
|
* Remove duplicate 'required: true' attributeRobert Speicher2015-06-261-1/+1
|
* Set proper title when edit identity from admin areaDmitriy Zaporozhets2015-06-231-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix code style issueDmitriy Zaporozhets2015-06-221-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor admin user pageDmitriy Zaporozhets2015-06-221-4/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Make provider a select for identities form in admin areaDmitriy Zaporozhets2015-06-221-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Minor improvements to admin identities textDmitriy Zaporozhets2015-06-222-4/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move identities list to own controller actionDmitriy Zaporozhets2015-06-191-0/+15
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add ability for admin to edit user identityDmitriy Zaporozhets2015-06-193-0/+28
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Admin can see and remove user identitiesDmitriy Zaporozhets2015-06-191-0/+11
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>