summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dz-restrict-autocomplete' into 'security-9-1' Robert Speicher2017-05-311-1/+1
| | | | | Allow users autocomplete by author_id only for authenticated users See merge request !2100
* Merge branch 'bvl-security-9-1-28917-contain-uploads-in-system-dir' into ↵Douwe Maan2017-05-314-7/+27
| | | | | | | 'security-9-1' (security-9-1) Upload files into `public/upload/system` instead of `public/upload` See merge request !2099
* Revert "Merge remote-tracking branch 'dev/security-9-1' into 9-1-stable"Timothy Andrew2017-05-305-28/+8
| | | | | This reverts commit cc1b069ff9bfee3374b005e588b03de10afba689, reversing changes made to 729c75f700b75ea7b67e61ab01694f9d12623af1.
* Merge remote-tracking branch 'origin/9-1-stable' into security-9-1Timothy Andrew2017-05-2637-172/+375
|\
| * Merge branch '31978-cross-reference-fix' into 'master' Sean McGivern2017-05-121-6/+7
| | | | | | | | | | | | | | Fix cross referencing for private and internal projects Closes #31978 See merge request !11243
| * Remove unexistent packages from dispatcher.jsFelipe Artur2017-05-121-2/+0
| |
| * Merge branch 'fallback-localstorage-cases' into 'master'9-1-stable-cherry-pick-fallback-localstorage-casesPhil Hughes2017-05-1010-38/+140
| | | | | | | | | | | | | | | | Fallback localstorage cases Closes #30179 and #25788 See merge request !10937
| * Merge branch 'fix/import-export-missing-attributes' into 'master' Rémy Coutable2017-05-101-0/+15
| | | | | | | | | | | | | | Include missing project attributes to Import/Export Closes gitlab-ee#2251 and #26333 See merge request !10880
| * Merge branch '31271-fixmr-target-branch-selector-dropdown' into 'master'Jacob Schatz2017-05-104-3/+53
| | | | | | | | | | | | | | | | Fix MR target branch select dropdown placement cut-off Closes #31271 See merge request !10902
| * Merge branch 'center-related-merge-request-items-horizontally' into 'master'Filipa Lacerda2017-05-101-1/+16
| | | | | | | | | | | | Center related merge request items horizontally See merge request !11163
| * Merge branch 'merge-request-poll-json-endpoint' into 'master' Filipa Lacerda2017-05-101-1/+1
| | | | | | | | | | | | | | Fixed bug where merge request JSON would show Closes #28909 See merge request !11096
| * Merge branch 'fix-search-not-highlighting' into 'master'Filipa Lacerda2017-05-101-1/+6
| | | | | | | | | | | | | | | | Fixed search terms not highlight Closes #31997 See merge request !11198
| * Merge branch 'tc-fix-private-subgroups-shown' into 'security' Douwe Maan2017-05-043-6/+18
| | | | | | | | | | Use GroupsFinder to find subgroups the user has access to See merge request !2096
| * Merge branch 'fix-hamlit-xss' into 'security-9-1' Robert Speicher2017-05-043-3/+3
| | | | | | | | | | New Hamlit XSS fix, does not include extraneous changes See merge request !2095
| * Merge branch 'snippets-finder-visibility' into 'security' Douwe Maan2017-05-0410-81/+69
| | | | | | | | | | Refactor snippets finder & dont return internal snippets for external users See merge request !2094
| * Merge branch 'branch-name-escape' into 'security'Robert Speicher2017-05-041-1/+1
| | | | | | | | | | | | Fix XSS in branches dropdown See merge request !2093
| * Merge branch 'snippets_visibility' into 'security' Sean McGivern2017-05-041-9/+9
| | | | | | | | | | Fix snippets visibility for show action - external users can not see internal snippets See merge request !2087
| * Merge branch 'droplab-templating-xss-fix' into 'master'Jacob Schatz2017-05-044-10/+13
| | | | | | | | | | | | droplab templating xss fix See merge request !2085
| * Merge branch 'rs-sanitize-submodule-urls' into 'security' Douwe Maan2017-05-041-16/+30
| | | | | | | | | | Sanitize submodule URLs before linking to them in the file tree view See merge request !2084
* | Upload all files in `uploads/system`Bob Van Landuyt2017-05-244-7/+27
| | | | | | | | | | - Move existing uploads there. - Rename the existing `system` namespace to `system0`
* | Allow users autocomplete by author_id only for authenticated usersDmitriy Zaporozhets2017-05-061-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix for hamlit filter XSS in project importBrian Neel2017-04-283-3/+3
|/
* Merge branch 'fix-sidebar-block-ref-test' into 'master' Sean McGivern2017-04-281-2/+2
| | | | | add issues and merge-requests classes and use to find in rspec See merge request !10980
* Merge branch 'zj-accept-default-branch-param' into 'master' Douwe Maan2017-04-282-1/+2
| | | | | | | Accept default branch param on notifaction services Closes #31173 See merge request !10959
* Merge branch 'dm-fix-ghost-user-validation' into 'master' Robert Speicher2017-04-281-1/+3
| | | | | Skip validation when creating internal (ghost, service desk) users See merge request !10949
* Merge branch '30973-fix-network-graph-ordering' into 'master' Douwe Maan2017-04-281-1/+2
| | | | | | | Fix ordering of commits in the network graph. Closes #30973 See merge request !10936
* Merge branch ↵Sean McGivern2017-04-281-1/+1
| | | | | | | | | | '31292-milestone-sidebar-display-incorect-number-of-mr-when-minimized' into 'master' Resolve "Milestone sidebar display incorect number of MR when minimized" Closes #31292 See merge request !10933
* Merge branch '30645-show-pipeline-events-description' into 'master' Kamil Trzciński2017-04-281-2/+2
| | | | | | | Remove description for build_events, add pipeline_events Closes #30645 See merge request !10908
* Merge branch '2246-uuid-is-nil-for-new-installation' into 'master'Sean McGivern2017-04-281-0/+9
| | | | | | | | Lazily set UUID in ApplicationSetting for new installations Closes gitlab-ee#2246 See merge request !10893
* Fix logic in Users::CreateService broken by the fix for OAuth usersRémy Coutable2017-04-261-8/+15
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Ensures that OAuth/LDAP/SAML users don't need to be confirmedRémy Coutable2017-04-261-4/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch '31174-project-integration-service-sub-nav' into 'master' Alfredo Sumaran2017-04-263-2/+3
| | | | | | | Add sub-nav for Project Integration Services edit page Closes #31174 See merge request !10813
* Merge branch 'fix-usage-ping-doc-link' into 'master' Rémy Coutable2017-04-261-1/+1
| | | | | Fix usage ping docs link from empty cohorts page See merge request !10907
* Merge branch 'rc/dm-fix-oauth-user-creation-9-1-stable' into '9-1-stable' Robert Speicher2017-04-251-4/+4
|\ | | | | | | | | Fix OAuth, LDAP and SAML SSO when regular sign-ups are disabled See merge request !10904
| * Fix OAuth, LDAP and SAML SSO when regular sign-ups are disabledrc/dm-fix-oauth-user-creation-9-1-stableDouwe Maan2017-04-251-4/+4
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Wrap MR content -stable branchAnnabel Dunstone Gray2017-04-252-13/+24
|/
* Merge branch '30306-transaction-while-moving-issues-to-ghost-user' into ↵Yorick Peterse2017-04-251-11/+23
| | | | | | | | 'master' Add a transaction around `move_issues_to_ghost_user` See merge request !10465
* Merge branch 'tc-realtime-every-pipeline-on-mr' into 'master' Kamil Trzciński2017-04-253-57/+67
| | | | | | | Properly expire cache for **all** MRs of a pipeline Closes #31040 See merge request !10770
* Merge branch 'fix/gb/fix-blocked-pipeline-duration' into 'master' Kamil Trzciński2017-04-251-0/+4
| | | | | | | Fix missing duration for blocked pipelines Closes #31264 See merge request !10856
* Merge branch 'fix/gb/fix-incorrect-commit-status-badge-text' into 'master' Kamil Trzciński2017-04-252-3/+25
| | | | | Fix incorrect commit status text on main project page See merge request !10863
* Merge branch 'sh-optimize-milestone-polymorphic-url' into 'master' Sean McGivern2017-04-252-5/+9
| | | | | Eliminate N+1 queries in loading namespaces for every issuable in milestones See merge request !10871
* Merge branch 'dm-fix-individual-notes-reply-attributes' into 'master' Sean McGivern2017-04-252-1/+9
| | | | | | | Ensure replying to an individual note by email creates a note with its own discussion ID Closes #31067 See merge request !10890
* Merge branch '30676-project-export-email' into 'master' Sean McGivern2017-04-241-1/+1
| | | | | | | Fix email not being sent after project export Closes #30676 See merge request !10578
* Revert "Merge branch ↵Felipe Artur2017-04-215-88/+28
| | | | | | '30637-replace-delete-buttons-get-fork-cancel-confirmation' into 'master'" This reverts commit 0385b5b372dc2040dd4b39ed21b543ed263db55b.
* Merge branch 'sh-fix-issue-31215-2' into 'master' Douwe Maan2017-04-221-1/+1
| | | | | | | Based on !10841 Fix Error 500 when referencing issue with project in pending delete Closes #31215 See merge request !10843
* Merge branch '2989-run-cicd-pipelines-on-a-schedule-experimental-doc' into ↵Achilleas Pipinellis2017-04-221-1/+1
| | | | | | | | | | 'master' Add doc for scheduled trigger Closes #30440 See merge request !10591
* Merge branch '31189-pipelines-error-state-stable' into '9-1-stable' Phil Hughes2017-04-212-6/+19
|\ | | | | | | | | Port of 31189-pipelines-error-state to 9-1-stable See merge request !10844
| * Port of 31189-pipelines-error-state to 9-1-stable31189-pipelines-error-state-stableFilipa Lacerda2017-04-212-6/+19
| |
* | Merge branch '30637-replace-delete-buttons-get-fork-cancel-confirmation' ↵Filipa Lacerda2017-04-215-28/+88
|/ | | | | | | | | | into 'master' Add Fork/Cancel confirmation to "Replace"/"Delete" buttons Closes #30637 See merge request !10602
* Merge branch '31116-moved-icon-update' into 'master' Phil Hughes2017-04-211-1/+1
| | | | | | | Update move icon to match others Closes #31116 See merge request !10790