summaryrefslogtreecommitdiffstats
path: root/tests/unit/controller
AgeCommit message (Expand)Author
2013-09-27use seperate direcotires for article enhancers and fetchersBernhard Posselt
2013-09-14implement pull to refresh, fix #44Bernhard Posselt
2013-09-12removed google importer on the serverside, add importer for articlesBernhard Posselt
2013-09-12#342 implement exportBernhard Posselt
2013-08-31Throw proper error codes when creating invalid folders through the API, fix #297Bernhard Posselt
2013-08-26change email adress in copyright headersBernhard Posselt
2013-06-12move to new restful apiBernhard Posselt
2013-06-12add annotations for api controllersBernhard Posselt
2013-05-21When creating a feed or folder the it should purge the deletedBernhard 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-02force links to open in new tabs, fix #146Bernhard Posselt
2013-05-02added proper exception handling for all controllers and businesslayerBernhard Posselt
2013-04-29go back to order by id, fix #138, use a newest item id to prevent marking ite...Bernhard Posselt
2013-04-26use last_modified column for finding new items (so we also see if they were u...Bernhard Posselt
2013-04-20Also load the newest feed data when you load a feedBernhard Posselt
2013-04-19added test for opmlexporter fix #58Bernhard Posselt
2013-04-19added skeletons for google reader importBernhard Posselt
2013-04-17always return the unreadcount when marking read to set update request as 0, d...Bernhard Posselt
2013-04-16dont show unread count when it is 0, dont bold read feeds, implemented autopa...Bernhard Posselt
2013-04-15renamed bl to businesslayer, handle exception in update routine, fix #69Bernhard Posselt
2013-04-15get language from server and save it in a language object, dont use a seperat...Bernhard Posselt
2013-04-12implement export, needs proper unittests though, fix 31Bernhard Posselt
2013-04-12added return value tests for controllersBernhard Posselt
2013-04-05moved tests into unit directoryBernhard Posselt