Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-06Fixed clone buttons adding description when append_link is falseJose Ivan Vargas
2017-11-27Added ssh_button helper specs and addressed ruby code observationsJose Ivan Vargas
2017-11-27UX adjustments and spec correctionsJose Ivan Vargas
2017-11-27Removed tooltip from clone dropdownJose Ivan Vargas
2017-11-23Allow password authentication to be disabled entirelyMarkus Koller
2017-08-25Add support for copying permalink to notes via more actions dropdownDimitrie Hoekstra
2017-07-13Fixes needed when GitLab sign-in is not enabledRobin Bobbitt
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-06-26Provide hint to create a personal access token for Git over HTTPRobin Bobbitt
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-07Translate project & repository pagesBob Van Landuyt
2017-05-30Revert "Merge branch '1937-https-clone-url-username' into 'master' "Rémy Coutable
This reverts commit c425f366bfa84efab92b5d5e1d0721f16a2890bc, reversing changes made to 82f6c0f5ac4ed29390ed90592d2c431f3494d93f. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-12Fix accessibility issues for Input fields across GitLabKushal Pandya
2017-04-07Copy diff file path as GFMDouwe Maan
2017-02-28Improve a11y in sidebarFilipa Lacerda
2017-02-24Add the username of the current user to the HTTP(S) clone URLJan Christophersen
2016-12-12Clean up commit copy to clipboard and make consistentvictorwu
2016-10-31Updated positioning of copy file path button in diffsPhil Hughes
Closes #23591
2016-10-11Adds btn-transparent class in correct place due to changes in masterFilipa Lacerda
2016-10-11Fixes padding in all clipboard icons that have .btn classFilipa Lacerda
2016-10-10Added copy file path button to diffsPhil Hughes
Closes #23108
2016-07-11Display tooltip for "Copy to Clipboard" button (!5164)winniehell
2016-07-06Use keyword arguments for boolean values and use `span` instead of `a` for ↵Patricio Cano
clone "button"
2016-07-06Default Git access protocol to `web`Patricio Cano
2016-07-06Only allow Git Access on the allowed protocolPatricio Cano
2016-06-17Merge branch 'clipboard-buttons-fix' into 'master' Robert Speicher
Fix clipboard buttons on "Check out branch" modal. Closes #18794 See merge request !4760
2016-06-17Fix clibpoard buttons on "Check out branch" modal.Connor Shea
Also document the clipboard_button_with_class method. Fixes #18794.
2016-06-17Fixed styling of clipboard buttonPhil Hughes
2016-06-08Updated failing testsPhil Hughes
2016-06-08Updated testsPhil Hughes
2016-06-08Updated some commit UI colorsPhil Hughes
Fixed issue with tree view styles
2016-06-02Fix wiki project clone address errorchujinjin
2016-03-20change the css class has_tooltip to has-tooltip universallyArinde Eniola
2016-03-20Move tooltip to the right of the dropdownStan Hu
2016-03-20Use http_clone_button and ssh_clone_button to restore tooltip functionality ↵Stan Hu
in clone panel
2016-01-14Standartize buttons and fields sizeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-16Fix clipboard buttons on MR instructions and Commit#showRobert Speicher
2015-11-25Add clipboard button to project clone panelRobert Speicher
Closes #3585
2015-11-25Rework the copy_to_clipboard logicRobert Speicher
It needed to be more flexible in how we set the target text or element.
2015-11-25Move clipboard_button helper to ButtonHelper moduleRobert Speicher
2015-11-25Move HTTP/SSH clone button logic to helpersRobert Speicher