summaryrefslogtreecommitdiff
path: root/app/controllers/profiles/personal_access_tokens_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Implement @DouweM's feedback.Timothy Andrew2016-06-161-2/+4
* Implement @jschatz1's comments.Timothy Andrew2016-06-091-1/+1
* 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