summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Require Ruby 2.1.0 in `gitlab:app:check` taskRobert Speicher2015-08-151-1/+1
|/ / / / / | | | | | | | | | | | | | | | [ci skip]
* | | | | Merge branch 'changelog-1124' into 'master'Robert Schilling2015-08-151-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update changelog for MR !1124 @dzaporozhets See merge request !1164
| * | | | | Update changelog for MR !1124Sven Strickroth2015-08-151-0/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Sven Strickroth <email@cs-ware.de>
* | | | | Merge branch 'rs-gem-security' into 'master'Robert Speicher2015-08-152-7/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump omniauth-saml to 1.4.1 Updates a vulnerable `ruby-saml` dependency. - https://github.com/onelogin/ruby-saml/commit/9853651b96b99653ea8627d757d46bfe62ab6448 - https://github.com/onelogin/ruby-saml/pull/247 See merge request !1162
| * | | | | Bump omniauth-saml to 1.4.1rs-gem-securityRobert Speicher2015-08-142-7/+7
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates a vulnerable `ruby-saml` dependency. - https://github.com/onelogin/ruby-saml/commit/9853651b96b99653ea8627d757d46bfe62ab6448 - https://github.com/onelogin/ruby-saml/pull/247
* | | | | Merge branch 'fix/redirect_after_sign_in' into 'master'Stan Hu2015-08-142-18/+22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix redirection after sign in when using auto_sign_in_with_provider Logic for redirect path moved to a filter. This allows it to run properly when the auto_sign_in_with_provider filter takes control. See merge request !1146
| * | | | | Fix redirection after sign in when using auto_sign_in_with_providerAlex Lossent2015-08-122-18/+22
| | | | | | | | | | | | | | | | | | | | | | | | Logic for redirect path moved to a filter.
* | | | | | Merge branch 'mysql_insecure_password_warnings' into 'master'Stan Hu2015-08-141-2/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Workaround the insecure password warnings emitted by MySQL 5.6 When using MySQL 5.6, the following output is emitted every time a backup is created, even with CRON=1. ``` Warning: Using a password on the command line interface can be insecure. ``` This fix works around that by sending the password via the [`MYSQL_PWD`](http://dev.mysql.com/doc/refman/5.6/en/environment-variables.html) environment variable. See merge request !1139
| * | | | | | Workaround the warnings emitted by MySQL 5.6 regarding password on theTed Strzalkowski2015-08-121-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | command line.
* | | | | | | Merge pull request #9528 from revaret/Fixed_alignment_issueStan Hu2015-08-141-1/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix for #9527
| * | | | | | | Fixed #9527ranjith2015-08-131-1/+12
| | | | | | | |
* | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceStan Hu2015-08-143-1/+39
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'disable-internal-tracker-when-external-in-use' into 'master'Dmitriy Zaporozhets2015-08-143-1/+39
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable internal issue tracker if external tracker in use ### What does this MR do? This MR disables routes to the internal issue tracker if an external issue tracker (e.g. Redmine) is in use. A 404 page is returned if a user attempts to access any of the issue routes. ### Why was this MR needed? Enabling the external issue tracker would still keep the internal one active, which would lead to odd behavior where users could create issues but not close them. ### What are the relevant issue numbers? Closes #2006 See merge request !993
| | * | | | | | | | Disable internal issue tracker if external tracker in useStan Hu2015-07-173-1/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #2006
* | | | | | | | | | Merge pull request #9562 from bladealslayer/fix/flowdock-gem-updateStan Hu2015-08-145-9/+18
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Update Flowdock integration to support new Flowdock API
| * | | | | | | | | Update Flowdock integration to support new Flowdock APIBoyan Tabakov2015-08-145-9/+18
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Requires that users create a Git source in their flows and update the configured token to the Git source token. The old flow tokens can't be used.
* | | | | | | | | Merge branch 'improve-readability' into 'master'Dmitriy Zaporozhets2015-08-144-0/+11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set max-width for README, issue and merge request description It allows easier text reading on big screens ### Problem Text is hard to read on wide screens: ![Screenshot_2015-08-14_11.33.39](https://gitlab.com/gitlab-org/gitlab-ce/uploads/2bdb092c09495c7aa94b0589df4b7e65/Screenshot_2015-08-14_11.33.39.png) ### Solution Set max-width to content. Screenshots: ![Screenshot_2015-08-14_11.31.54](https://gitlab.com/gitlab-org/gitlab-ce/uploads/00cd7a77b81b30458a1675ec562d7463/Screenshot_2015-08-14_11.31.54.png) ![Screenshot_2015-08-14_10.53.16](https://gitlab.com/gitlab-org/gitlab-ce/uploads/4756f87a3bbb7179e55b1c8f8ee40459/Screenshot_2015-08-14_10.53.16.png) Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1161
| * | | | | | | | | Add CHANGELOG itemDmitriy Zaporozhets2015-08-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | Set max-width for README, issue and merge request descriptionDmitriy Zaporozhets2015-08-143-0/+10
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It allows easier text reading on big screens Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-08-142-0/+2
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'respect_filters' into 'master'Dmitriy Zaporozhets2015-08-142-0/+2
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix: User search feature in admin area does not respect filters https://dev.gitlab.org/gitlab/gitlabhq/issues/2482 See merge request !1155
| | * | | | | | | | Fix: User search feature in admin area does not respect filtersrespect_filtersValery Sizov2015-08-132-0/+2
| | | | | | | | | |
* | | | | | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-08-1417-32/+110
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqStan Hu2015-08-132-2/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Merge pull request #9556 from pupaxxo/patch-3Stan Hu2015-08-131-1/+0
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | Fix changelog
| | | * | | | | | | Fix changelogAndrea Ruggiero2015-08-131-1/+0
| | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | Merge pull request #9557 from pupaxxo/patch-4Robert Schilling2015-08-131-1/+1
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | Time for 7.14.0.pre
| | | * | | | | | Time for 7.14.0.preAndrea Ruggiero2015-08-131-1/+1
| | |/ / / / / /
| * | | | | | | Merge branch 'improve-hipchat-service-test' into 'master'Dmitriy Zaporozhets2015-08-137-3/+76
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide more feedback what went wrong if HipChat service failed test This MR adds support for displaying the error message during HipChat service test. Before an Error 500 would be displayed with no helpful remarks. Screenshot: ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/10f82eb02db138f9680e69cdb3d3ed82/image.png) Issue gitlab-com/support-forum#213 See merge request !1144
| | * | | | | | | Provide more feedback what went wrong if HipChat service failed testStan Hu2015-08-127-3/+76
| | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | Issue gitlab-com/support-forum#213
| * | | | | | | Merge branch 'bring-clonebar-back' into 'master'Dmitriy Zaporozhets2015-08-132-10/+0
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring clone bar back Screenshot: ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/5198a110c1f1bfd5b6b050b648e8ad45/image.png) See discussion in !1080 See merge request !1147
| | * | | | | | | Bring clone bar backStan Hu2015-08-122-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See discussion in !1080
| * | | | | | | | Merge branch 'update_changelog' into 'master'Valery Sizov2015-08-131-0/+6
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update changelog See merge request !1153
| | * | | | | | | update chnagelogValery Sizov2015-08-131-0/+6
| |/ / / / / / /
| * | | | | | | Merge branch 'note-query-information' into 'master'Stan Hu2015-08-123-2/+15
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note query information See merge request !1149
| | * | | | | | | api: add 'system', 'upvote', and 'downvote' fields to note queriesBen Boeckel2015-08-123-2/+15
| | | |_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | This reverts commit 4c586dc7c217b3e43956919fa752a8fa4e16acb9.
| * | | | | | | Merge branch 'more-markdown-extensions' into 'master'Stan Hu2015-08-123-2/+3
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | markup_helper: detect .mkd and .mkdn as markdown See merge request !1148
| | * | | | | | markup_helper: detect .mkd and .mkdn as markdownBen Boeckel2015-08-123-2/+3
| | |/ / / / /
| * | | | | | Merge branch 'mr-merge-manually-2' into 'master' Dmitriy Zaporozhets2015-08-123-13/+9
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move merge manually text below merge widget Replace !1121 Screenshot: #### Before ![Screenshot_2015-08-10_18.25.22](https://gitlab.com/gitlab-org/gitlab-ce/uploads/ac7df8dd03104b3b44c61b3bff709653/Screenshot_2015-08-10_18.25.22.png) #### After ![Screenshot_2015-08-10_18.28.30](https://gitlab.com/gitlab-org/gitlab-ce/uploads/c92b8eaeadb842705577dba1f52b67e5/Screenshot_2015-08-10_18.28.30.png) See merge request !1141
| | * | | | | Fix changelogmr-merge-manually-2Dmitriy Zaporozhets2015-08-111-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * | | | | Move merge manually text below merge widgetDmitriy Zaporozhets2015-08-112-10/+9
| | |/ / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | Merge branch 'add-image' into 'master'Job van der Voort2015-08-132-0/+64
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | New doc about how to add an image in GitLab Basics See merge request !1918
| * | | | | fixed textkaren Carias2015-08-111-1/+1
| | | | | |
| * | | | | fixed textkaren Carias2015-08-111-2/+2
| | | | | |
| * | | | | fixed textkaren Carias2015-08-101-2/+1
| | | | | |
| * | | | | fixed one linekaren Carias2015-08-061-1/+2
| | | | | |
| * | | | | fixed terminologykaren Carias2015-08-031-1/+1
| | | | | |
| * | | | | typokaren Carias2015-08-021-9/+9
| | | | | |
| * | | | | New doc about how to add an image in GitLab Basicskaren Carias2015-08-022-0/+64
| | | | | |
* | | | | | Merge pull request #9545 from Baldinof/add_merged_labelDmitriy Zaporozhets2015-08-124-0/+37
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add merged label on branches page