summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2015-02-03add config option CHECK_FOR_UPDATESAndrew Dolgov
2015-02-03minor fixes for previous (2)Andrew Dolgov
2015-02-03minor fixes for previousAndrew Dolgov
2015-02-03add placeholder update checker using git changesetsAndrew Dolgov
2015-02-01do not subscribe new users to now obsolete releases feedAndrew Dolgov
2015-01-31session: don't try to validate session schema version on empty sessionsAndrew Dolgov
2015-01-31remove obsolete code related to version checking and tarball updater pluginAndrew Dolgov
2015-01-30do not invalidate session when version_static and user agent changesAndrew Dolgov
2015-01-19comment out old-school test trgm codeAndrew Dolgov
2014-12-18Drop duplicate database indexesAnders Kaseorg
These duplicate indexes were found by the pt-duplicate-key-checker tool in percona-toolkit. Duplicate indexes waste space and slow down the query planner. Closes #835. Signed-off-by: Anders Kaseorg <[email protected]>
2014-12-101.15.3 to fix tag/version mismatchAndrew Dolgov
2014-12-09disable version checking for night.cssAndrew Dolgov
2014-12-09release 1.15.1Andrew Dolgov
2014-12-09require version information in all additional themesAndrew Dolgov
2014-12-08release 1.15Andrew Dolgov
2014-12-08disable libxml entity loader to prevent attacks via xml external entities ↵Andrew Dolgov
(fixes #833)
2014-12-06if loaded over ssl and iframe is whitelisted, set its source to httpsAndrew Dolgov
2014-12-03fetch_file_contents: support retarded schema-less urlsAndrew Dolgov
af_comics_dilbert: fix for new dilbert.com shenanigans
2014-11-27Modify query to avoid a full table scan on MySQLtmo-github
2014-11-25allow embedding videos from youtube and vimeo nativelyAndrew Dolgov
2014-11-02fix typo (refs #818)Andrew Dolgov
2014-11-02Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2014-11-02when registering feed title, consider its maximum length (closes #818)Andrew Dolgov
2014-11-02Fix allow duplicate posts feature with optimizations from 1.14Grant Pannell
2014-10-21release 1.14Andrew Dolgov
2014-10-16do not force sslversion in any casesAndrew Dolgov
2014-08-22Added ltrim to in fetch_file_contents to fix edge cases where a URL has one ↵Dave Zaikos
or more spaces before it, which causes CURL to fail.
2014-08-21update debugging: add force_rehashAndrew Dolgov
2014-08-20remove unused format_libxml_errorAndrew Dolgov
2014-08-20fix typoAndrew Dolgov
2014-08-20Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2014-08-20geturl: if head request is denied because host is still living in 20th ↵Andrew Dolgov
century, try requesting body (thanks to incompetent admins of arxiv.org)
2014-08-20Minor refactor for php v5.3, which doens't support immediate dereferencing ↵Jonathon Padfield
of array entries
2014-08-19get_minified_js: store and check tt-rss version in cached filesAndrew Dolgov
2014-08-19mention that language passed is read onlyAndrew Dolgov
2014-08-19update: include detected language to article structure passed to filtersAndrew Dolgov
2014-08-19add some timing information to update_daemon_commonAndrew Dolgov
2014-08-19fix language detection; remove f_guid debuggingAndrew Dolgov
2014-08-18pass correct instance of pluginhost to calculate_article_hashAndrew Dolgov
2014-08-18tweak article hash functionAndrew Dolgov
2014-08-18simplify article filter chaining mechanism, do not try to process already ↵Andrew Dolgov
stored articles
2014-08-14mention english language name for ArabicAndrew Dolgov
2014-08-14Merge branch 'master' of git://github.com/asalthobaity/Tiny-Tiny-RSS into ↵Andrew Dolgov
asalthobaity-master
2014-08-14Arabic translationasalthobaity
Revised Arabic translation and inclusion of locale in get_translations()
2014-08-12stored http error text in curl modeAndrew Dolgov
2014-08-12update stored article after filter has finished processing to prevent ↵Andrew Dolgov
plugins from reverting changes of earlier invoked plugins (experimental)
2014-08-01reinstate wrongfully renamed archived feed; properly fix prefs filtertree ↵Andrew Dolgov
labels for all feeds (ff5cc7d7)
2014-07-20release 1.13Andrew Dolgov
2014-07-15Add width/height attribute to image enclosuresFelix Eckhofer
2014-07-15Store size of enclosure to databaseFelix Eckhofer