summaryrefslogtreecommitdiffstats
path: root/tests/unit/businesslayer/ItemBusinessLayerTest.php
AgeCommit message (Collapse)Author
2014-05-15rename businesslayer to serviceBernhard Posselt
2014-05-14add serverside possibility to order by oldest firstBernhard Posselt
2014-05-14convert array() to []Bernhard Posselt
2014-05-13fix some testsBernhard Posselt
2014-05-12remove more dead codeBernhard Posselt
2014-05-12more style fixesBernhard Posselt
2014-04-19update headers to be compatible with phpdoc, slim down license text to make ↵Bernhard Posselt
code more visible
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-09ported to owncloud internal appframework classes, confused with how to start ↵Bernhard Posselt
the app and define deps
2014-04-08migrated database, utility, bootstrap from appframeworkBernhard Posselt
2014-04-04register hooks for deleting feeds, folders and items if a user is deleted, ↵Bernhard Posselt
fix #468
2013-09-12#342 implement exportBernhard Posselt
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-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-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 ↵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