Commit graph

9 commits

Author SHA1 Message Date
Jose Ivan Vargas
92f8c7d88d Fixed clone buttons adding description when append_link is false 2017-12-05 17:39:18 -06:00
Jose Ivan Vargas
349e3622f9 Added ssh_button helper specs and addressed ruby code observations 2017-11-27 10:12:23 -06:00
Jose Ivan Vargas
2e2f0675c9 UX adjustments and spec corrections 2017-11-27 09:19:39 -06:00
Markus Koller
257fd57134 Allow password authentication to be disabled entirely 2017-11-23 13:16:14 +00:00
Dimitrie Hoekstra
4a14efb00e Add support for copying permalink to notes via more actions dropdown 2017-08-25 12:19:26 +00:00
Robert Speicher
72a7b30c9f Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
Robert Speicher
9513bd18c4 Ensure all project factories use :repository trait or :empty_project 2017-08-01 14:51:52 -04:00
Robin Bobbitt
672a68d372 Fixes needed when GitLab sign-in is not enabled
When sign-in is disabled:
 - skip password expiration checks
 - prevent password reset requests
 - don’t show Password tab in User Settings
 - don’t allow login with username/password for Git over HTTP requests
 - render 404 on requests to Profiles::PasswordsController
2017-07-13 10:08:27 -04:00
Robin Bobbitt
7eb26c7ff7 Provide hint to create a personal access token for Git over HTTP
If internal auth is disabled and user is not an LDAP user, present
the user with an alert to create a personal access token if he does
not have one already.
2017-06-26 14:41:27 -04:00