- 09 Sep, 2017 2 commits
-
-
Filipa Lacerda authored
Removes set favicon related methods from global scope Improves test related with favicon Removes convertPermissionToBoolean from global scope. Adds tests for convertPermissionToBoolean - were non existant Removes setParamInURL from gl.utils Removes parseIntPagination from gl.utils namespace Remove normalizeCRLFHeaders from gl.utils namespace Removes normalizeHeaders from gl.utils namespace Use gl.utils for filtered search Fix bad import Fix broken test by cleaning window.history namespace Adds changelog
-
Filipa Lacerda authored
-
- 08 Sep, 2017 1 commit
-
-
Jacob Schatz authored
Fix Live Comment XSS Vulnerability See merge request gitlab/gitlabhq!2183
-
- 05 Sep, 2017 1 commit
-
-
Phil Hughes authored
-
- 03 Aug, 2017 1 commit
-
-
Tim Zallmann authored
-
- 28 Jul, 2017 1 commit
-
-
Sean McGivern authored
A commit comment shows in the MR, but if the MR is from a fork, it will have a different project ID to the MR's target project. In that case, add an note_project_id param so that we can pick the correct project for the note.
-
- 12 Jul, 2017 1 commit
-
-
Filipa Lacerda authored
-
- 06 Jul, 2017 1 commit
-
-
Mike Greiling authored
-
- 30 Jun, 2017 1 commit
-
-
Kushal Pandya authored
-
- 29 Jun, 2017 1 commit
-
-
Bryce Johnson authored
This commit moves the rendering of the button back to the server, and shows/hides it using opacity rather than display. It also removes the transform applied to the button on hover (scale). Previously, both of these factors automatically triggered a reflow, which creates a performance bottleneck on pages with larger DOM size. MR: !12103
-
- 28 Jun, 2017 2 commits
-
-
Mike Greiling authored
-
kushalpandya authored
-
- 22 Jun, 2017 1 commit
-
-
Mike Greiling authored
-
- 20 Jun, 2017 1 commit
-
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33868 While in a MR "Changes" tab looking at some diff note discussions. Clicking reply and pressing the up-arrow should edit your last comment in that discussion. I suspect this regressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11173/diffs#f4bb984ec495c5cb58516785c62978f5209c39b4_179_178 where we changed the selector
-
- 19 Jun, 2017 1 commit
-
-
Eric Eastwood authored
Always use a explicit true/false value to set highlight because jQuery assumes `null` means toggle from whatever state and doesn't force false. Regressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12098
-
- 15 Jun, 2017 1 commit
-
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
-
- 14 Jun, 2017 2 commits
-
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33529 Bug introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11278
-
- 08 Jun, 2017 3 commits
-
-
DJ Mountney authored
Escapes html content before appending it to the DOM See merge request !2107
-
DJ Mountney authored
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
-
DJ Mountney authored
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
-
- 05 Jun, 2017 1 commit
-
-
Kushal Pandya authored
-
- 26 May, 2017 2 commits
-
-
Douwe Maan authored
-
Eric Eastwood authored
Fix up tech debt comments from @jschatz1 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28757436 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28757905 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28757952 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28758013
-
- 25 May, 2017 2 commits
-
-
Clement Ho authored
This reverts merge request !2105
-
Filipa Lacerda authored
-
- 22 May, 2017 1 commit
-
-
Eric Eastwood authored
Command | Result $link.data('lineType') | '' $link.data('line-type') | '' $link.attr('data-line-type') | 'new' $link[0].dataset.lineType | 'new'
-
- 19 May, 2017 1 commit
-
- 18 May, 2017 4 commits
-
-
Kushal Pandya authored
-
Sam Rose authored
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32424 Bug introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11327
-
- 16 May, 2017 2 commits
-
-
Mike Greiling authored
-
Eric Eastwood authored
-
- 15 May, 2017 2 commits
-
-
Jacopo authored
Flash error messages disappear(`fadeOut`) automatically after any successful request
-
Kushal Pandya authored
-
- 12 May, 2017 2 commits
-
-
tauriedavis authored
- 11 May, 2017 1 commit
-
-
Kushal Pandya authored
-
- 09 May, 2017 1 commit
-
-
Fatih Acet authored
-