summaryrefslogtreecommitdiffstats
path: root/businesslayer/folderbusinesslayer.php
AgeCommit message (Expand)Author
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-09ported to owncloud internal appframework classes, confused with how to start ...Bernhard Posselt
2014-04-08migrated database, utility, bootstrap from appframeworkBernhard Posselt
2014-04-04register hooks for deleting feeds, folders and items if a user is deleted, fi...Bernhard Posselt
2013-08-31Throw proper error codes when creating invalid folders through the API, fix #297Bernhard Posselt
2013-08-26change email adress in copyright headersBernhard Posselt
2013-08-01also scroll correctly to bottom in firefoxBernhard Posselt
2013-06-04added javadoc for the businesslayerBernhard 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-02added proper exception handling for all controllers and businesslayerBernhard Posselt
2013-04-15renamed bl to businesslayer, handle exception in update routine, fix #69Bernhard Posselt