summaryrefslogtreecommitdiffstats
path: root/dependencyinjection
AgeCommit message (Collapse)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 ↵Bernhard Posselt
allow embedded youtube videos that start with //
2013-08-28add middleware for cors requestsBernhard Posselt
2013-08-28Possible backwards incompatible change by using the link provided by ↵Bernhard Posselt
simplepie instead of the user for the url hash. This prevents duplication of the feed when adding a slightly different feed url which points to the same feed and allows a speedup from O(n) to O(1) for article enhanchers
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 ↵Bernhard Posselt
handling, created a route for the api to clean up old stuff
2013-07-11Revert "Modified HTMLPurifier Configuration"Bernhard Posselt
This reverts commit 6a36802bc73ced88ae81ad41762949fb78142496.
2013-07-11Revert "Modified HTMLPurifier Configuration"Bernhard Posselt
This reverts commit 34d3b2c512242f92bb52fdd14ab1ca07847e6425.
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 ↵Bernhard Posselt
a bug that prevented readding of feeds when its folder was deleted, fix a bug that would not allow mark read for feeds when the app was started for the first time
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 ↵Bernhard Posselt
items as read that the user didnt see yet fix #141, also update the starred count periodically
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
Edit fix #102
2013-04-20set autopurge limit to 200 and purge per feed rather than per user or per ↵Bernhard Posselt
all items, fix #98
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 ↵Bernhard Posselt
creating folders and feeds and what happens when an error gets triggered
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