<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Models/UserDAO.php, branch 1.6.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.6.2</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.6.2'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2016-11-06T13:04:06+00:00</updated>
<entry>
<title>Fix small bugs in install</title>
<updated>2016-11-06T13:04:06+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-11-06T13:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=829d9997d31929b45384808f7cca343edb00b0d2'/>
<id>urn:sha1:829d9997d31929b45384808f7cca343edb00b0d2</id>
<content type='text'>
Small fixes in install (e.g. better check that DB password works)
</content>
</entry>
<entry>
<title>Add CLI for user information + Fix last user activity</title>
<updated>2016-11-05T19:48:46+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-11-05T19:48:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=aeda49a7d271c2196fcba0d3b2b15d31ad0b33b5'/>
<id>urn:sha1:aeda49a7d271c2196fcba0d3b2b15d31ad0b33b5</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1345
</content>
</entry>
<entry>
<title>CLI option no-default-feeds</title>
<updated>2016-10-24T18:29:08+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-24T18:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1182129ce5f07892afed190ffbb2ea4c7fc28967'/>
<id>urn:sha1:1182129ce5f07892afed190ffbb2ea4c7fc28967</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1095
</content>
</entry>
<entry>
<title>Fix bug language option for new user</title>
<updated>2016-10-04T19:06:37+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-04T19:06:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f81c441920d2de087099c85f0119e823d15225c4'/>
<id>urn:sha1:f81c441920d2de087099c85f0119e823d15225c4</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1273
</content>
</entry>
<entry>
<title>PostgreSQL multiuser bug</title>
<updated>2016-10-01T18:54:08+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-01T18:54:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9b22272eee6e37963f6ed5f60b9f82382b23adc2'/>
<id>urn:sha1:9b22272eee6e37963f6ed5f60b9f82382b23adc2</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/pull/1195
</content>
</entry>
<entry>
<title>Fix last calls to Minz_Configuration methods</title>
<updated>2015-01-06T19:50:58+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-06T19:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5f9672111f86c693d843138c00934a6c3eeede45'/>
<id>urn:sha1:5f9672111f86c693d843138c00934a6c3eeede45</id>
<content type='text'>
- We have still to fix actualize_script and greader api (refactoring?)
- We have to fix the FreshRSS_Configuration calls
- We have to fix availableLanguages calls

See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>BREAKING FEATURE: move user data</title>
<updated>2014-12-21T12:10:02+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-21T12:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b5bee8560345e4123432a8bd3bcd63b938549ef9'/>
<id>urn:sha1:b5bee8560345e4123432a8bd3bcd63b938549ef9</id>
<content type='text'>
- Create ./data/users/ folder
- Move user configuration to ./data/users/username/config.php
- Move sqlite db to ./data/users/username/db.sqlite
- Move user logs to ./data/users/username/log.txt

See https://github.com/FreshRSS/FreshRSS/issues/729
</content>
</entry>
<entry>
<title>Fix french i18n for install + some fixes</title>
<updated>2014-12-11T21:40:07+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-11T21:40:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bf51a8e87569617eca685cdcc1e7194f199b98fa'/>
<id>urn:sha1:bf51a8e87569617eca685cdcc1e7194f199b98fa</id>
<content type='text'>
French is finished!
</content>
</entry>
<entry>
<title>Ne pas rafraîchir les flux des utilisateurs non logués depuis x jours</title>
<updated>2014-10-28T23:45:42+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-10-28T23:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9f97f7df8822ed2f32a9bc9d46ece92dee93089c'/>
<id>urn:sha1:9f97f7df8822ed2f32a9bc9d46ece92dee93089c</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/681
Warning: needs some testing
</content>
</entry>
<entry>
<title>Show more information about user when selected</title>
<updated>2014-10-17T14:24:21+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-16T15:08:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d4ad951b9b686f387056bda8f3fa6ede8d9ca3f1'/>
<id>urn:sha1:d4ad951b9b686f387056bda8f3fa6ede8d9ca3f1</id>
<content type='text'>
</content>
</entry>
</feed>
