summaryrefslogtreecommitdiffstats
path: root/db
AgeCommit message (Expand)Author
2013-08-26change email adress in copyright headersBernhard Posselt
2013-08-14also allow magnet urls in article links, fix #313Bernhard Posselt
2013-08-06move sanitation of urls to the serverside code to also provide security for c...Bernhard Posselt
2013-08-06strip all html tags from author and title, fix #287Bernhard Posselt
2013-07-01Modified readAll, readFolder and readFeed SQL queriesbluehaze
2013-06-22also set last modified when marking feeds, folders, or all read, fix #256Bernhard Posselt
2013-06-01also consider deleted folders and feeds in the feed update, #214Bernhard Posselt
2013-05-24fixed a bug when deleting foldersBernhard Posselt
2013-05-24fix a bug that would not display items of feeds without foldersBernhard Posselt
2013-05-24Fix bug that would still show items after its feed or folder has been marked ...Bernhard Posselt
2013-05-24dont use table in subselect of mark read query to not fail on mysql, fixes #173Bernhard 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-05-09only make one request for mark all read and mark folder read, fix #171, fix a...Bernhard Posselt
2013-05-02added toAPI methods for folder and feedBernhard Posselt
2013-05-02add serialize method for apiBernhard Posselt
2013-04-29go back to order by id, fix #138, use a newest item id to prevent marking ite...Bernhard Posselt
2013-04-26order by pubdate on the client side fix #115Bernhard Posselt
2013-04-26use last_modified column for finding new items (so we also see if they were u...Bernhard Posselt
2013-04-25fix broken sql statement fix #122Bernhard Posselt
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