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
2020-11-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-04Externalize strings in helpersMartin Wortschack
- Update qa selector - Update PO file
2018-12-07Further design iteration on project overviewDennis Tang
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-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2018-09-06Resolve "Improve project overview UI"Dennis Tang
2018-08-31Hide PAT creation advice for HTTP clone if PAT existGeorge Thomas
If the user has a active Personal Access Token, hide the help text that appears when selecting the link for HTTP clone
2018-08-08Add ability suppress the global "You won't be able [use] SSH" messageÆvar Arnfjörð Bjarmason
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-07-23Display GPG status on repository and blob pagesWinnie Hellmann
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