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
2020-01-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-21Remove inline JS in linksHeinrich Lee Yu
Changes these to use unobtrusive JS
2019-07-16Refactor more common Page Objects to use data tagsddavison
Common usages within GitLab QA include login page, navbars and layouts
2019-04-25Fix commits.scss style-lint errorsScott Hampton
Updating class names, and using existing utility classes.
2019-03-12Fix Authorized applications count.moyuru
2019-03-03Fix authorized applications countmoyuru
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-10Update copy to clipboard button data for application secretGeorge Tsiolis
2018-10-03Add copy to clipboard button for application id and secretGeorge Tsiolis
2018-09-21Add message about disabled oauth feature in user profileDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-19Unite green buttons under one css classDmitriy Zaporozhets
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-01Correct remaining `Lint/UselessAssignment` haml-lint violationsRobert Speicher
2018-08-08Fix broken text in OAuth authorization screenStan Hu
2018-07-20Replace label-light with label-bold. Because it's bold, not lightAnnabel Dunstone Gray
2018-07-13i18n: externalize strings from 'app/views/doorkeeper'Tao Wang
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-06-29Replace .scope-description with .text-secondaryPaul Slaughter
2018-04-12[skip ci] Remove .page-headerClement Ho
2018-04-11[skip ci] .help-block to .form-text.text-mutedClement Ho
2018-04-09Replace .pull-left with .float-leftClement Ho
2018-01-01Add breadcrumbs to User Settings sub-viewsRob Watson
Closes #40274
2017-11-13Prevent error when authorizing an admin-created OAauth application without a ↵Douwe Maan
set owner
2017-11-10Merge branch '32059-fix-oauth-phishing' into 'security-10-1'Douwe Maan
Prevent OAuth phishing attack by presenting detailed wording about app to user during authorization See merge request gitlab/gitlabhq!2205
2017-08-24Authorizations regarding OAuth - style confirmationJacopo
Changed the styling of OAuth authorization page in order to follow the styling structure described in #28849.
2017-06-23Added limited width to profile settingsPhil Hughes
Closes #20918
2017-03-07Implement OpenID Connect identity providerMarkus Koller
2017-01-24HAMLLint: Fix `UnnecessaryInterpolation` offencesKushal Pandya
2016-12-31HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya
2016-12-31HAMLLint: Fix `TrailingWhitespace` offencesKushal Pandya
2016-12-31HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya
2016-12-16View-related (and other minor) changes to !5951 based on @rymai's review.Timothy Andrew
- The `scopes_form` partial can be used in the `admin/applications` view as well - Don't allow partials to access instance variables directly. Instead, pass in the instance variables as local variables, and use `local_assigns.fetch` to assert that the variables are passed in as expected. - Change a few instances of `render :partial` to `render` - Remove an instance of `required: false` in a view, since this is the default - Inline many instances of a local variable (`ip = 'ip'`) in `auth_spec`
2016-12-16Move the scopes form/list view into a partial.Timothy Andrew
- The list of scopes that's displayed while creating a personal access token is identical to the list that's displayed while creating an OAuth application. Extract these into a partial. - The list of scopes that's displayed while in the show page for an OAuth token in the profile settings and admin settings are identical. Extract these into a partial.
2016-12-16Implement minor changes from @dbalexandre's review.Timothy Andrew
- Mainly whitespace changes. - Require the migration adding the `scope` column to the `personal_access_tokens` table to have downtime, since API calls will fail if the new code is in place, but the migration hasn't run. - Minor refactoring - load `@scopes` in a `before_action`, since we're doing it in three different places.
2016-12-16Allow creating personal access tokens / OAuth applications with scopes.Timothy Andrew
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