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
AgeCommit message (Collapse)Author
2019-10-01Update VERSION to 12.2.7v12.2.7GitLab Release Tools Bot
2019-10-01Update CHANGELOG.md for 12.2.7GitLab Release Tools Bot
[ci skip]
2019-10-01Merge branch 'security-29491-12-2-ce' into '12-2-stable'Marin Jankovski
Fix private feature Elasticsearch leak See merge request gitlab/gitlabhq!3451
2019-10-01EE port: Fix private feature Elasticsearch leakMark Chao
Add spec to test different combinations. Accept string for required_minimum_access_level Allow more flexible project membership query
2019-10-01Merge branch 'fix_expired_gpg_key_specs' into 'master'Stan Hu
Fix broken specs : Generate new GPG key in place of expired one Closes #32956 See merge request gitlab-org/gitlab!17853
2019-09-27Update VERSION to 12.2.6v12.2.6GitLab Release Tools Bot
2019-09-27Update CHANGELOG.md for 12.2.6GitLab Release Tools Bot
[ci skip]
2019-09-26Merge branch 'security-gitaly-1-59-3' into '12-2-stable'GitLab Release Tools Bot
Fix Gitaly SearchBlobs flag RPC injection [Gitaly v1.59.3] See merge request gitlab/gitlabhq!3434
2019-09-26Merge branch 'security-sarcila-verify-saml-request-origin-12-2' into ↵GitLab Release Tools Bot
'12-2-stable' Check that SAML identity linking validates the origin of the request See merge request gitlab/gitlabhq!3377
2019-09-26Merge branch ↵GitLab Release Tools Bot
'security-12717-fix-confidential-issue-assignee-visible-to-guests-12-2' into '12-2-stable' Display only participants that user has permission to see See merge request gitlab/gitlabhq!3402
2019-09-26Merge branch 'security-bypass-email-verification-using-salesforce-12-2' into ↵GitLab Release Tools Bot
'12-2-stable' Prevent Bypassing Email Verification using Salesforce See merge request gitlab/gitlabhq!3406
2019-09-26Merge branch 'security-mermaid-block-12-2' into '12-2-stable'GitLab Release Tools Bot
Only render fixed number of mermaid blocks See merge request gitlab/gitlabhq!3412
2019-09-26Merge branch ↵GitLab Release Tools Bot
'security-12718-project-milestones-disclosed-via-groups-12-2-ce' into '12-2-stable' Hide disabled project milestones in project settings on group level See merge request gitlab/gitlabhq!3415
2019-09-26Merge branch 'security-64938-dont-disclose-path-12-2-ce' into '12-2-stable'GitLab Release Tools Bot
Redirect user to root path after unsubscribing from private resource See merge request gitlab/gitlabhq!3417
2019-09-26Merge branch ↵GitLab Release Tools Bot
'security-12630-private-system-note-disclosed-in-graphql-12-2-ce' into '12-2-stable' Add policy check if cross reference system notes are accessible See merge request gitlab/gitlabhq!3427
2019-09-26Merge branch 'security-fp-stop-jobs-when-blocking-user-12-2' into '12-2-stable'GitLab Release Tools Bot
Cancel all running CI jobs when user is blocked See merge request gitlab/gitlabhq!3437
2019-09-26Merge branch 'security-cross-reference-fix-ce-12-2' into '12-2-stable'GitLab Release Tools Bot
Filter not accessible label events See merge request gitlab/gitlabhq!3441
2019-09-26Hide disabled project milestones in project settings on group levelAlexandru Croitor
2019-09-25Add policy check if cross reference system notes are accessibleAlexandru Croitor
2019-09-24Fix Gitaly SearchBlobs flag RPC injectionPaul Okstad
2019-09-24Merge branch 'ss/fix-sast-failure-on-master-ee' into 'master'Kushal Pandya
Add argument to catch See merge request gitlab-org/gitlab-ee!15911
2019-09-24Filter not accessible label eventsJan Provaznik
Label events may use cross-project or cross-group references, if the projects are not accessible by user, we don't show these label events.
2019-09-24Cancel all running CI jobs when user is blockedFabio Pitino
This prevents a MITM attack where attacker could still access Git repository if any jobs were running long enough.
2019-09-20Display only participants that user has permission to seeAlexandru Croitor
2019-09-20Redirect user to root path after unsubscribing from private resourceAlexandru Croitor
If user unsubsrcribes from a resource that they no longer have access to they should not be revealed the resource path, but be redirected to app root instead. https://gitlab.com/gitlab-org/gitlab-ce/issues/64938
2019-09-19Only render fixed number of mermaid blocksRajat Jain
2019-09-16Validate that SAML requests are originated from gitlabSebastian Arcila Valenzuela
If the request wasn't initiated by gitlab we shouldn't add the new identity to the user, and instead show that we weren't able to link the identity to the user. This should fix: https://gitlab.com/gitlab-org/gitlab-ce/issues/56509
2019-09-11Add checking for email_verified keyMałgorzata Ksionek
Fix rubocop offences and add changelog Add email_verified key for feature specs Add code review remarks Add code review remarks Fix specs
2019-09-11Merge remote-tracking branch 'dev/12-2-stable' into 12-2-stableGitLab Release Tools Bot
2019-09-10Update VERSION to 12.2.5v12.2.5GitLab Release Tools Bot
2019-09-10Update CHANGELOG.md for 12.2.5GitLab Release Tools Bot
[ci skip]
2019-09-10Merge branch 'security-12-2-bump-pages' into '12-2-stable'GitLab Release Tools Bot
Set max-age and secure flag for pages auth cookies See merge request gitlab/gitlabhq!3379
2019-09-09Upgrade pages to 1.7.2Vladimir Shushlin
2019-09-02Update VERSION to 12.2.4v12.2.4GitLab Release Tools Bot
2019-09-02Update CHANGELOG.md for 12.2.4GitLab Release Tools Bot
[ci skip]
2019-09-02Merge branch '12-2-stable-patch-4' into '12-2-stable'John Jarvis
Prepare 12.2.4 release See merge request gitlab-org/gitlab-ce!32455
2019-09-02Merge branch '66803-fix-uploads-relative-link-filter' into 'master'Grzegorz Bizon
Fix permissions check in `RelativeLinkFilter` See merge request gitlab-org/gitlab-ce!32448
2019-09-02Merge branch 'ashmckenzie/12-2-stable-patch-4-add-stub-config' into ↵John Jarvis
'12-2-stable-patch-4' Add StubConfiguration.stub_config method See merge request gitlab-org/gitlab-ce!32530
2019-09-02Add StubConfiguration.stub_config methodAsh McKenzie
2019-09-02Merge branch 'sh-mermaid-8.2.6' into 'master'Filipa Lacerda
Update Mermaid to v8.2.6 See merge request gitlab-org/gitlab-ce!32502
2019-08-30Merge branch 'revert-79fa2cd9' into 'master'Evan Read
Revert "Merge branch 'nik-api-snippets-fix' into 'master'" Closes #66673 See merge request gitlab-org/gitlab-ce!32295 (cherry picked from commit 98f2ab296a9b53b7e6fe467b50a9bcf9b75c6957) 5e0378b3 Revert "Merge branch 'nik-api-snippets-fix' into 'master'"
2019-08-30Merge branch 'sh-fix-snippet-visibility-api' into 'master'Rémy Coutable
Fix snippets API not working with visibility level Closes #66050 See merge request gitlab-org/gitlab-ce!32286 (cherry picked from commit 1843502ff4d9841f9abf635ffb57d72068ec90c9) 680f4377 Fix snippets API not working with visibility level
2019-08-30Merge branch 'sh-fix-piwik-template' into 'master'Ash McKenzie
Fix Piwik not working Closes #66627 See merge request gitlab-org/gitlab-ce!32234 (cherry picked from commit 0c639b2463a4d70bb275e4f139a88594e674a240) f6058981 Fix Piwik not working
2019-08-30Merge branch 'sh-upgrade-mermaid-8.2.4' into 'master'Filipa Lacerda
Upgrade Mermaid to v8.2.4 See merge request gitlab-org/gitlab-ce!32186 (cherry picked from commit f90759bbf31853e0e69db98588f2416cdef6e2f6) c2541b64 Upgrade Mermaid to v8.2.4
2019-08-30Merge branch 'fix-migration-helper' into 'master'Stan Hu
Add helpers to exactly undo cleanup_concurrent_column_rename See merge request gitlab-org/gitlab-ce!32183 (cherry picked from commit fc08d48cf0a596dc151cb7bc7ab0f7d2721f3333) 9b592a59 Add helper to exactly undo cleanup_concurrent_column_rename 61777843 Add spec for undo_rename_column_concurrently d28ad870 Add spec for when default is false
2019-08-30Merge branch 'patch-74' into 'master'Mike Greiling
fix: remove double % See merge request gitlab-org/gitlab-ce!32178 (cherry picked from commit bf2b4c526955829e8eb99fe8557563b2cb8f775f) 22e2a601 fix: remove double % from layout width description
2019-08-30Merge branch 'sh-fix-nplusone-issues' into 'master'Mayra Cabrera
Fix N+1 Gitaly calls in /api/v4/projects/:id/issues See merge request gitlab-org/gitlab-ce!32171 (cherry picked from commit bbd39021c39b66ecb954a7fb8276320556b65a3b) 44063501 Fix N+1 Gitaly calls in /api/v4/projects/:id/issues
2019-08-30Merge branch 'fe-fix-issuable-sidebar-icon-of-notification-disabled' into ↵Mike Greiling
'master' Fix issuable sidebar icon of notification disabled See merge request gitlab-org/gitlab-ce!32134 (cherry picked from commit a93612aa5fab7d70f0b6165856402ac53ab18faf) 9ad0a8ad Fix issuable sidebar icon of notification disabled
2019-08-30Merge branch '66066-dark-theme-style-for-expansion-on-mr-diffs' into 'master'Mike Greiling
Match syntax highlighting theme for line expansion rows Closes #66066 See merge request gitlab-org/gitlab-ce!31821 (cherry picked from commit 1349a3d5b3b6d6bc151429a969b4cc78fd91c355) 9013ab1f Add syntax highlighting for line expansion
2019-08-28Update VERSION to 12.2.3v12.2.312-2-stable-patch-2GitLab Release Tools Bot