An error occurred fetching the project authors.
- 14 Jan, 2022 1 commit
-
-
Bogdan Denkovych authored
In https://gitlab.com/gitlab-org/security/gitlab/-/commit/e521e9736b3d2d444d239636f5af780d4df98bcc#a08075e47107d59496393338d2b8a4aef0014955_388_387 and https://gitlab.com/gitlab-org/security/gitlab/-/merge_requests/2042/diffs#note_755152255 we added `can?(user, :log_in) && !user.password_expired_if_applicable?` condition to some part of application to prevent users to authenticate if they have expired passwords. To prevent code duplication and make the code more readable this commit suggests extracting this condition into `User#can_log_in_with_non_expired_password?` method.
-
- 12 Jan, 2022 1 commit
-
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/348163 Uses a background migration to generate encrypted versions of the static_object_token values. Changelog: changed
-
- 11 Jan, 2022 1 commit
-
-
Fabio Huser authored
Follow-up to https://gitlab.com/gitlab-org/gitlab/-/merge_requests/77236. This commit replaces all occurrences of the project/group specific `project_member`/`group_member` methods with a generic `member` one, being more in-line with the already existing `members` method. Both methods were already aliased with a generic representations, which is now no longer required.
-
- 06 Jan, 2022 1 commit
-
-
Zamir Martins authored
extending how it has been done for vulnerability-check. Changelog: changed EE: true
-
- 31 Dec, 2021 1 commit
-
-
Manoj M J authored
This MR allows admins to force confirm emails of users, even if their confirmation expiry period has passed. Changelog: fixed
-
- 24 Dec, 2021 1 commit
-
-
orozot authored
-
- 22 Dec, 2021 2 commits
- 17 Dec, 2021 1 commit
-
-
Peter Hegman authored
When creating a user in `Admin` -> `Users`. To account for existing users, also strip whitespace on the frontend in the delete modal. Changelog: fixed
-
- 16 Dec, 2021 1 commit
-
-
orozot authored
-
- 15 Dec, 2021 5 commits
-
-
Adam Hegyi authored
-
Peter Hegman authored
-
Jan Beckmann authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/232671 Changelog: added
-
Serhii Yarynovskyi authored
-
orozot authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/348509 Changelog: changed
-
- 10 Dec, 2021 1 commit
-
-
Doug Stull authored
-
- 07 Dec, 2021 1 commit
-
-
charlie ablett authored
- update tests
-
- 06 Dec, 2021 2 commits
-
-
Francisco Javier López authored
-
Imre Farkas authored
-
- 04 Dec, 2021 1 commit
-
-
Francisco Javier López authored
In this commit we're removing the ff `linear_user_membership_groups` and enabling the linear version of `User#membership_groups`. Changelog: changed
-
- 01 Dec, 2021 1 commit
-
-
Francisco Javier López authored
-
- 24 Nov, 2021 1 commit
-
-
Yorick Peterse authored
When blocking a user, CI related queries are executed after the user's state transitions to the "blocked" state. This commit ensures those queries don't run in the same transaction as is used to update the user. This fixes https://gitlab.com/gitlab-org/gitlab/-/issues/346235 Changelog: fixed
-
- 18 Nov, 2021 1 commit
-
-
Francisco Javier López authored
In this commit we're adding a feature flag to test the linear version of the User#ci_owned_runners method. Changelog: performance
-
- 12 Nov, 2021 1 commit
-
-
Manoj M J authored
This MR aims at removing the most commonly occurring errors in AuthorizedProjectsWorker Changelog: fixed
-
- 11 Nov, 2021 1 commit
-
-
Phil Hughes authored
When a user has a project named the same as their username and then this project has a README file inside of the repository we will display the content of this README on the overview tab of the users profile. Changelog: added Closes https://gitlab.com/gitlab-org/gitlab/-/issues/232157
-
- 03 Nov, 2021 2 commits
-
-
Magdalena Frankiewicz authored
-
Drew Blessing authored
Many organizations use LDAP in conjunction with other authentication methods such as SAML or OAuth. If transient LDAP errors cause the user to become `ldap_blocked` it is desirable to also unblock the user if the issue resolves itself. Otherwise, the user is unable to sign-in again without manual intervention or to sign-in once via LDAP directly. This change enables any sign-in to recheck LDAP if the user is `ldap_blocked`. Changelog: added
-
- 02 Nov, 2021 1 commit
-
-
huzaifaiftikhar1 authored
We started sending SSH key expiration notification emails for all expired keys in the MR https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62114. This change is no longer needed and, therefore, changing back to sending notifications only for the keys that are expiring today. Also removing the index that is not required anymore and running the 'ssh_keys_expired_notification_worker' cron twice daily as this is an idempotent job. Changelog: changed
-
- 29 Oct, 2021 1 commit
-
-
Jason Goodman authored
Dormant project bots are no longer automatically deactivated Changelog: fixed
-
- 19 Oct, 2021 2 commits
-
-
Gary Holtz authored
Making public_email = email a trait for a factory This also fixes some specs that were relying on private email in the user's `hook_attrs` Changelog: security
-
Thong Kuah authored
-
- 07 Oct, 2021 1 commit
-
-
Zamir Martins authored
-
- 01 Oct, 2021 2 commits
-
-
Jackie Fraser authored
-
Brett Walker authored
as opposed to a generic Namespace
-
- 28 Sep, 2021 2 commits
- 22 Sep, 2021 3 commits
-
-
Brett Walker authored
particuarly adding TODO comments where code is temporary.
-
Brett Walker authored
This prepares for supporting records that have both type == nil and type == User for namespaces.
-
Michael Friedrich authored
-
- 21 Sep, 2021 1 commit
-
-
Serena Fang authored
Comment push test Add condition to password expired if applicable Changelog: security Create new method password expired applicable Add specs for password expired if applicable When password automatically set, password expired if applicable is false Fix user specs Add check for allow password auth Switch order of condition checks Rearrange user specs Move identity specs to ee Move scim, saml, smartcard specs to ee Fix failing spec Remove password automatically set from specs Fix failing specs Move password expired check higher Use omniauth user Instead of allow user to receive ldap_user Fix spec wording Small spec fixes Apply maintainer suggestions
-