<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/devise/shared, branch feature/github-edit-path</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>Remove provider path, replace with dynamic path.</title>
<updated>2016-08-03T17:50:38+00:00</updated>
<author>
<name>Connor Shea</name>
<email>connor.james.shea@gmail.com</email>
</author>
<published>2016-07-25T17:40:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=602fe111912bac119e752b0dfa3b4b3cd81585ff'/>
<id>602fe111912bac119e752b0dfa3b4b3cd81585ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an oauth provider path helper.</title>
<updated>2016-08-03T17:50:29+00:00</updated>
<author>
<name>Connor Shea</name>
<email>connor.james.shea@gmail.com</email>
</author>
<published>2016-07-18T21:14:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e8c6f119cd7cf519db3ad1622786aad3156324d4'/>
<id>e8c6f119cd7cf519db3ad1622786aad3156324d4</id>
<content type='text'>
The helper constructs the path for a given oauth provider since Devise 4.0 deprecated passing the provider to the omniauth authentication path.

Fixes #18110.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The helper constructs the path for a given oauth provider since Devise 4.0 deprecated passing the provider to the omniauth authentication path.

Fixes #18110.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added minimum password length to password field</title>
<updated>2016-06-03T10:48:11+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-06-03T10:48:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=57a3f2845653da1926ea38c061db0b9b08b2902a'/>
<id>57a3f2845653da1926ea38c061db0b9b08b2902a</id>
<content type='text'>
Closes #17765
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #17765
</pre>
</div>
</content>
</entry>
<entry>
<title>show only the eanbled oauth providers</title>
<updated>2016-05-12T10:44:46+00:00</updated>
<author>
<name>Andrei Gliga</name>
<email>otzy_007@yahoo.com</email>
</author>
<published>2016-05-04T10:37:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=28da3a88de339a95d49e171da87494f65219cb21'/>
<id>28da3a88de339a95d49e171da87494f65219cb21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve uniqueness of field names on the signup form</title>
<updated>2016-04-19T20:00:45+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-04-19T20:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a6ba8647f919cca5f37f663502186d8b6b7642ec'/>
<id>a6ba8647f919cca5f37f663502186d8b6b7642ec</id>
<content type='text'>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15075
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15075
</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>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>
</feed>
