Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-26Removes class 'btn-link' of Revoke buttonFilipa Lacerda
2016-05-22Fix grammar and wording in text on various pages.Connor Shea
2016-04-25Updated project group sharing UIPhil Hughes
Closes #13991
2016-04-19Implement top navigation concept for profile areaDmitriy Zaporozhets
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>
2016-04-14Fix the improper delete form being rendered for an oauth_authorized_applicationconnorshea
This fixes the authorized applications not being revoked properly at `/profile/applications`. Fixes #14370.
2016-04-05Standardize the way we check for and display form errorsRobert Speicher
- 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.
2016-03-23Fixed error with applications delete enonymous token formPhil Hughes
Closes #14509
2016-03-20change the css class has_tooltip to has-tooltip universallyArinde Eniola
2016-03-13Let `oauth/applications#index` handle the `profiles#applications` routeRobert Speicher
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.
2016-03-04Fixed failing application settings testsPhil Hughes
2016-03-04Applications tab on profile settingsPhil Hughes
Closes #13855
2016-01-26Improve text on warning messageZeger-Jan van de Weg
2016-01-26Warn admin of granting admin rights during OAuthZeger-Jan van de Weg
Fixes #3951 Warning style the same as the warning a user sees on a archived project.
2015-10-19Make tables full width.Douwe Maan
2015-07-02Correctly show anonymous authorized applications under Profile > Applications.Douwe Maan
2015-06-15Fix consistency issues on New Application page.Nicolas
2015-06-15Fix layout issue when New Application validation fails.Nicolas
2015-04-30Plural instead of singular.Douwe Maan
2015-04-30Add a page title to every page.Douwe Maan
2015-03-14Refactor buttonsDmitriy Zaporozhets
2014-12-25Rework oauth2 featureDmitriy Zaporozhets
* improve UI * add authorization * add separate page for oauth applications Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-24Doorkeeper integrationValery Sizov