summaryrefslogtreecommitdiffstats
path: root/db
AgeCommit message (Expand)Author
2013-12-12Revert "fix non utf-8 strings in article body, title, guid and author"Bernhard Posselt
2013-12-12Revert "less equal signs and goddamnit php dont spit out warnings if it worked"Bernhard Posselt
2013-12-12less equal signs and goddamnit php dont spit out warnings if it workedBernhard Posselt
2013-12-12fix non utf-8 strings in article body, title, guid and authorBernhard Posselt
2013-09-27added fixme1.605Bernhard Posselt
2013-09-27always open links in new tabBernhard Posselt
2013-09-20also group by updates_per_article columnBernhard Posselt
2013-09-14allow inserted urls againBernhard Posselt
2013-09-13fix sqlBernhard Posselt
2013-09-13respect articles per update count in item cleanupBernhard Posselt
2013-09-13also store feeds per article when doing updatesBernhard Posselt
2013-09-12removed google importer on the serverside, add importer for articlesBernhard Posselt
2013-09-12#342 implement exportBernhard Posselt
2013-09-07extra work for postgres, fix #338Bernhard Posselt
2013-09-07quickfix releaseBernhard Posselt
2013-09-05trying to fix delete older than threshold queryBernhard Posselt
2013-09-04fix limit calculation for deleteReadOlderThanThresholdbastei
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