<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Controllers/userController.php, branch 1.11.2</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.11.2</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.11.2'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2018-06-18T20:55:41+00:00</updated>
<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>
<entry>
<title>CLI update user</title>
<updated>2017-07-22T18:05:36+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-07-22T18:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e046791c9330ee80580494b8fce3f5fc0bf08f98'/>
<id>urn:sha1:e046791c9330ee80580494b8fce3f5fc0bf08f98</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1600
Not tested
</content>
</entry>
<entry>
<title>Work around for IE / Edge pattern bug</title>
<updated>2017-04-27T18:25:26+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-04-27T18:25:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1e5b151d88cfe25391a1daf77da99b81cf6f8414'/>
<id>urn:sha1:1e5b151d88cfe25391a1daf77da99b81cf6f8414</id>
<content type='text'>
Swap order of regex alternatives
https://github.com/FreshRSS/FreshRSS/issues/1511

http://stackoverflow.com/questions/22360235/do-browsers-support-different-html5-pattern-regexp-features

https://connect.microsoft.com/ie/feedback/details/836117/regex-bug-in-pattern-validator
</content>
</entry>
<entry>
<title>Merge branch 'FreshRSS/dev' into multiuser-token</title>
<updated>2017-04-10T17:46:22+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-04-10T17:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=510045b3c554261a0a6434bfe73adac32b12cc81'/>
<id>urn:sha1:510045b3c554261a0a6434bfe73adac32b12cc81</id>
<content type='text'>
</content>
</entry>
</feed>
