| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor users update service | James Lopez | 2017-09-28 | 1 | -5/+5 |
| | | |||||
| * | refactor services to match EE signature | James Lopez | 2017-09-28 | 1 | -5/+5 |
| | | |||||
| * | Profile updates from providers | Alexander Keramidas | 2017-09-06 | 1 | -2/+0 |
| | | |||||
| * | fix profiles spec | James Lopez | 2017-06-23 | 1 | -3/+3 |
| | | |||||
| * | refactor update user service not to do auth checks | James Lopez | 2017-06-23 | 1 | -5/+5 |
| | | |||||
| * | fix profiles controller | James Lopez | 2017-06-23 | 1 | -2/+2 |
| | | |||||
| * | refactor profiles controller and update service | James Lopez | 2017-06-23 | 1 | -10/+11 |
| | | |||||
| * | update profiles controller to use new service | James Lopez | 2017-06-23 | 1 | -10/+18 |
| | | |||||
| * | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 1 | -3/+3 |
| | | |||||
| * | Sync email address from specified omniauth provider | Robin Bobbitt | 2017-06-07 | 1 | -2/+2 |
| | | |||||
| * | user can reset his rss token on the account page | Alexis Reigel | 2017-05-24 | 1 | -0/+8 |
| | | |||||
| * | First round of updates from the code review. | Ruben Davila | 2017-05-02 | 1 | -1/+0 |
| | | |||||
| * | Set locale through controller filter | Ruben Davila | 2017-04-13 | 1 | -0/+1 |
| | | |||||
| * | Add support to change language in profile form | Ruben Davila | 2017-04-12 | 1 | -1/+2 |
| | | |||||
| * | Update profiles/account view to display new username | Mark Fletcher | 2017-03-02 | 1 | -4/+7 |
| | | |||||
| * | implements reset incoming email token on issues modal and account page,use-separate-token-for-incoming-email | tiagonbotelho | 2016-11-07 | 1 | -2/+2 |
| | | | | | reactivates all tests and writes more tests for it | ||||
| * | Use separate email-friendly token for incoming email and let incoming | Douwe Maan | 2016-11-07 | 1 | -1/+9 |
| | | | | | email token be reset | ||||
| * | Add organization field to user profile | Dmitriy Zaporozhets | 2016-09-27 | 1 | -1/+2 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Merge branch 'master' into issue_7959 | Alfredo Sumaran | 2016-03-22 | 1 | -2/+1 |
| |\ | |||||
| | * | Use the configured Kaminari "per page" defaultrs-use-kaminari-default | Robert Speicher | 2016-03-19 | 1 | -2/+1 |
| | | | |||||
| * | | Respond to json requests | Alfredo Sumaran | 2016-03-17 | 1 | -8/+9 |
| |/ | |||||
| * | Merge branch 'revert-avatar-cropping' into 'master' | Rémy Coutable | 2016-03-15 | 1 | -3/+0 |
| |\ | | | | | | | | | | | | | Revert the avatar cropping feature Reverts !2951 since the added 'mini_magick' dependency should be replaced by client-side croppping See merge request !3223 | ||||
| | * | Revert "Merge branch 'avatar-cropping' into 'master' "revert-avatar-cropping | Rémy Coutable | 2016-03-15 | 1 | -3/+0 |
| | | | | | | | | | | | This reverts commit 01160fc06182de89c400af174861f6545ad6ceb8, reversing changes made to 4bff9daf8b6d85e9c78565e21cfaa3f6d36f0282. | ||||
| * | | Let `oauth/applications#index` handle the `profiles#applications` routeapplication-settings | Robert Speicher | 2016-03-13 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Applications tab on profile settings | Phil Hughes | 2016-03-04 | 1 | -0/+1 |
| |/ | | | | Closes #13855 | ||||
| * | Fix #7959: Fix avatar stretching by providing a cropping feature | Johann Pardanaud | 2016-02-09 | 1 | -0/+3 |
| | | |||||
| * | Notify user if they cannot create projects | Andrew Tomaka | 2015-12-05 | 1 | -0/+1 |
| | | |||||
| * | Redirect to a default path if HTTP_REFERER is not set | Stan Hu | 2015-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | 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 | ||||
| * | Merge branch 'audit_log' into 'master' | Dmitriy Zaporozhets | 2015-07-06 | 1 | -2/+5 |
| |\ | | | | | | | | | | | | | | | Audit log for user authentication https://dev.gitlab.org/gitlab/gitlabhq/issues/2318 See merge request !931 | ||||
| | * | Audit log for user authentication | Valery Sizov | 2015-07-06 | 1 | -2/+5 |
| | | | |||||
| * | | Correctly show anonymous authorized applications under Profile > Applications. | Douwe Maan | 2015-07-02 | 1 | -1/+2 |
| |/ | |||||
| * | Remove js handler from Profiles#update | Robert Speicher | 2015-06-13 | 1 | -1/+0 |
| | | | | | | It was only used for the appearance live updating, which is now handled by Profiles::Preferences#update | ||||
| * | Move the "Design" templates and logic to Preferences | Robert Speicher | 2015-06-13 | 1 | -7/+15 |
| | | |||||
| * | Add a page title to every page. | Douwe Maan | 2015-04-30 | 1 | -3/+1 |
| | | |||||
| * | Fixed the Rails/ActionFilter cop | Jeroen van Baarsen | 2015-04-20 | 1 | -3/+3 |
| | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
| * | Allow user to choose which email to be public | Senorsen | 2015-04-14 | 1 | -3/+4 |
| | | | | | | This commit allows user to show one of their emails in profile page, or don't show email in this page. | ||||
| * | Merge branch 'user-location' into 'master' | Dmitriy Zaporozhets | 2015-03-21 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | Location field in user profile Twitter allows you to set string with location information. I find it very useful in work to know where user from. It allows to communicate with knowing time difference and cultural things. See merge request !411 | ||||
| | * | Add location to user profile | Dmitriy Zaporozhets | 2015-03-20 | 1 | -1/+1 |
| | | | |||||
| * | | Add error message when have error on profile screen | Carlos Ribeiro | 2015-03-19 | 1 | -1/+2 |
| |/ | |||||
| * | Use same constant for amount of items per page | Dmitriy Zaporozhets | 2015-03-12 | 1 | -1/+1 |
| | | |||||
| * | Use shorter map() syntax | Vinnie Okada | 2015-02-15 | 1 | -3/+1 |
| | | |||||
| * | Avoid duplicate application rows | Vinnie Okada | 2015-02-14 | 1 | -0/+3 |
| | | | | | | Iterate over authorized applications instead of tokens to avoid multiple rows for the same authorized app. | ||||
| * | Allow users that signed up via OAuth to set their password in order to use ↵ | Douwe Maan | 2015-02-13 | 1 | -1/+1 |
| | | | | | Git over HTTP(S). | ||||
| * | Rework oauth2 feature | Dmitriy Zaporozhets | 2014-12-25 | 1 | -0/+5 |
| | | | | | | | | | * improve UI * add authorization * add separate page for oauth applications Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Make app works with strong params | Dmitriy Zaporozhets | 2014-06-26 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | User model to strong params. Comment other attr_accessible to let tests run | Dmitriy Zaporozhets | 2014-06-26 | 1 | -3/+11 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Allow oauth signup without email | Dmitriy Zaporozhets | 2014-04-07 | 1 | -0/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Read-only email field for LDAP user | Dmitriy Zaporozhets | 2013-11-27 | 1 | -0/+2 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Restyle Profile#Account page | Dmitriy Zaporozhets | 2013-10-09 | 1 | -30/+1 |
| | | |||||
| * | Fix password update | Dmitriy Zaporozhets | 2013-09-24 | 1 | -3/+3 |
| | | |||||
