summaryrefslogtreecommitdiff
path: root/spec/controllers/profiles
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-221-0/+32
* Change `be_success` to `be_successful` in specsfix-deprecation-warnings-change-success-to-successfulVitali Tatarintev2019-08-191-3/+3
* Add some frozen string to spec/**/*.rbgfyoung2019-04-158-0/+16
* Move language setting to preferencesFabian Schneider2019-02-201-1/+2
* Add setting for first day of the weekFabian Schneider2019-02-061-1/+2
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-197-20/+20
* Remove content disposition attachment displaying all ssh keysFrancisco Javier López2018-12-181-6/+0
* Fix deprecation: Comparing equality between ActionController::Parameters and ...Jasper Maes2018-12-161-1/+1
* Set content disposition attachment to several endpointsFrancisco Javier López2018-11-231-0/+7
* Display impersonation token value only after creationif-53347_fix_impersonation_tokensImre Farkas2018-11-121-0/+6
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
* Make all uses of `fixture_file_upload` use relative pathsRobert Speicher2018-06-071-1/+1
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-3/+3
* spacing and small optimisationsAlexandra2017-10-011-3/+4
* fixes for rubocopBrett Walker2017-09-231-2/+2
* tweaks for rubocopBrett Walker2017-09-231-4/+3
* add verified/unverified labels to profile emails.Brett Walker2017-09-231-0/+15
* Send a confirmation email when the user adds a secondary email address. Utili...Brett Walker2017-09-231-0/+20
* Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8Annabel Dunstone Gray2017-09-111-2/+4
* Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-...revert-f2421b2bRubén Dávila2017-09-081-4/+2
* Restore some changes from !9199Rubén Dávila2017-09-061-2/+4
* Added authentiq provider to tests and updated documentation, gem and config f...Alexandros Keramidas2017-07-181-1/+1
* update preferences controllerJames Lopez2017-06-231-2/+3
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+6
* Lint our factories creation in addition to their build33139-lint-our-factoriesRémy Coutable2017-06-021-1/+1
* Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-261-0/+0
* Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-031-1/+1
* Prevent users from disconnecting gitlab account from CASTiago Botelho2017-03-311-15/+37
* Simplify specStan Hu2017-03-241-1/+1
* Revert "Merge branch '8836-mr-revert' into 'master'Stan Hu2017-03-161-0/+45
* Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master'Stan Hu2017-03-151-45/+0
* Fix access token specsfix-specs-for-access-tokensSean McGivern2017-03-071-2/+2
* Merge branch 'siemens/gitlab-ce-feature/openid-connect'Sean McGivern2017-03-071-21/+7
|\
| * Require explicit scopes on personal access tokensMarkus Koller2017-03-071-22/+7
* | Merge remote-tracking branch 'origin/personal_access_token_api_and_impersonat...Douwe Maan2017-03-071-4/+25
|\ \ | |/ |/|
| * apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-061-2/+2
| * refactors documentation and personal access tokens form to not allow admins t...Tiago Botelho2017-02-281-6/+2
| * add impersonation tokenSimon Vocella2017-02-281-2/+27
| * manage personal_access_tokens through apiSimon Vocella2017-02-281-2/+2
* | Remove remnants of git annexPawel Chojnacki2017-03-031-10/+0
|/
* Enable Style/WordArrayDouwe Maan2017-02-231-2/+2
* Remove all instances of theme_id; require downtimeAnnabel Dunstone Gray2017-02-151-4/+2
* Merge branch '27480_deploy_keys_should_not_show_up_in_users_keys_list' into '...Douwe Maan2017-02-131-10/+9
|\
| * Make deploy key not show in User's keys listPawel Chojnacki2017-02-131-10/+9
* | Use `let` in Profiles::NotificationsController specRichard Macklin2017-02-031-12/+9
* | Add missing newline in Profiles::NotificationsController specRichard Macklin2017-02-011-0/+1
* | Add notified_of_own_activity to permitted attributesRichard Macklin2017-02-011-1/+2
* | Add controller spec for Profiles::NotificationsControllerRichard Macklin2017-02-011-0/+46
|/
* Add a controller spec for personal access tokens.Timothy Andrew2016-12-161-0/+49