Commit Graph

1008 Commits (b0ce3d33c3102f5c1176ecfba61f75d05e495622)

Author SHA1 Message Date
Andrew Dolgov 3444020100 report top id changed in headlines buffer 9 years ago
Andrew Dolgov f5a0fb8b64 queryFeedHeadlines: move to array-based arguments, optionally check if first element changed when paginating 9 years ago
Andrew Dolgov 9959acc87a change version_static based on y.m 9 years ago
Christian Weiske 5a4074a9f8 Check for HTML in the first 100 bytes.
Some HTML pages have an XML header (XHTML), which alone is nearly 50 bytes.
Thus we need to check for the HTML or doctype tags in the first 100 bytes.
9 years ago
Andrew Dolgov 9090b874ab simplify search, remove search_mode as useless
remove dialog to select by tags, simplify browsing by tag query
9 years ago
Andrew Dolgov e2a3689a18 sanitize: disable <hr> for now 9 years ago
Andrew Dolgov b90c4468fc sanitize: allow <hr> elements
af_redditimgur: optionally add original content using Readability php implementation
9 years ago
Andrew Dolgov 35c3735494 fix article tags/labels not assigning properly on mysql because of the 4byte unicode workaround 9 years ago
Andrew Dolgov 6bb96beb3a update_rss_feed: set basic feed info if title is [Unknown] (fixes batch subscribe) 9 years ago
Andrew Dolgov b6714c77d2 limit smart_date_time stuff to headlines only 9 years ago
Andrew Dolgov 46973af5df smart_date_time: add special case when article date is within current hour 9 years ago
Andrew Dolgov 3318d32410 move language detection to a plugin, remove config.php constant 9 years ago
Andrew Dolgov 6c9f3d4a60 update_rss_feed: limit maximum execution time while processing articles 9 years ago
Andrew Dolgov fe4535e6d3 bayes, filter: do not categorize already processed articles
rss: remove site url/title checks from update_rss_feed
9 years ago
Andrew Dolgov 6022776dac speedup feed subscription process 9 years ago
Andrew Dolgov 59e83455f1 add some more bayes stuff 9 years ago
Andrew Dolgov 35c12dc40a add workaround for mysql only accepting subset of unicode characters 9 years ago
Andrew Dolgov 6de3a1be7b allow plugins modify article score 9 years ago
Andrew Dolgov dd6e2386fd fix_url: support schema-less urls 9 years ago
Andrew Dolgov b9634eb8b8 support loading themes from themes.local 9 years ago
Andrew Dolgov 7c0a2ab202 pluginhost: allow loading user plugins from plugins.local 9 years ago
Andrew Dolgov 5078ebcc6f Merge pull request #456 from andersk/disable-feed-browser
Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC
9 years ago
Anders Kaseorg 0e653f751e Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC
The undocumented _DISABLE_FEED_BROWSER option added in commit
c39befacb2 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 <andersk@mit.edu>
9 years ago
Andrew Dolgov 945346cbff add HOOK_RENDER_ENCLOSURE & af_youtube_embed plugin 9 years ago
Andrew Dolgov 27f7b59353 add a wrapper for standard error codes returned by backend, also add explanation to the error object if possible 9 years ago
Andrew Dolgov 755869ffbc remove unread first sorting: has issues, is pretty much adaptive anyway 9 years ago
Andrew Dolgov 51faa1150c add bg_BG entry to get_translations() 9 years ago
Andrew Dolgov 168cf351e2 add housekeeping task for orphaned counter cache entries 9 years ago
SkyREgit 95a95b0a40 Add unread category to build-in Search
unread:{true,false} - match only unread or read articles
9 years ago
Andrew Dolgov a29fe12195 add auto_assign_labels plugin; allow article filter plugins to add labels to articles 9 years ago
Andrew Dolgov 0c6f7b314a remove image.php; put cached image endpoint to public.php 9 years ago
Andrew Dolgov e6c826fa2f remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of the results) 9 years ago
Andrew Dolgov 4ca621a360 add config option CHECK_FOR_UPDATES 10 years ago
Andrew Dolgov 480b2de3b1 minor fixes for previous (2) 10 years ago
Andrew Dolgov 119ba03bd4 minor fixes for previous 10 years ago
Andrew Dolgov efcc5d365d add placeholder update checker using git changesets 10 years ago
Andrew Dolgov d498b60c6d do not subscribe new users to now obsolete releases feed 10 years ago
Andrew Dolgov ffc3a1e579 session: don't try to validate session schema version on empty sessions 10 years ago
Andrew Dolgov ed775e4e8d remove obsolete code related to version checking and tarball updater plugin 10 years ago
Andrew Dolgov 3192fb43bc do not invalidate session when version_static and user agent changes 10 years ago
Andrew Dolgov c9299c28c6 comment out old-school test trgm code 10 years ago
Anders Kaseorg bd40827b73 Drop duplicate database indexes
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 <andersk@mit.edu>
10 years ago
Andrew Dolgov d8895ec679 1.15.3 to fix tag/version mismatch 10 years ago
Andrew Dolgov 21d7585a54 disable version checking for night.css 10 years ago
Andrew Dolgov e054faa182 release 1.15.1 10 years ago
Andrew Dolgov f6cbe9a5a0 require version information in all additional themes 10 years ago
Andrew Dolgov 9b46c8e5e7 release 1.15 10 years ago
Andrew Dolgov 584411fee6 disable libxml entity loader to prevent attacks via xml external entities (fixes #833) 10 years ago
Andrew Dolgov c63850fad0 if loaded over ssl and iframe is whitelisted, set its source to https 10 years ago
Andrew Dolgov 9fd581336e fetch_file_contents: support retarded schema-less urls
af_comics_dilbert: fix for new dilbert.com shenanigans
10 years ago