summaryrefslogtreecommitdiff
path: root/spec/controllers/profiles_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-161-48/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-131-0/+48
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-121-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-091-2/+2
|
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
| | | | | | | | | | Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-12/+16
| | | | | | | | | | Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
* Allow users to set a statusBob Van Landuyt2018-07-301-0/+9
| | | | | This can be done trough the API for the current user, or on the profile page.
* Remove password and password_confirmation from whitelisted params in ↵Tiago Botelho2018-05-071-0/+13
| | | | ProfilesController to prevent password from being changed without previous password being provided
* Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-251-2/+2
| | | | | | | | | | | Direct disk access is done through Gitaly now, so the legacy path was deprecated. This path was used in Gitlab::Shell however. This required the refactoring in this commit. Added is the removal of direct path access on the project model, as that lookup wasn't needed anymore is most cases. Closes https://gitlab.com/gitlab-org/gitaly/issues/1111
* Add confirmation modal to "Change username"Shah El-Rahman2018-04-061-0/+22
|
* Handle invalid params when trying update_usernameBob Van Landuyt2018-04-041-0/+7
| | | | | | Using strong params to require the presence of a username when calling `update_username`. Otherwise we'd raise a `NoMethodError` validating the paths on disk.
* Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-9/+31
|
* Merge branch 'security-10-1' into '10-1-stable'Jen-Shin Lin2017-10-171-6/+38
| | | | | Security fixes for 10.1 RC See merge request gitlab/gitlabhq!2209
* must now set the devise default scope (since we now have an :email scope)Brett Walker2017-09-241-1/+1
| | | | and rubocop fixes
* allow a verified secondary email to be use as the primary withoutBrett Walker2017-09-231-0/+14
| | | | a reconfirmation
* Profile updates from providersAlexander Keramidas2017-09-061-1/+24
|
* Sync email address from specified omniauth providerRobin Bobbitt2017-06-071-0/+31