aboutsummaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)Author
2018-10-19Tumblr GDPR fix 2 (#2053)Gravatar Alexandre Alapetite
Previous workaround was not working anymore https://github.com/FreshRSS/FreshRSS/issues/1894 https://github.com/FreshRSS/FreshRSS/pull/1924
2018-06-09New extension event + Tumblr GDPR (#1924)Gravatar Alexandre Alapetite
* New extension event + Tumblr GDPR https://github.com/FreshRSS/FreshRSS/issues/1894 simplepie_before_init event * Refactor extension enabling + Tumblr GDPR enabled by default Add possibility for extensions to be enabled by default, and disabled back by users. * Minor whitespace
2016-12-05added links to extension repositoryGravatar Kevin Papst
2015-01-08Update extensions READMEGravatar Marien Fressinaud
2014-12-04Update gitignore for extensionsGravatar Marien Fressinaud
2014-12-04First draft for the new extension featureGravatar Marien Fressinaud
- Only system extensions can be loaded for the moment by adding them in the config.php file. - Remove previous system (it will be added properly in the new system in the next step).
2014-10-05Primitive extension systemGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/252 I have been using this extension system for a little while, in particular to include custom CSS and/or JavaScript (inclusion of PHP code is not done yet). There is very little code and it does not impact performances. I hurry to post it before https://github.com/marienfressinaud/FreshRSS/issues/655