- Dec 31, 2019
-
-
GitLab Bot authored
-
- Nov 04, 2019
-
-
GitLab Bot authored
-
- Oct 22, 2019
-
-
GitLab Bot authored
-
- Sep 24, 2019
-
-
Fabio Pitino authored
This prevents a MITM attack where attacker could still access Git repository if any jobs were running long enough.
-
- Sep 16, 2019
-
-
GitLab Bot authored
-
- Sep 13, 2019
-
-
GitLab Bot authored
-
- Sep 11, 2019
-
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32554 removed the support_bot column, but nodes were not told to ignore this column. As a result, after the post-deploy migration ran, nodes attempted to use this column, causing 500 errors. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/67295
-
- Sep 10, 2019
-
-
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Ahmad Sherif authored
It consists of two parts: 1. Redirecting users to the configured external storage 1. Allowing the external storage to request the static object(s) on behalf of the user by means of specific tokens Part of https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6829
-
- Sep 07, 2019
-
-
Jan Provaznik authored
Because we don't have any destroy callbacks (or other logic triggered on event destroy), there is no reason for deleting events inefficiently one by one, instead we can use :delete_all.
-
- Aug 31, 2019
-
-
dineshpanda authored
-
- Aug 30, 2019
-
-
Stan Hu authored
This is to accomodate prepended modules.
-
- Aug 29, 2019
-
-
dineshpanda authored
-
- Aug 26, 2019
-
-
Aishwarya authored
Removed unused method for name setter method
-
- Aug 21, 2019
-
-
Sebastián 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)
-
- Aug 12, 2019
-
-
Markus Koller authored
-
- Aug 08, 2019
-
-
Alex Buijs authored
to 30 days
-
- Aug 07, 2019
-
-
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
-
- Aug 05, 2019
-
-
Nick Thomas authored
-
Nick Thomas authored
-
- Jul 23, 2019
-
-
Heinrich Lee Yu authored
When a user's notification email is set for a group, we should use that for pipeline emails
-
- Jul 15, 2019
-
-
- Background migration for changing null values to false - Set false as default value for private_profile DB column
-
- Jul 09, 2019
-
-
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.
-
- Jul 02, 2019
-
-
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.
-
- Jun 18, 2019
-
-
Kartikey Tanna authored
Disabled password authentication for the users registered using omniauth-ultraauth strategy
-
- Jun 13, 2019
-
-
Roger Meier authored
-
Roger Rüttimann authored
-
Roger Rüttimann authored
-
Roger Rüttimann authored
-
- May 21, 2019
-
-
Utkarsh Gupta authored
Signed-off-by:
Utkarsh Gupta <guptautkarsh2102@gmail.com>
-
- May 07, 2019
-
-
E'zeki&el Kigbo authored
Udpated user_edit_profile_spec with time preferences Minor update form fields
-
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.
-
- Apr 23, 2019
-
-
Model.new.attributes now also returns encrypted attributes.
-
- Apr 12, 2019
-
-
- Update PO file
-
Peter Leitzen authored
It's not needed anymore as we've replaced boolean `support_bot` with enum `bot_type`.
-
- Apr 05, 2019
-
-
mksionek 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
-