summaryrefslogtreecommitdiff
path: root/app/controllers/profiles
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '20492-access-token-scopes' into 'master' Rémy Coutable2016-12-161-6/+6
|\
| * Allow creating personal access tokens / OAuth applications with scopes.Timothy Andrew2016-12-161-6/+6
* | Add GitLab host to 2FA QR and manual infoDrew Blessing2016-12-161-2/+6
|/
* Remove event caching codeYorick Peterse2016-11-231-1/+0
* Add chat_name partialKamil Trzcinski2016-11-171-1/+1
* Fix code reviewKamil Trzcinski2016-11-171-1/+1
* Improve code design after code reviewKamil Trzcinski2016-11-161-2/+2
* Fix `chat_names` before_actionKamil Trzcinski2016-11-161-1/+1
* Create relation between chat user and GitLab user and allow to authorize them...Kamil Trzcinski2016-11-161-0/+64
* Address review comments from @smcgivern.17334-u2f-device-identifiersTimothy Andrew2016-08-181-2/+1
* Allow naming U2F devices.Timothy Andrew2016-08-182-3/+15
* Avoid to show the original password field when password is automatically setedCarlos Ribeiro2016-08-081-0/+1
* Load Javascript U2F library selectively.Timothy Andrew2016-07-141-2/+1
* Merge branch 'issue_12758' into 'master' Douwe Maan2016-06-171-15/+3
|\
| * Merge master into issue_12758issue_12758Felipe Artur2016-06-171-0/+42
| |\
| * | Re-use notifications dropdown on user profileFelipe Artur2016-06-161-15/+3
* | | Merge branch 'disable-saml-account-unlink' into 'master' Robert Speicher2016-06-171-1/+1
|\ \ \ | |_|/ |/| |
| * | Disable the unlink feature for SAML connected accounts (social login).Patricio Cano2016-06-141-1/+1
| |/
* | Implement @DouweM's feedback.Timothy Andrew2016-06-161-2/+4
* | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-141-5/+18
|\ \ | |/
| * Remove notification level fild from users, improve migrations and specsissue_3359_2Felipe Artur2016-06-101-8/+5
| * Remove notification level from user modelFelipe Artur2016-06-101-4/+20
* | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-091-6/+39
|\ \ | |/
| * Implement U2F registration.Timothy Andrew2016-06-061-6/+39
* | Implement @jschatz1's comments.Timothy Andrew2016-06-091-1/+1
* | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-032-2/+2
|\ \ | |/
| * Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage'Dmitriy Zaporozhets2016-05-182-2/+2
| |\
| | * Change deprecated usage of rendering without response bodyMehmet Emin İNAÇ2016-03-162-2/+2
* | | Display appropriate errors when personal access token creation/revocation fails.Timothy Andrew2016-06-031-3/+9
* | | Only show a personal access token right after its creation.Timothy Andrew2016-06-021-1/+2
* | | Fix minor issues with the personal access tokens implementation.Timothy Andrew2016-06-011-4/+2
* | | Make fixes based on @vsizov's comments on MR !3749Timothy Andrew2016-04-281-4/+0
* | | Change the root param while creating personal access tokens.Timothy Andrew2016-04-281-1/+3
* | | Add an "Inactive Personal Access Tokens" section.Timothy Andrew2016-04-281-1/+2
* | | Add an entry for Personal Access Tokens in the sidebar.Timothy Andrew2016-04-281-1/+1
* | | Allow expiration of personal access tokens.Timothy Andrew2016-04-281-1/+1
* | | Allow revoking personal access tokens.Timothy Andrew2016-04-281-1/+15
* | | Allow creating Personal Access Tokens through the website.Timothy Andrew2016-04-281-0/+22
|/ /
* | Make /profile/keys/new redirects to /profile/keys for back-compatRémy Coutable2016-04-151-0/+5
* | Change how notification settings in profile are rendered and updatedDmitriy Zaporozhets2016-03-301-22/+6
* | Fix few bugs related to recent notifications refactoringDmitriy Zaporozhets2016-03-301-1/+0
* | Introduce NotificationSetting to user interfaceDmitriy Zaporozhets2016-03-301-9/+5
|/
* Don't abuse the flash store for displaying SSH Key form errorsRobert Speicher2016-03-031-2/+3
* Remove `Profile::KeysController#new` actionRobert Speicher2016-03-031-4/+0
* Fixed failing ssh key testsPhil Hughes2016-03-031-1/+1
* SSH keys settingsPhil Hughes2016-03-031-2/+3
* Don't show any "2FA required" message if it's not actually requiredrs-improve-grace-periodRobert Speicher2016-02-291-5/+7
* Update wording for 2FA requirement noticers-2fa-requirement-wordingRobert Speicher2016-01-231-2/+2
* Fixed codestyle and added 2FA documentationfeature/force-tfaGabriel Mazetto2015-12-241-1/+3
* specs for forced two-factor authentication and grace periodGabriel Mazetto2015-12-241-1/+8