summaryrefslogtreecommitdiffstats
path: root/dependencyinjection
AgeCommit message (Collapse)Author
2013-09-27external to api folderBernhard Posselt
2013-09-27use seperate direcotires for article enhancers and fetchersBernhard Posselt
2013-09-26create a seperate config file for regex enhancersBernhard Posselt
2013-09-26move simple enhancer config into json fileBernhard Posselt
2013-09-25add article enhancer for comics hosted by the escapistRobin Appelman
2013-09-25add article enhancer for least i could doRobin Appelman
2013-09-25add article enhancer for twogagRobin Appelman
2013-09-25add article enhancer for penny-arcadeRobin Appelman
2013-09-25add article enhancer for use cad-comic.comRobin Appelman
2013-09-14Fix themerepublic.net enhancerDavid
2013-09-14Add ThemeRepublic EnhancerDavid
2013-09-14remove import parser from dicontainerBernhard Posselt
2013-09-12removed google importer on the serverside, add importer for articlesBernhard Posselt
2013-09-12#342 implement exportBernhard Posselt
2013-09-07extra work for postgres, fix #338Bernhard Posselt
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