summaryrefslogtreecommitdiffstats
path: root/db
AgeCommit message (Expand)Author
2015-01-18first stab at intelligent containerBernhard Posselt
2015-01-06set noreferrer tag for links pointing to articlesBernhard Posselt
2014-11-21fix #660Bernhard Posselt
2014-11-19first stab at recommended sitesBernhard Posselt
2014-11-14correct phpdocBernhard Posselt
2014-11-13dont set guidHash when setting guid to avoid overwriting different guid hashe...Bernhard Posselt
2014-11-07remove lastmodified and etag from apiBernhard Posselt
2014-11-06fix mysqlBernhard Posselt
2014-11-06try to fix delete older than threshold so we can test it properlyBernhard Posselt
2014-10-30dont generate guid hash by hashing the guid since picofeed already hashes the...Bernhard Posselt
2014-10-27make cleanup fasterBernhard Posselt
2014-10-27semantic versioningBernhard Posselt
2014-10-22fix #302Bernhard 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-14add import articlesBernhard Posselt
2014-09-13autopagingBernhard Posselt
2014-09-13fix starred count for deleted folders, reload path when deletingBernhard Posselt
2014-09-11fix phpunit testsBernhard Posselt
2014-09-09add title ellipsis, fix #442Bernhard Posselt
2014-09-09add css custom classesBernhard Posselt
2014-09-05fix backend sortingBernhard Posselt
2014-06-26style fixesBernhard Posselt
2014-06-25style fixesBernhard Posselt
2014-05-29order by pubdateBernhard Posselt
2014-05-22simplify star and readBernhard Posselt
2014-05-16add delete method for imapper since service depends on itBernhard Posselt
2014-05-14fix operator for pagingBernhard Posselt
2014-05-14add serverside possibility to order by oldest firstBernhard Posselt
2014-05-14add JsonSerializable to entitiesBernhard Posselt
2014-05-14convert array() to []Bernhard Posselt
2014-05-14fix unittestsBernhard Posselt
2014-05-13break all the things!Bernhard Posselt
2014-05-12add docs to imapper interfaceBernhard Posselt
2014-05-12remove unneeded constructor argsBernhard Posselt
2014-05-12replace fetchRow with fetch to honour pdostatementBernhard Posselt
2014-05-12remove dead codeBernhard Posselt
2014-05-12more style fixesBernhard Posselt
2014-05-12add annotations to entitiesBernhard Posselt
2014-05-02add custom app.json config and parserBernhard Posselt
2014-04-20get rid of unneeded settings core class and inject it from the core containerBernhard 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 probably broken sql query on sqlite and postgres for deleting items after...Bernhard Posselt
2014-04-06fix deletion of items from users on sqliteBernhard Posselt