summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2013-05-09also send newest item id when creating a feed from the apiBernhard Posselt
2013-05-09only make one request for mark all read and mark folder read, fix #171, fix a...Bernhard Posselt
2013-05-08further state preconditionBernhard Posselt
2013-05-08move hover check into preconditionBernhard Posselt
2013-05-08added test for sliding up the formBernhard Posselt
2013-05-07small changeBernhard Posselt
2013-05-07make host configurableBernhard Posselt
2013-05-07typo fixBernhard Posselt
2013-05-07added commentBernhard Posselt
2013-05-07fix visibility testBernhard Posselt
2013-05-07fixed acceptance testsBernhard Posselt
2013-05-07added acceptancetest suiteBernhard Posselt
2013-05-07added first cucumber steps and definitionsBernhard Posselt
2013-05-04also sanitize imported jsonBernhard Posselt
2013-05-04use html purifier for sanitationBernhard Posselt
2013-05-03log feed errorsBernhard Posselt
2013-05-03also provide the app versionBernhard Posselt
2013-05-02implemented last api method, fix #105Bernhard Posselt
2013-05-02implement item api methodsBernhard Posselt
2013-05-02add read buttonBernhard Posselt
2013-05-02send correct folder exists error codeBernhard Posselt
2013-05-02implemented folder api methodsBernhard 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-05-02added api method for getting itemsBernhard Posselt
2013-05-02removed useless get calls to apiBernhard Posselt
2013-05-02add test for api resultBernhard Posselt
2013-05-02move external api stuff to appframeworkBernhard Posselt
2013-05-02added small result wrapperBernhard Posselt
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