<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/assets/javascripts/lib, branch 51470-webide-default-commit</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Fix mergeUrlParams handling of `+`</title>
<updated>2019-08-19T15:28:23+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2019-08-19T14:00:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4fdc34c10950863ad04a68dc2117371c95db7478'/>
<id>4fdc34c10950863ad04a68dc2117371c95db7478</id>
<content type='text'>
**What was the issue?**
If a param value had `+`, it would be encoded as a
literal `+` instead of a space.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
**What was the issue?**
If a param value had `+`, it would be encoded as a
literal `+` instead of a space.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add repo-refs control for search page</title>
<updated>2019-08-09T16:32:17+00:00</updated>
<author>
<name>minghuan lei</name>
<email>leiminghuan@126.com</email>
</author>
<published>2019-08-09T16:32:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aa137fd39f1e750ff4d02371b7cdf1322e84a343'/>
<id>aa137fd39f1e750ff4d02371b7cdf1322e84a343</id>
<content type='text'>
- only in blobs result
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- only in blobs result
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify getTimeDiff function</title>
<updated>2019-08-08T00:06:45+00:00</updated>
<author>
<name>Simon Knox</name>
<email>simon@gitlab.com</email>
</author>
<published>2019-08-08T00:06:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=055a7b973dd99185f2dee01a3d4774f9f0a5e1b6'/>
<id>055a7b973dd99185f2dee01a3d4774f9f0a5e1b6</id>
<content type='text'>
Pass keyname instead of translated string
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pass keyname instead of translated string
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Content-Security-Policy</title>
<updated>2019-08-07T02:37:31+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-08-06T06:14:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5fbbd3dd6e965f76ecf1767373bddd236a78a4be'/>
<id>5fbbd3dd6e965f76ecf1767373bddd236a78a4be</id>
<content type='text'>
A nonce-based Content-Security-Policy thwarts XSS attacks by allowing
inline JavaScript to execute if the script nonce matches the header
value. Rails 5.2 supports nonce-based Content-Security-Policy headers,
so provide configuration to enable this and make it work.

To support this, we need to change all `:javascript` HAML filters to the
following form:

```
= javascript_tag nonce: true do
  :plain
    ...
```

We use `%script` throughout our HAML to store JSON and other text, but
since this doesn't execute, browsers don't appear to block this content
from being used and require the nonce value to be present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A nonce-based Content-Security-Policy thwarts XSS attacks by allowing
inline JavaScript to execute if the script nonce matches the header
value. Rails 5.2 supports nonce-based Content-Security-Policy headers,
so provide configuration to enable this and make it work.

To support this, we need to change all `:javascript` HAML filters to the
following form:

```
= javascript_tag nonce: true do
  :plain
    ...
```

We use `%script` throughout our HAML to store JSON and other text, but
since this doesn't execute, browsers don't appear to block this content
from being used and require the nonce value to be present.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'mh/editor-indents' into 'master'"</title>
<updated>2019-08-01T17:31:13+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2019-08-01T17:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=84b6c7a5f3bf3d6f96331d73225903d3fd92b4e2'/>
<id>84b6c7a5f3bf3d6f96331d73225903d3fd92b4e2</id>
<content type='text'>
This reverts commit 28f2225bdfee4d353f07a766c6c8b29ba6181397, reversing
changes made to 96ae5bd83da31350e9856a290127d7aa1469710a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 28f2225bdfee4d353f07a766c6c8b29ba6181397, reversing
changes made to 96ae5bd83da31350e9856a290127d7aa1469710a.
</pre>
</div>
</content>
</entry>
<entry>
<title>Override icons.svg asset path with sprockets asset</title>
<updated>2019-07-29T21:44:45+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2019-07-29T20:25:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b0ba7c72de0a864b01ec1c4be626a8a233a9009f'/>
<id>b0ba7c72de0a864b01ec1c4be626a8a233a9009f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add color utils with relevant tests</title>
<updated>2019-07-26T13:05:59+00:00</updated>
<author>
<name>Ammar Alakkad</name>
<email>aalakkad@gitlab.com</email>
</author>
<published>2019-07-26T13:05:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=29a7c83eb30914627163f481de40836de5dc8158'/>
<id>29a7c83eb30914627163f481de40836de5dc8158</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add UndoStack class - a custom undo/redo engine</title>
<updated>2019-07-26T07:18:15+00:00</updated>
<author>
<name>Martin Hanzel</name>
<email>mhanzel@gitlab.com</email>
</author>
<published>2019-07-26T07:18:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c111d121d6faedfe3f38af1780e16ab056048e30'/>
<id>c111d121d6faedfe3f38af1780e16ab056048e30</id>
<content type='text'>
It will be hooked up to the markdown editor later
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It will be hooked up to the markdown editor later
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed pluralize function</title>
<updated>2019-07-24T17:39:18+00:00</updated>
<author>
<name>Ezekiel Kigbo</name>
<email>ekigbo@gitlab.com</email>
</author>
<published>2019-07-24T17:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=78d57823cabc6ad7844439373a4bed253cfd1f6f'/>
<id>78d57823cabc6ad7844439373a4bed253cfd1f6f</id>
<content type='text'>
Replaced instance of the `pluralize` js function
with `n__` to follow our development guide.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced instance of the `pluralize` js function
with `n__` to follow our development guide.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace runtime isEE check with compile time one</title>
<updated>2019-07-05T14:37:39+00:00</updated>
<author>
<name>Lukas Eipert</name>
<email>leipert@gitlab.com</email>
</author>
<published>2019-07-04T11:36:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7ca77203c0622697123e2fdb6f377d87e3de901b'/>
<id>7ca77203c0622697123e2fdb6f377d87e3de901b</id>
<content type='text'>
This has the benefit that CE bundles will remove dead code in CE only
builds.

We have a follow-up issue to get rid of this completely:

https://gitlab.com/gitlab-org/gitlab-ce/issues/64173
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has the benefit that CE bundles will remove dead code in CE only
builds.

We have a follow-up issue to get rid of this completely:

https://gitlab.com/gitlab-org/gitlab-ce/issues/64173
</pre>
</div>
</content>
</entry>
</feed>
