summaryrefslogtreecommitdiffstats
path: root/db/feedmapper.php
AgeCommit message (Expand)Author
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-08fix type issues with mappersBernhard Posselt
2014-09-14add import articlesBernhard Posselt
2014-06-26style fixesBernhard Posselt
2014-05-14convert array() to []Bernhard Posselt
2014-05-14fix unittestsBernhard Posselt
2014-05-13break all the things!Bernhard 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-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-20also group by updates_per_article columnBernhard Posselt
2013-08-26change email adress in copyright headersBernhard Posselt
2013-06-01also consider deleted folders and feeds in the feed update, #214Bernhard Posselt
2013-05-24fix a bug that would not display items of feeds without foldersBernhard Posselt
2013-05-21When creating a feed or folder the it should purge the deletedBernhard Posselt
2013-05-18Fix #174s17t.net
2013-05-10use a deleted flag for deleted feeds to handle undoBernhard Posselt
2013-04-06typo fixBernhard Posselt
2013-04-06added warnings for future devs to not run into sql injection mistakesBernhard Posselt
2013-04-05fix statusflag db query bugs and unittestsBernhard Posselt
2013-04-04fixes mappers by using the correct status conditionBernhard Posselt
2013-04-04deleted old code that i forgot to deleteBernhard Posselt
2013-04-04autopurge all read items which are not starred if there are more than 1000Bernhard Posselt
2013-04-04autopurge all read items which are not starred if there are more than 1000Bernhard Posselt
2013-03-26added casting information for data objectsBernhard Posselt
2013-03-26fix referential integrityBernhard Posselt
2013-03-22made mappers faster by only joining the relevant rows for each userBernhard Posselt
2013-03-22dont add feed twiceBernhard Posselt
2013-03-22removed mapper parent class and use the new mapper methods from the frameworkBernhard Posselt
2013-03-21reorganize folderBernhard Posselt
2013-03-21also get unread count when fetching feeds from a userBernhard Posselt
2013-03-21be niceBernhard Posselt
2013-03-20finished foldermapperBernhard Posselt
2013-03-20finished feedmapperBernhard Posselt
2013-03-20added feedmaperBernhard Posselt
2013-03-20testsBernhard Posselt
2013-03-03create folder api callAlessandro Cosentino
2013-01-27merged the angularjs branchBernhard Posselt