| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove remnants of git annex | Pawel Chojnacki | 2017-03-03 | 1 | -5/+0 |
* | Enable Style/ColonMethodCall | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
* | No more and/or | Douwe Maan | 2017-02-21 | 1 | -2/+2 |
* | Drop theme ID from users table | Annabel Dunstone Gray | 2017-02-15 | 1 | -1/+0 |
* | Add notified_of_own_activity to permitted attributes | Richard Macklin | 2017-02-01 | 1 | -1/+1 |
* | Merge branch '20492-access-token-scopes' into 'master'
| Rémy Coutable | 2016-12-16 | 1 | -6/+6 |
|\ |
|
| * | Allow creating personal access tokens / OAuth applications with scopes. | Timothy Andrew | 2016-12-16 | 1 | -6/+6 |
* | | Add GitLab host to 2FA QR and manual info | Drew Blessing | 2016-12-16 | 1 | -2/+6 |
|/ |
|
* | Remove event caching code | Yorick Peterse | 2016-11-23 | 1 | -1/+0 |
* | Add chat_name partial | Kamil Trzcinski | 2016-11-17 | 1 | -1/+1 |
* | Fix code review | Kamil Trzcinski | 2016-11-17 | 1 | -1/+1 |
* | Improve code design after code review | Kamil Trzcinski | 2016-11-16 | 1 | -2/+2 |
* | Fix `chat_names` before_action | Kamil Trzcinski | 2016-11-16 | 1 | -1/+1 |
* | Create relation between chat user and GitLab user and allow to authorize them... | Kamil Trzcinski | 2016-11-16 | 1 | -0/+64 |
* | Address review comments from @smcgivern.17334-u2f-device-identifiers | Timothy Andrew | 2016-08-18 | 1 | -2/+1 |
* | Allow naming U2F devices. | Timothy Andrew | 2016-08-18 | 2 | -3/+15 |
* | Avoid to show the original password field when password is automatically seted | Carlos Ribeiro | 2016-08-08 | 1 | -0/+1 |
* | Load Javascript U2F library selectively. | Timothy Andrew | 2016-07-14 | 1 | -2/+1 |
* | Merge branch 'issue_12758' into 'master'
| Douwe Maan | 2016-06-17 | 1 | -15/+3 |
|\ |
|
| * | Merge master into issue_12758issue_12758 | Felipe Artur | 2016-06-17 | 1 | -0/+42 |
| |\ |
|
| * | | Re-use notifications dropdown on user profile | Felipe Artur | 2016-06-16 | 1 | -15/+3 |
* | | | Merge branch 'disable-saml-account-unlink' into 'master'
| Robert Speicher | 2016-06-17 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Disable the unlink feature for SAML connected accounts (social login). | Patricio Cano | 2016-06-14 | 1 | -1/+1 |
| |/ |
|
* | | Implement @DouweM's feedback. | Timothy Andrew | 2016-06-16 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokens | Timothy Andrew | 2016-06-14 | 1 | -5/+18 |
|\ \
| |/ |
|
| * | Remove notification level fild from users, improve migrations and specsissue_3359_2 | Felipe Artur | 2016-06-10 | 1 | -8/+5 |
| * | Remove notification level from user model | Felipe Artur | 2016-06-10 | 1 | -4/+20 |
* | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokens | Timothy Andrew | 2016-06-09 | 1 | -6/+39 |
|\ \
| |/ |
|
| * | Implement U2F registration. | Timothy Andrew | 2016-06-06 | 1 | -6/+39 |
* | | Implement @jschatz1's comments. | Timothy Andrew | 2016-06-09 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokens | Timothy Andrew | 2016-06-03 | 2 | -2/+2 |
|\ \
| |/ |
|
| * | Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage' | Dmitriy Zaporozhets | 2016-05-18 | 2 | -2/+2 |
| |\ |
|
| | * | Change deprecated usage of rendering without response body | Mehmet Emin İNAÇ | 2016-03-16 | 2 | -2/+2 |
* | | | Display appropriate errors when personal access token creation/revocation fails. | Timothy Andrew | 2016-06-03 | 1 | -3/+9 |
* | | | Only show a personal access token right after its creation. | Timothy Andrew | 2016-06-02 | 1 | -1/+2 |
* | | | Fix minor issues with the personal access tokens implementation. | Timothy Andrew | 2016-06-01 | 1 | -4/+2 |
* | | | Make fixes based on @vsizov's comments on MR !3749 | Timothy Andrew | 2016-04-28 | 1 | -4/+0 |
* | | | Change the root param while creating personal access tokens. | Timothy Andrew | 2016-04-28 | 1 | -1/+3 |
* | | | Add an "Inactive Personal Access Tokens" section. | Timothy Andrew | 2016-04-28 | 1 | -1/+2 |
* | | | Add an entry for Personal Access Tokens in the sidebar. | Timothy Andrew | 2016-04-28 | 1 | -1/+1 |
* | | | Allow expiration of personal access tokens. | Timothy Andrew | 2016-04-28 | 1 | -1/+1 |
* | | | Allow revoking personal access tokens. | Timothy Andrew | 2016-04-28 | 1 | -1/+15 |
* | | | Allow creating Personal Access Tokens through the website. | Timothy Andrew | 2016-04-28 | 1 | -0/+22 |
|/ / |
|
* | | Make /profile/keys/new redirects to /profile/keys for back-compat | Rémy Coutable | 2016-04-15 | 1 | -0/+5 |
* | | Change how notification settings in profile are rendered and updated | Dmitriy Zaporozhets | 2016-03-30 | 1 | -22/+6 |
* | | Fix few bugs related to recent notifications refactoring | Dmitriy Zaporozhets | 2016-03-30 | 1 | -1/+0 |
* | | Introduce NotificationSetting to user interface | Dmitriy Zaporozhets | 2016-03-30 | 1 | -9/+5 |
|/ |
|
* | Don't abuse the flash store for displaying SSH Key form errors | Robert Speicher | 2016-03-03 | 1 | -2/+3 |
* | Remove `Profile::KeysController#new` action | Robert Speicher | 2016-03-03 | 1 | -4/+0 |
* | Fixed failing ssh key tests | Phil Hughes | 2016-03-03 | 1 | -1/+1 |