Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add admin services templates. | Marin Jankovski | 2015-02-11 | 1 | -4/+6 |
| | |||||
* | Merge branch 'issue-closing-pattern' into 'master' | Marin Jankovski | 2015-02-11 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Extend issue closing pattern. | Douwe Maan | 2015-02-08 | 1 | -1/+1 |
| | | |||||
* | | Remove settings from gitlab.yml.example which we already have in UI | Dmitriy Zaporozhets | 2015-02-10 | 1 | -17/+0 |
|/ | |||||
* | Add gitlab to oauth providers | Dmitriy Zaporozhets | 2015-02-07 | 1 | -0/+3 |
| | |||||
* | Merge branch 'filter-private-token-param' into 'master' | Dmitriy Zaporozhets | 2015-02-07 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Filter private_token and password_confirmation params from logs. | Douwe Maan | 2015-02-06 | 1 | -1/+1 |
| | | | | | | | | Closes #1770. | ||||
* | | Merge branch 'markdown-preview-via-post' into 'master' | Dmitriy Zaporozhets | 2015-02-06 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Don't have Markdown preview fail for long comments/wiki pages. See https://github.com/gitlabhq/gitlabhq/issues/8611. See merge request !1479 | ||||
| * | | Don't have Markdown preview fail for long content by using POST rather than GET. | Douwe Maan | 2015-02-06 | 1 | -1/+1 |
| | | | | | | | | | | | | See https://github.com/gitlabhq/gitlabhq/issues/8611. | ||||
* | | | Add openssl_verify_mode option to the smtp configuration example. | Marin Jankovski | 2015-02-05 | 1 | -2/+3 |
| |/ |/| | |||||
* | | GitLab.com integration: refactoring | Valery Sizov | 2015-02-05 | 1 | -4/+4 |
| | | |||||
* | | GitLab integration. Importer | Valery Sizov | 2015-02-05 | 2 | -6/+17 |
|/ | |||||
* | Merge pull request #8449 from choppsv1/ipv6_addr_fix | Dmitriy Zaporozhets | 2015-02-04 | 1 | -1/+5 |
|\ | | | | | Add []s around user@ipv6addr (e.g., "[git@::1]/repo.git") | ||||
| * | Add []s around user@ipv6addr (e.g., "[git@::1]/repo.git") | Christian E. Hopps | 2014-12-15 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'master' into mwessel/gitlab-ce-configure-protection | Dmitriy Zaporozhets | 2015-02-03 | 8 | -66/+80 |
|\ \ | |||||
| * | | code folding | Valery Sizov | 2015-02-03 | 1 | -2/+2 |
| | | | |||||
| * | | Commit page: async load branches info | Valery Sizov | 2015-02-03 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | Conflicts: config/routes.rb | ||||
| * | | Rubocop: indentation fixes Yay!!! | Dmitriy Zaporozhets | 2015-02-02 | 1 | -12/+12 |
| | | | |||||
| * | | Rubocop: no trailing newlines | Dmitriy Zaporozhets | 2015-02-02 | 2 | -2/+2 |
| | | | |||||
| * | | Rubocop: Style/ElseAlignment enabled | Dmitriy Zaporozhets | 2015-02-02 | 1 | -5/+6 |
| | | | |||||
| * | | Rubocop: comment indentation | Dmitriy Zaporozhets | 2015-02-02 | 1 | -5/+13 |
| | | | |||||
| * | | Rubocop: Style/AlignHash enabled | Dmitriy Zaporozhets | 2015-02-02 | 1 | -6/+4 |
| | | | |||||
| * | | Rubocop enabled for: Use spaces inside hash literal braces | Dmitriy Zaporozhets | 2015-02-02 | 3 | -26/+26 |
| | | | |||||
| * | | Convert hashes to ruby 1.9 style | Dmitriy Zaporozhets | 2015-02-02 | 3 | -10/+10 |
| | | | |||||
| * | | Merge pull request #8642 from fchasen/master | Dmitriy Zaporozhets | 2015-01-29 | 1 | -1/+4 |
| |\ \ | | | | | | | | | Expose Link header in CORS Api calls | ||||
| | * | | use new hash syntax | Fred Chasen | 2015-01-23 | 1 | -4/+4 |
| | | | | |||||
| | * | | Split up line and use single qoutes to declare Cors settings | Fred Chasen | 2015-01-23 | 1 | -1/+4 |
| | | | | |||||
| | * | | Expose Link header in CORS Api calls | Fred Chasen | 2015-01-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | Marco Wessel | 2015-01-30 | 2 | -7/+13 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | configure-protection Conflicts: CHANGELOG db/schema.rb | ||||
| * | | | Load contribution calendar via AJAX | Dmitriy Zaporozhets | 2015-01-29 | 1 | -4/+3 |
| | | | | |||||
| * | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵ | Dmitriy Zaporozhets | 2015-01-28 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | | | | | | haynes/gitlab-ce-commit_calendar | ||||
| | * \ \ | Merge branch 'ldap_defaults' into 'master' | Job van der Voort | 2015-01-28 | 1 | -2/+2 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | | * | | | Make 'plain', port 389 the default for LDAP | Jacob Vosmaer | 2015-01-28 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Add a commit calendar to the user profile | Hannes Rosenögger | 2015-01-29 | 1 | -0/+4 |
| |/ / / / | |||||
| * | | | | SEtup new routes for creating and changing repository files | Dmitriy Zaporozhets | 2015-01-26 | 1 | -5/+8 |
| |/ / / | |||||
* | | | | Allow configuring protection of the default branch upon first push | Marco Wessel | 2015-01-25 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge branch 'haynes/gitlab-ce-project_avatar' into 'master' | Dmitriy Zaporozhets | 2015-01-25 | 1 | -21/+23 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Project avatar See merge request !1433 | ||||
| * | | | Fix tests, merge conflicts, some minor issues and make the project avatar ↵ | Hannes Rosenögger | 2015-01-24 | 1 | -22/+22 |
| | | | | | | | | | | | | | | | | feature mergable | ||||
| * | | | adding avatar to project settings page added avatar removal show project ↵ | Steven Thonus | 2015-01-24 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | | | | Fixes typo in config.rb | Yatish Mehta | 2015-01-24 | 1 | -1/+1 |
|/ / / | |||||
* | | | Increase password reset timeout since other people trigger it when they ↵ | Sytse Sijbrandij | 2015-01-23 | 1 | -1/+2 |
|/ / | | | | | | | create an account for you. | ||||
* | | allow to use http in redirect url | Valery Sizov | 2015-01-22 | 1 | -0/+6 |
| | | |||||
* | | Mix wrong comment about signup | Dmitriy Zaporozhets | 2015-01-22 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #7999 from cirosantilli/append-inplace | Dmitriy Zaporozhets | 2015-01-21 | 1 | -6/+6 |
|\ \ | | | | | | | Append in place for strings and arrays [failure unrelated] | ||||
| * | | Append in place for strings and arrays | Ciro Santilli | 2015-01-01 | 1 | -6/+6 |
| | | | |||||
* | | | Merge pull request #7762 from jubianchi/commit-closing-issues | Dmitriy Zaporozhets | 2015-01-21 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | Allow commit messages to close several issues at once | ||||
| * | | | Allow commit messages to close several issues at once (thanks @123Haynes | jubianchi | 2015-01-20 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | for his work and help) | ||||
* | | | | Github Importer: AJAX update status | Valery Sizov | 2015-01-20 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge pull request #8040 from drag00n/updatedhint | Drew Blessing | 2015-01-18 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Use full path from root of project. | ||||
| * | | | Use full path from root of project. | drag00n | 2015-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Remove markdown syntax from config file |