<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/security, branch ide-diff-cursor</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>Update rack attack docs</title>
<updated>2018-01-23T13:07:59+00:00</updated>
<author>
<name>Cindy Pallares 🦉</name>
<email>cindy@gitlab.com</email>
</author>
<published>2018-01-23T13:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=79cefbf1d955606fc2b5494ac758284a3d1a2d90'/>
<id>79cefbf1d955606fc2b5494ac758284a3d1a2d90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Exclude comments from specific docs</title>
<updated>2017-11-01T15:56:40+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2017-11-01T15:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=69b4c5c01171bcd0ee2129cdcc00a8a59beb5322'/>
<id>69b4c5c01171bcd0ee2129cdcc00a8a59beb5322</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More review comments</title>
<updated>2017-08-30T20:20:00+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2017-08-30T20:20:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=29b40db58944a32db6cf1ae9906653a2e5f4be9d'/>
<id>29b40db58944a32db6cf1ae9906653a2e5f4be9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Address review comments</title>
<updated>2017-08-30T19:50:44+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2017-08-28T20:33:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b84ca08e351fc9238bef4e6b4bf74158d25d4f1d'/>
<id>b84ca08e351fc9238bef4e6b4bf74158d25d4f1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework the permissions model for SSH key restrictions</title>
<updated>2017-08-30T19:50:44+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2017-08-25T13:08:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6847060266792471c9c14518a5106e0f622cd6c5'/>
<id>6847060266792471c9c14518a5106e0f622cd6c5</id>
<content type='text'>
`allowed_key_types` is removed and the `minimum_&lt;type&gt;_bits` fields are
renamed to `&lt;tech&gt;_key_restriction`. A special sentinel value (`-1`) signifies
that the key type is disabled.

This also feeds through to the UI - checkboxes per key type are out, inline
selection of "forbidden" and "allowed" (i.e., no restrictions) are in.

As with the previous model, unknown key types are disallowed, even if the
underlying ssh daemon happens to support them. The defaults have also been
changed from the lowest known bit size to "no restriction". So if someone
does happen to have a 768-bit RSA key, it will continue to work on upgrade, at
least until the administrator restricts them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`allowed_key_types` is removed and the `minimum_&lt;type&gt;_bits` fields are
renamed to `&lt;tech&gt;_key_restriction`. A special sentinel value (`-1`) signifies
that the key type is disabled.

This also feeds through to the UI - checkboxes per key type are out, inline
selection of "forbidden" and "allowed" (i.e., no restrictions) are in.

As with the previous model, unknown key types are disallowed, even if the
underlying ssh daemon happens to support them. The defaults have also been
changed from the lowest known bit size to "no restriction". So if someone
does happen to have a 768-bit RSA key, it will continue to work on upgrade, at
least until the administrator restricts them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add settings for minimum key strength and allowed key type</title>
<updated>2017-08-30T19:50:44+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2017-08-21T10:30:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b0f982fbdf69c292ab4530c0aaaf1ab42f4e7a01'/>
<id>b0f982fbdf69c292ab4530c0aaaf1ab42f4e7a01</id>
<content type='text'>
This is an amalgamation of:

* Cory Hinshaw: Initial implementation !5552
* Rémy Coutable: Updates !9350
* Nick Thomas: Resolve conflicts and add ED25519 support !13712
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an amalgamation of:

* Cory Hinshaw: Initial implementation !5552
* Rémy Coutable: Updates !9350
* Nick Thomas: Resolve conflicts and add ED25519 support !13712
</pre>
</div>
</content>
</entry>
<entry>
<title>Support 2FA requirement per-group</title>
<updated>2017-04-06T08:01:13+00:00</updated>
<author>
<name>Markus Koller</name>
<email>markus-koller@gmx.ch</email>
</author>
<published>2017-01-24T21:09:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a3430f011f1adceaef8484f38a57018712a18ad2'/>
<id>a3430f011f1adceaef8484f38a57018712a18ad2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move webhooks to new a location under Integrations</title>
<updated>2017-02-03T18:26:48+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2017-02-03T18:26:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8063628b903d4a8498152d4c3c7c22fca2768957'/>
<id>8063628b903d4a8498152d4c3c7c22fca2768957</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce size of images from 25MB to 13MB using pngquant</title>
<updated>2016-11-22T18:53:43+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-11-22T18:53:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=af1dabe805fa7ad6fcdccfdb792b07e00c3c42d2'/>
<id>af1dabe805fa7ad6fcdccfdb792b07e00c3c42d2</id>
<content type='text'>
Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232

[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232

[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>optimize png images losslessly using zopflipng</title>
<updated>2016-06-29T11:22:15+00:00</updated>
<author>
<name>Peter Dave Hello</name>
<email>hsu@peterdavehello.org</email>
</author>
<published>2016-05-27T12:39:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9e6f99744e11c9b63f8a490666bdd96bca7dbde1'/>
<id>9e6f99744e11c9b63f8a490666bdd96bca7dbde1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
