summaryrefslogtreecommitdiff
path: root/app/views/profiles
Commit message (Expand)AuthorAgeFilesLines
* Text for copy to clipboard: URL, personal access token, commands, referenceclipboard-button-textvictorwu2017-01-121-1/+1
* Merge branch 'track_last_used_date_of_ssh_keys' into 'master' Sean McGivern2017-01-092-0/+6
|\
| * Record and show last used date of SSH KeysVincent Wong2017-01-092-0/+6
* | HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-313-7/+7
* | HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya2016-12-312-2/+2
* | HAMLLint: fix `AltText` offencesKushal Pandya2016-12-311-1/+1
|/
* Merge branch '20492-access-token-scopes' into 'master' Rémy Coutable2016-12-162-14/+24
|\
| * View-related (and other minor) changes to !5951 based on @rymai's review.Timothy Andrew2016-12-162-5/+8
| * Move the scopes form/list view into a partial.Timothy Andrew2016-12-161-5/+1
| * Allow creating personal access tokens / OAuth applications with scopes.Timothy Andrew2016-12-162-14/+25
* | Add GitLab host to 2FA QR and manual infoDrew Blessing2016-12-161-1/+1
|/
* remove left_align setting from notification setting dropdown in favor of a pu...25510-fix-notifications-dropdown-alignmentMike Greiling2016-12-101-1/+1
* properly escape username validation error message flash23813-fix-username-character-validation-messageMike Greiling2016-11-231-1/+2
* Evalute time_ago method instead of printing itZ.J. van de Weg2016-11-211-1/+1
* Add chat_name partialKamil Trzcinski2016-11-172-29/+29
* Fix code review style issuesKamil Trzcinski2016-11-171-1/+1
* Improve code design after code reviewKamil Trzcinski2016-11-162-8/+10
* Add most of specs for chat namesKamil Trzcinski2016-11-161-4/+10
* Create relation between chat user and GitLab user and allow to authorize them...Kamil Trzcinski2016-11-162-0/+64
* implements reset incoming email token on issues modal and account page,use-separate-token-for-incoming-emailtiagonbotelho2016-11-071-21/+28
* Use separate email-friendly token for incoming email and let incomingDouwe Maan2016-11-071-15/+20
* Remove changelog item and interpolationblackst0ne2016-10-141-1/+1
* Remove '/u' prefix form username from Account pageblackst0ne2016-10-141-2/+2
* Merge branch '22343-honor-user-fixed-layout-pref' into 'master' Fatih Acet2016-10-041-2/+2
|\
| * ensure the 'fixed layout' preference is honored whenever possibleMike Greiling2016-09-201-2/+2
* | Add organization field to user profileDmitriy Zaporozhets2016-09-271-0/+3
|/
* Fix spelling: sucessfully -> successfullyStan Hu2016-09-151-1/+1
* Restore SSH Key title auto-population behaviorRobert Speicher2016-09-131-0/+1
* Merge branch '2fa-check-git-http' into 'master' Robert Speicher2016-08-181-0/+4
|\
| * Refactor `find_for_git_client` method to not use assignment in conditionals a...Patricio Cano2016-08-171-2/+2
| * Added better information about the personal tokensPatricio Cano2016-08-161-1/+1
| * Deny Git over HTTP access to users that have 2FA enabled, unless they use a P...Patricio Cano2016-08-161-0/+4
* | Allow naming U2F devices.Timothy Andrew2016-08-181-3/+28
|/
* Remove provider path, replace with dynamic path.devise-deprecationsConnor Shea2016-08-031-1/+1
* Add an oauth provider path helper.Connor Shea2016-08-031-1/+1
* Merge branch 'rename-js-files' into 'master' Fatih Acet2016-07-201-1/+1
|\
| * Replace namespace-specific application.js files with namespace-bundle.js files.rename-js-filesConnor Shea2016-07-151-1/+1
* | Merge branch '17341-firefox-u2f' into 'master' Robert Speicher2016-07-151-0/+4
|\ \ | |/ |/|
| * Add a U2F feature spec for multiple devices owned by the same user.17341-firefox-u2fTimothy Andrew2016-07-141-2/+2
| * Load Javascript U2F library selectively.Timothy Andrew2016-07-141-0/+4
* | Update the help_page_path route to accept paths directly instead of using par...Connor Shea2016-07-113-4/+4
* | Add reminder to not paste private SSH keysIngo Blechschmidt2016-07-091-1/+1
|/
* Fix preferences tests.cs-cropperConnor Shea2016-06-3010-3/+12
* Split Cropper.js from the main JavaScript manifest.Connor Shea2016-06-291-0/+4
* Updated tests to not look for flash messagenotification-dropdown-active-fixPhil Hughes2016-06-211-1/+1
* Merge branch 'issue_12758' into 'master' Douwe Maan2016-06-173-9/+10
|\
| * Merge master into issue_12758issue_12758Felipe Artur2016-06-174-3/+108
| |\
| * | Allow users to set custom notifications in projects they don't own and severa...Felipe Artur2016-06-173-7/+7
| * | Fixed alignment of notification dropdown menuPhil Hughes2016-06-171-1/+1
| * | Re-use notifications dropdown/modal for user profileFelipe Artur2016-06-173-9/+10
| |\ \