<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/config/gitlab.yml.example, branch migrate-diff-file-header-tests</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>Add note to gitlab.yml about Service Desk requirement</title>
<updated>2019-09-04T14:23:08+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-09-04T14:23:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=305159ff32d8ce7d6a3dec5a1a08f0dad2639857'/>
<id>305159ff32d8ce7d6a3dec5a1a08f0dad2639857</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Notification secret into gitlab.yml.template</title>
<updated>2019-09-03T23:08:19+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>valery@gitlab.com</email>
</author>
<published>2019-09-03T23:08:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=751adb7941cca656733e62c634628f20edf9321f'/>
<id>751adb7941cca656733e62c634628f20edf9321f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs and comments about saml with allow_bypass_two_factor</title>
<updated>2019-08-27T03:46:32+00:00</updated>
<author>
<name>dodocat</name>
<email>jingqq5210@gmail.com</email>
</author>
<published>2019-08-27T03:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6e2032f24e0428189f8c9fe9e296a9630277155e'/>
<id>6e2032f24e0428189f8c9fe9e296a9630277155e</id>
<content type='text'>
allow_bypass_two_factor configration dose not work with saml provider
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
allow_bypass_two_factor configration dose not work with saml provider
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable CSP in gitlab.yml.example</title>
<updated>2019-08-22T18:10:33+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-08-14T08:12:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=92005fb70f38ee49396ae9e8123979f612827ada'/>
<id>92005fb70f38ee49396ae9e8123979f612827ada</id>
<content type='text'>
This enables CSP in dev and CI
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This enables CSP in dev and CI
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in Content Security Policy example</title>
<updated>2019-08-22T14:18:10+00:00</updated>
<author>
<name>J0WI</name>
<email>sjw@gmx.ch</email>
</author>
<published>2019-08-22T14:18:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=47c3abdfd0495a631e2f3f0ec850c6ed634b7fd7'/>
<id>47c3abdfd0495a631e2f3f0ec850c6ed634b7fd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: SMIME signed notification emails</title>
<updated>2019-08-20T14:13:32+00:00</updated>
<author>
<name>Diego Louzán</name>
<email>diego.louzan.ext@siemens.com</email>
</author>
<published>2019-07-10T19:40:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0dcb9d21efc1db97765d82ee39a0f0905ba945ba'/>
<id>0dcb9d21efc1db97765d82ee39a0f0905ba945ba</id>
<content type='text'>
- Add mail interceptor the signs outgoing email with SMIME
- Add lib and helpers to work with SMIME data
- New configuration params for setting up SMIME key and cert files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add mail interceptor the signs outgoing email with SMIME
- Add lib and helpers to work with SMIME data
- New configuration params for setting up SMIME key and cert files
</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>Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3809</title>
<updated>2019-08-01T17:38:07+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>valery@gitlab.com</email>
</author>
<published>2019-08-01T12:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f519a4b72f81a1e3c81e5e684d236bbe30e0dd2d'/>
<id>f519a4b72f81a1e3c81e5e684d236bbe30e0dd2d</id>
<content type='text'>
Introducing Docker Registry replication
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introducing Docker Registry replication
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14597</title>
<updated>2019-07-24T14:56:48+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>valery@gitlab.com</email>
</author>
<published>2019-07-09T15:59:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1902d9cc74a1dc2c87fdbb39a6cdbb67092cbb5a'/>
<id>1902d9cc74a1dc2c87fdbb39a6cdbb67092cbb5a</id>
<content type='text'>
This is the first part of Docker Registry replication
    for secondary Geo node.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the first part of Docker Registry replication
    for secondary Geo node.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use transactions and exceptions</title>
<updated>2019-07-16T19:20:43+00:00</updated>
<author>
<name>Reuben Pereira</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-07-16T19:20:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0d84010d1c374fe3cfdbc3b067e4502e56b6a8b3'/>
<id>0d84010d1c374fe3cfdbc3b067e4502e56b6a8b3</id>
<content type='text'>
Instead return error objects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead return error objects.
</pre>
</div>
</content>
</entry>
</feed>
