<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Models/ConfigurationSetter.php, branch 1.1.2-beta</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.1.2-beta</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.1.2-beta'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2015-07-27T12:52:13+00:00</updated>
<entry>
<title>Cast $limits values in int (config)</title>
<updated>2015-07-27T12:52:13+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-27T12:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9817743cd7fbe10e361873a0a5d6cb591c720c23'/>
<id>urn:sha1:9817743cd7fbe10e361873a0a5d6cb591c720c23</id>
<content type='text'>
Fix https://github.com/FreshRSS/FreshRSS/issues/925
</content>
</entry>
<entry>
<title>Fix a bug in ConfigurationSetter</title>
<updated>2015-07-22T21:22:50+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-22T21:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d6e632fc09ff391da39a42853f0eae87ef4a20f4'/>
<id>urn:sha1:d6e632fc09ff391da39a42853f0eae87ef4a20f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a max_registrations limit</title>
<updated>2015-07-21T13:31:23+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-21T13:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ac8bd3d2512dd1bfca43d71ea10202ba9e6a82a6'/>
<id>urn:sha1:ac8bd3d2512dd1bfca43d71ea10202ba9e6a82a6</id>
<content type='text'>
- Allow user to create accounts (not implemented)
- Admin only can set this limit

See https://github.com/FreshRSS/FreshRSS/issues/679
</content>
</entry>
<entry>
<title>Moved updated/unread option from global to user</title>
<updated>2015-05-10T12:04:12+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-05-10T12:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0d0c6b7493161d350ca2eb1d4c45c0c70cfcbb92'/>
<id>urn:sha1:0d0c6b7493161d350ca2eb1d4c45c0c70cfcbb92</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/798
</content>
</entry>
<entry>
<title>Error when deleting a feed, wrong object</title>
<updated>2015-03-24T21:51:51+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-03-24T21:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d7706b66f586b36e44e471b5c06526de258af8b8'/>
<id>urn:sha1:d7706b66f586b36e44e471b5c06526de258af8b8</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/816
</content>
</entry>
<entry>
<title>Error when deleting a feed</title>
<updated>2015-03-24T21:45:27+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-03-24T21:45:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=239a010ef23127429698b6be5f4a5453b0bfbad7'/>
<id>urn:sha1:239a010ef23127429698b6be5f4a5453b0bfbad7</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/816
</content>
</entry>
<entry>
<title>Introduce user queries objects</title>
<updated>2015-03-05T12:29:41+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-03-01T14:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5b90e1f4a0057aa78fd7d8d4d748b01676ec9073'/>
<id>urn:sha1:5b90e1f4a0057aa78fd7d8d4d748b01676ec9073</id>
<content type='text'>
There is now an object to manipulate user queries. It allows to move logic to handle those from the view and the controller in the model.
Thus making the view and the controller easier to read.
I introduced a new interface to start using dependency injection. There is still some rough edges but we are moving in the right direction.
The new object is fully tested but it still need some improvements, for instance, it is still tied to the search object.
There might be a better way to do that.
</content>
</entry>
<entry>
<title>Fix mark_when setter</title>
<updated>2015-01-18T12:04:08+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-18T12:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=711ef5546cd218f81595e6e3b479b929ffeb3bc7'/>
<id>urn:sha1:711ef5546cd218f81595e6e3b479b929ffeb3bc7</id>
<content type='text'>
mark_when was not taken in consideration.
</content>
</entry>
<entry>
<title>Simplify shortcut setter</title>
<updated>2015-01-16T22:38:12+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-16T22:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=409e09f68516be23f564be81f82f3a8af10a0bbf'/>
<id>urn:sha1:409e09f68516be23f564be81f82f3a8af10a0bbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug if a shortcut is not in the initial config</title>
<updated>2015-01-16T22:20:59+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-16T22:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9483c6cf6759364678ca37d3f8379d35c72a8675'/>
<id>urn:sha1:9483c6cf6759364678ca37d3f8379d35c72a8675</id>
<content type='text'>
A new shortcut was never saved because ConfigurationSetter never set a
shortcut which did not appear in the initial conf.
</content>
</entry>
</feed>
