summaryrefslogtreecommitdiffstats
path: root/tests/unit/controller/FeedControllerTest.php
AgeCommit message (Expand)Author
2014-10-21first try to set indention limit at 80 characters in phpBernhard Posselt
2014-10-21convert tabs indention to indention with 4 spaces because of mixing of both v...Bernhard Posselt
2014-09-14add import articlesBernhard Posselt
2014-06-25add phpunit xmlBernhard Posselt
2014-05-23implement #137 serversideBernhard Posselt
2014-05-16fix coding style and dead codeBernhard Posselt
2014-05-15rename businesslayer to serviceBernhard Posselt
2014-05-14convert array() to []Bernhard Posselt
2014-05-14fix unittestsBernhard Posselt
2014-05-13remove dead codeBernhard Posselt
2014-05-12remove failing jsonresponse from tests, this will be transformed into arrays ...Bernhard Posselt
2014-05-12remove more unused codeBernhard Posselt
2014-04-20get rid of unneeded settings core class and inject it from the core containerBernhard Posselt
2014-04-19update headers to be compatible with phpdoc, slim down license text to make c...Bernhard Posselt
2014-04-19split up api class for easier testing and clearer codeBernhard Posselt
2014-04-09port to internal controller, some routes are still brokenBernhard Posselt
2014-04-09migrate security annotations, please reviewBernhard Posselt
2014-04-09ported to owncloud internal appframework classes, confused with how to start ...Bernhard Posselt
2014-04-06get rid of deprecated getParams and renderJSON method to ease transition to b...Bernhard Posselt
2013-11-16Rename Feed: tests addedDavide Saurino
2013-09-12removed google importer on the serverside, add importer for articlesBernhard Posselt
2013-08-26change email adress in copyright headersBernhard Posselt
2013-06-12move to new restful apiBernhard Posselt
2013-06-12add annotations for api controllersBernhard Posselt
2013-05-21When creating a feed or folder the it should purge the deletedBernhard Posselt
2013-05-10use a deleted flag for deleted feeds to handle undoBernhard Posselt
2013-05-09only make one request for mark all read and mark folder read, fix #171, fix a...Bernhard Posselt
2013-05-02added proper exception handling for all controllers and businesslayerBernhard Posselt
2013-04-29go back to order by id, fix #138, use a newest item id to prevent marking ite...Bernhard Posselt
2013-04-19added skeletons for google reader importBernhard Posselt
2013-04-17always return the unreadcount when marking read to set update request as 0, d...Bernhard Posselt
2013-04-15renamed bl to businesslayer, handle exception in update routine, fix #69Bernhard Posselt
2013-04-12implement export, needs proper unittests though, fix 31Bernhard Posselt
2013-04-05moved tests into unit directoryBernhard Posselt