<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/devise, branch parallel-diff-alignment</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>Improved confirmation UX</title>
<updated>2016-04-22T00:20:09+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-03-11T16:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=50ed43e49099648fa5c242d0cee15f05e50349c3'/>
<id>50ed43e49099648fa5c242d0cee15f05e50349c3</id>
<content type='text'>
Closes #4228
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4228
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't retrieve default values from `params`</title>
<updated>2016-04-13T07:33:11+00:00</updated>
<author>
<name>Timothy Andrew</name>
<email>mail@timothyandrew.net</email>
</author>
<published>2016-04-13T07:27:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d5f44d8a4b23b20f8292147db9c7f7730de70a3b'/>
<id>d5f44d8a4b23b20f8292147db9c7f7730de70a3b</id>
<content type='text'>
- In the signup page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- In the signup page.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't populate the password field on signup validation errors.</title>
<updated>2016-04-13T06:32:20+00:00</updated>
<author>
<name>Timothy Andrew</name>
<email>mail@timothyandrew.net</email>
</author>
<published>2016-04-13T06:32:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e57a9551df0a6b6de218bf881322fcba5a77485b'/>
<id>e57a9551df0a6b6de218bf881322fcba5a77485b</id>
<content type='text'>
- Previously, we were pulling `params[:user][:password] as the default
  value for the password field. This is incorrect; we should be pulling
  it from `@user.password` or the like.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Previously, we were pulling `params[:user][:password] as the default
  value for the password field. This is incorrect; we should be pulling
  it from `@user.password` or the like.
</pre>
</div>
</content>
</entry>
<entry>
<title>change the css class has_tooltip to has-tooltip universally</title>
<updated>2016-03-20T20:37:22+00:00</updated>
<author>
<name>Arinde Eniola</name>
<email>eniolaarinde1@gmail.com</email>
</author>
<published>2016-03-20T19:01:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=367818d2934af8f3eb7313147198801d021445e5'/>
<id>367818d2934af8f3eb7313147198801d021445e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move "I should see Crowd login form" feature to a view spec</title>
<updated>2016-02-24T22:38:13+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-02-02T22:23:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b95ef77e233eab3b3d37a4a7dce545d9da36f8a0'/>
<id>b95ef77e233eab3b3d37a4a7dce545d9da36f8a0</id>
<content type='text'>
We were doing all kinds of code gymnastics to "enable" Crowd in the
feature spec and this would sometimes cause a transient failure.

Really what it's testing is if the Crowd login form shows when Crowd's
enabled, so this is much better suited to a view spec.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were doing all kinds of code gymnastics to "enable" Crowd in the
feature spec and this would sometimes cause a transient failure.

Really what it's testing is if the Crowd login form shows when Crowd's
enabled, so this is much better suited to a view spec.
</pre>
</div>
</content>
</entry>
<entry>
<title>Show Crowd login even when sign-in is disabled</title>
<updated>2016-02-23T14:13:50+00:00</updated>
<author>
<name>Peter Hudec</name>
<email>hudecof@hudecof.net</email>
</author>
<published>2016-02-04T07:32:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dcaeee45790480210cf241d5dfead86803fa16a7'/>
<id>dcaeee45790480210cf241d5dfead86803fa16a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace nav-tabs with nav-links</title>
<updated>2016-01-13T16:13:36+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2016-01-13T16:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3238b0bc9fddd1a00d4926a7679c454db03d6fed'/>
<id>3238b0bc9fddd1a00d4926a7679c454db03d6fed</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>reCAPTCHA is configurable through Admin Settings, no reload needed.</title>
<updated>2015-12-28T20:50:29+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>gabriel@gitlab.com</email>
</author>
<published>2015-12-28T20:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a3469d914aaf28a1184247cbe72e5197ce7ca006'/>
<id>a3469d914aaf28a1184247cbe72e5197ce7ca006</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sign-up form retain fields after failed CAPTCHA test</title>
<updated>2015-12-28T03:47:21+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-12-28T03:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4c6591c9220676c97ddf2dda36e8e855d3196a74'/>
<id>4c6591c9220676c97ddf2dda36e8e855d3196a74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Google reCAPTCHA in user registration to prevent spammers</title>
<updated>2015-12-27T17:04:11+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-12-27T17:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9f7d379c2a018c86671bfc157fe1f0cf4e31e25e'/>
<id>9f7d379c2a018c86671bfc157fe1f0cf4e31e25e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
