| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use separate email-friendly token for incoming email and let incoming | Douwe Maan | 2016-11-07 | 1 | -1/+9 |
* | Add organization field to user profile | Dmitriy Zaporozhets | 2016-09-27 | 1 | -1/+2 |
* | 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 "Merge branch 'avatar-cropping' into 'master'
"revert-avatar-cropping | Rémy Coutable | 2016-03-15 | 1 | -3/+0 |
* | | Let `oauth/applications#index` handle the `profiles#applications` routeapplication-settings | Robert Speicher | 2016-03-13 | 1 | -8/+0 |
* | | Applications tab on profile settings | Phil Hughes | 2016-03-04 | 1 | -0/+1 |
|/ |
|
* | 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 |
* | Merge branch 'audit_log' into 'master' | Dmitriy Zaporozhets | 2015-07-06 | 1 | -2/+5 |
|\ |
|
| * | 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 |
* | 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 |
* | Allow user to choose which email to be public | Senorsen | 2015-04-14 | 1 | -3/+4 |
* | Merge branch 'user-location' into 'master' | Dmitriy Zaporozhets | 2015-03-21 | 1 | -1/+1 |
|\ |
|
| * | 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 |
* | Allow users that signed up via OAuth to set their password in order to use Gi... | Douwe Maan | 2015-02-13 | 1 | -1/+1 |
* | Rework oauth2 feature | Dmitriy Zaporozhets | 2014-12-25 | 1 | -0/+5 |
* | Make app works with strong params | Dmitriy Zaporozhets | 2014-06-26 | 1 | -1/+1 |
* | User model to strong params. Comment other attr_accessible to let tests run | Dmitriy Zaporozhets | 2014-06-26 | 1 | -3/+11 |
* | Allow oauth signup without email | Dmitriy Zaporozhets | 2014-04-07 | 1 | -0/+1 |
* | Read-only email field for LDAP user | Dmitriy Zaporozhets | 2013-11-27 | 1 | -0/+2 |
* | Restyle Profile#Account page | Dmitriy Zaporozhets | 2013-10-09 | 1 | -30/+1 |
* | Fix password update | Dmitriy Zaporozhets | 2013-09-24 | 1 | -3/+3 |
* | Force user to provide old password in order to change it | Dmitriy Zaporozhets | 2013-09-24 | 1 | -1/+8 |
* | Sanitize user attrs on model level | Dmitriy Zaporozhets | 2013-07-10 | 1 | -14/+1 |
* | Dont allow LDAP users to change password inside GitLab | Dmitriy Zaporozhets | 2013-05-24 | 1 | -3/+12 |
* | strip tags from user profile | Dmitriy Zaporozhets | 2013-04-03 | 1 | -1/+1 |
* | Sanitize user profile input | Dmitriy Zaporozhets | 2013-02-25 | 1 | -1/+16 |
* | Add option to disable username changing | Jaakko Kantojärvi | 2013-02-14 | 1 | -1/+3 |
* | Refactored profile to resource. Added missing flash notice on successfull upd... | Dmitriy Zaporozhets | 2012-12-02 | 1 | -0/+66 |