<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib/Minz/Session.php, branch 0.9.4</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.9.4</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.9.4'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2015-01-06T20:10:51+00:00</updated>
<entry>
<title>Fix i18n loading and availableLanguages calls</title>
<updated>2015-01-06T20:10:51+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-06T20:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=addcea9cd45a87f2ae56f879bad86425efc16fba'/>
<id>urn:sha1:addcea9cd45a87f2ae56f879bad86425efc16fba</id>
<content type='text'>
- Change the way to init i18n
- Add a availableLanguages() method to Minz_Translate

See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>Long term cookie to keep session open</title>
<updated>2014-08-12T22:09:48+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-08-12T22:09:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ee1b8f6f72e8c2cbd3e0ad7b4322a4bb6863c028'/>
<id>urn:sha1:ee1b8f6f72e8c2cbd3e0ad7b4322a4bb6863c028</id>
<content type='text'>
Token system
https://github.com/marienfressinaud/FreshRSS/issues/465
</content>
</entry>
<entry>
<title>Fix a Minz_Session TODO</title>
<updated>2014-08-12T19:10:10+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-12T19:09:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=08a9009c19b2ae84555340622c344a2da38ae019'/>
<id>urn:sha1:08a9009c19b2ae84555340622c344a2da38ae019</id>
<content type='text'>
Not use additional variable to manipulate session variables
Fix coding style
</content>
</entry>
<entry>
<title>Use REQUEST_URI instead of SCRIPT_NAME for cookies</title>
<updated>2014-08-12T19:04:39+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-12T19:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ed7d8aa44fe5a005380056b7d164fc53079506fb'/>
<id>urn:sha1:ed7d8aa44fe5a005380056b7d164fc53079506fb</id>
<content type='text'>
See https://github.com/marienfressinaud/FreshRSS/commit/eceb7756cfcf117c2a18984291181a84697ed3cd#commitcomment-7345438
</content>
</entry>
<entry>
<title>Revert "Set session.gc_maxlifetime"</title>
<updated>2014-08-11T16:39:22+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-11T16:39:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bc71a577fe3154080df9949b394c7ae552773c7b'/>
<id>urn:sha1:bc71a577fe3154080df9949b394c7ae552773c7b</id>
<content type='text'>
This reverts commit df47217839ccddb8e03015959c61b61e748d9700.

See https://github.com/marienfressinaud/FreshRSS/issues/465
</content>
</entry>
<entry>
<title>Set session.gc_maxlifetime</title>
<updated>2014-08-10T21:41:36+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-10T21:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=df47217839ccddb8e03015959c61b61e748d9700'/>
<id>urn:sha1:df47217839ccddb8e03015959c61b61e748d9700</id>
<content type='text'>
Take the maxvalue between 1440 (24m) and cookie lifetime when calling
Minz_Session::keepCookie()

See https://github.com/marienfressinaud/FreshRSS/issues/465
</content>
</entry>
<entry>
<title>Add possibility to keep logged in with form</title>
<updated>2014-08-10T18:29:43+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-10T18:29:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=eceb7756cfcf117c2a18984291181a84697ed3cd'/>
<id>urn:sha1:eceb7756cfcf117c2a18984291181a84697ed3cd</id>
<content type='text'>
Add an option to keep logged in.
Change lifetime of session cookie to 1 year.

See https://github.com/marienfressinaud/FreshRSS/issues/465
</content>
</entry>
<entry>
<title>Cookie IE suite</title>
<updated>2014-01-05T00:21:23+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-01-05T00:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0fa335308196e7bcdee91154f5ad26b35fb60b17'/>
<id>urn:sha1:0fa335308196e7bcdee91154f5ad26b35fb60b17</id>
<content type='text'>
Typo. Correction de
https://github.com/marienfressinaud/FreshRSS/commit/79d88a2d5b30aeadc71f7c98a4a860cd97e97562
</content>
</entry>
<entry>
<title>Corrige problème cookie avec IE en utilisant un chemin absolu</title>
<updated>2014-01-05T00:14:01+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-01-05T00:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=79d88a2d5b30aeadc71f7c98a4a860cd97e97562'/>
<id>urn:sha1:79d88a2d5b30aeadc71f7c98a4a860cd97e97562</id>
<content type='text'>
Corrige https://github.com/marienfressinaud/FreshRSS/issues/345
@marienfressinaud Il faudrait peut-être le ré-écrire un peu mieux en
utilisant base_url de la configuration de FreshRSS, mais je n'ai pas
trop suivi comment était généré et utilisée cette variable. Qu'en dis-tu
?
</content>
</entry>
<entry>
<title>actualize_script compatible multi-utilisateur</title>
<updated>2014-01-02T00:47:03+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-01-02T00:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b4c477ca41a7ecaa6364dd6a97603829b14b11ef'/>
<id>urn:sha1:b4c477ca41a7ecaa6364dd6a97603829b14b11ef</id>
<content type='text'>
* Messages plus verbeux dans actualize_script
* Ajout d'un message syslog lorsque SimplePie fait une requête HTTP
* Minz_Session ne fermait pas les sessions complètement.
* Nouvelle option dans Minz_Dispatcher et Minz_FrontController  pour ne
pas utiliser ob_gzhandler.
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/126
</content>
</entry>
</feed>
