summaryrefslogtreecommitdiff
path: root/app/helpers/button_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Move HTTP/SSH clone button logic to helpersRobert Speicher2015-11-241-0/+35