Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Require PHP 7.2 | Romain d'Alverny | 2022-01-10 | 1 | -1/+1 |
| | | | | moonmoon now supports PHP 7.2 to 8.1. | ||||
* | Do not assume that Composer autoload is case insensitive | nashe | 2018-01-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #98 from moonmoon/anti-csrf | thomas | 2018-01-02 | 1 | -0/+4 |
|\ | | | | | Implement a mitigation against CSRF attacks | ||||
| * | Add CSRF token checks | nashe | 2017-12-23 | 1 | -0/+4 |
| | | |||||
* | | Remove unnecessary calls to Spyc | nashe | 2018-01-02 | 1 | -4/+2 |
|/ | |||||
* | Add an option to disable feed certificate check | nashe | 2017-07-13 | 1 | -0/+6 |
| | |||||
* | Do not encode feed title twice | nashe | 2017-07-13 | 1 | -1/+1 |
| | | | | cf. #95 | ||||
* | Clean code | nashe | 2015-08-11 | 1 | -6/+6 |
| | | | | Replace dirname(__FILE__) by __DIR__. | ||||
* | Fix class autoloading | nashe | 2015-08-11 | 1 | -1/+2 |
| | | | | | | | Made some mistakes with my last PR: I tested that everything were working, but on the wrong branch. This commit fixes all the autoloading error that were left. | ||||
* | Control width blacklisting feed are down, cron.php manage the status of this ↵ | Fernando García | 2014-03-04 | 1 | -0/+1 |
| | | | | feeds | ||||
* | fix install process and admin section which are currently broken because of ↵ | Pascal Chevrel | 2012-03-08 | 1 | -6/+2 |
| | | | | the separation of classes in separate files. Now the files calling those classes are including app/app.php, also, I changed the variable name in the installation wizard to so as to avoid confusion with already used in the admin section | ||||
* | update spyc library from 0.2.3 to 0.5 | Pascal Chevrel | 2012-02-28 | 1 | -4/+4 |
| | |||||
* | Fixes bug when adding no feed deletes all feeds | Maurice Svay | 2010-08-10 | 1 | -1/+1 |
| | |||||
* | Initial commit | Maurice Svay | 2010-02-16 | 1 | -0/+68 |