- 31 Oct, 2017 1 commit
-
-
Tim Zallmann authored
-
- 27 Oct, 2017 1 commit
-
-
Luke "Jared" Bennett authored
FE review changes - remove internal details assertion and look for closest form if no discussion_line_code
-
- 23 Oct, 2017 1 commit
-
-
Luke "Jared" Bennett authored
-
- 21 Oct, 2017 2 commits
-
-
Filipa Lacerda authored
-
Luke "Jared" Bennett authored
Added discussion_line_code value to note response and use it to query the right row for the discussion UI
-
- 19 Oct, 2017 3 commits
-
-
Ben Boeckel authored
Otherwise, when an error occurred, the content was escaped and re-escaped on every error. Fixes #37724
-
Ben Boeckel authored
-
Filipa Lacerda authored
-
- 12 Oct, 2017 1 commit
-
-
Mike Greiling authored
-
- 11 Oct, 2017 3 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
- 10 Oct, 2017 3 commits
-
-
Phil Hughes authored
changed how the container class is added onto the text element more specs
-
Phil Hughes authored
-
Phil Hughes authored
Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
-
- 07 Oct, 2017 1 commit
-
-
Felipe Artur authored
-
- 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
-