Commit Graph

21 Commits

Author SHA1 Message Date
GitLab Bot 066e210e07 Add latest changes from gitlab-org/gitlab@master 2022-04-14 21:09:21 +00:00
GitLab Bot 7b87f43b5b Add latest changes from gitlab-org/gitlab@master 2021-12-23 06:10:27 +00:00
GitLab Bot d7ba2e953a Add latest changes from gitlab-org/gitlab@master 2021-08-13 12:10:58 +00:00
GitLab Bot 78f935d566 Add latest changes from gitlab-org/gitlab@master 2021-03-23 21:08:58 +00:00
GitLab Bot 4372b0ca29 Add latest changes from gitlab-org/gitlab@master 2020-11-24 09:09:32 +00:00
GitLab Bot d6348d22dd Add latest changes from gitlab-org/gitlab@master 2020-06-24 09:08:32 +00:00
GitLab Bot f14507e586 Add latest changes from gitlab-org/gitlab@master 2020-02-03 09:08:42 +00:00
GitLab Bot 0a850868df Add latest changes from gitlab-org/gitlab@master 2019-10-09 12:06:13 +00:00
GitLab Bot dea6ebd31a Add latest changes from gitlab-org/gitlab@master 2019-09-30 12:06:01 +00:00
George Thomas 9dcbeca889
Hide PAT creation advice for HTTP clone if PAT exist
If the user has a active Personal Access Token, hide the help text that
appears when selecting the link for HTTP clone
2018-08-31 22:35:56 +05:30
Ævar Arnfjörð Bjarmason b6ba8cc696 Add ability suppress the global "You won't be able [use] SSH" message
This fixes gitlab-org/gitlab-ce#49953, as noted in the documentation
this feature is intended to be used when SSH certificates are
enabled. Then this warning becomes not only pointless, but also
misleading.

This builds on top of gitlab-org/gitlab-ce!21009 since both need to
modify the same documentation, which avoids a merge conflict.

See also the gitlab-org/gitlab-ce#49218 issue and associated merge
request.
2018-08-08 17:28:27 +02:00
Winnie Hellmann 91bbdc907d Display GPG status on repository and blob pages 2018-07-23 14:58:21 +00:00
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