summaryrefslogtreecommitdiffstats
path: root/controller/feedcontroller.php
AgeCommit message (Expand)Author
2013-11-12Make feed title editable (FIX #242)Davide Saurino
2013-09-12removed google importer on the serverside, add importer for articlesBernhard Posselt
2013-08-26change email adress in copyright headersBernhard 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-03-27correctly save last viewed feedBernhard Posselt
2013-03-25set last viewed feed type and id and added casts to int for parametersBernhard Posselt
2013-03-23added commentBernhard Posselt
2013-03-23use all articles if active feed is nullBernhard Posselt
2013-03-22check if active feed or folder existBernhard Posselt
2013-03-21finished foldercontrollerBernhard Posselt
2013-03-21fixed itemmapper testBernhard Posselt
2013-03-21finished feedcontrollerBernhard Posselt
2013-03-21added all controller methods and tests for the annotationsBernhard Posselt
2013-03-21added feed annotation testBernhard Posselt
2013-03-21added empty methods for controllersBernhard Posselt
2013-03-21added all controllersBernhard Posselt
2013-03-02prototype for business layer for feedAlessandro Cosentino