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
path: root/app
AgeCommit message (Collapse)Author
2017-07-19Merge branch '33359-pers-snippet-files-location' into 'security-9-3'Sean McGivern
Use uploads/system directory for personal snippets See merge request !2123
2017-07-19Merge branch '33303-404-for-unauthorized-project' into 'security-9-3'Sean McGivern
[9.3 security fix] Renders 404 if given project is not readable by the user on Todos dashboard See merge request !2118
2017-07-19Merge branch 'issue-title-leakage' into 'security-9-3'Robert Speicher
[9.3] Improve support for external issue references See merge request !2131
2017-07-12Merge branch '34728-fix-application-setting-created-when-redis-down' into ↵Stan Hu
'master' Prevent bad data being added to application settings when Redis is unavailable Closes #34728 See merge request !12750
2017-07-11Merge branch '34909-pipeline-dropdown-z-index' into 'master'Filipa Lacerda
Increase z index of mini pipeline dropdown Closes #34909 See merge request !12767
2017-07-11Merge branch '34153-extend-mr-tabs' into 'master'Phil Hughes
Extend MR tabs a bit to cover up the avatar holder and collapse icon on scroll Closes #34153 See merge request !12589
2017-07-10Merge branch '33580-fix-api-scoping' into 'master'Douwe Maan
Fix API Scoping Closes #33580 and #33022 See merge request !12300
2017-07-10Merge branch 'issue-description-gfm' into 'master'Filipa Lacerda
Fixed GFM references not being included when update issue inline Closes gitlab-ee#2878 See merge request !12720
2017-07-10Merge branch 'username-password-stripped-from-import-url-fix' into 'master'Douwe Maan
Username and password are no longer stripped from import url on import See merge request !12725
2017-07-04Merge branch '34470-fix-award-slash-command-placeholder' into 'master'Phil Hughes
Remove placeholder note when award emoji slash command is applied Closes #34470 See merge request !12545
2017-07-04Merge branch 'fix-2801' into 'master'Sean McGivern
Expires full_path cache after a repository is renamed/transferred Closes gitlab-ee#2801 See merge request !12575
2017-07-04Merge branch 'bvl-validate-path-update' into 'master'Douwe Maan
Rebuild the dynamic path before validating it Closes #33746 See merge request !12213
2017-07-04Merge branch 'dm-always-verify-source-branch-can-be-deleted' into 'master'Sean McGivern
Prevent accidental deletion of protected MR source branch by repeating checks before actual deletion Closes #34456 See merge request !12574
2017-07-04Merge branch 'tc-no-delete-protected-merged-branches' into 'master'Rémy Coutable
DeleteMergedBranchesService should not delete protected branches Closes #34553 See merge request !12624
2017-07-04Merge branch ↵Grzegorz Bizon
'32885-unintentionally-removing-branch-when-merging-merge-request' into 'master' Set default for "Remove source branch" to false Closes #32885 See merge request !12576
2017-07-04Merge branch ↵Phil Hughes
'34097-issue-board-remove-from-board-button-when-viewing-an-issue-gives-js-error-and-fails' into 'master' Resolve "Issue Board -> "Remove from board" button when viewing an issue gives js error and fails" Closes #34097 See merge request !12430
2017-07-04Merge branch '33861-more-actions-dropdown-hidden-by-end-of-diff' into 'master'Annabel Dunstone Gray
Resolve "More actions dropdown hidden by end of diff" Closes #33861 See merge request !12380
2017-07-03Add an option to force Project#create_repository create a repositoryDouglas Barbosa Alexandre
2017-06-30Calculate top position with flash message after the request is receivedFilipa Lacerda
2017-06-29Merge branch '34407-flickering-scroll-v1' into 'master'Annabel Dunstone Gray
Fix scroll flicker Closes #34407 See merge request !12501
2017-06-29Merge branch 'fix-34417' into 'master'Sean McGivern
Perform housekeeping only when an import of a fresh project is completed Closes #34417 See merge request !12529
2017-06-29Merge branch 'highest-return-on-diff-investment' into 'master'Sean McGivern
Bring back branches badge to main project page Closes #34438 See merge request !12548
2017-06-29Merge branch 'issue-boards-closed-list-all' into 'master'Sean McGivern
Fixed issue boards closed list not listing all issues Closes #33850 See merge request !12271
2017-06-29Fixed multi-line markdown in issue edit formPhil Hughes
Closes #34318
2017-06-29Merge branch '34430-fix-double-escape-comment-edit' into 'master'Phil Hughes
Remove unnecessary call to `_.escape` Closes #34430 See merge request !12505
2017-06-29Merge branch 'winh-no-current-user-search-bar' into 'master'Clement Ho
Add condition if there is a current user to DropdownUser See merge request !12415
2017-06-29Merge branch 'acet-fix-job-sidebar-overflow' into 'master'Jacob Schatz
Jobs: Fix job sidebar overflow issue. Closes #34080 See merge request !12366
2017-06-28Revert "Merge branch 'issue-form-multiple-line-markdown' into 'master'"Clement Ho
This reverts merge request !12458
2017-06-27Merge branch '33933-fix-deployment-indicator-date' into 'master'Robert Speicher
Fix bug where Service `created_at` time was used instead of deployment time. Closes #33933 See merge request !12395
2017-06-27Merge branch '34320-environment-detail-job' into 'master'Filipa Lacerda
Truncate long job names in environment view; wrap author to next line Closes #34320 See merge request !12455
2017-06-27Merge branch '34276-fix-dashboard-page-when-last-activity-at-is-nil' into ↵Robert Speicher
'master' Fix application error when Project#last_activity_at is nil Closes #34276 See merge request !12443
2017-06-27Merge branch 'issue-form-multiple-line-markdown' into 'master'Filipa Lacerda
Fixed multi-line markdown in issue edit form Closes #34318 See merge request !12458
2017-06-27Merge branch '34168-cannot-edit-prioritized-labels-issues-with-firefox' into ↵Phil Hughes
'master' Action Buttons on Prio Labels working again by setting pointer events to none on… Closes #34168 See merge request !12473
2017-06-27Merge branch ↵Annabel Dunstone Gray
'34115-unable-to-access-edit-comment-from-dropdown-menu-in-certain-screen-sizes' into 'master' Resolve "Unable to access edit comment from dropdown menu in certain screen sizes" Closes #34115 See merge request !12421
2017-06-27Merge branch 'sh-revert-annotate-for-blame' into 'master'Rémy Coutable
Revert "Annotate" to "Blame" See merge request !12401
2017-06-27Merge branch ↵Clement Ho
'34014-submitting-reply-to-existing-diff-discussion-using-cmd-ctrl-enter-submits-twice-and-refreshes-page' into 'master' Resolve "Submitting reply to existing diff discussion using Cmd/Ctrl+Enter submits twice and refreshes page" Closes #34014 See merge request !12352
2017-06-26Merge branch 'issue-inline-edit-quick-submit' into 'master'Filipa Lacerda
Fixes ctrl+enter not submit issue edit form Closes #33758 See merge request !12422
2017-06-26Merge branch 'fix-34019' into 'master'Sean McGivern
Perform project housekeeping after importing projects Closes #34019 See merge request !12323
2017-06-26Merge branch 'mk-fix-breadcrumb-order-33938' into 'master'Douwe Maan
Fix breadcrumb order Closes #33938 See merge request !12322
2017-06-26Merge branch 'mk-fix-issue-34068' into 'master'Douwe Maan
Fix 500 on failure to create a private group Closes #34068 See merge request !12394
2017-06-23Merge branch '33992-mr-target-avatar' into 'master'Phil Hughes
Add padding to target branch container Closes #33992 See merge request !12353
2017-06-23Merge branch 'fix-sidebar-scroll-jump' into 'master'Phil Hughes
Remove layout nav from scroll calculation Closes #33984 See merge request !12399
2017-06-23Merge branch '34095-permalinks' into 'master'Phil Hughes
Fix offset for fixed nav Closes #34095 See merge request !12365
2017-06-23Merge branch '33981-add-members-drop-down-doesn-t-separate-name-username' ↵Annabel Dunstone Gray
into 'master' Resolve ""Add Members" drop-down doesn't separate Name/Username" Closes #33981 See merge request !12376
2017-06-23Merge branch '34120-environment-detail-bug' into 'master'Phil Hughes
Fix mobile environment detail view Closes #34120 See merge request !12382
2017-06-23Merge branch 'fix-dropdown-top-navbar-position-mobile' into 'master'Annabel Dunstone Gray
Fix dropdown position for the new button on mobile for the top navbar Closes #34139 See merge request !12388
2017-06-23Merge branch ↵Jacob Schatz
'34010-fix-linking-to-parallel-diff-line-number-creating-gray-box' into 'master' Fix linking to line number on parallel diff creating empty discussion box Closes #34010 See merge request !12332
2017-06-23Merge branch '33675-keep-groups-sorted-as-expected' into 'master'Phil Hughes
Resolve "Can't sort Groups" Closes #33675 See merge request !12204
2017-06-23Merge branch ↵Annabel Dunstone Gray
'33489-rename-settings-panel-close-action-to-collapse-to-avoid-confusion' into 'master' Resolve "Rename settings panel "close" action to "collapse" to avoid confusion" Closes #33489 See merge request !12027
2017-06-23Merge branch '33904-edit-issue-warning' into 'master'Phil Hughes
don't show "Someone edited the issue" warning when saving issue Closes #33904 See merge request !12371