<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/FreshRSS.php, branch 0.9.0</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.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.9.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2014-09-17T19:19:48+00:00</updated>
<entry>
<title>Misc minor details + a few i18n corrections</title>
<updated>2014-09-17T19:19:48+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-09-17T19:19:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=de5c0bc00962175198aeefabefa514415a448d61'/>
<id>urn:sha1:de5c0bc00962175198aeefabefa514415a448d61</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/618
</content>
</entry>
<entry>
<title>Move http referer test into lib_rss</title>
<updated>2014-09-17T12:21:56+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-17T12:21:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fc7d2a0bf271e43a9e6001dccef61ec0762eb840'/>
<id>urn:sha1:fc7d2a0bf271e43a9e6001dccef61ec0762eb840</id>
<content type='text'>
Rename method (coding style)
Change in app/FreshRSS.php
Improve test of app/install.php
</content>
</entry>
<entry>
<title>Change loading of base-theme css</title>
<updated>2014-09-15T13:55:35+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-09-15T13:55:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=69c7c1aa48d42656f73c724d7e9062ca19914133'/>
<id>urn:sha1:69c7c1aa48d42656f73c724d7e9062ca19914133</id>
<content type='text'>
If metadata.json indicates it should use "_template.css" or "_base.css",
base-theme/template|base.css is used. It facilitates theme maintenance.
</content>
</entry>
<entry>
<title>Bug referer for systems with non-standard HTTP port</title>
<updated>2014-08-30T16:31:50+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-08-30T16:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a126d99b3c87c12d6da86a32f0615ad36ec99d60'/>
<id>urn:sha1:a126d99b3c87c12d6da86a32f0615ad36ec99d60</id>
<content type='text'>
Now tests also for the scheme and port, which must be identical to the
ones in the referer.

https://github.com/marienfressinaud/FreshRSS/issues/565#issuecomment-53916915
https://github.com/marienfressinaud/FreshRSS/issues/554
</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>Experimental: Removed lazyload.js and use postpone attribute instead</title>
<updated>2014-08-02T17:57:15+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-08-02T17:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=274c8096e3ccc8ea008c1a038134ffddc302fd0d'/>
<id>urn:sha1:274c8096e3ccc8ea008c1a038134ffddc302fd0d</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/316
The performance of lazyload.js was not good enough, and not really
needed anyway.
This change mostly affects mainly situations when the content of
articles is shown by default, not so much when they are collapsed
Using HTML5 lazyload and postpone attributes by default on all img,
audio, iframe, video.
http://www.w3.org/TR/resource-priorities/#attr-postpone
Postpone attribute is removed by JavaScript if the user does not want
the lazyload behaviour.
In the case when users do want the lazyload behaviour, in normal view
with articles hidden, we furthermore use the data-original approach to
be sure to support current browsers.
+Corrected some bugs with enclosures, and some images not appearing
before the first scroll.
+Now faster regex processing img and iframe at once (was not practical
with lazyload.js)
</content>
</entry>
<entry>
<title>Strict Referer domain against XSRF</title>
<updated>2014-08-01T21:22:41+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-08-01T21:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a0930a5ad6e3cb9d02ee7d3e02a5d9918d53f5d6'/>
<id>urn:sha1:a0930a5ad6e3cb9d02ee7d3e02a5d9918d53f5d6</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/554
</content>
</entry>
<entry>
<title>Basic protection against XSRF using Referer</title>
<updated>2014-08-01T18:20:25+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-08-01T18:20:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=35be1769de28df3fff1a26e40d1d6b1e587a2847'/>
<id>urn:sha1:35be1769de28df3fff1a26e40d1d6b1e587a2847</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/554
Also edited the error controler to use the log message passed in
Minz_Error::error().
</content>
</entry>
<entry>
<title>Actualize : Tolère PHP lancé en CGI plutôt que CLI</title>
<updated>2014-02-01T11:23:12+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-02-01T11:23:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5e9c60752c9a40e1540de50d02e19ba1d06e5491'/>
<id>urn:sha1:5e9c60752c9a40e1540de50d02e19ba1d06e5491</id>
<content type='text'>
Corrige https://github.com/marienfressinaud/FreshRSS/issues/405
+ Message d'erreur en cas de problème de droits dans ./data/ (par
exemple si le cron utilise un mauvais utilisateur)
</content>
</entry>
<entry>
<title>Montre toggle_aside seulement pour le mode normal</title>
<updated>2014-01-22T21:22:36+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-01-22T21:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f121df42eedfb0bf618ee952ad9c24d76a016127'/>
<id>urn:sha1:f121df42eedfb0bf618ee952ad9c24d76a016127</id>
<content type='text'>
Corrige https://github.com/marienfressinaud/FreshRSS/issues/373
Au passage, introduit une classe au niveau `body` avec le nom de la vue
en cours (pas utilisé pour l'instant)
</content>
</entry>
</feed>
