summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2013-04-22added unittest for author mailBernhard Posselt
2013-04-21if feed has no title, use its url, fix #108Bernhard 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-20Add test case for feed items with missing pubDateRobin Appelman
2013-04-20also test for limit parameterBernhard Posselt
2013-04-20set autopurge limit to 200 and purge per feed rather than per user or per all...Bernhard Posselt
2013-04-19added test for opmlexporter fix #58Bernhard Posselt
2013-04-19added unittest for opmlexporterBernhard Posselt
2013-04-19also html decode authorBernhard Posselt
2013-04-19added some hints for importing google reader itemsBernhard Posselt
2013-04-19added a way to prevent feed from being updatedBernhard Posselt
2013-04-19added skeletons for google reader importBernhard Posselt
2013-04-18Merge pull request #83 from owncloud/unkown-pubdateBernhard Posselt
2013-04-18Add test case for feed items with unknown pubdateRobin Appelman
2013-04-18added test for fetcher class fix #47Bernhard Posselt
2013-04-17always return the unreadcount when marking read to set update request as 0, d...Bernhard Posselt
2013-04-16dont add items if they are already in the databaseBernhard Posselt
2013-04-16fix bug that prevented marking read if the highestitemid was 0Bernhard Posselt
2013-04-16dont care if starred items are read or unread, always show themBernhard 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-13add code to get favicons, fix #49Bernhard Posselt
2013-04-12implement export, needs proper unittests though, fix 31Bernhard Posselt
2013-04-12implement clientside update requests, fix #27Bernhard Posselt
2013-04-12added return value tests for controllersBernhard Posselt
2013-04-12implement mark as read for feeds and folders, fix #29Bernhard Posselt
2013-04-11translate folder and feed errors and added css and template code for creating...Bernhard Posselt
2013-04-09fixed feedbl unittestsBernhard Posselt
2013-04-05brought back starring of feedsBernhard Posselt
2013-04-05fix statusflag db query bugs and unittestsBernhard Posselt
2013-04-05fix #37 by fixing multiple, hard to track down typosBernhard Posselt
2013-04-05small work on integration testBernhard Posselt
2013-04-05movedBernhard Posselt
2013-04-05moved tests into unit directoryBernhard Posselt
2013-04-04fixes mappers by using the correct status conditionBernhard 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-04autopurge all read items which are not starred if there are more than 1000Bernhard Posselt
2013-04-03removed useless settingsBernhard Posselt
2013-04-02added simple twitter fetcher implementationBernhard Posselt
2013-04-02fix #11 by not relying on db exceptions anymore since there is no fking prope...Bernhard Posselt
2013-04-02added pluggable fetchersBernhard Posselt
2013-03-27correctly save last viewed feedBernhard Posselt
2013-03-27star by guid hash and feedid to also star an item if it has been updated in t...Bernhard Posselt
2013-03-27delete existing item on updateBernhard Posselt
2013-03-27fixed mark all unread serverside (was missing highestitemid, dont use lastmod...Bernhard Posselt
2013-03-26viewing the first 20 items is now possibleBernhard Posselt
2013-03-26added casting information for data objectsBernhard Posselt