summaryrefslogtreecommitdiffstats
path: root/db
AgeCommit message (Expand)Author
2015-08-14fix full text status not rendered correctly in navigationBernhard Posselt
2015-08-12serverside full textBernhard Posselt
2015-04-30fix line widthBernhard Posselt
2015-04-14more phpdoc and remove unused codeBernhard Posselt
2015-03-22add back scrutinizerBernhard 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-21also decode html entitiesBernhard Posselt
2015-03-21generate an indexBernhard Posselt
2015-03-21cleanup db stuffBernhard Posselt
2015-02-15When passing a negative batchSizes to the item API, all items will be returnedBernhard Posselt
2015-01-25expose feed ordering in api, #711Bernhard Posselt
2015-01-23fix #711Bernhard Posselt
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