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/config
AgeCommit message (Collapse)Author
2015-02-11Merge branch 'issue-closing-pattern' into 'master'Marin Jankovski
Extend issue clossing pattern New: "Resolve", "Resolves", "Resolved", "Resolving" and "Close" Now matches those supported by [GitHub](https://help.github.com/articles/closing-issues-via-commit-messages/), with the addition of the -ing forms. See merge request !1475
2015-02-10Remove settings from gitlab.yml.example which we already have in UIDmitriy Zaporozhets
2015-02-08Extend issue closing pattern.Douwe Maan
2015-02-08Add gitlab to oauth providersDmitriy Zaporozhets
2015-02-07Merge branch 'filter-private-token-param' into 'master'Dmitriy Zaporozhets
Filter private_token and password_confirmation params from logs. Closes #1770. ``` Started GET "/profile?private_token=[FILTERED]" for 127.0.0.1 at 2015-02-06 22:54:03 +0100 Processing by ProfilesController#show as HTML Parameters: {"private_token"=>"[FILTERED]"} ``` See merge request !1483
2015-02-07Filter private_token and password_confirmation params from logs.Douwe Maan
Closes #1770.
2015-02-06Merge branch 'markdown-preview-via-post' into 'master'Dmitriy Zaporozhets
Don't have Markdown preview fail for long comments/wiki pages. See https://github.com/gitlabhq/gitlabhq/issues/8611. See merge request !1479
2015-02-06Don't have Markdown preview fail for long content by using POST rather than GET.Douwe Maan
See https://github.com/gitlabhq/gitlabhq/issues/8611.
2015-02-06Add openssl_verify_mode option to the smtp configuration example.Marin Jankovski
2015-02-05GitLab.com integration: refactoringValery Sizov
2015-02-05GitLab integration. ImporterValery Sizov
2015-02-05Merge pull request #8449 from choppsv1/ipv6_addr_fixDmitriy Zaporozhets
Add []s around user@ipv6addr (e.g., "[git@::1]/repo.git")
2015-02-04Merge branch 'master' into mwessel/gitlab-ce-configure-protectionDmitriy Zaporozhets
2015-02-03code foldingValery Sizov
2015-02-03Commit page: async load branches infoValery Sizov
Conflicts: config/routes.rb
2015-02-03Rubocop: indentation fixes Yay!!!Dmitriy Zaporozhets
2015-02-03Rubocop: no trailing newlinesDmitriy Zaporozhets
2015-02-03Rubocop: Style/ElseAlignment enabledDmitriy Zaporozhets
2015-02-03Rubocop: comment indentationDmitriy Zaporozhets
2015-02-03Rubocop: Style/AlignHash enabledDmitriy Zaporozhets
2015-02-03Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets
2015-02-03Convert hashes to ruby 1.9 styleDmitriy Zaporozhets
2015-01-30Merge pull request #8642 from fchasen/masterDmitriy Zaporozhets
Expose Link header in CORS Api calls
2015-01-30Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Marco Wessel
configure-protection Conflicts: CHANGELOG db/schema.rb
2015-01-29Load contribution calendar via AJAXDmitriy Zaporozhets
2015-01-29Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵Dmitriy Zaporozhets
haynes/gitlab-ce-commit_calendar
2015-01-29Add a commit calendar to the user profileHannes Rosenögger
2015-01-28Merge branch 'ldap_defaults' into 'master'Job van der Voort
Saner LDAP defaults I have the impression that most people use LDAP servers listening on port 389, without encryption. If we make that the default we give people a smoother ride setting up GitLab. See merge request !1446
2015-01-28Make 'plain', port 389 the default for LDAPJacob Vosmaer
2015-01-27SEtup new routes for creating and changing repository filesDmitriy Zaporozhets
2015-01-25Allow configuring protection of the default branch upon first pushMarco Wessel
2015-01-25Merge branch 'haynes/gitlab-ce-project_avatar' into 'master'Dmitriy Zaporozhets
Project avatar See merge request !1433
2015-01-24Fixes typo in config.rbYatish Mehta
2015-01-24Fix tests, merge conflicts, some minor issues and make the project avatar ↵Hannes Rosenögger
feature mergable
2015-01-24adding avatar to project settings page added avatar removal show project ↵Steven Thonus
avatar on dashboard, projects page, project page added rspec and feature tests added project avatar from repository new default project icon added added copying af avatar to forking of project added generated icon fixed avatar fork hound fix style fix test fix
2015-01-23use new hash syntaxFred Chasen
2015-01-23Split up line and use single qoutes to declare Cors settingsFred Chasen
2015-01-23Expose Link header in CORS Api callsFred Chasen
2015-01-23Increase password reset timeout since other people trigger it when they ↵Sytse Sijbrandij
create an account for you.
2015-01-23allow to use http in redirect urlValery Sizov
2015-01-22Mix wrong comment about signupDmitriy Zaporozhets
2015-01-22Merge pull request #7999 from cirosantilli/append-inplaceDmitriy Zaporozhets
Append in place for strings and arrays [failure unrelated]
2015-01-21Merge pull request #7762 from jubianchi/commit-closing-issuesDmitriy Zaporozhets
Allow commit messages to close several issues at once
2015-01-20Github Importer: AJAX update statusValery Sizov
2015-01-20Allow commit messages to close several issues at once (thanks @123Haynesjubianchi
for his work and help)
2015-01-19Merge pull request #8040 from drag00n/updatedhintDrew Blessing
Use full path from root of project.
2015-01-19Use full path from root of project.drag00n
Remove markdown syntax from config file
2015-01-18Application admin scaffoldValery Sizov
2015-01-16Fix signup settingsDmitriy Zaporozhets
2015-01-16Merge pull request #7987 from cirosantilli/get-instead-matchDmitriy Zaporozhets
Replace match via get with get on routes