summaryrefslogtreecommitdiffstats
path: root/dependencyinjection
AgeCommit message (Expand)Author
2013-09-02still trying to fix corsBernhard Posselt
2013-09-02switch from json config to ini configBernhard Posselt
2013-09-02move configuration values into a config file, fix #167Bernhard Posselt
2013-08-29allow more than one article enhancer per url based on the url regex, also all...Bernhard Posselt
2013-08-28add middleware for cors requestsBernhard Posselt
2013-08-28Possible backwards incompatible change by using the link provided by simplepi...Bernhard Posselt
2013-08-28add enhancers for articles, fix #14Bernhard Posselt
2013-08-26change email adress in copyright headersBernhard Posselt
2013-08-02inject correct deps into updaterBernhard Posselt
2013-08-02make cron updater optional, created updater class for better updating handlin...Bernhard Posselt
2013-07-11Revert "Modified HTMLPurifier Configuration"Bernhard Posselt
2013-07-11Revert "Modified HTMLPurifier Configuration"Bernhard Posselt
2013-07-11increase timeout to from 10 to 60 seconds, fix #278Bernhard Posselt
2013-07-03Modified HTMLPurifier Configurationbluehaze
2013-07-03Modified HTMLPurifier Configurationbluehaze
2013-05-20dont break on item api requestBernhard Posselt
2013-05-10use a deleted flag for deleted feeds to handle undoBernhard Posselt
2013-05-09only make one request for mark all read and mark folder read, fix #171, fix a...Bernhard Posselt
2013-05-04also sanitize imported jsonBernhard Posselt
2013-05-04embed vimeo and youtube videos fix #148Bernhard Posselt
2013-05-04use html purifier for sanitationBernhard Posselt
2013-05-03also provide the app versionBernhard Posselt
2013-05-02implement all routes and function bodies for api callsBernhard Posselt
2013-05-02implemented first feeds get all methodBernhard Posselt
2013-04-29go back to order by id, fix #138, use a newest item id to prevent marking ite...Bernhard Posselt
2013-04-23added configuration infoBernhard Posselt
2013-04-23use data directory as cacheBernhard Posselt
2013-04-22added import from google reader, fix #80Bernhard Posselt
2013-04-20update items when they are being set read or starredBernhard Posselt
2013-04-20Also load the newest feed data when you load a feedBernhard Posselt
2013-04-20set autopurge limit to 200 and purge per feed rather than per user or per all...Bernhard Posselt
2013-04-19added some hints for importing google reader itemsBernhard Posselt
2013-04-18added test for fetcher class fix #47Bernhard Posselt
2013-04-18minor changeBernhard Posselt
2013-04-17use favicon fetcher from appframework, fix #62Bernhard Posselt
2013-04-17move simplepie to appframeworkBernhard Posselt
2013-04-15renamed bl to businesslayer, handle exception in update routine, fix #69Bernhard Posselt
2013-04-12implement export, needs proper unittests though, fix 31Bernhard Posselt
2013-04-12added serverside cachingBernhard Posselt
2013-04-11translate folder and feed errors and added css and template code for creating...Bernhard Posselt
2013-04-04move autopurge to itemblBernhard Posselt
2013-04-04autopurge all read items which are not starred if there are more than 1000Bernhard Posselt
2013-04-03removed useless settingsBernhard Posselt
2013-04-02add comment for twitter fetcherBernhard Posselt
2013-04-02added simple twitter fetcher implementationBernhard Posselt
2013-04-02addedBernhard Posselt
2013-04-02added pluggable fetchersBernhard Posselt
2013-04-02put getUrlContent into apiBernhard Posselt
2013-03-25implemented feed updateBernhard Posselt
2013-03-23fixed dicontainer and added basic controllersBernhard Posselt