summaryrefslogtreecommitdiff
path: root/app/helpers/button_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-5/+5
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-031-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-091-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
|
* Externalize strings in helpersMartin Wortschack2019-04-041-1/+1
| | | | | - Update qa selector - Update PO file
* Further design iteration on project overviewDennis Tang2018-12-071-2/+3
| | | | | | | | | | | | | | | | | | | | 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
* Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-0/+2
| | | | Partially addresses #47424.
* Resolve "Improve project overview UI"Dennis Tang2018-09-061-4/+5
|
* Hide PAT creation advice for HTTP clone if PAT existGeorge Thomas2018-08-311-1/+1
| | | | | If the user has a active Personal Access Token, hide the help text that appears when selecting the link for HTTP clone
* Add ability suppress the global "You won't be able [use] SSH" messageÆvar Arnfjörð Bjarmason2018-08-081-1/+5
| | | | | | | | | | | | | 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.
* Display GPG status on repository and blob pagesWinnie Hellmann2018-07-231-1/+1
|
* Fixed clone buttons adding description when append_link is falseJose Ivan Vargas2017-12-051-1/+1
|
* Added ssh_button helper specs and addressed ruby code observationsJose Ivan Vargas2017-11-271-22/+22
|
* UX adjustments and spec correctionsJose Ivan Vargas2017-11-271-2/+2
|
* Removed tooltip from clone dropdownJose Ivan Vargas2017-11-271-26/+20
|
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-2/+2
|
* Add support for copying permalink to notes via more actions dropdownDimitrie Hoekstra2017-08-251-6/+14
|
* Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-2/+2
| | | | | | | | | 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
* Provide hint to create a personal access token for Git over HTTPRobin Bobbitt2017-06-261-2/+9
| | | | | | 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.
* Translate project & repository pagesBob Van Landuyt2017-06-071-2/+2
|
* Revert "Merge branch '1937-https-clone-url-username' into 'master' "Rémy Coutable2017-05-301-1/+1
| | | | | | | This reverts commit c425f366bfa84efab92b5d5e1d0721f16a2890bc, reversing changes made to 82f6c0f5ac4ed29390ed90592d2c431f3494d93f. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix accessibility issues for Input fields across GitLabKushal Pandya2017-05-121-1/+4
|
* Copy diff file path as GFMDouwe Maan2017-04-061-3/+22
|
* Improve a11y in sidebarFilipa Lacerda2017-02-281-1/+1
|
* Add the username of the current user to the HTTP(S) clone URLJan Christophersen2017-02-241-1/+1
|
* Clean up commit copy to clipboard and make consistentvictorwu2016-12-121-1/+1
|
* Updated positioning of copy file path button in diffsmr-copy-filename-btn-updatePhil Hughes2016-10-311-1/+2
| | | | Closes #23591
* Adds btn-transparent class in correct place due to changes in master22635-clipboard-iconFilipa Lacerda2016-10-111-1/+1
|
* Fixes padding in all clipboard icons that have .btn classFilipa Lacerda2016-10-111-1/+1
|
* Added copy file path button to diffsmr-file-path-copy-btnPhil Hughes2016-10-101-1/+2
| | | | Closes #23108
* Display tooltip for "Copy to Clipboard" button (!5164)winniehell2016-07-111-19/+3
|
* Use keyword arguments for boolean values and use `span` instead of `a` for ↵allow-disabling-of-git-access-protocolPatricio Cano2016-07-051-4/+4
| | | | clone "button"
* Default Git access protocol to `web`Patricio Cano2016-07-051-4/+4
|
* Only allow Git Access on the allowed protocolPatricio Cano2016-07-051-4/+4
|
* Merge branch 'clipboard-buttons-fix' into 'master' Robert Speicher2016-06-171-0/+10
|\ | | | | | | | | | | | | Fix clipboard buttons on "Check out branch" modal. Closes #18794 See merge request !4760
| * Fix clibpoard buttons on "Check out branch" modal.clipboard-buttons-fixConnor Shea2016-06-171-0/+10
| | | | | | | | | | | | Also document the clipboard_button_with_class method. Fixes #18794.
* | Fixed styling of clipboard buttonclipboard-button-stylingPhil Hughes2016-06-171-1/+1
|/
* Updated failing testsPhil Hughes2016-06-081-2/+2
|
* Updated testsPhil Hughes2016-06-081-0/+8
|
* Updated some commit UI colorsPhil Hughes2016-06-081-2/+2
| | | | Fixed issue with tree view styles
* Fix wiki project clone address errorchujinjin/gitlab-ce-fix_wiki_project_clone_address_errorchujinjin2016-06-021-1/+1
|
* change the css class has_tooltip to has-tooltip universallychange_css_class_has_tooltip_to_has-tooltipArinde Eniola2016-03-201-2/+2
|
* Move tooltip to the right of the dropdownStan Hu2016-03-201-0/+4
|
* Use http_clone_button and ssh_clone_button to restore tooltip functionality ↵Stan Hu2016-03-191-16/+10
| | | | in clone panel
* Standartize buttons and fields sizeDmitriy Zaporozhets2016-01-141-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix clipboard buttons on MR instructions and Commit#showrs-clipboard-fixesRobert Speicher2015-12-151-2/+2
|
* Add clipboard button to project clone panelRobert Speicher2015-11-241-2/+2
| | | | Closes #3585
* Rework the copy_to_clipboard logicRobert Speicher2015-11-241-2/+18
| | | | It needed to be more flexible in how we set the target text or element.
* Move clipboard_button helper to ButtonHelper moduleRobert Speicher2015-11-241-0/+7
|