<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Controllers/feedController.php, branch 1.5.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.5.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.5.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2016-07-30T16:45:34+00:00</updated>
<entry>
<title>Update MySQL to utf8mb4 (full unicode) 🔥</title>
<updated>2016-07-30T16:45:34+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-07-30T16:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fe18d12551f626c56257f825caf8f97a4a5461ce'/>
<id>urn:sha1:fe18d12551f626c56257f825caf8f97a4a5461ce</id>
<content type='text'>
* Requires MySQL 5.5.3+ (drop support for MySQL 5.0)
* Requires PHP 5.3.3+ (drop support for PHP 5.3.0)
https://github.com/FreshRSS/FreshRSS/issues/789#issuecomment-73878076
</content>
</entry>
<entry>
<title>But when adding feeds with passwords</title>
<updated>2016-04-24T12:50:31+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-04-24T12:50:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=91593cecd218413960c4f05f814aaa38d4a0c4ce'/>
<id>urn:sha1:91593cecd218413960c4f05f814aaa38d4a0c4ce</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1131
</content>
</entry>
<entry>
<title>SQLite: Articles from old FreshRSS are marked as unread on update</title>
<updated>2016-03-06T14:32:58+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-03-06T14:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7f91dbf16dca9f824b7bbbd42ef34f39ac7c22a9'/>
<id>urn:sha1:7f91dbf16dca9f824b7bbbd42ef34f39ac7c22a9</id>
<content type='text'>
Bug fixed https://github.com/FreshRSS/FreshRSS/issues/1049
</content>
</entry>
<entry>
<title>Do not log article updates</title>
<updated>2016-02-22T20:10:35+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-02-22T20:10:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=05ba5bc569060edf88c7b2e284736dcca68249aa'/>
<id>urn:sha1:05ba5bc569060edf88c7b2e284736dcca68249aa</id>
<content type='text'>
It seems to work well, and there are too many such updates.
BTW, we should have a verbose/insane log level.
</content>
</entry>
<entry>
<title>Clean logs</title>
<updated>2015-10-24T20:25:48+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-10-24T20:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=481c2a671913cdd6099a1b6ee4d5491dff16c0bf'/>
<id>urn:sha1:481c2a671913cdd6099a1b6ee4d5491dff16c0bf</id>
<content type='text'>
Reduced login of API and PubSubHubbub (both are quite stable now).
When clearing logs as admin, also clear API and PubSubHubbub logs.
https://github.com/FreshRSS/FreshRSS/issues/988
</content>
</entry>
<entry>
<title>Do not use PubSubHubbub if disabled</title>
<updated>2015-07-23T11:59:40+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-23T11:59:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f4472fc918c1fa1d1cfb2adae6c38a9a261e8c9b'/>
<id>urn:sha1:f4472fc918c1fa1d1cfb2adae6c38a9a261e8c9b</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/865
</content>
</entry>
<entry>
<title>Updated log visibility</title>
<updated>2015-07-03T21:47:18+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-07-03T21:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=079150eee4eebce3549c3d7db84dd0180bdd11e7'/>
<id>urn:sha1:079150eee4eebce3549c3d7db84dd0180bdd11e7</id>
<content type='text'>
In particular, ensure that ERROR is only used for errors that may affect
FreshRSS integrity, and ensure that feed errors are visible also in
production, i.e. visibility of WARNING
https://github.com/FreshRSS/FreshRSS/issues/885
https://github.com/FreshRSS/FreshRSS/issues/884
</content>
</entry>
<entry>
<title>Force autocomplete off</title>
<updated>2015-06-14T14:22:33+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-06-14T14:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8a131b056ee3566c2b54466f650c26c143b7c369'/>
<id>urn:sha1:8a131b056ee3566c2b54466f650c26c143b7c369</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/880
Put a space in the user field instead of empty to avoid autocomplete.
Use feed ID in the username/password field name.
</content>
</entry>
<entry>
<title>PubSubHubbub: remove white list</title>
<updated>2015-05-23T14:37:08+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-05-23T14:37:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=694dfa1f8b90d8f693ef39c7099c0e8f23c5c777'/>
<id>urn:sha1:694dfa1f8b90d8f693ef39c7099c0e8f23c5c777</id>
<content type='text'>
The tests so far are good. Ready to test more broadly.
https://github.com/FreshRSS/FreshRSS/pull/831
https://github.com/FreshRSS/FreshRSS/issues/312
</content>
</entry>
<entry>
<title>PubSubHubbub better gestion of errors</title>
<updated>2015-05-17T20:06:11+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-05-17T20:06:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=001c713f030d51b74a860e20014153c6b4d9661f'/>
<id>urn:sha1:001c713f030d51b74a860e20014153c6b4d9661f</id>
<content type='text'>
Do not assume that PubSubHubbub works until the first successul push
https://github.com/FreshRSS/FreshRSS/issues/312#issuecomment-102706500
</content>
</entry>
</feed>
