summaryrefslogtreecommitdiffstats
path: root/businesslayer/itembusinesslayer.php
AgeCommit message (Collapse)Author
2013-08-26change email adress in copyright headersBernhard Posselt
2013-06-22also set last modified when marking feeds, folders, or all read, fix #256Bernhard Posselt
2013-06-04added javadoc for the businesslayerBernhard Posselt
2013-05-09only make one request for mark all read and mark folder read, fix #171, fix ↵Bernhard Posselt
a bug that prevented readding of feeds when its folder was deleted, fix a bug that would not allow mark read for feeds when the app was started for the first time
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 ↵Bernhard Posselt
items as read that the user didnt see yet fix #141, also update the starred count periodically
2013-04-26use last_modified column for finding new items (so we also see if they were ↵Bernhard Posselt
updated or starred), use offset to paginate rather than item id
2013-04-20update items when they are being set read or starredBernhard Posselt
2013-04-20set autopurge limit to 200 and purge per feed rather than per user or per ↵Bernhard Posselt
all items, fix #98
2013-04-15renamed bl to businesslayer, handle exception in update routine, fix #69Bernhard Posselt