summaryrefslogtreecommitdiffstats
path: root/utility
AgeCommit message (Expand)Author
2013-09-02typecast config values to default values of config objectBernhard Posselt
2013-09-02switch from json config to ini configBernhard Posselt
2013-09-02move configuration values into a config file, fix #167Bernhard Posselt
2013-08-29dont use parent div for including comicsBernhard Posselt
2013-08-29changelog improvementsBernhard Posselt
2013-08-29allow more than one article enhancer per url based on the url regex, also all...Bernhard Posselt
2013-08-28Possible backwards incompatible change by using the link provided by simplepi...Bernhard Posselt
2013-08-28add enhancers for articles, fix #14Bernhard Posselt
2013-08-26change email adress in copyright headersBernhard Posselt
2013-08-02make cron updater optional, created updater class for better updating handlin...Bernhard Posselt
2013-07-25decode all the things twiceBernhard Posselt
2013-07-25clean up indentionBernhard Posselt
2013-07-25decode title twice to fix stupid feed authors' mistakesBernhard Posselt
2013-07-18use current date when feed does not provide pubdates, disable article updatesBernhard Posselt
2013-07-11increase timeout to from 10 to 60 seconds, fix #278Bernhard Posselt
2013-06-22fix indentionBernhard Posselt
2013-06-22Revert "fix #253, use current date when no pubdate is provided"Bernhard Posselt
2013-06-22fix #253, use current date when no pubdate is providedBernhard Posselt
2013-06-22spaces to tabsBernhard Posselt
2013-06-10url in feed init error msgAlessandro Cosentino
2013-06-09modify Fetch to pass on getFavicon parameterlsmooth
2013-06-09don't update faviconLink on feed updatelsmooth
2013-05-25Also html decode the links to the page to not break on nyaa torrentsBernhard Posselt
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