aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/extensions
Commit message (Collapse)AuthorAge
* Apache protect more non-public folders and files (#6881)Alexandre Alapetite2024-10-11
| | | | | | | | | | | | | | | | * Apache protect more non-public folders * Also protect root * Do the same for /p/ * Simplify Require all denied In case of Apache 2.2, it will just make an error 500 instead of 403 * .htaccess.dist * Simplify * Better comment
* New core-extensions to allow Docker volumes for third-party extensions (#2837)Alexandre Alapetite2020-03-22
| | | | | | | | | | | | | * New core-extensions to allow Docker volumes for third-party extensions #Fix https://github.com/FreshRSS/FreshRSS/issues/2650 Split our extensions directory into two: 1) Core extensions shipped with FreshRSS in ./lib/core-extensions/ 2) Third-party extensions modified by end-users in ./extensions/ which can easily be mounted as a Docker volume * Example of Docker Compose with extensions * Back-compatibility + fix array merge bug
* Tumblr GDPR fix 2 (#2053)Alexandre Alapetite2018-10-19
| | | | | Previous workaround was not working anymore https://github.com/FreshRSS/FreshRSS/issues/1894 https://github.com/FreshRSS/FreshRSS/pull/1924
* New extension event + Tumblr GDPR (#1924)Alexandre Alapetite2018-06-09
| | | | | | | | | | | | | | * 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
* added links to extension repositoryKevin Papst2016-12-05
|
* Update extensions READMEMarien Fressinaud2015-01-08
|
* Update gitignore for extensionsMarien Fressinaud2014-12-04
|
* First draft for the new extension featureMarien Fressinaud2014-12-04
| | | | | | - 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).
* Primitive extension systemAlexandre Alapetite2014-10-05
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