summaryrefslogtreecommitdiffstats
path: root/admin/subscriptions.php
Commit message (Collapse)AuthorAgeFilesLines
* Require PHP 7.2Romain d'Alverny2022-01-101-1/+1
| | | | moonmoon now supports PHP 7.2 to 8.1.
* Do not assume that Composer autoload is case insensitivenashe2018-01-041-1/+1
|
* Merge pull request #98 from moonmoon/anti-csrfthomas2018-01-021-0/+4
|\ | | | | Implement a mitigation against CSRF attacks
| * Add CSRF token checksnashe2017-12-231-0/+4
| |
* | Remove unnecessary calls to Spycnashe2018-01-021-4/+2
|/
* Add an option to disable feed certificate checknashe2017-07-131-0/+6
|
* Do not encode feed title twicenashe2017-07-131-1/+1
| | | | cf. #95
* Clean codenashe2015-08-111-6/+6
| | | | Replace dirname(__FILE__) by __DIR__.
* Fix class autoloadingnashe2015-08-111-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ía2014-03-041-0/+1
| | | | feeds
* fix install process and admin section which are currently broken because of ↵Pascal Chevrel2012-03-081-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.5Pascal Chevrel2012-02-281-4/+4
|
* Fixes bug when adding no feed deletes all feedsMaurice Svay2010-08-101-1/+1
|
* Initial commitMaurice Svay2010-02-161-0/+68