summaryrefslogtreecommitdiffstats
path: root/db/itemmapper.php
AgeCommit message (Expand)Author
2015-08-19also use class property for mappersBernhard Posselt
2015-04-30fix line widthBernhard Posselt
2015-04-14more phpdoc and remove unused codeBernhard Posselt
2015-03-21more style fixesBernhard Posselt
2015-03-21add migrate command, fix #185Bernhard Posselt
2015-03-21search in lower case and ignore weird whitespaceBernhard Posselt
2015-03-21add a search parameter to the find all queriesBernhard Posselt
2015-03-21generate an indexBernhard Posselt
2015-02-15When passing a negative batchSizes to the item API, all items will be returnedBernhard Posselt
2014-11-06try to fix delete older than threshold so we can test it properlyBernhard Posselt
2014-10-27make cleanup fasterBernhard Posselt
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-10-09even more code coverageBernhard Posselt
2014-10-08fix type issues with mappersBernhard Posselt
2014-09-13autopagingBernhard Posselt
2014-09-13fix starred count for deleted folders, reload path when deletingBernhard Posselt
2014-09-05fix backend sortingBernhard Posselt
2014-06-26style fixesBernhard Posselt
2014-05-29order by pubdateBernhard Posselt
2014-05-14fix operator for pagingBernhard Posselt
2014-05-14add serverside possibility to order by oldest firstBernhard Posselt
2014-05-14convert array() to []Bernhard Posselt
2014-05-13break all the things!Bernhard Posselt
2014-05-12replace fetchRow with fetch to honour pdostatementBernhard Posselt
2014-05-12remove dead codeBernhard 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-09ported to owncloud internal appframework classes, confused with how to start ...Bernhard Posselt
2014-04-08migrated database, utility, bootstrap from appframeworkBernhard Posselt
2014-04-08set item as default for item mapper classes to prevent bugs when inheriting f...Bernhard Posselt
2014-04-06fix deletion of items from users on sqliteBernhard Posselt
2014-04-06remove old fromrow method from itembusinesslayer to prevent failing when star...Bernhard Posselt
2014-04-05use findEntity and findEntities from the mapper class to get rid of code dupl...Bernhard Posselt
2014-04-04register hooks for deleting feeds, folders and items if a user is deleted, fi...Bernhard Posselt
2013-09-13fix sqlBernhard Posselt
2013-09-13respect articles per update count in item cleanupBernhard Posselt
2013-09-12#342 implement exportBernhard Posselt
2013-09-07extra work for postgres, fix #338Bernhard Posselt
2013-09-07quickfix releaseBernhard Posselt
2013-09-05trying to fix delete older than threshold queryBernhard Posselt
2013-09-04fix limit calculation for deleteReadOlderThanThresholdbastei
2013-08-26change email adress in copyright headersBernhard Posselt
2013-07-01Modified readAll, readFolder and readFeed SQL queriesbluehaze
2013-06-22also set last modified when marking feeds, folders, or all read, fix #256Bernhard Posselt
2013-05-24fix a bug that would not display items of feeds without foldersBernhard Posselt
2013-05-24Fix bug that would still show items after its feed or folder has been marked ...Bernhard Posselt
2013-05-24dont use table in subselect of mark read query to not fail on mysql, fixes #173Bernhard Posselt
2013-05-09only make one request for mark all read and mark folder read, fix #171, fix a...Bernhard Posselt
2013-04-29go back to order by id, fix #138, use a newest item id to prevent marking ite...Bernhard Posselt