<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Controllers/userController.php, branch 1.13.0</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.13.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.13.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2018-10-24T11:07:39+00:00</updated>
<entry>
<title>Allow dot in username (#2062)</title>
<updated>2018-10-24T11:07:39+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-10-24T11:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6a686daafa526d4b0a247d6db407edca540e5083'/>
<id>urn:sha1:6a686daafa526d4b0a247d6db407edca540e5083</id>
<content type='text'>
* Allow dot in username

https://github.com/FreshRSS/FreshRSS/issues/2061

* Missing quotes for special chars in PostgreSQL
</content>
</entry>
<entry>
<title>Improved flow for password change (#2057)</title>
<updated>2018-10-21T14:33:28+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-10-21T14:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=46510febf18951b05bfc9afbbdbaf7d5cadf96a9'/>
<id>urn:sha1:46510febf18951b05bfc9afbbdbaf7d5cadf96a9</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/2056</content>
</entry>
<entry>
<title>Fix MySQL create table feeds (#2047)</title>
<updated>2018-10-14T11:48:59+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-10-14T11:48:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c8b54ae807f583723748b5a8cebf9925fb288f9d'/>
<id>urn:sha1:c8b54ae807f583723748b5a8cebf9925fb288f9d</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/2042</content>
</entry>
<entry>
<title>[#1928] Login user automatically after creation (#1941)</title>
<updated>2018-06-18T20:55:41+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2018-06-18T20:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=44ee5ec70cfac8860dc5c2af9cc5e7518b147d07'/>
<id>urn:sha1:44ee5ec70cfac8860dc5c2af9cc5e7518b147d07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix CLI for creating/deleting user with Fever API (#1896)</title>
<updated>2018-05-26T09:44:17+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-05-26T09:44:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4ff6613989a8f1ee2959b4d31466205f00aaec52'/>
<id>urn:sha1:4ff6613989a8f1ee2959b4d31466205f00aaec52</id>
<content type='text'>
* Fix CLI for creating user with Fever API

https://github.com/FreshRSS/FreshRSS/pull/1836

* Fix CLI for deleting user with Fever API

https://github.com/FreshRSS/FreshRSS/pull/1836
</content>
</entry>
<entry>
<title>Add Fever API and user documentation (#1836)</title>
<updated>2018-05-24T19:53:47+00:00</updated>
<author>
<name>Kevin Papst</name>
<email>kevinpapst@users.noreply.github.com</email>
</author>
<published>2018-05-24T19:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8f1bad60d0b7bd0d0a05bcdcf3c6834e39c0c6eb'/>
<id>urn:sha1:8f1bad60d0b7bd0d0a05bcdcf3c6834e39c0c6eb</id>
<content type='text'>
* added fever api and documentation

* spaces to tabs

* fixed code format

* added links

* added utf8 to header

* removed XML support

* removed before check, as we have to convert it afterwards

* added sandboxed setting (currently disabled)
added support for extensions using entry_before_display

* listFeedsOrderUpdate LIMIT

https://github.com/FreshRSS/FreshRSS/pull/1836/files#r175287881

* removed custom sql by using FreshRSS_FeedDAO::listFeedsOrderUpdate()

* fixed mark all as read

* replaced custom sql for getUnread() and getStarred() with dao functions

* removed sanitization functions

* Rework fever login

* Fix config bug

Plus documentation

* Fix array syntax

For compatibility with PHP 5.3

* Disable cookies and session for API

* Fix currentUser

* added response header and error log

* adjusted phpdoc to match new authentication

* Mechanism to delete old keys

* replace PHP_INT_MAX with zero to disable limit

* replace method_exists with check for explicit methods

* removed Press support and smaller refactoring + updated docu

* Rewrite bindParamArray

Avoid one of the SQL injection risks

* Docs and readme

* Fix API link

* Simplify reverse key check

Using userConfig
</content>
</entry>
<entry>
<title>fix update user for empty username (#1857)</title>
<updated>2018-04-06T18:52:33+00:00</updated>
<author>
<name>Kevin Papst</name>
<email>kevinpapst@users.noreply.github.com</email>
</author>
<published>2018-04-06T18:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6cda39a2f1fad096f850075564dd6e5790bf9925'/>
<id>urn:sha1:6cda39a2f1fad096f850075564dd6e5790bf9925</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix notice when managing user (#1785)</title>
<updated>2018-02-14T21:31:15+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2018-02-14T21:31:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4be15d5b40ffed2d84d4b000591d74f44454ea8a'/>
<id>urn:sha1:4be15d5b40ffed2d84d4b000591d74f44454ea8a</id>
<content type='text'>
See #1765 &amp; #960</content>
</entry>
<entry>
<title>Allow admin user to reset passwords (#1765)</title>
<updated>2018-02-14T21:15:34+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2018-02-14T21:15:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ac3e38359b420068b75cc848d89a3a6fc7b6e6c6'/>
<id>urn:sha1:ac3e38359b420068b75cc848d89a3a6fc7b6e6c6</id>
<content type='text'>
See #960</content>
</entry>
<entry>
<title>CLI optimize database (#1663)</title>
<updated>2017-10-12T18:11:06+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-10-12T18:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f632a346269100d6a93bef318ffa66c97f16f6fa'/>
<id>urn:sha1:f632a346269100d6a93bef318ffa66c97f16f6fa</id>
<content type='text'>
CLI optimize database https://github.com/FreshRSS/FreshRSS/issues/1583
And VACUUM in SQLite https://github.com/FreshRSS/FreshRSS/issues/918
Add VACUUM for PostgreSQL (Not tested yet)</content>
</entry>
</feed>
