summaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Expand)Author
2014-11-05update picofeed, add max size setting, fix #642Bernhard Posselt
2014-10-22get rid of simplepieBernhard Posselt
2014-10-21get rid of faviconfetcher and use picofeedBernhard Posselt
2014-10-21first try to set indention limit at 80 characters in phpBernhard Posselt
2014-10-21convert tabs indention to indention with 4 spaces because of mixing of both v...Bernhard Posselt
2014-10-21Make config.ini editable in the admin interfaceBernhard Posselt
2014-10-21move config class into config folderBernhard Posselt
2014-10-21move databases into dependencies sectionBernhard Posselt
2014-10-14fix #634Bernhard Posselt
2014-10-09cleanup test method in appconfig class, add test for item serializationBernhard Posselt
2014-10-08move database check into seperate functionBernhard Posselt
2014-10-08remove redundant owncloud version checkBernhard Posselt
2014-09-01fix testsBernhard Posselt
2014-06-26style fixesBernhard Posselt
2014-06-25style fixesBernhard Posselt
2014-05-14convert array() to []Bernhard Posselt
2014-05-12add annotations to entitiesBernhard Posselt
2014-05-05use proper config array key to not break when registering hooks or jobs, #522Bernhard Posselt
2014-05-02fix sqlite db nameBernhard Posselt
2014-05-02also validate database typesBernhard Posselt
2014-05-02add app.json schemaBernhard Posselt
2014-05-02add custom app.json config and parserBernhard Posselt
2014-05-02add parser for app.json file, parsing jobs and hooks still leftBernhard Posselt