summaryrefslogtreecommitdiff
path: root/app/views/doorkeeper
Commit message (Collapse)AuthorAgeFilesLines
* Removes class 'btn-link' of Revoke buttonFilipa Lacerda2016-09-261-1/+1
|
* Fix grammar and wording in text on various pages.Connor Shea2016-05-221-1/+1
|
* Updated project group sharing UIPhil Hughes2016-04-251-2/+2
| | | | Closes #13991
* Implement top navigation concept for profile areaDmitriy Zaporozhets2016-04-191-1/+0
| | | | | | | | Main idea is to keep left sidebar static so user is not confused by changing context. Instead we put changing navigation with changing content in one main block Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix the improper delete form being rendered for an oauth_authorized_applicationconnorshea2016-04-141-1/+1
| | | | | | | This fixes the authorized applications not being revoked properly at `/profile/applications`. Fixes #14370.
* 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.
* Fixed error with applications delete enonymous token formfix-application-settingsPhil Hughes2016-03-231-1/+1
| | | | Closes #14509
* change the css class has_tooltip to has-tooltip universallychange_css_class_has_tooltip_to_has-tooltipArinde Eniola2016-03-203-3/+3
|
* Let `oauth/applications#index` handle the `profiles#applications` routeapplication-settingsRobert Speicher2016-03-131-17/+81
| | | | | | | | Previously we were doing all of kinds of code gymnastics and flash abuse in order to work with a Doorkeeper controller but have it _appear_ at the `/profile/applications` path. Fortunately we can just tell Rails to use a different controller to handle that route, and we get the best of both worlds.
* Fixed failing application settings testsPhil Hughes2016-03-041-1/+1
|
* Applications tab on profile settingsPhil Hughes2016-03-042-19/+20
| | | | Closes #13855
* Improve text on warning messageZeger-Jan van de Weg2016-01-261-1/+3
|
* Warn admin of granting admin rights during OAuthZeger-Jan van de Weg2016-01-261-1/+8
| | | | | | Fixes #3951 Warning style the same as the warning a user sees on a archived project.
* Make tables full width.Douwe Maan2015-10-193-45/+48
|
* Correctly show anonymous authorized applications under Profile > Applications.Douwe Maan2015-07-021-2/+7
|
* Fix consistency issues on New Application page.Nicolas2015-06-152-3/+9
|
* Fix layout issue when New Application validation fails.Nicolas2015-06-151-10/+15
|
* Plural instead of singular.Douwe Maan2015-04-301-1/+1
|
* Add a page title to every page.Douwe Maan2015-04-303-2/+5
|
* Refactor buttonsDmitriy Zaporozhets2015-03-142-2/+2
|
* Rework oauth2 featureDmitriy Zaporozhets2014-12-252-20/+24
| | | | | | | | * improve UI * add authorization * add separate page for oauth applications Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Doorkeeper integrationValery Sizov2014-12-2411-0/+124