summaryrefslogtreecommitdiffstats
path: root/app/app.php
Commit message (Collapse)AuthorAgeFilesLines
* Implement and expose a CSRF mitigationnashe2017-12-231-1/+1
|
* Give a session to the usersnashe2017-12-231-0/+2
|
* Move helper functions to a separate filenashe2017-07-161-14/+0
| | | | This will be useful to use it in the tests.
* Do not process postload.php requests if app not installednashe2017-05-281-3/+2
|
* Move the debug directive to configuration filenashe2017-05-281-7/+6
|
* Don't fetch feeds via postload.php if they are not in the OPML filenashe2017-04-291-0/+10
| | | | Fixes #84.
* Clean codenashe2015-08-111-2/+2
| | | | Replace dirname(__FILE__) by __DIR__.
* Fix class autoloadingnashe2015-08-111-10/+0
| | | | | | | 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.
* Require simplepie 1.3nashe2015-08-051-3/+0
|
* Initialize composer projectnashe2015-08-051-0/+2
|
* upgrade moonmoon to simplepie 1.3, compiled version in a single file, remove ↵pascalc2012-07-091-1/+1
| | | | old simplepie files
* display moonmoon version in title bar of the administration panel, make the ↵Pascal Chevrel2012-05-031-1/+2
| | | | version number a variable
* add support for localization notes in strings. This is a feature allowing ↵Pascal Chevrel2012-04-251-1/+1
| | | | developpers to add a short comment to a string explaining to localizers the context in which the string is used. This is a feature needed for the string extraction tools
* l10n support for moonmoonPascal Chevrel2012-03-121-2/+23
|
* One file per classMaurice Svay2012-03-071-0/+8
|
* Refactor app instantiationMaurice Svay2011-07-101-0/+17