<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/projects_controller.rb, branch full-width-tables</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Merge branch 'hanloong/gitlab-ce-remove-forks-from-projects-settings' into 'master'</title>
<updated>2015-10-19T09:32:07+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-10-19T09:32:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8adeda37b55fc992e3cb15422cae5d9646640630'/>
<id>8adeda37b55fc992e3cb15422cae5d9646640630</id>
<content type='text'>

Add ability to remove the fork relationship from project settings

![Screen_Shot_2015-10-18_at_12.37.24](/uploads/676571642a4c90f7f286280d714599a3/Screen_Shot_2015-10-18_at_12.37.24.png)
![Screen_Shot_2015-10-18_at_12.37.28](/uploads/1a069ecfc4cd3b5438772a9c3f04b6fc/Screen_Shot_2015-10-18_at_12.37.28.png)

Replaces !1579.

Fixes #2578.

See merge request !1636</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add ability to remove the fork relationship from project settings

![Screen_Shot_2015-10-18_at_12.37.24](/uploads/676571642a4c90f7f286280d714599a3/Screen_Shot_2015-10-18_at_12.37.24.png)
![Screen_Shot_2015-10-18_at_12.37.28](/uploads/1a069ecfc4cd3b5438772a9c3f04b6fc/Screen_Shot_2015-10-18_at_12.37.28.png)

Replaces !1579.

Fixes #2578.

See merge request !1636</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak wording.</title>
<updated>2015-10-18T10:38:01+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-10-18T10:37:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=42cbc7f813386dbf6d28868c9972ff38f01ad095'/>
<id>42cbc7f813386dbf6d28868c9972ff38f01ad095</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only load tree when project has repository to prevent 404</title>
<updated>2015-10-18T09:22:33+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-10-18T09:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff866faf2fca82c7ad7e2d70cba2cae56cc5cf7f'/>
<id>ff866faf2fca82c7ad7e2d70cba2cae56cc5cf7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set vars used by tree view in project show action.</title>
<updated>2015-10-17T17:16:40+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-10-17T17:16:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6bd9a9fbf7aa33b74ad2522466eb84fbbc6aa7b5'/>
<id>6bd9a9fbf7aa33b74ad2522466eb84fbbc6aa7b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made suggested content changes based on MR Review</title>
<updated>2015-10-14T09:19:41+00:00</updated>
<author>
<name>Han Loong Liauw</name>
<email>hanloongliauw@gmail.com</email>
</author>
<published>2015-10-13T22:04:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0bea5ced8bf4c9306f8f8e912313731a43d16f4c'/>
<id>0bea5ced8bf4c9306f8f8e912313731a43d16f4c</id>
<content type='text'>
Changed the authentication method for removing fork through API
Reflected changes to new auth method in API specs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed the authentication method for removing fork through API
Reflected changes to new auth method in API specs
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds ability to remove the forked relationship</title>
<updated>2015-10-13T10:42:17+00:00</updated>
<author>
<name>Han Loong Liauw</name>
<email>hanloongliauw@gmail.com</email>
</author>
<published>2015-10-13T10:24:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=df99ddbba13db4a7699bf1d585675f921cf382ce'/>
<id>df99ddbba13db4a7699bf1d585675f921cf382ce</id>
<content type='text'>
This was previously possible through the API but can now be done
through the project#edit settings screen if the current user is
the owner of the project.
Update changelog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was previously possible through the API but can now be done
through the project#edit settings screen if the current user is
the owner of the project.
Update changelog
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow users to select the Files view as default project view</title>
<updated>2015-10-01T14:05:20+00:00</updated>
<author>
<name>Cristian Bica</name>
<email>cristian.bica@gmail.com</email>
</author>
<published>2015-10-01T14:05:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c5280434399ee489eebda254b2d246252df68f2b'/>
<id>c5280434399ee489eebda254b2d246252df68f2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor code cleanup</title>
<updated>2015-09-20T17:09:43+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-09-20T16:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=47e926bec0a9da28daaca7dc92415b25f2301daf'/>
<id>47e926bec0a9da28daaca7dc92415b25f2301daf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the `find_by_user_id` magic finder instead of `where`.</title>
<updated>2015-09-17T02:02:40+00:00</updated>
<author>
<name>Patricio Cano</name>
<email>suprnova32@gmail.com</email>
</author>
<published>2015-09-17T02:02:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=23f9a64566ec0da50c9ee842ba749a8f33eacb8e'/>
<id>23f9a64566ec0da50c9ee842ba749a8f33eacb8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into notification-levels</title>
<updated>2015-09-17T00:52:57+00:00</updated>
<author>
<name>Patricio Cano</name>
<email>suprnova32@gmail.com</email>
</author>
<published>2015-09-17T00:52:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1ef2ce95d507c3d21598f26dd8a0e77dfc3c33cf'/>
<id>1ef2ce95d507c3d21598f26dd8a0e77dfc3c33cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
