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
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-03-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-10Enable serving static objects from an external storageAhmad Sherif
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
2019-05-09i18n: externalize strings from user profile settingsantony liu
2019-05-08Added user time settings fields to profileEzekiel Kigbo
Udpated user_edit_profile_spec with time preferences Minor update form fields
2019-02-21Move language setting to preferencesFabian Schneider
2018-09-19Enable frozen string in app/controllers/**/*.rbgfyoung
Enables frozen string for the following: * app/controllers/*.rb * app/controllers/admin/**/*.rb * app/controllers/boards/**/*.rb * app/controllers/ci/**/*.rb * app/controllers/concerns/**/*.rb Partially addresses #47424.
2018-09-14Resolve "Add functionality to change what email address online actions ↵Nick Thomas
commit using"
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-07Include private contributions in user contribution graphGeorge Tsiolis
2018-07-30Allow users to set a statusBob Van Landuyt
This can be done trough the API for the current user, or on the profile page.
2018-07-24Add an option to have a private profile on GitLabJX Terry
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-05-07Remove password and password_confirmation from whitelisted params in ↵Tiago Botelho
ProfilesController to prevent password from being changed without previous password being provided
2018-04-06Add confirmation modal to "Change username"Shah El-Rahman
2018-04-04Handle invalid params when trying update_usernameBob Van Landuyt
Using strong params to require the presence of a username when calling `update_username`. Otherwise we'd raise a `NoMethodError` validating the paths on disk.
2017-11-02Move RSS and incoming email tokens from User Settings > Accounts to User ↵Douwe Maan
Settings > Access Tokens
2017-11-02Remove Private Token from User Settings > AccountDouwe Maan
2017-09-28refactor users update serviceJames Lopez
2017-09-28refactor services to match EE signatureJames Lopez
2017-09-06Profile updates from providersAlexander Keramidas
2017-06-23fix profiles specJames Lopez
2017-06-23refactor update user service not to do auth checksJames Lopez
2017-06-23fix profiles controllerJames Lopez
2017-06-23refactor profiles controller and update serviceJames Lopez
2017-06-23update profiles controller to use new serviceJames Lopez
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-07Sync email address from specified omniauth providerRobin Bobbitt
2017-05-24user can reset his rss token on the account pageAlexis Reigel
2017-05-03First round of updates from the code review.Ruben Davila
2017-04-13Set locale through controller filterRuben Davila
2017-04-13Add support to change language in profile formRuben Davila
2017-03-02Update profiles/account view to display new usernameMark Fletcher
2016-11-07implements reset incoming email token on issues modal and account page,tiagonbotelho
reactivates all tests and writes more tests for it
2016-11-07Use separate email-friendly token for incoming email and let incomingDouwe Maan
email token be reset
2016-09-27Add organization field to user profileDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-22Merge branch 'master' into issue_7959Alfredo Sumaran
2016-03-20Use the configured Kaminari "per page" defaultRobert Speicher
2016-03-17Respond to json requestsAlfredo Sumaran
2016-03-15Merge branch 'revert-avatar-cropping' into 'master' Rémy Coutable
Revert the avatar cropping feature Reverts !2951 since the added 'mini_magick' dependency should be replaced by client-side croppping See merge request !3223
2016-03-15Revert "Merge branch 'avatar-cropping' into 'master' "Rémy Coutable
This reverts commit 01160fc06182de89c400af174861f6545ad6ceb8, reversing changes made to 4bff9daf8b6d85e9c78565e21cfaa3f6d36f0282.
2016-03-13Let `oauth/applications#index` handle the `profiles#applications` routeRobert Speicher
Previously we were doing all of kinds of code gymnastics and flash abuse in order to work with a Doorkeeper controller but have it _appear_ at the `/profile/applications` path. Fortunately we can just tell Rails to use a different controller to handle that route, and we get the best of both worlds.
2016-03-04Applications tab on profile settingsPhil Hughes
Closes #13855
2016-02-10Fix #7959: Fix avatar stretching by providing a cropping featureJohann Pardanaud
2015-12-05Notify user if they cannot create projectsAndrew Tomaka
2015-10-20Redirect to a default path if HTTP_REFERER is not setStan Hu
Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode, and it's possible load balancers/proxies strip the HTTP_REFERER from the request header. In these cases, default to some default path. Closes #3122 Closes https://github.com/gitlabhq/gitlabhq/issues/9731
2015-07-06Merge branch 'audit_log' into 'master'Dmitriy Zaporozhets
Audit log for user authentication https://dev.gitlab.org/gitlab/gitlabhq/issues/2318 See merge request !931
2015-07-06Audit log for user authenticationValery Sizov
2015-07-02Correctly show anonymous authorized applications under Profile > Applications.Douwe Maan