summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2013-05-02implement all routes and function bodies for api callsBernhard Posselt
2013-05-02implemented first feeds get all methodBernhard Posselt
2013-05-02added toAPI methods for folder and feedBernhard Posselt
2013-05-02add serialize method for apiBernhard Posselt
2013-04-29go back to order by id, fix #138, use a newest item id to prevent marking ite...Bernhard Posselt
2013-04-27prefer web favicon over feed favicon, fix #101Bernhard Posselt
2013-04-26order by pubdate on the client side fix #115Bernhard Posselt
2013-04-26use last_modified column for finding new items (so we also see if they were u...Bernhard Posselt
2013-04-25import in reversed order because first item is the newest one, #80Bernhard Posselt
2013-04-25fix unittestsBernhard Posselt
2013-04-22dont add items with no title or guid or url and handle non existent pubdateBernhard Posselt
2013-04-22added import from google reader, fix #80Bernhard Posselt
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