<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/views/auth/formLogin.phtml, branch 1.14.1</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.14.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.14.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2018-05-01T19:50:45+00:00</updated>
<entry>
<title>Use HTML autocomplete new-password (#1877)</title>
<updated>2018-05-01T19:50:45+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-05-01T19:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0513ba8d9f431cac17152f9366f8433906a7846f'/>
<id>urn:sha1:0513ba8d9f431cac17152f9366f8433906a7846f</id>
<content type='text'>
* Use HTML autocomplete new-password

https://github.com/FreshRSS/FreshRSS/issues/1841#issuecomment-376551901
autocomplete="new-password" for user management pages

https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion

* autocomplete username

https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete-username
</content>
</entry>
<entry>
<title>Remove maxlength for usernames</title>
<updated>2017-02-25T11:56:57+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-02-25T11:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=be2bf83e3c516a6f8f1822c879df8798e50e514b'/>
<id>urn:sha1:be2bf83e3c516a6f8f1822c879df8798e50e514b</id>
<content type='text'>
pattern is already used
</content>
</entry>
<entry>
<title>Missing checkUsername and const patten</title>
<updated>2017-02-25T11:39:08+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-02-25T11:39:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=271a1fdc8900a8b2c32675c22dce1cc458209de4'/>
<id>urn:sha1:271a1fdc8900a8b2c32675c22dce1cc458209de4</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/pull/1423

https://github.com/YunoHost-Apps/freshrss_ynh/issues/27#issuecomment-279792363
</content>
</entry>
<entry>
<title>delete - and . from accepted char</title>
<updated>2017-02-16T17:55:19+00:00</updated>
<author>
<name>Clément</name>
<email>clement@selfhost.fr</email>
</author>
<published>2017-02-16T17:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ef2001959188f721a0928fb3ff59ebd6a5a31b1a'/>
<id>urn:sha1:ef2001959188f721a0928fb3ff59ebd6a5a31b1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Possibility to register user having a '-', a '_' or a '.' in username</title>
<updated>2017-02-16T13:27:45+00:00</updated>
<author>
<name>Clément</name>
<email>clement@selfhost.fr</email>
</author>
<published>2017-02-16T13:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8d2b76334cd60356c85810bf4902124105d54ad4'/>
<id>urn:sha1:8d2b76334cd60356c85810bf4902124105d54ad4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Option for cookie duration</title>
<updated>2016-12-24T15:33:28+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre.alapetite@alexandra.dk</email>
</author>
<published>2016-12-24T15:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=332a4dec8690b658bcb878a20056aea33c673f69'/>
<id>urn:sha1:332a4dec8690b658bcb878a20056aea33c673f69</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1384
</content>
</entry>
<entry>
<title>CSRF token, update HTTP Referrer policy to same-origin</title>
<updated>2016-08-13T15:49:31+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-08-13T15:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e6fd34bdda5d067a9e74714aaae10c89ed998a46'/>
<id>urn:sha1:e6fd34bdda5d067a9e74714aaae10c89ed998a46</id>
<content type='text'>
https://www.w3.org/TR/referrer-policy/#referrer-policy-no-referrer
https://github.com/FreshRSS/FreshRSS/issues/570
https://github.com/FreshRSS/FreshRSS/issues/955
https://github.com/FreshRSS/FreshRSS/issues/1198
https://github.com/FreshRSS/FreshRSS/issues/565
https://github.com/FreshRSS/FreshRSS/issues/554
</content>
</entry>
<entry>
<title>Fix translations</title>
<updated>2015-07-22T20:04:33+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-22T20:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=de2e221aca0639c45cfe30f049ec71a493b17a5c'/>
<id>urn:sha1:de2e221aca0639c45cfe30f049ec71a493b17a5c</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/679
</content>
</entry>
<entry>
<title>Hide registration form if max registration reached</title>
<updated>2015-07-22T12:00:08+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-22T12:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f560c44a003ca69644f8e7262dca2f8f7e6932d5'/>
<id>urn:sha1:f560c44a003ca69644f8e7262dca2f8f7e6932d5</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/679
</content>
</entry>
<entry>
<title>First draft for registration form</title>
<updated>2015-07-21T14:03:46+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-21T14:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=37f06799589d9bb92ecfa6368197daf187251ab4'/>
<id>urn:sha1:37f06799589d9bb92ecfa6368197daf187251ab4</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/679
</content>
</entry>
</feed>
