summaryrefslogtreecommitdiff
path: root/app/controllers/profiles
Commit message (Expand)AuthorAgeFilesLines
* Require current password even if password was expiredDmitriy Zaporozhets2014-07-291-0/+5
* Fix password change. Fix test settingsDmitriy Zaporozhets2014-06-261-1/+1
* Make app works with strong paramsDmitriy Zaporozhets2014-06-261-1/+7
* Key strong paramsDmitriy Zaporozhets2014-06-261-1/+6
* User model to strong params. Comment other attr_accessible to let tests runDmitriy Zaporozhets2014-06-261-4/+8
* Allow oauth signup without emailDmitriy Zaporozhets2014-04-071-1/+1
* Fix `/:username.keys` response content typeDmitry Medvinsky2014-03-201-1/+1
* Add email aliases for usersJason Hollingsworth2014-02-131-0/+26
* User can leave group from group page.Ciro Santillli2014-02-121-4/+3
* Split the user ssh keys by newline, not the characters "\n"Johannes Schleifenbaum2014-02-111-1/+1
* code refactor as per standardsGitLab2014-02-111-4/+7
* sync with upstream for ease to mergeGitLab2014-02-065-4/+63
|\
| * merge with upstream masterGitLab2014-02-065-4/+63
| |\
| | * Remove deprecated findersskv2014-01-191-1/+1
| | * fix most of warningsskv2013-12-151-1/+1
| | * Expire event cache on avatar creation/removalDrew Blessing2013-12-111-0/+2
| | * Issue 5716 - Allow removal of avatarDrew Blessing2013-12-021-0/+11
| | * Fix spinach profile testsDmitriy Zaporozhets2013-10-091-2/+2
| | * Move profile account to separate controllerDmitriy Zaporozhets2013-10-091-0/+7
| | * Separate page for password changeDmitriy Zaporozhets2013-10-091-1/+40
| * | getting user keys publically through http without any authentication, the git...devaroop2013-10-021-0/+18
| |/
* | adding tests for the ssh keys featureGitLab2014-02-061-1/+1
* | getting user keys publically through http without any authentication, the git...devaroop2013-10-031-0/+18
|/
* Group ownership completely based on users_groups relation nowDmitriy Zaporozhets2013-09-261-2/+2
* Show correct group membership in profileDmitriy Zaporozhets2013-08-061-1/+1
* Add group button at Profile#groups pageDmitriy Zaporozhets2013-07-121-1/+1
* Ability to leave group from profile areaDmitriy Zaporozhets2013-07-121-0/+24
* Better design for SSH keys pageDmitriy Zaporozhets2013-06-241-1/+1
* Move Profile related controllers under Profiles:: moduleDmitriy Zaporozhets2013-06-243-0/+99