Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Standardize the way we check for and display form errorsrs-form_errors | Robert Speicher | 2016-04-04 | 1 | -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 identities | Drew Blessing | 2015-12-15 | 2 | -0/+5 |
| | |||||
* | Make tables full width. | Douwe Maan | 2015-10-19 | 1 | -7/+8 |
| | |||||
* | Allow custom label to be set for authentication providers.auth-icons-labels | Douwe Maan | 2015-07-23 | 2 | -2/+3 |
| | |||||
* | Remove duplicate 'required: true' attribute | Robert Speicher | 2015-06-26 | 1 | -1/+1 |
| | |||||
* | Set proper title when edit identity from admin area | Dmitriy Zaporozhets | 2015-06-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix code style issue | Dmitriy Zaporozhets | 2015-06-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor admin user page | Dmitriy Zaporozhets | 2015-06-22 | 1 | -4/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Make provider a select for identities form in admin area | Dmitriy Zaporozhets | 2015-06-22 | 1 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Minor improvements to admin identities text | Dmitriy Zaporozhets | 2015-06-22 | 2 | -4/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move identities list to own controller action | Dmitriy Zaporozhets | 2015-06-19 | 1 | -0/+15 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add ability for admin to edit user identity | Dmitriy Zaporozhets | 2015-06-19 | 3 | -0/+28 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Admin can see and remove user identities | Dmitriy Zaporozhets | 2015-06-19 | 1 | -0/+11 |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |