summaryrefslogtreecommitdiff
path: root/app/controllers/profiles/passwords_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-03-061-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-10-271-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-10-261-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-10-121-14/+11
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-09-301-0/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-081-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-101-1/+1
* Externalize strings of password page in user profileantonyliu2019-05-291-5/+5
* Forbid the use of `#reload` and prefer `#reset`forbid-the-usage-of-reloadKamil Trzciński2019-04-151-1/+1
* Enable more frozen string in app/controllers/gfyoung2018-09-231-0/+2
* Removing the two factor check when the user sets a new passwordFrancisco Javier López2018-03-011-0/+1
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-1/+1
* refactor users update serviceJames Lopez2017-09-281-3/+3
* refactor services to match EE signatureJames Lopez2017-09-281-3/+3
* Rollsback changes made to signing_enabled.Tiago Botelho2017-09-011-1/+1
* Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-1/+1
* refactor update user service not to do auth checksJames Lopez2017-06-231-3/+3
* updated emails, notifications and passwords controllerJames Lopez2017-06-231-10/+12
* Avoid to show the original password field when password is automatically setedCarlos Ribeiro2016-08-081-0/+1
* Add helpers for header title and sidebar, and move setting those from control...Douwe Maan2015-05-011-4/+5
* Fix Profiles::PasswordsController.Douwe Maan2015-04-301-1/+1
* Add a page title to every page.Douwe Maan2015-04-301-8/+2
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-4/+4
* Allow users that signed up via OAuth to set their password in order to use Gi...Douwe Maan2015-02-131-3/+5
* Require current password even if password was expiredDmitriy Zaporozhets2014-07-291-0/+5
* Fix password change. Fix test settingsDmitriy Zaporozhets2014-06-261-1/+1
* User model to strong params. Comment other attr_accessible to let tests runDmitriy Zaporozhets2014-06-261-4/+8
* Fix spinach profile testsDmitriy Zaporozhets2013-10-091-2/+2
* Separate page for password changeDmitriy Zaporozhets2013-10-091-1/+40
* Move Profile related controllers under Profiles:: moduleDmitriy Zaporozhets2013-06-241-0/+38