Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement and expose a CSRF mitigation | nashe | 2017-12-23 | 1 | -1/+1 |
| | |||||
* | Give a session to the users | nashe | 2017-12-23 | 1 | -0/+2 |
| | |||||
* | Move helper functions to a separate file | nashe | 2017-07-16 | 1 | -14/+0 |
| | | | | This will be useful to use it in the tests. | ||||
* | Do not process postload.php requests if app not installed | nashe | 2017-05-28 | 1 | -3/+2 |
| | |||||
* | Move the debug directive to configuration file | nashe | 2017-05-28 | 1 | -7/+6 |
| | |||||
* | Don't fetch feeds via postload.php if they are not in the OPML file | nashe | 2017-04-29 | 1 | -0/+10 |
| | | | | Fixes #84. | ||||
* | Clean code | nashe | 2015-08-11 | 1 | -2/+2 |
| | | | | Replace dirname(__FILE__) by __DIR__. | ||||
* | Fix class autoloading | nashe | 2015-08-11 | 1 | -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.3 | nashe | 2015-08-05 | 1 | -3/+0 |
| | |||||
* | Initialize composer project | nashe | 2015-08-05 | 1 | -0/+2 |
| | |||||
* | upgrade moonmoon to simplepie 1.3, compiled version in a single file, remove ↵ | pascalc | 2012-07-09 | 1 | -1/+1 |
| | | | | old simplepie files | ||||
* | display moonmoon version in title bar of the administration panel, make the ↵ | Pascal Chevrel | 2012-05-03 | 1 | -1/+2 |
| | | | | version number a variable | ||||
* | add support for localization notes in strings. This is a feature allowing ↵ | Pascal Chevrel | 2012-04-25 | 1 | -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 moonmoon | Pascal Chevrel | 2012-03-12 | 1 | -2/+23 |
| | |||||
* | One file per class | Maurice Svay | 2012-03-07 | 1 | -0/+8 |
| | |||||
* | Refactor app instantiation | Maurice Svay | 2011-07-10 | 1 | -0/+17 |