- 18 Jan, 2018 1 commit
-
-
Oswaldo Ferreira authored
[ci skip]
-
- 17 Jan, 2018 2 commits
-
-
Stan Hu authored
[10.3] Fix bug in security release with deploy keys migration See merge request gitlab-org/gitlab-ce!16530
-
Francisco Javier López authored
-
- 10 Jan, 2018 3 commits
-
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
[ci skip]
-
Oswaldo Ferreira authored
Prepare 10.3.4 Security Release See merge request gitlab/gitlabhq!2288
-
- 09 Jan, 2018 2 commits
-
-
Robert Speicher authored
[10.3] Prevent login with disabled OAuth providers See merge request gitlab/gitlabhq!2296 (cherry picked from commit 4936650427ffc88e6ee927aedbb2c724d24b094c) a0f9d222 Prevents login with disabled OAuth providers
-
Phil Hughes authored
Port of [10.2] Sanitizes IPython notebook output See merge request gitlab/gitlabhq!2285 (cherry picked from commit 1c46e031c70706450a8e0ae730f4c323b72f9e4c) aac035fe Port of [10.2] Sanitizes IPython notebook output
-
- 08 Jan, 2018 1 commit
-
-
James Lopez authored
[10.3] Fix RCE via project import mechanism See merge request gitlab/gitlabhq!2294 (cherry picked from commit dcfec507d6f9ee119d65a832393e7c593af1d3b2) 86d75812 Fix RCE via project import mechanism
-
- 07 Jan, 2018 9 commits
-
-
Robert Speicher authored
Merge branch '41293-fix-command-injection-vulnerability-on-system_hook_push-queue-through-web-hook' into 'security-10-3' Don't allow line breaks on HTTP headers See merge request gitlab/gitlabhq!2277 (cherry picked from commit 7fc0a6fc096768a5604d6dd24d7d952e53300c82) 073b8f9c Don't allow line breaks on HTTP headers
-
Douwe Maan authored
[10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
-
Sean McGivern authored
check project access on MR create See merge request gitlab/gitlabhq!2273 (cherry picked from commit 1fe2325d6ef2bced4c5e97b57691c894f38b2834) 43e85f49 check project access on MR create
-
Robert Speicher authored
[10.3] Fix path traversal in gitlab-ci.yml cache:key See merge request gitlab/gitlabhq!2270 (cherry picked from commit c32d0c6807dfd41d7838a35742e6d0986871b389) df29094a Fix path traversal in gitlab-ci.yml cache:key
-
Stan Hu authored
Validate project path in Gitlab import - 10.3 port See merge request gitlab/gitlabhq!2268 (cherry picked from commit 94c82376d66fc80d46dd2d5eeb5bade408ec6a7e) 2b94a7c2 Validate project path in Gitlab import
-
Robert Speicher authored
Remove order param from the MilestoneFinder See merge request gitlab/gitlabhq!2259 (cherry picked from commit 14408042e78f2ebc2644f956621b461dbfa3d36d) 155881e7 Remove order param from the MilestoneFinder
-
Jacob Schatz authored
[10.3] Fix XSS in issue label dropdown See merge request gitlab/gitlabhq!2253 (cherry picked from commit 363ffabcebd7bb0d1a2d59ca1a75e4eadb4a4360) ea1fb0ea Fix XSS in issue label dropdown
-
Robert Speicher authored
[10.3] Fix XSS vulnerability in Pipeline job trace See merge request gitlab/gitlabhq!2258 (cherry picked from commit 44caa80ed9a2514a74a5eeab10ff51849d64851b) 5f86f3ff Fix XSS vulnerability in Pipeline job trace
-
Stan Hu authored
Merge branch 'security-10-3-do-not-expose-passwords-or-tokens-in-service-integrations-api' into 'security-10-3' Filter out sensitive fields from the project services API See merge request gitlab/gitlabhq!2281 (cherry picked from commit 476f2576444632f2a9a61b4cead9c1077f2c81d7) 2bcbbda0 Filter out sensitive fields from the project services API
-
- 02 Jan, 2018 4 commits
-
-
Tiago Botelho authored
-
Tiago Botelho authored
[ci skip]
-
LUKE BENNETT authored
Prepare 10.3.3 release See merge request gitlab-org/gitlab-ce!16163
-
Sean McGivern authored
Fix 404 error after a user edits an issue description and solves the reCAPTCHA Closes #41445 See merge request gitlab-org/gitlab-ce!16167 (cherry picked from commit ac35636f) b8f5a7d5 Fix 404 error after a user edits an issue description and solves the reCAPTCHA
-
- 29 Dec, 2017 3 commits
-
-
Sean McGivern authored
Fix links to old commits in merge request comments Closes #41492 See merge request gitlab-org/gitlab-ce!16152 (cherry picked from commit cdda83eb) c1ea4afa Fix links to old commits in merge requests
-
Grzegorz Bizon authored
Gracefully handle orphaned write deploy keys in /internal/post_receive Closes #41466 See merge request gitlab-org/gitlab-ce!16127 (cherry picked from commit 228f42b5) 36bdf3dc Gracefully handle orphaned write deploy keys in /internal/post_receive
-
- 28 Dec, 2017 2 commits
-
-
Tiago Botelho authored
-
Tiago Botelho authored
[ci skip]
-
- 27 Dec, 2017 4 commits
-
-
Grzegorz Bizon authored
Fix migration for removing orphaned issues.moved_to_id values in MySQL and PostgreSQL Closes #41498 See merge request gitlab-org/gitlab-ce!16141 (cherry picked from commit ff3e9af6) 5cacdc4e Fix migration for removing orphaned issues.moved_to_id values in MySQL dfdf22c7 Fix PostgreSQL implementation of migration e97671b8 Simplify implementation and allow for batch updates in MySQL
-
Tiago Botelho authored
-
Tiago Botelho authored
[ci skip]
-
Tiago authored
Prepare 10.3.1 release See merge request gitlab-org/gitlab-ce!16134
-
- 26 Dec, 2017 7 commits
-
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
Resolve #41448 See merge request gitlab-org/gitlab-ce!16124
-
Grzegorz Bizon authored
Fix Error 500s with anonymous clones for a project that has moved Closes #41457 See merge request gitlab-org/gitlab-ce!16128 (cherry picked from commit a5a0f3f7) a83c41f6 Fix Error 500s with anonymous clones for a project that has moved b6c711fd Disable redirect messages for anonymous clones
-
Douwe Maan authored
Don't link LFS-objects multiple times. Closes #41241 See merge request gitlab-org/gitlab-ce!16006 (cherry picked from commit 6e42fac3) ac862490 Don't link LFS-objects multiple times.
-
Douwe Maan authored
Reduce cardinality of some of GitLab's Prometheus metrics and fix observed duration reporting. Closes #41045 See merge request gitlab-org/gitlab-ce!15881 (cherry picked from commit 92e15071) e391fe1d Reduce cardinality of gitlab_cache_operation_duration_seconds histogram b02db1f4 Fix gitaly_call_histogram to observe times in seconds correctly a8ebed60 Make `System.monotonic_time` retun seconds represented by float with microsecond precision 3c545133 Fix tests and formatting ed715b79 use in_milliseconds rails helper 040167f0 Use seconds where possible, and convert to milliseconds for Influxdb consumption 10af36f0 add missing word to pawel-reduce_cardinality_of_prometheus_metrics.yml
-
Robert Speicher authored
Execute project hooks and services after commit when moving an issue Closes #41324 See merge request gitlab-org/gitlab-ce!16108 (cherry picked from commit 87dbf984) 16b8297e Execute project hooks and services after commit when moving an issue
-
Kamil Trzciński authored
Fix cluster enviroment missing See merge request gitlab-org/gitlab-ce!15973 (cherry picked from commit 888ed309) 9616e70a Allow environment_scope in cluster controllers 8a13ef41 Add environment scope field to cluster forms 56f719f8 Revert save button caption change dd66c6a2 Use helper for feature check in cluster partials 2b45ae09 Hardcode clusters helper in CE ecba48bd Inverse the has_multiple_clusters? helper usage
-
- 23 Dec, 2017 1 commit
-
-
Mike Limansky authored
-
- 22 Dec, 2017 1 commit
-
-
Tiago Botelho authored
-