summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2015-06-19move language detection to a plugin, remove config.php constantAndrew Dolgov
2015-06-17update_rss_feed: limit maximum execution time while processing articlesAndrew Dolgov
2015-06-17bayes, filter: do not categorize already processed articlesAndrew Dolgov
rss: remove site url/title checks from update_rss_feed
2015-06-17speedup feed subscription processAndrew Dolgov
2015-06-17add some more bayes stuffAndrew Dolgov
2015-06-16add workaround for mysql only accepting subset of unicode charactersAndrew Dolgov
2015-06-15allow plugins modify article scoreAndrew Dolgov
2015-06-08fix_url: support schema-less urlsAndrew Dolgov
2015-06-05support loading themes from themes.localAndrew Dolgov
2015-06-05pluginhost: allow loading user plugins from plugins.localAndrew Dolgov
2015-05-22Merge pull request #456 from andersk/disable-feed-browserAndrew Dolgov
Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC
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]>
2015-04-21add HOOK_RENDER_ENCLOSURE & af_youtube_embed pluginAndrew Dolgov
2015-03-30add a wrapper for standard error codes returned by backend, also add ↵Andrew Dolgov
explanation to the error object if possible
2015-03-17remove unread first sorting: has issues, is pretty much adaptive anywayAndrew Dolgov
2015-03-11add bg_BG entry to get_translations()Andrew Dolgov
2015-03-06add housekeeping task for orphaned counter cache entriesAndrew Dolgov
2015-03-05Add unread category to build-in SearchSkyREgit
unread:{true,false} - match only unread or read articles
2015-03-04add auto_assign_labels plugin; allow article filter plugins to add labels to ↵Andrew Dolgov
articles
2015-02-27remove image.php; put cached image endpoint to public.phpAndrew Dolgov
2015-02-21remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of ↵Andrew Dolgov
the results)
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