<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/FreshRSS.php, branch 0.7.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.7.4</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.7.4'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2014-08-12T22:09:48+00:00</updated>
<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>
<entry>
<title>Lien pour ajouter des flux quand FreshRSS est vide</title>
<updated>2014-01-13T22:31:07+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-01-13T22:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fd26178d7ca8ef3258d15ca95d43af143b4cd440'/>
<id>urn:sha1:fd26178d7ca8ef3258d15ca95d43af143b4cd440</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/355
+ Correction bug cache thèmes du précédant patch
</content>
</entry>
<entry>
<title>Mise à jour nom thèmes + chargement robuste des thèmes</title>
<updated>2014-01-13T21:27:22+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-01-13T21:27:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f720d41cbfb18edc1b0a694a7213682b96befa1f'/>
<id>urn:sha1:f720d41cbfb18edc1b0a694a7213682b96befa1f</id>
<content type='text'>
Renomme : default -&gt; Origine
En cas de thème introuvable, charge le thème par défaut, sinon le
premier disponible.
https://github.com/marienfressinaud/FreshRSS/issues/120
</content>
</entry>
<entry>
<title>Corrige chargement des icônes spéciales aux thèmes</title>
<updated>2014-01-12T22:32:15+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-01-12T22:32:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=015ff4caf6911439232f46d5190c5771dde8bb89'/>
<id>urn:sha1:015ff4caf6911439232f46d5190c5771dde8bb89</id>
<content type='text'>
Corrige
https://github.com/marienfressinaud/FreshRSS/issues/327#issuecomment-32135077
</content>
</entry>
<entry>
<title>Implémentation de l'indentification par mot de passe</title>
<updated>2014-01-12T02:10:31+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-01-12T02:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d58886a937cbe425163526fc2ba3d2a118602035'/>
<id>urn:sha1:d58886a937cbe425163526fc2ba3d2a118602035</id>
<content type='text'>
Implémentation de
https://github.com/marienfressinaud/FreshRSS/issues/104
</content>
</entry>
</feed>
