summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2013-06-01also consider deleted folders and feeds in the feed update, #214Bernhard Posselt
2013-05-24fixed a bug when deleting foldersBernhard Posselt
2013-05-24fix a bug that would not display items of feeds without foldersBernhard Posselt
2013-05-24Fix bug that would still show items after its feed or folder has been marked ...Bernhard Posselt
2013-05-24dont use table in subselect of mark read query to not fail on mysql, fixes #173Bernhard Posselt
2013-05-21When creating a feed or folder the it should purge the deletedBernhard Posselt
2013-05-18Fix #174s17t.net
2013-05-10use a deleted flag for deleted feeds to handle undoBernhard Posselt
2013-05-10fixed acceptance testsBernhard Posselt
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