summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update VERSION to 9.5.10v9.5.10Winnie Hellmann2017-11-081-1/+1
|
* Update CHANGELOG.md for 9.5.10Winnie Hellmann2017-11-081-0/+4
| | | [ci skip]
* Merge branch 'security-9-5-36099-api-responses-missing-x-content' into ↵Douwe Maan2017-11-073-1/+15
| | | | | | | | | | | 'security-9-5' (backport) Include X-Content-Type-Options (XCTO) header into API responses See merge request gitlab/gitlabhq!2216 (cherry picked from commit 5fcb214f8527b3d58be1a833a596d01b1bf6119e) 40c6c9f4 Include X-Content-Type-Options (XCTO) header into API responses
* Merge branch 'ssrf-protections-round-2-9-5' into 'security-9-5'Douwe Maan2017-11-072-1/+19
| | | | | | | | | eplace SSRF resolver with Addrinfo.getaddrinfo to include alternative localhost versions (9-5) See merge request gitlab/gitlabhq!2221 (cherry picked from commit 53cc25eb3d45c782b5085524a8976f034ef18781) 96555882 Replace SSRF resolver with Addrinfo.getaddrinfo to include alternative localhost versions
* Update VERSION to 9.5.9v9.5.9Jarka Kadlecova2017-10-161-1/+1
|
* Update CHANGELOG.md for 9.5.9Jarka Kadlecova2017-10-166-24/+8
| | | [ci skip]
* Merge branch '3435-backport-9-5' into 'security-9-5'Stan Hu2017-10-144-23/+2
|\ | | | | | | | | 3435 backport for 9.5 See merge request gitlab/gitlabhq!2207
| * Merge branch 'security-9-5' into 3435-backport-9-5Stan Hu2017-10-141-1/+13
| |\ | |/ |/|
* | Merge branch 'acey-flakes' into 'master'Rémy Coutable2017-10-141-1/+13
| | | | | | | | | | | | fix transient user_edits_files_spec failures See merge request gitlab-org/gitlab-ce!14324
| * Merge remote-tracking branch 'origin/security-9-5' into 3435-backport-9-5Stan Hu2017-10-14144-707/+2015
| |\ | |/ |/|
* | Fix conflicts in Gemfile.lockBrian Neel2017-10-14144-707/+2015
|\ \
| * | Merge branch '38126-security-username-change-9-5' into 'security-9-5'Douwe Maan2017-10-124-12/+49
| | | | | | | | | | | | | | | Move project repositories between namespaces when renaming users (9.5) See merge request gitlab/gitlabhq!2202
| * | Merge branch 'winh-search-bar-xss-9.5' into 'security-9-5'Phil Hughes2017-10-123-2/+29
| | | | | | | | | | | | | | | Escape user name in filtered search bar See merge request gitlab/gitlabhq!2195
| * | Merge branch 'rs-sanitize-unicode-in-protocol-9-5' into 'security-9-5'Douwe Maan2017-10-123-2/+22
| | | | | | | | | | | | | | | [9.5] Prevent a persistent XSS in user-provided markup See merge request gitlab/gitlabhq!2203
| * | Merge branch '37759-also-treat-newlines-as-separator' into 'master'Kamil Trzciński2017-10-123-14/+30
| | | | | | | | | | | | | | | | | | | | | Treat newlines as separators for pipeline emails service Closes #37759 See merge request gitlab-org/gitlab-ce!14250
| * | Merge branch 'fix-arbitrary-redirect-vulnerability' into 'security-10-0'Robert Speicher2017-10-123-10/+15
| | | | | | | | | | | | | | | | | | Fix arbitrary redirect location vulnerability See merge request gitlab/gitlabhq!2192
| * | Update VERSION to 9.5.8v9.5.8Jose Ivan Vargas2017-10-041-1/+1
| | |
| * | Update CHANGELOG.md for 9.5.8Jose Ivan Vargas2017-10-042-5/+4
| | | | | | | | | [ci skip]
| * | Merge branch 'fork-btn-enabled-user-groups' into 'master'Filipa Lacerda2017-10-0412-24/+146
| | | | | | | | | | | | | | | | | | | | | | | | Fix fork button being disabled for users who can fork to group Closes #38462 See merge request gitlab-org/gitlab-ce!14551
| * | Update VERSION to 9.5.7v9.5.7Jose Ivan Vargas2017-10-031-1/+1
| | |
| * | Update CHANGELOG.md for 9.5.7Jose Ivan Vargas2017-10-032-4/+4
| | | | | | | | | [ci skip]
| * | Merge branch 'sh-import-repos-fix-9-5' into '9-5-stable'Robert Speicher2017-10-035-1/+28
| |\ \ | | | | | | | | | | | | | | | | Fix gitlab rake:import:repos task for 9.5.x See merge request gitlab-org/gitlab-ce!14639
| | * | Fix gitlab rake:import:repos tasksh-import-repos-fix-9-5Stan Hu2017-10-025-1/+28
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This backports !14597 for the 9.5.x branch. Because of a change in GitLab 9.5.4 to prevent users from assuming control of a repository already on disk, the import task broke. Imports would fail with the message, "There is already a repository with that name on disk". This change skips the validation when the import is done from the command-line. Closes #37682
| * | Update VERSION to 9.5.6v9.5.69-5-stable-patch-7Jose Ivan Vargas2017-09-291-1/+1
| | |
| * | Update CHANGELOG.md for 9.5.6Jose Ivan Vargas2017-09-295-21/+7
| | | | | | | | | [ci skip]
| * | Merge branch '38319-9-5-stable' into '9-5-stable-patch-6'9-5-stable-patch-6Jose Ivan Vargas Lopez2017-09-285-6/+88
| |\ \ | | | | | | | | | | | | | | | | Handle error when fetching ref for MR with deleted source branch See merge request gitlab-org/gitlab-ce!14550
| | * | Handle error when fetching ref for MR with deleted source branch38319-9-5-stableSean McGivern2017-09-285-6/+88
| | | | | | | | | | | | | | | | | | | | | | | | If the ref doesn't exist, and the source branch is deleted, we can't get it back easily. Previously, we ignored this error by shelling out, so replicate that behaviour.
| * | | Merge branch 'winh-upgrade-nokogiri' into 'master'Robert Speicher2017-09-282-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade Nokogiri because of CVE-2017-9050 See merge request gitlab-org/gitlab-ce!14427
| * | | Merge branch '37465-fix-line-resolve-all-green-checkmark-icon' into 'master'Annabel Dunstone Gray2017-09-283-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update "x/x discussions resolved" checkmark icon to be green when all discussions resolved Closes #37465 See merge request gitlab-org/gitlab-ce!14255
| * | | Merge branch '33287-fix-mr-widget-errors-with-external-services' into 'master'Fatih Acet2017-09-2810-25/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix MR widget with external CI services/integrations Closes #33287 See merge request gitlab-org/gitlab-ce!13977
| * | | Merge branch '37259-some-mr-ready-mobile-fixes' into 'master'Fatih Acet2017-09-284-3/+16
| |/ / | | | | | | | | | | | | | | | | | | Fix MR widget with ready to merge buttons/controls at mobile breakpoint Closes #37259 See merge request gitlab-org/gitlab-ce!14242
| * | Update VERSION to 9.5.5v9.5.5Simon Knox2017-09-181-1/+1
| | |
| * | Update CHANGELOG.md for 9.5.5Simon Knox2017-09-1817-84/+19
| | | | | | | | | [ci skip]
| * | Merge branch ↵9-5-stable-patch-5Grzegorz Bizon2017-09-153-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | '36907-new-issue-from-failed-build-no-longer-links-to-failed-build' into 'master' Resolve "New issue from failed build no longer links to failed build" Closes #36907 See merge request !13790
| * | Merge branch 'fix/gpg-tmp-dir-removal-race-condition' into 'master'Rémy Coutable2017-09-152-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix: GPG tmp dir removal race condition Ignore any errors when removing the tmp directory, as we may run into a race condition: The `gpg-agent` agent process may clean up some files as well while `FileUtils.remove_entry` is iterating the directory and removing all its contained files and directories recursively, which could raise an error. Closes #36998 See merge request !14194
| * | Merge branch '9-5-stable' into '9-5-stable-patch-5'Simon Knox2017-09-167-6/+67
| |\ \ | | | | | | | | | | | | # Conflicts: # db/schema.rb
| | * \ Merge branch 'issue_37640_9_5_stable' into '9-5-stable'Grzegorz Bizon2017-09-157-6/+67
| | |\ \ | | | | | | | | | | | | | | | | | | | | Fix project feature being deleted when updating project with invalid visibility level See merge request gitlab-org/gitlab-ce!14235
| | | * | Fix migrationsissue_37640_9_5_stableFelipe Artur2017-09-143-17/+6
| | | | |
| | | * | Add migration to fix corrupted projectsFelipe Artur2017-09-144-3/+47
| | | | |
| | | * | Fix project feature being deleted when updating project with invalid ↵Felipe Artur2017-09-125-5/+33
| | |/ / | | | | | | | | | | | | visibility level
| * | | Merge branch ↵Kamil Trzciński2017-09-133-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 'fix/sm/37559-pipeline-triggered-through-api-not-showing-trigger-variables' into 'master' Fix `ci_builds` to have an associated `trigger_request_id` See merge request !14244
| * | | Merge branch '9-5-stable-patch-5-1' into '9-5-stable-patch-5'Simon Knox2017-09-1221-161/+216
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Pick for 9.5: "Refactor how we fetch ref for merge requests" See merge request !14213
| | * | | Merge branch '36089-handle-ref-failure-better' into 'master'9-5-stable-patch-5-1Douwe Maan2017-09-1221-161/+216
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor how we fetch ref for merge requests Closes #36089 and #36296 See merge request !13416
| * | | remove tests that should have been revertedSimon Knox2017-09-121-18/+0
| | | |
| * | | fix docs-list task - update docs in previous locationSimon Knox2017-09-123-248/+3
| | | | | | | | | | | | | | | | alternative is to pick !13872
| * | | change committer back to user for specSimon Knox2017-09-121-3/+3
| | | | | | | | | | | | | | | | changed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13984/
| * | | Merge branch '35804-document-table-based-tests' into 'master'Robert Speicher2017-09-114-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use rspec-parameterized for table-based tests Closes #35804 See merge request !13469
| * | | Revert "Merge branch 'sidebar-cache-updates' into 'master'"Jose Ivan Vargas2017-09-115-56/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit dd406182cb3529c3616097703b7d4dec49a3cb39, reversing changes made to d5d249764350b07340ed45068361d7249b3cf641.
| * | | Merge branch 'feature/gpg-verification-status' into 'master'Douwe Maan2017-09-0840-282/+863
| | | | | | | | | | | | | | | | | | | | | | | | GPG signature must match the committer in order to be verified See merge request !13771
| * | | Merge branch 'perf.slow-issuable' into 'master'Sean McGivern2017-09-083-19/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Perf.slow issuable Closes #32844 See merge request !13685