An error occurred fetching the project authors.
- 21 Aug, 2019 1 commit
-
-
Sebastian Arcila Valenzuela authored
Devise checks before updating any of the authentication_keys if it needs to clear the reset_password_tokens. This should fix: https://gitlab.com/gitlab-org/gitlab-ce/issues/42733 (Weak authentication and session management)
-
- 12 Aug, 2019 1 commit
-
-
Markus Koller authored
-
- 08 Aug, 2019 1 commit
-
-
Alex Buijs authored
to 30 days
-
- 07 Aug, 2019 5 commits
-
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
Expose time since starring on project/:id/starrers API endpoint; exclude private profiles here as well
-
Camil Staps authored
-
Camil Staps authored
-
- 05 Aug, 2019 2 commits
-
-
Nick Thomas authored
-
Nick Thomas authored
-
- 23 Jul, 2019 1 commit
-
-
Heinrich Lee Yu authored
When a user's notification email is set for a group, we should use that for pipeline emails
-
- 15 Jul, 2019 1 commit
-
-
Adam Hegyi authored
- Background migration for changing null values to false - Set false as default value for private_profile DB column
-
- 09 Jul, 2019 1 commit
-
-
Bob Van Landuyt authored
Instead of setting the name of the namespace to the user's username, set it to the user's name. This is more consistent with how we name the routes: The route-name of a namespace is the human name of the routable. In the case of a user-namespace, this is the owner's name. When we change a user's name (both on create and update), we now also update the namespace-name to the user's name. This will make sure that if we also correctly update all the nested routes.
-
- 02 Jul, 2019 1 commit
-
-
Stan Hu authored
The introduction of the in-memory cache for application settings had a side effect of making it harder to invalidate changes when the settings occur. We now bypass the cache because it's possible the admin enabled the usage ping, and we don't want to annoy the user again if they already set the value. To avoid causing significant load on the system, we add an extra check to ensure the user is an admin. and we don't want to annoy the user again if they already set the value. This is a bit of hack, but the alternative would be to put in a more complex cache invalidation step. Since this call only gets called in the uncommon situation where the user is an admin and the only user in the instance, this shouldn't cause too much load on the system.
-
- 18 Jun, 2019 1 commit
-
-
Kartikey Tanna authored
Disabled password authentication for the users registered using omniauth-ultraauth strategy
-
- 13 Jun, 2019 4 commits
-
-
Roger Meier authored
-
Roger Rüttimann authored
-
Roger Rüttimann authored
-
Roger Rüttimann authored
-
- 21 May, 2019 1 commit
-
-
Utkarsh Gupta authored
Signed-off-by:
Utkarsh Gupta <guptautkarsh2102@gmail.com>
-
- 07 May, 2019 2 commits
-
-
Ezekiel Kigbo authored
Udpated user_edit_profile_spec with time preferences Minor update form fields
-
Francisco Javier López authored
Removed the conditions added to Project.with_feature_available_for_user, and moved to the IssuableFinder. Now, we ensure that, in the projects retrieved in the Finder, the user has enough access for the feature.
-
- 23 Apr, 2019 1 commit
-
-
Jasper Maes authored
Model.new.attributes now also returns encrypted attributes.
-
- 12 Apr, 2019 2 commits
-
-
Martin Wortschack authored
- Update PO file
-
Peter Leitzen authored
It's not needed anymore as we've replaced boolean `support_bot` with enum `bot_type`.
-
- 05 Apr, 2019 2 commits
-
-
Gosia Ksionek authored
Add columns to store project creation settings Add project creation level column in groups and default project creation column in application settings Remove obsolete line from schema Update migration with project_creation_level column existence check Rename migrations to avoid conflicts Update migration methods Update migration method
-
Brandon Labuschagne authored
Truncate existing users names which exceed 128 characters Include test for truncating users names
-
- 28 Mar, 2019 1 commit
-
-
Nick Thomas authored
-
- 22 Mar, 2019 2 commits
-
-
Logan King authored
-
Thiago Presa authored
-
- 06 Mar, 2019 1 commit
-
-
Andrew Newdigate authored
This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
-
- 05 Mar, 2019 1 commit
-
-
Horatiu Eugen Vlad authored
Renamed EmailValidator to DeviseEmailValidator to avoid 'email:' naming collision with ActiveModel::Validations::EmailValidator in 'validates' statement. Make use of the options attribute of the parent class ActiveModel::EachValidator. Add more options: regex.
-
- 19 Feb, 2019 1 commit
-
-
Stan Hu authored
Ruby 2.6 introduced `Enumerable#filter`, which takes no arguments. Attempting to call `filter` on an `ActiveRecord::Relation` with a scope will fail with a `wrong number of arguments (given 1, expected 0)` message because the `Enumerable#filter` implementation overrides the delegated `ActiveRecord::Relation#filter` method. To make Admin::UsersController compatible with Ruby 2.6, rename `User.filter` to `User.filter_items`.
-
- 13 Feb, 2019 1 commit
-
-
Luke Bennett authored
These are backend changes. Use Vue for the import feature UI for "githubish" providers (GitHub and Gitea). Add "Go to project" button after a successful import. Use CI-style status icons and improve spacing of the table and its component. Adds ETag polling to the github and gitea import jobs endpoint.
-
- 08 Feb, 2019 1 commit
-
-
Bob Van Landuyt authored
-
- 06 Feb, 2019 1 commit
-
-
Fabian Schneider authored
-
- 05 Feb, 2019 1 commit
-
-
Brandon Labuschagne authored
The columns 'Created on' and 'Last activity' have been added to the admin -> users view. Sorting options have also been added for last activity and the search bar has been moved to match the issues page.
-
- 31 Jan, 2019 1 commit
-
-
Tiago Botelho authored
Group guests will only be displayed merge requests to projects they have a access level to, higher than Reporter. Visible projects will still display the merge requests to Guests
-
- 24 Jan, 2019 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 21 Jan, 2019 1 commit
-
-
Tiago Botelho authored
Group guests will only be displayed merge requests to projects they have a access level to, higher than Reporter. Visible projects will still display the merge requests to Guests
-