An error occurred fetching the project authors.
- 25 Feb, 2021 1 commit
-
-
Felipe Artur authored
Improve name of issue board policy permissions
-
- 23 Feb, 2021 1 commit
-
-
Eugenia Grieff authored
- Extend test coverage for User#confirmation_required_on_sign_in?
-
- 22 Feb, 2021 1 commit
-
-
Lee Tickett authored
-
- 19 Feb, 2021 1 commit
-
-
Toon Claes authored
Custom Emoji belongs to a creator, which is a User. And a User has many created Custom Emoji.
-
- 15 Feb, 2021 1 commit
-
-
Roger Meier authored
-
- 25 Jan, 2021 1 commit
-
-
Kev authored
This adds the .webp file extension to the list of safe image extensions in the file type detection. It allows webp-images to be uploaded to issues and comments which then get embeded as images instead of attachments (see [gitlab-org/gitlab#296600](3)). It also allows uploading of designs in the webp format. WebP is supported in all browsers that GitLab supports except Safari <= macOS 10 (see [caniuse][1], [suppported browsers][2]). [1]: https://caniuse.com/webp [2]: https://docs.gitlab.com/ee/install/requirements.html#supported-web-browsers [3]: https://gitlab.com/gitlab-org/gitlab/-/issues/296600
-
- 13 Jan, 2021 1 commit
-
-
Jackie Fraser authored
-
- 08 Jan, 2021 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 04 Jan, 2021 1 commit
-
-
Phil Hughes authored
Adds a dropdown to the merge requests count icon in the header that will allow users to see both assigned and reviewer merge requests. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/290355
-
- 15 Dec, 2020 1 commit
-
-
Drew Blessing authored
Require GitLab.com users to contact support for account deletion when they do not have a local password set. For example, when they created their account via OAuth sign-in. This ensures we are able to verify ownership/identity prior to deletion.
-
- 10 Dec, 2020 1 commit
-
-
Manoj M J authored
This change integrates FortiCloud Token to GitLab 2FA options
-
- 08 Dec, 2020 2 commits
-
-
Doug Stull authored
- adhere to styleguide
-
Thomas Mendoza authored
These changes enable git authentication via Crowd for git requests using https. This is similar to the existing LDAP authenticator. There are also changes to the User model to prevent the password warning message from showing if Crowd is enabled.
-
- 07 Dec, 2020 1 commit
-
-
Joern Schneeweisz authored
-
- 06 Dec, 2020 1 commit
-
-
Catalin Irimie authored
User searching now also does an exact string match through the secondary emails table, previously happened under a feature flag.
-
- 24 Nov, 2020 2 commits
-
-
Catalin Irimie authored
-
Catalin Irimie authored
Before this change, the solo_owned_groups lookup would generate additional queries for each group owned by the user, and is used in can_be_removed? user checks and profile view pages
-
- 23 Nov, 2020 1 commit
-
-
David Kim authored
This reverts merge request !47074
-
- 20 Nov, 2020 4 commits
-
-
Catalin Irimie authored
-
Catalin Irimie authored
-
Catalin Irimie authored
-
Catalin Irimie authored
User searching only happened with an equality check for the primary email. We already had a search_with_secondary_emails helper however inefficient because it was using an IN condition. Since there is a unique constraint on secondary emails as well, that can be updated with a strict equality check and make the query perform similarly to the one without secondary emails check. That allows us to default to searching through secondary emails as well (when using the API, project member list etc).
-
- 12 Nov, 2020 1 commit
-
-
sfang97 authored
When admin approval required on sign up, send email to admin with user info when user requests an account Add link to pending approval Change url to host Remove extra new line Run get text regenerate Add changelog entry Add negative spec case Add newline at end of file Add params to Devise mailer Devise mailer is weird and you can only pass it one param, so do the admin loop in the devise method Add spec to devise mailer spec Use NotificationService instead of DeviseMailer NotificationService lets you pass multiple params to the email view and it's much easier to send emails to the correct address with the correct information Remove DeviseMailer changes There were changes to Devise Mailer spec and preview, so removing those in favor of NotificationService changes Change email helper func names Add shared example for 10 admins Remove extra new line Fast return if no recipients Change email to notification email Committing for save Move instance access request mailer to profiles Mailer method made more sense in profiles than in members file Add rubocop disable Change click here copy and link Change spec names Change spec name for clarity Remove extra space MR review comments Address review comments Run gettext regenerate Render different email formats Redundant return, formatting error Cleanup return conditions Don't need to pass resource param Scope which admins to email Private profile email layout method Remove extra new line Address MR review comments Localize strings, early return, change variable name Don't need shared example Address MR review comments Remove extra new lines Address static analysis errors Change sign in factory Remove early return
-
- 10 Nov, 2020 2 commits
-
-
Doug Stull authored
- follow our diversity and inclusion guidelines.
-
Alex Pooley authored
Authorized groups are all groups where user is defined as a direct member. This is in contrast to an indirect membership through inheritance. The system has previously incorrectly or incompletely ignored shared group memberships. This commit will transfer direct membership from one group in to another group when shared. Introduces the shared_group_membership_auth feature flag.
-
- 15 Oct, 2020 1 commit
-
-
Manoj M J authored
This change allows admins to approve pending users via the Admin UI
-
- 14 Oct, 2020 1 commit
-
-
Tetiana Chupryna authored
-
- 09 Oct, 2020 1 commit
-
-
Sashi Kumar authored
This commit fixes incorrect HTTP response from deactivate user API when tried for an internal user
-
- 05 Oct, 2020 1 commit
-
-
manojmj authored
This change introduces `blocked_pending_approval` state for users, which essentially behaves like a blocked user for all practical purposes.
-
- 02 Oct, 2020 1 commit
-
-
Alishan Ladhani authored
- In cases where `Timecop.freeze` is called with a specific time - Only in spec directory
-
- 01 Oct, 2020 1 commit
-
-
manojmj authored
This change picks `inactive_message` for users from `devise.en.yml`
-
- 28 Sep, 2020 4 commits
- 16 Sep, 2020 1 commit
-
-
Cornelius Ludmann authored
- Introduces :gitpod feature flag - A later MR will handle adding to the MR page https://gitlab.com/gitlab-org/gitlab/-/merge_requests/37985
-
- 07 Sep, 2020 1 commit
-
-
Jan Beckmann authored
Step 1 of splitting up !20257 See #22506
-
- 04 Sep, 2020 1 commit
-
-
manojmj authored
This change sends out a new email ‘Password changed by administrator’, when the password of a user was changed by the administrator via the UI/API.
-
- 03 Sep, 2020 1 commit
-
-
Mario de la Ossa authored
In order to do this we have to load all the Groups a user has access to in memory and then load all the NotificationSettings as well so we can match them up in memory and look up the tree to create "inherited" NotificationSettings.
-
- 02 Sep, 2020 1 commit
-
-
Drew Blessing authored
The new Atlassian Identity model and associated database table will allow GitLab users to connect their account to Atlassian Cloud. GitLab will then store the OAuth token and refresh token so GitLab can interact with Atlassian JIRA via the API. This will enable further integrations beyond authentication in the future.
-