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
2014-06-02Dont show new file link on protected branch for developersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-02Merge branch 'add_noreferrer_to_all_links' into 'master'Dmitriy Zaporozhets
Add nofollow to all external links Fixes #1224
2014-05-30Add nofollow to all internal links.Marin Jankovski
2014-05-29Extend default link_to helper to add noreferrer html_option.Marin Jankovski
2014-05-29Use the correct links, replace in search.Marin Jankovski
2014-05-28Allow masters to create projects in groupsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-28Backport CI service refactoring from EEDmitriy Zaporozhets
It allows easier contribution of different CI services Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-26Make sure slashes are handled properly.Marin Jankovski
2014-05-26Do not replace links inside code blocks, less code for the same amount of work.Marin Jankovski
2014-05-23Move protected branches to Project settingsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-22Add BranchesHelperDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-08Add assignee and milestone to 2nd stepDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-06Merge pull request #6799 from Datacom/bug/parallel_diff_missing_lines_prDmitriy Zaporozhets
Fix missing lines in Parallel Diff
2014-05-02Save repository size to projects tableDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-29Merge pull request #5962 from skv-headless/editing-previewDmitriy Zaporozhets
editing preview
2014-04-23 Merge branch 'email_in_gravatar_urls' into 'master'Dmitriy Zaporozhets
allow passing user's email address in custom Gravatar urls Some custom avatar systems use the user's email address rather than its hash. This merge request will allow the administrator to configure gitlab-ce to use the user's email address gravatar.plain_url and gravatar.ssl_url in the config file like this: ``` gravatar: enabled: true plain_url: "http://company.com/avatar/?mail=%{email}&size=%{size}" ssl_url: "https://company.com/avatar/?mail=%{email}&size=%{size}" ``` It's a only a 2 word patch.
2014-04-17Fix bug in which a line count without empty lines was incorrectly usedGeorge Dewar
2014-04-15Editing previewskv-headless
2014-04-13allow using the user's email address as a http parameter in gravatar urls ↵Arnaud ABELARD
for custom avatar systems. For example: plain_url: "http://avatar.company.com/avatar/?mail=%{email}&size=%{size}" add mention of the different placeholders possible for gravatar urls, mentionning the new %{email}
2014-04-12Fix "project-name" span classname typoBrett Bukowski
2014-04-11Determine label color based on lowercase nameJeroen van Baarsen
2014-04-05Merge branch 'master' into request/relative_submodulesTimm Drevensek
2014-04-02Better title suggestion for new MRDmitriy Zaporozhets
Ex. if branch named "refactor-models" then title will be "Refactor models" Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-02Merge branch 'master' into request/relative_submodulesTimm Drevensek
Conflicts: CHANGELOG
2014-03-27Refactor Parallel Diff feature and add scrollbarsGeorge Dewar
Also now removed lines relating to unused comments feature
2014-03-26Merge branch 'master' into request/relative_submodulesTimm Drevensek
Conflicts: CHANGELOG
2014-03-24Use humanize instead of titleize for MR title suggestionDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-19Merge pull request #6469 from mojavelinux/masterSytse Sijbrandij
Add .adoc file extension for AsciiDoc
2014-03-17Wiki will show relative links related to the wiki gollum repository.Marin Jankovski
2014-03-17Link to blob instead of linking to wiki.Marin Jankovski
2014-03-14Ignore newlines per md standard.Marin Jankovski
2014-03-12Correct image path to social iconsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-11 Merge branch 'fix/social-account-block' into 'master'Dmitriy Zaporozhets
Fix Social Account Block If you have omniauth enabled, but don't have one of the "Social" providers enabled (GitHub, Twitter, Google), the "Social Accounts" sections shows up, but without icons. This occurred when I was testing Shibboleth. This fixes the issues by checking if there are any `enabled_oauth_providers` rather than if just `Gitlab.config.omniauth.enabled`. Not quite sure how to implement a test for this, but it works :).
2014-03-10Remove extra whitespaceRobert Speicher
2014-03-09Sort tag names using VersionSorterRobert Speicher
2014-03-09Remove arguments from grouped_options_refsRobert Speicher
Must have been left over from a previous revision, but the argument wasn't used anywhere in the method.
2014-03-07Check if any social providers are enabled.Jason Hollingsworth
2014-03-06Use rails helper image-url for reference images in cssDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-05Add .adoc file extension for AsciiDocDan Allen
Add .adoc file extension for AsciiDoc as it's a very popular extension to use and the one recommended by the Asciidoctor project.
2014-02-28simplify link urlTimm Drevensek
2014-02-27Issue box restyleDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-27fixed regex to match url pointing to a user repoTimm Drevensek
2014-02-26Merge pull request #5719 from jacob-carlborg/mr_targetDmitriy Zaporozhets
By default, target original repository if it's a fork when creating new MR.
2014-02-26Add support for relative submodulesTimm Drevensek
2014-02-25Merge pull request #6375 from cirosantilli/link-with-idDmitriy Zaporozhets
Blob and tree gfm links to anchors work.
2014-02-25By default, target original repository if fork when creating new MR.Jacob Carlborg
2014-02-23Blob and tree gfm links to anchors work.Ciro Santillli
Fixes #6046
2014-02-20Allow access to groups with public projects.Jason Hollingsworth
Fixed Group avatars to only display when user has read permissions to at least one project in the group.
2014-02-19Improve UI for Issue/MRDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-18Restyle labels filter to match common styleDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>