summaryrefslogtreecommitdiffstats
path: root/utility
AgeCommit message (Expand)Author
2013-05-04also sanitize imported jsonBernhard Posselt
2013-05-04use html purifier for sanitationBernhard Posselt
2013-05-02force links to open in new tabs, fix #146Bernhard Posselt
2013-04-29go back to order by id, fix #138, use a newest item id to prevent marking ite...Bernhard Posselt
2013-04-28use friggin unicode because 5.3 doesnt use it as defaultBernhard Posselt
2013-04-28try to fix #139 by specifying utf-8 encoding and xml entities manuallyBernhard Posselt
2013-04-27prefer web favicon over feed favicon, fix #101Bernhard Posselt
2013-04-25import in reversed order because first item is the newest one, #80Bernhard Posselt
2013-04-22dont add items with no title or guid or url and handle non existent pubdateBernhard Posselt
2013-04-22added import from google reader, fix #80Bernhard Posselt
2013-04-22added unittest for author mailBernhard Posselt
2013-04-22Use the email field of the author if the name field is not setRobin Appelman
2013-04-21if feed has no title, use its url, fix #108Bernhard Posselt
2013-04-19also html decode authorBernhard Posselt
2013-04-18added test for fetcher class fix #47Bernhard Posselt
2013-04-18remove em, b and i tags from title fix #88Bernhard Posselt
2013-04-17use favicon fetcher from appframework, fix #62Bernhard Posselt
2013-04-17always return the unreadcount when marking read to set update request as 0, d...Bernhard Posselt
2013-04-16unescape title to not escape html characters, this is handled by angularjsBernhard Posselt
2013-04-15remove error_log statementBernhard Posselt
2013-04-15fix potential errors when fetching favicon that preven feed from being added,...Bernhard Posselt
2013-04-14also check https for faviconsBernhard Posselt
2013-04-14remove debug echo statementsBernhard Posselt
2013-04-13add code to get favicons, fix #49Bernhard Posselt
2013-04-13fix import scoping issue that caused feeds not to be imported at times, set c...Bernhard Posselt
2013-04-12implement export, needs proper unittests though, fix 31Bernhard Posselt
2013-04-12added serverside cachingBernhard Posselt
2013-04-09enclosure method called on wrong objectsAlessandro Cosentino
2013-04-08add link to feed which gets opened when clicked on the subheading of an itemBernhard Posselt
2013-04-05Improve feedfetcher discoverFavicon()John Kristensen
2013-04-02add comment for twitter fetcherBernhard Posselt
2013-04-02added simple twitter fetcher implementationBernhard Posselt
2013-04-02fix #11 by not relying on db exceptions anymore since there is no fking prope...Bernhard Posselt
2013-04-02added comments on ifeedfetcherBernhard Posselt
2013-04-02added pluggable fetchersBernhard Posselt
2013-04-02put getUrlContent into apiBernhard Posselt
2013-04-02Remove dependency on curlJohn Kristensen
2013-03-26added casting information for data objectsBernhard Posselt
2013-03-25updated backgroundjobBernhard Posselt
2013-03-22added creating feedsBernhard Posselt
2013-03-22added a seperate exception for fetching feedsBernhard Posselt
2013-03-22renamed utils into something more accuratedBernhard Posselt
2013-03-21reorganize folderBernhard Posselt