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
2017-02-14Update CHANGELOG.md for 8.16.5v8.16.5Robert Speicher
[ci skip]
2017-02-14Update CHANGELOG.md for 8.16.5Robert Speicher
[ci skip]
2017-02-14Update VERSION to 8.16.5Robert Speicher
2017-02-14Update CHANGELOG.md for 8.16.5Robert Speicher
[ci skip]
2017-02-14Fix migration with missing DOWNTIME entryRuben Davila
2017-02-14Merge branch 'fix-github-import-MR-wrong-project' into 'security' Robert Speicher
Fix labels being applied to wrong merge requests on GitHub import See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2064
2017-02-14Merge branch 'svg-xss-fix' into 'security' Robert Speicher
Fix for XSS vulnerability in SVG attachments See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2059
2017-02-14Merge branch 'fix-rdoc-xss' into 'security' Robert Speicher
Fix XSS in rdoc and other markups See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2058
2017-02-14Merge branch 'asciidoctor-xss-patch' into 'security' Robert Speicher
Add sanitization filter to asciidocs output to prevent XSS See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2057
2017-02-03Update VERSION to 8.16.4v8.16.4Robert Speicher
2017-02-03Update CHANGELOG.md for 8.16.4Robert Speicher
[ci skip]
2017-02-02Use `add_$role` helper in snippets specssnippet-spam-stableSean McGivern
2017-02-02Check public snippets for spamSean McGivern
Apply the same spam checks to public snippets (either personal snippets that are public, or public snippets on public projects) as to issues on public projects.
2017-02-02Keep snippet visibility on errorSean McGivern
When a snippet is submitted, but there's an error, we didn't keep the visibility level. As the default is private, this means that submitting a public snippet that failed would then fall back to being a private snippet.
2017-02-02Merge branch ↵Filipa Lacerda
'27067-mention-user-dropdown-does-not-suggest-by-non-ascii-characters-in-name' into 'master' Resolve "Mention @user dropdown does not suggest by non-ASCII characters in name" Closes #27067 See merge request !8729
2017-02-02Merge branch 'fix-broken-buil-9724713' into 'master' Fatih Acet
Fixes broken build: Use jquery to get the element position in the page See merge request !8926
2017-02-02Merge branch 'fix-filtering-username-with-multiple-words' into 'master' Filipa Lacerda
Fix filtering usernames with multiple words Closes #27404 See merge request !8851
2017-02-02Merge branch '27089-26860-27151-fix-discussion-note-permalink-collapsed' ↵Filipa Lacerda
into 'master' Fix permalink discussion note being collapsed Closes #26860, #27089, and #27151 See merge request !8773
2017-02-02Merge branch '19164-mobile-settings' into 'master' Annabel Dunstone Gray
19164 Add settings dropdown to mobile screens Closes #19164 See merge request !8896
2017-02-02Merge branch 'fix/import-user-validation-error' into 'master' Rémy Coutable
Fix user validation error in Import/Export Closes #23833 See merge request !8909
2017-01-31Merge branch 'sh-add-project-id-index-project-authorizations' into 'master' Yorick Peterse
Add project ID index to `project_authorizations` table to optimize queries Closes #27443 See merge request !8890
2017-01-31Merge branch 'zj-slow-service-fetch' into 'master' Yorick Peterse
Improve performance of triggered chat commands See merge request !8876
2017-01-31Merge branch 'rs-issue-27350' into 'master'Rémy Coutable
Fix a transient failure in the `Explore::ProjectsController` spec Closes #27350 See merge request !8847
2017-01-31Merge branch 'fix-cancel-integration-settings' into 'master' Clement Ho
Fixed cancel button in the services form not redirecting back to the integrations settings view Closes #27301 See merge request !8843
2017-01-31Merge branch ↵Filipa Lacerda
'27248-filtered-search-does-not-allow-filtering-labels-with-multiple-words' into 'master' Fix filtering label and milestone with multiple words Closes #27248 and #27334 See merge request !8830
2017-01-31Merge branch '27220-jqxhr-responsejson-message-is-undefined-in-safari' into ↵Fatih Acet
'master' Prevent form to be submitted twice Closes #27220 See merge request !8825
2017-01-31Merge branch '27259-label-for-references-the-wrong-associated-text-input' ↵Annabel Dunstone Gray
into 'master' Fix project name label's for reference in project settings Closes #27259 See merge request !8795
2017-01-31Merge branch 'fix-search-bar-search-param' into 'master' Filipa Lacerda
Fix search bar search param encoding Closes #27398 See merge request !8753
2017-01-31Merge branch '27047-8-16-cannot-login-with-2fa' into 'master' Fatih Acet
Resolve "Cannot login with 2fa" Closes #27047 See merge request !8730
2017-01-31Merge branch 'patch-12' into 'master' James Lopez
Services changed to Integrations See merge request !8686
2017-01-28Update VERSION to 8.16.3v8.16.3Robert Speicher
2017-01-28Update CHANGELOG.md for 8.16.3Robert Speicher
[ci skip]
2017-01-27Merge branch 'sh-fix-annotated-tags-pointing-to-blob' into 'master' Douwe Maan
Fix Error 500 when repositories contain annotated tags pointing to blobs Closes #27228 See merge request !8800
2017-01-27Merge branch '27044-fix-explore-sorting-on-trending' into 'master' Fatih Acet
Fix /explore sorting (trending) Closes #27044 See merge request !8792
2017-01-27Merge branch ↵Fatih Acet
'27254-clicking-line-anchor-multiple-times-causes-scroll-position-to-over-correct' into 'master' Resolve "Clicking line anchor multiple times causes scroll position to over-correct" Closes #27254 See merge request !8791
2017-01-27Merge branch 'revert-filter-assigned-to-me' into 'master' Filipa Lacerda
Revert filter-assigned-to-me Closes #27176 See merge request !8785
2017-01-27Merge branch 'speed-up-members-dropdown' into 'master' Douwe Maan
Don't call `#uniq` on a relation See merge request !8784
2017-01-27Merge branch 'fix/26518' into 'master' Douwe Maan
Fix access to the wiki code via HTTP when repository feature disabled Closes #26518 See merge request !8758
2017-01-27Merge branch ↵Fatih Acet
'27124-search-bar-does-not-load-discussion-notes-selected-labels' into 'master' Fix filtered search so that labels selected from discussion notes display correctly Closes #27124 See merge request !8756
2017-01-27Merge branch 'add-existence-checks-in-backported-migrations-ce' into 'master' Robert Speicher
Make the time estimate migrations reversible See merge request !8749
2017-01-27Merge branch 'correct-issue-filter-dropdown-user-avatar-stretch' into 'master' Annabel Dunstone Gray
Fixed flexbox and wrap issues See merge request !8745
2017-01-27Merge branch '26844-new-search-bar-performs-a-new-request-for-each-tag' into ↵Alfredo Sumaran
'master' Add caching of droplab ajax requests Closes #26844 See merge request !8725
2017-01-27Merge branch 'refresh-authorizations-fork-join' into 'master' Douwe Maan
Fix race conditions for AuthorizedProjectsWorker Closes #26194 and #26310 See merge request !8701
2017-01-27Merge branch ↵Jacob Schatz
'26618-search-bar-dropdown-offset-should-not-go-past-search-bar-input' into 'master' Introduced an offset limit to prevent the dropdown from going far right Closes #26618 and #27023 See merge request !8679
2017-01-27Merge branch '26775-fix-auto-complete-initial-loading' into 'master' Fatih Acet
Fix autocomplete initial undefined state (loading) Closes #26775 See merge request !8667
2017-01-27Merge branch 'label-select-toggle' into 'master' Fatih Acet
Fixed label select toggle not updating correctly Closes #26119 See merge request !8601
2017-01-26Update VERSION to 8.16.2v8.16.2DJ Mountney
2017-01-26Update CHANGELOG.md for 8.16.2DJ Mountney
[ci skip]
2017-01-25Merge branch '8-16-stable' of gitlab.com:gitlab-org/gitlab-ce into 8-16-stableJames Lopez
2017-01-25Merge branch 'fix-ci-requests-concurrency' into 'master' Grzegorz Bizon
Fix CI requests concurrency See merge request !8760