summaryrefslogtreecommitdiffstats
path: root/db
AgeCommit message (Expand)Author
2013-03-22slim down select queriesBernhard Posselt
2013-03-22made mappers faster by only joining the relevant rows for each userBernhard Posselt
2013-03-22implemented feedReadBernhard 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-21disallow creating and renaming of folders that already existBernhard Posselt
2013-03-21finished feedcontrollerBernhard Posselt
2013-03-21not working itemmapper with testsAlessandro Cosentino
2013-03-21reorganize folderBernhard Posselt
2013-03-21also get unread count when fetching feeds from a userBernhard Posselt
2013-03-21findAll All AllAlessandro Cosentino
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-20adds findAllFromFolderAlessandro Cosentino
2013-03-20findAll functions in the itemmapperAlessandro Cosentino
2013-03-20updated docsBernhard Posselt
2013-03-20finished cleaning up in dbBernhard Posselt
2013-03-20removed entityBernhard Posselt
2013-03-20removed collectionBernhard Posselt
2013-03-20ported entitiesBernhard Posselt
2013-03-20test find methodAlessandro Cosentino
2013-03-20moved entity to the appframeworkBernhard Posselt
2013-03-20removed comments from item classBernhard Posselt
2013-03-20added tablename for entitesBernhard Posselt
2013-03-20use a hashmap for updated fieldsBernhard Posselt
2013-03-20also mark field as updated in itemBernhard Posselt
2013-03-20finished itemBernhard Posselt
2013-03-20throw exceptions when attributes dont existBernhard Posselt
2013-03-20correctly map table column names to propertiesBernhard Posselt
2013-03-19created a protected function to mark a field as updatedBernhard Posselt
2013-03-19added getter and setter automation and added translation for database fieldsBernhard Posselt
2013-03-19added namespaced indices for the newsappBernhard Posselt
2013-03-19added itemmapper testBernhard Posselt
2013-03-19added entity baseclass and pull deps if phpunit is runBernhard Posselt
2013-03-07implement folder modify and delete api callsGregor Tätzner
2013-03-03create folder api callAlessandro Cosentino
2013-03-03adds a call to create feedAlessandro Cosentino
2013-03-02prototype for business layer for feedAlessandro Cosentino
2013-03-02prototype of business layer for apiAlessandro Cosentino
2013-02-11show spinning wheel on adding and removed unused fileBernhard Posselt
2013-02-01basic businesslayer stuffBernhard Posselt
2013-01-27merged the angularjs branchBernhard Posselt