summaryrefslogtreecommitdiffstats
path: root/db
AgeCommit message (Expand)Author
2013-04-20set autopurge limit to 200 and purge per feed rather than per user or per all...Bernhard Posselt
2013-04-19added a way to prevent feed from being updatedBernhard Posselt
2013-04-16fix bug that prevented marking read if the highestitemid was 0Bernhard Posselt
2013-04-16dont care if starred items are read or unread, always show themBernhard Posselt
2013-04-16dont show unread count when it is 0, dont bold read feeds, implemented autopa...Bernhard Posselt
2013-04-12implement mark as read for feeds and folders, fix #29Bernhard Posselt
2013-04-08add link to feed which gets opened when clicked on the subheading of an itemBernhard 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-05making shit work since 1988Bernhard Posselt
2013-04-05fix #37 by fixing multiple, hard to track down typosBernhard 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-04move autopurge to itemblBernhard 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-27fixed mark all unread serverside (was missing highestitemid, dont use lastmod...Bernhard Posselt
2013-03-26show title and author below feedBernhard Posselt
2013-03-26viewing the first 20 items is now possibleBernhard Posselt
2013-03-26added casting information for data objectsBernhard Posselt
2013-03-26fix referential integrityBernhard Posselt
2013-03-26also use feedid because feed + guid hash are unique togetherBernhard Posselt
2013-03-25remove prefixBernhard Posselt
2013-03-25implemented feed updateBernhard Posselt
2013-03-23various bugfixesBernhard Posselt
2013-03-23finished itemmappersBernhard Posselt
2013-03-23added index templateBernhard Posselt
2013-03-23finished findall methods in itemblBernhard Posselt
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