summaryrefslogtreecommitdiff
path: root/app/controllers/profiles_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* refactor users update serviceJames Lopez2017-09-281-5/+5
|
* refactor services to match EE signatureJames Lopez2017-09-281-5/+5
|
* Profile updates from providersAlexander Keramidas2017-09-061-2/+0
|
* fix profiles specJames Lopez2017-06-231-3/+3
|
* refactor update user service not to do auth checksJames Lopez2017-06-231-5/+5
|
* fix profiles controllerJames Lopez2017-06-231-2/+2
|
* refactor profiles controller and update serviceJames Lopez2017-06-231-10/+11
|
* update profiles controller to use new serviceJames Lopez2017-06-231-10/+18
|
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-3/+3
|
* Sync email address from specified omniauth providerRobin Bobbitt2017-06-071-2/+2
|
* user can reset his rss token on the account pageAlexis Reigel2017-05-241-0/+8
|
* First round of updates from the code review.Ruben Davila2017-05-021-1/+0
|
* Set locale through controller filterRuben Davila2017-04-131-0/+1
|
* Add support to change language in profile formRuben Davila2017-04-121-1/+2
|
* Update profiles/account view to display new usernameMark Fletcher2017-03-021-4/+7
|
* implements reset incoming email token on issues modal and account page,use-separate-token-for-incoming-emailtiagonbotelho2016-11-071-2/+2
| | | | reactivates all tests and writes more tests for it
* Use separate email-friendly token for incoming email and let incomingDouwe Maan2016-11-071-1/+9
| | | | email token be reset
* Add organization field to user profileDmitriy Zaporozhets2016-09-271-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'master' into issue_7959Alfredo Sumaran2016-03-221-2/+1
|\
| * Use the configured Kaminari "per page" defaultrs-use-kaminari-defaultRobert Speicher2016-03-191-2/+1
| |
* | Respond to json requestsAlfredo Sumaran2016-03-171-8/+9
|/
* Merge branch 'revert-avatar-cropping' into 'master' Rémy Coutable2016-03-151-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-croppingRémy Coutable2016-03-151-3/+0
| | | | | | | | | | This reverts commit 01160fc06182de89c400af174861f6545ad6ceb8, reversing changes made to 4bff9daf8b6d85e9c78565e21cfaa3f6d36f0282.
* | Let `oauth/applications#index` handle the `profiles#applications` routeapplication-settingsRobert Speicher2016-03-131-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 settingsPhil Hughes2016-03-041-0/+1
|/ | | | Closes #13855
* Fix #7959: Fix avatar stretching by providing a cropping featureJohann Pardanaud2016-02-091-0/+3
|
* Notify user if they cannot create projectsAndrew Tomaka2015-12-051-0/+1
|
* Redirect to a default path if HTTP_REFERER is not setStan Hu2015-10-201-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 Zaporozhets2015-07-061-2/+5
|\ | | | | | | | | | | | | | | Audit log for user authentication https://dev.gitlab.org/gitlab/gitlabhq/issues/2318 See merge request !931
| * Audit log for user authenticationValery Sizov2015-07-061-2/+5
| |
* | Correctly show anonymous authorized applications under Profile > Applications.Douwe Maan2015-07-021-1/+2
|/
* Remove js handler from Profiles#updateRobert Speicher2015-06-131-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 PreferencesRobert Speicher2015-06-131-7/+15
|
* Add a page title to every page.Douwe Maan2015-04-301-3/+1
|
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-3/+3
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Allow user to choose which email to be publicSenorsen2015-04-141-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 Zaporozhets2015-03-211-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 profileDmitriy Zaporozhets2015-03-201-1/+1
| |
* | Add error message when have error on profile screenCarlos Ribeiro2015-03-191-1/+2
|/
* Use same constant for amount of items per pageDmitriy Zaporozhets2015-03-121-1/+1
|
* Use shorter map() syntaxVinnie Okada2015-02-151-3/+1
|
* Avoid duplicate application rowsVinnie Okada2015-02-141-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 Maan2015-02-131-1/+1
| | | | Git over HTTP(S).
* Rework oauth2 featureDmitriy Zaporozhets2014-12-251-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 paramsDmitriy Zaporozhets2014-06-261-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* User model to strong params. Comment other attr_accessible to let tests runDmitriy Zaporozhets2014-06-261-3/+11
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Allow oauth signup without emailDmitriy Zaporozhets2014-04-071-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Read-only email field for LDAP userDmitriy Zaporozhets2013-11-271-0/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Restyle Profile#Account pageDmitriy Zaporozhets2013-10-091-30/+1
|
* Fix password updateDmitriy Zaporozhets2013-09-241-3/+3
|