63 Commits

Author SHA1 Message Date
98ba44db4f Add latest changes from gitlab-org/gitlab@master 2025-03-03 15:12:42 +00:00
b579182e26 Add latest changes from gitlab-org/gitlab@master 2024-10-31 15:15:45 +00:00
8abc28a4a6 Add latest changes from gitlab-org/gitlab@master 2024-02-05 03:10:47 +00:00
50b7d6cec7 Add latest changes from gitlab-org/gitlab@master 2024-01-09 09:12:36 +00:00
0c6f357040 Add latest changes from gitlab-org/gitlab@master 2023-08-22 18:07:27 +00:00
26d28ba159 Add latest changes from gitlab-org/gitlab@master 2023-07-05 09:07:09 +00:00
8fccbb5969 Add latest changes from gitlab-org/gitlab@master 2023-01-08 00:07:38 +00:00
066e210e07 Add latest changes from gitlab-org/gitlab@master 2022-04-14 21:09:21 +00:00
7b87f43b5b Add latest changes from gitlab-org/gitlab@master 2021-12-23 06:10:27 +00:00
d7ba2e953a Add latest changes from gitlab-org/gitlab@master 2021-08-13 12:10:58 +00:00
0ae8428c8e Add latest changes from gitlab-org/gitlab@master 2021-05-11 21:10:21 +00:00
78f935d566 Add latest changes from gitlab-org/gitlab@master 2021-03-23 21:08:58 +00:00
4372b0ca29 Add latest changes from gitlab-org/gitlab@master 2020-11-24 09:09:32 +00:00
e33f87ac0f Add latest changes from gitlab-org/gitlab@master 2020-04-21 15:21:10 +00:00
f14507e586 Add latest changes from gitlab-org/gitlab@master 2020-02-03 09:08:42 +00:00
0a850868df Add latest changes from gitlab-org/gitlab@master 2019-10-09 12:06:13 +00:00
b7dfe2ae40 Add latest changes from gitlab-org/gitlab@master 2019-09-13 13:26:31 +00:00
2e75605272 Externalize strings in helpers
- Update qa selector
- Update PO file
2019-04-04 17:05:25 +00:00
75496059a1 Further design iteration on project overview
Continues the iteration on the project overview UI:

- moved star, fork and new clone button
(copy SSH/HTTPS URLs) to top right,
  made them smaller
- avatar is now larger (64px)
- 'Request access' is now a link instead
  of a button
- overview comes before the description +
  changed styling and added icons
- description font-size is now 16px (large-paragraph)
- quick links to files are moved downwards
  below the commit/pipeline info
- margins changed to group content into
  4 groups to clean up the interface
- visibility info reduced to icon-only and
  moved to the right of the title
2018-12-07 14:11:42 +00:00
1993a4449a Enable frozen string for app/helpers/**/*.rb
Partially addresses #47424.
2018-09-06 17:33:46 -07:00
ec4ad656f0 Resolve "Improve project overview UI" 2018-09-06 07:27:39 +00:00
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
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
91bbdc907d Display GPG status on repository and blob pages 2018-07-23 14:58:21 +00:00
92f8c7d88d Fixed clone buttons adding description when append_link is false 2017-12-05 17:39:18 -06:00
349e3622f9 Added ssh_button helper specs and addressed ruby code observations 2017-11-27 10:12:23 -06:00
2e2f0675c9 UX adjustments and spec corrections 2017-11-27 09:19:39 -06:00
81f2bdfccb Removed tooltip from clone dropdown 2017-11-27 09:19:39 -06:00
257fd57134 Allow password authentication to be disabled entirely 2017-11-23 13:16:14 +00:00
4a14efb00e Add support for copying permalink to notes via more actions dropdown 2017-08-25 12:19:26 +00:00
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
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
bdebe849b8 Translate project & repository pages 2017-06-07 20:13:44 +00:00
fd376b3ed4 Revert "Merge branch '1937-https-clone-url-username' into 'master' "
This reverts commit c425f366bf, reversing
changes made to 82f6c0f5ac.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-30 14:11:58 +02:00
13207310b5 Fix accessibility issues for Input fields across GitLab 2017-05-12 10:22:50 +00:00
12c18ee546 Copy diff file path as GFM 2017-04-06 21:10:14 +00:00
85f493390a Improve a11y in sidebar 2017-02-28 19:28:58 +00:00
150c363752 Add the username of the current user to the HTTP(S) clone URL 2017-02-24 16:35:34 +01:00
569645a809 Clean up commit copy to clipboard and make consistent 2016-12-12 13:16:52 -06:00
3a40842f8d Updated positioning of copy file path button in diffs
Closes #23591
2016-10-31 16:52:30 +00:00
b0646c4f23 Adds btn-transparent class in correct place due to changes in master 2016-10-11 11:03:47 +01:00
f7d2a97a84 Fixes padding in all clipboard icons that have .btn class 2016-10-11 11:03:47 +01:00
8592e992a0 Added copy file path button to diffs
Closes #23108
2016-10-10 09:59:35 +01:00
f2bf47f4df Display tooltip for "Copy to Clipboard" button (!5164) 2016-07-11 14:20:48 +02:00
0bdf6fe4ba Use keyword arguments for boolean values and use span instead of a for clone "button" 2016-07-05 16:54:22 -05:00
29c50c5315 Default Git access protocol to web 2016-07-05 16:54:22 -05:00
7735ef86f0 Only allow Git Access on the allowed protocol 2016-07-05 16:54:22 -05:00
6c37e0f617 Merge branch 'clipboard-buttons-fix' into 'master'
Fix clipboard buttons on "Check out branch" modal.

Closes #18794 

See merge request !4760
2016-06-17 18:00:03 +00:00
12b3952477 Fix clibpoard buttons on "Check out branch" modal.
Also document the clipboard_button_with_class method.

Fixes #18794.
2016-06-17 11:27:18 -06:00
cd864bbab6 Fixed styling of clipboard button 2016-06-17 12:59:52 +01:00