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
2019-04-24Remove "You are already signed in" bannerIllya Klymov
2019-03-30Fix failing spec in spec/features/users/login_spec.rbStan Hu
This spec would start to fail on the first of the month because the generated text would have a zero-padded day (e.g. 01 vs 1), whereas the expected text check used an unpadded day via the `-d` parameter in strftime (https://apidock.com/ruby/Date/strftime). To fix this, we use use the `d` parameter to pad zeros. This spec was introduced recently in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25731. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59731
2019-03-20Add additional link to 2fa pageGosia Ksionek
2018-11-18Backport of ee/8120: Smartcard authenticationImre Farkas
2018-07-31Improve authentication activity code readabilityGrzegorz Bizon
2018-07-26Make authentication metrics events explicit is specsGrzegorz Bizon
2018-07-23Track blocked users and two factor authenticationsGrzegorz Bizon
2018-07-20Add custom expectations for authentication activity metricsGrzegorz Bizon
2018-07-19Rename authentication activity observer methodsGrzegorz Bizon
2018-07-05Enable Capybara/FeatureMethods copWinnie Hellmann
2018-06-25Honor saml assurance level to allow 2FA bypassingRoger Rüttimann
2018-05-25Fix login_specAnnabel Dunstone Gray
2018-05-11Enforce terms acceptance before other requirementsBob Van Landuyt
This prevents a redirect loop when a user has to enable 2FA and accept the terms. Now they will need to accept the terms, then enable 2FA, or any other requirements.
2018-05-04Enforces terms in the web applicationBob Van Landuyt
This enforces the terms in the web application. These cases are specced: - Logging in: When terms are enforced, and a user logs in that has not accepted the terms, they are presented with the screen. They get directed to their customized root path afterwards. - Signing up: After signing up, the first screen the user is presented with the screen to accept the terms. After they accept they are directed to the dashboard. - While a session is active: - For a GET: The user will be directed to the terms page first, after they accept the terms, they will be directed to the page they were going to - For any other request: They are directed to the terms, after they accept the terms, they are directed back to the page they came from to retry the request. Any information entered would be persisted in localstorage and available on the page.
2018-04-11Refactor CSS to eliminate vertical misalignment of login navTakuya Noguchi
2018-03-07Merge branch 'sh-fix-otp-backup-invalidation-10-5' into 'security-10-5'Douwe Maan
Ensure that OTP backup codes are always invalidated - 10.5 port See merge request gitlab/gitlabhq!2324
2018-02-22Fix user feature specs that were hardcoding 'user1'Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>