summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2015-05-21Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPCAnders Kaseorg
The undocumented _DISABLE_FEED_BROWSER option added in commit c39befacb29f3f709e2d248ab6d6235524d6e929 turns off the UI for looking at which feeds other users are subscribed to, but it did not prevent you from manually constructing an RPC call to get the same data. This was a privacy risk for those who consider _DISABLE_FEED_BROWSER important. 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
2014-07-15Update schema for size support of enclosuresFelix Eckhofer
2014-06-22Added curl CURLOPT_NOBODY option in geturl function to ensure the HEAD ↵Dave Zaikos
method is used when resolving permanent/temporary URL moves.
2014-07-02mail plugin: cleanup disabled completion, add configurable destination email ↵Andrew Dolgov
list
2014-06-26Updated cache_images() to use _MIN_CACHE_IMAGE_SIZE constant when checking ↵Dave Zaikos
file size. New constant is defined upon including rssfuncs.php if not already defined.
2014-06-19Fix for testing filters getting stuck sometimes.Bram Schoenmakers
Sometimes when testing a filter the database becomes unresponsive, stuck in a long query. Solution: properly join ttrss_entries and ttrss_user_entries instead of working with their carthesian product.
2014-06-10catchup_feed: only mark articles as read with non-negative score in fresh feedAndrew Dolgov
2014-06-03Revert "Revert "fix unicode problem from vim""Andrew Dolgov
This reverts commit 0172de4244c30326dc4f03e08c7110f61c394d44.
2014-06-03Revert "Revert "include new lang codes""Andrew Dolgov
This reverts commit df13793f1cbd42c1298fc0be2d829c2dd290d5a5.
2014-06-03Revert "include new lang codes"Andrew Dolgov
This reverts commit e385861ca59abf0b1fc09d008339aaf4966ed0a6.