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
path: root/lib
AgeCommit message (Expand)Author
2015-09-07Merge branch 'url-builder-fix-for-relative-urls' into 'master'Dmitriy Zaporozhets
2015-09-07Merge branch 'upgrade-redis-required-check' into 'master'Marin Jankovski
2015-09-06Use File.join to prevent extra slash in help message from appearing. Before:Stan Hu
2015-09-06Upgrade Redis requirement check to 2.4.0 per https://github.com/mperham/sidek...Stan Hu
2015-09-05Fix URL construction for merge requests, issues, notes, and commits for relat...Stan Hu
2015-09-03Fix `rake services:doc` generationStan Hu
2015-09-03Add API method for get user by ID of an SSH keyArtem V. Navrotskiy
2015-09-02Merge branch 'grack-auth-new-instance' into 'master'Dmitriy Zaporozhets
2015-09-02Avoid instance variable re-use troubleJacob Vosmaer
2015-09-02Drone CI serviceKirilll Zaitsev
2015-09-02Merge branch 'use_db_for_application_settings' into 'master'Marin Jankovski
2015-09-01Merge branch 'rs-cleanup-redcarpet-renderer' into 'master'Douwe Maan
2015-09-01Merge branch 'fix-bitbucket-import-issue-order' into 'master'Douwe Maan
2015-09-01Require gitlab/markdown in ReferenceExtractorRobert Speicher
2015-09-01Fix bug where only the first 15 Bitbucket issues would be imported.Stan Hu
2015-09-01Added USE_DB env var to allow loading fake settings without db running.Marin Jankovski
2015-09-01Sort issues by creation date in Bitbucket importerStan Hu
2015-08-31Remove unnecessary `strip` from `reference_class` methodRobert Speicher
2015-08-31Move REDCARPET_OPTIONS to a private methodRobert Speicher
2015-08-31Be more defensive when running 'kill'Jacob Vosmaer
2015-08-31Merge remote-tracking branch 'gitlab.com/master' into gitlab-git-http-serverJacob Vosmaer
2015-08-31Replace grack with gitlab-git-http-serverJacob Vosmaer
2015-08-29Merge branch 'master' into joelkoglin/gitlab-ce-feature_fix_ldap_auth_issue_993Douwe Maan
2015-08-29Minor refactorDouwe Maan
2015-08-28Merge branch 'fix-session_expire_delay' into 'master'Stan Hu
2015-08-28fixed connection detection so settings can be read from the databaseEric Maziade
2015-08-28Make sure the main Gitlab::Markdown module gets loaded before filtersRobert Speicher
2015-08-28Reference filters no longer take a custom class context optionRobert Speicher
2015-08-28Decouple Gitlab::Markdown from the GitlabMarkdownHelperRobert Speicher
2015-08-27Merge branch 'rs-remove-user-color-scheme-class' into 'master'Douwe Maan
2015-08-26Add `count` to Themes and ColorSchemesRobert Speicher
2015-08-26Add `Gitlab::Themes.for_user`Robert Speicher
2015-08-26Remove user_color_scheme_classRobert Speicher
2015-08-26Add Gitlab::ColorSchemes moduleRobert Speicher
2015-08-25Fix init script for Reply by emailDouwe Maan
2015-08-24Ability to search milestonesValery Sizov
2015-08-23Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLabStan Hu
2015-08-22Merge branch 'reply-by-email' into 'master'Robert Speicher
2015-08-22No HTML-only email pleaseDouwe Maan
2015-08-22Fix check task for development.Douwe Maan
2015-08-22Add development section to doc.Douwe Maan
2015-08-21Merge branch 'rs-dev-issue-2550' into 'master'Douwe Maan
2015-08-21Block blocked users from replying to threads by email.Douwe Maan
2015-08-21Issue #993: Fixed login failure when extern_uid changesJoel Koglin
2015-08-21Merge branch 'fix-backup-restore' into 'master'Robert Speicher
2015-08-21Do not delete the SQL dump too earlyJacob Vosmaer
2015-08-21Merge pull request #9535 from bbodenmiller/patch-3Jacob Vosmaer
2015-08-21Remove trailing HTML entities from non-Rinku autolinks as well.Robert Speicher
2015-08-21Memoize address_regex locally.Douwe Maan
2015-08-21Fix spec by removing global state.Douwe Maan