summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2013-07-18use current date when feed does not provide pubdates, disable article updatesBernhard Posselt
2013-07-11increase timeout to from 10 to 60 seconds, fix #278Bernhard Posselt
2013-07-01Modified testReadAll, testReadFolder and testReadAll SQL quieriesbluehaze
2013-06-22add api annotationsBernhard Posselt
2013-06-22Revert "fix #253, use current date when no pubdate is provided"Bernhard Posselt
2013-06-22also set last modified when marking feeds, folders, or all read, fix #256Bernhard Posselt
2013-06-22fix #253, use current date when no pubdate is providedBernhard Posselt
2013-06-12adjust routes for new apiBernhard Posselt
2013-06-12move to new restful apiBernhard Posselt
2013-06-12add annotations for api controllersBernhard Posselt
2013-06-11implement starring and marking as read for multiple itemsBernhard Posselt
2013-06-09don't update faviconLink on feed updatelsmooth
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