Commit Graph

928 Commits (2842cf6e4563d1665741dd4c151798e6e282c60b)

Author SHA1 Message Date
Heiko Adams 2842cf6e45 Merge branch 'master' into german-translation 8 years ago
Andrew Dolgov a84fb943b4 pre-users: disallow renaming admin user 8 years ago
Andrew Dolgov 1818614949 api: fix article guid not being passed to render article hook 8 years ago
Andrew Dolgov cfc2fe50cb fix sql error when subscribing to a feed using feed archive 8 years ago
Heiko Adams 94e3a9ab44
Merge with master 8 years ago
Andrew Dolgov c9a5903bcc disable autocomplete in subscription dialog 8 years ago
Andrew Dolgov ec21abb85d update autocomplete to "new-password" 8 years ago
Andrew Dolgov fa0e0ef315 set feed editor password fields to autocomplete=off 8 years ago
Andrew Dolgov aa4ab8e0bc remove .htaccess files 8 years ago
Andrew Dolgov 2f1a29d9c8 generate_syndicated_feed: sanitize content excerpt 8 years ago
Andrew Dolgov 977cea1438 actually check for failures properly in the dbupdater 8 years ago
Andrew Dolgov 79c891a8b7 set smallish timeout on update check, exclude update checking on initial load 8 years ago
Andrew Dolgov b6b5554db4 normalize some html5 custom attributes 8 years ago
Andrew Dolgov 2d052e42b5 getLoadedArticleIds: consider visible rows only
catchupFeedInGroup: hide articles when catching up, with caveats
8 years ago
Andrew Dolgov 9232283815 pass feed information to hook_article_export_feed 8 years ago
Andrew Dolgov 399678a14e add PluginHost.HOOK_ARTICLE_EXPORT_FEED 8 years ago
Andrew Dolgov 4f100ece19 pref_filters: sort rules by reg_exp when displaying index 9 years ago
Andrew Dolgov cc43e19b44 error handler: do not log last query, truncate error message to a smaller length 9 years ago
Andrew Dolgov 3261dbfa21 generate_syndicated_feed: pass article id to sanitize() 9 years ago
Andrew Dolgov d9de136c39 inline feed update: set feed as needing update if open_basedir is set + plugins need curl 9 years ago
Andrew Dolgov 67f3e3f942 pref-labels: remove obsolete searching code 9 years ago
Andrew Dolgov 9def554082 pref-feeds: allow searching by feed_url 9 years ago
Andrew Dolgov a5556c2471 fix item_id not being properly escaped in pref_feeds::process_category_order() (possible sql injection) 9 years ago
Andrew Dolgov 7af2e79578 create_published_article: only use readability if enabled in the plugin 9 years ago
Andrew Dolgov 666cd33360 enable support for readability (if af_readability is enabled) in shareanything bookmarklet 9 years ago
Andrew Dolgov 71b75bb7fa fix multiple issues with archived feeds 9 years ago
Andrew Dolgov 41245888f1 only stop inline feed updates with open_basedir enabled if there are any plugins that require CURL enabled
add plugin->flags() returning array with additional plugin information, currently only CURL requirement (optional)
9 years ago
Andrew Dolgov 29c92d7b08 prevent frontend updating of feeds on view if open_basedir is set to prevent plugins potentially not working correctly (i.e. if backend system has open_basedir disabled) 9 years ago
Andrew Dolgov 7d1e15c396 parser: properly support tag subtrees instead of text content for article content 9 years ago
Andrew Dolgov d2bb392bae Revert "parser: use node->c14n() instead of expecting html in nodeValue"
This reverts commit 1383514ad9.
9 years ago
Andrew Dolgov 1383514ad9 parser: use node->c14n() instead of expecting html in nodeValue 9 years ago
Andrew Dolgov 312742db6e updates: auto-disable CURL if open_basedir is enabled, notify possible issues w/ plugins 9 years ago
Andrew Dolgov 5bdcb8fd78 remove option ALLOW_DUPLICATE_POSTS as confusing/useless 9 years ago
Andrew Dolgov 9b736a20b3 do not automatically call cleanup_tags() in housekeeping tasks 9 years ago
Andrew Dolgov f61f2a2699 format_headlines_list: fix pg_num_rows() called incorrectly when firstid check failed 9 years ago
Andrew Dolgov b8619f8db0 store formatted backtrace to sql log 9 years ago
Andrew Dolgov 1bd552ee31 compat patches for php7 9 years ago
Andrew Dolgov 475d762872 logger: record last query before logged error 9 years ago
Andrew Dolgov 154f14d01b filters: do not strip_tags() on regexps 9 years ago
JustAMacUser 73c77ab0a5 Add optional (default: true), boolean "sanitize" parameter to API::getArticle() method. 9 years ago
Andrew Dolgov 19e47ad60b queryFeedHeadlines: don't check first_id when sorting by oldest first 9 years ago
Andrew Dolgov 583f163f40 don't init plugins when loading everything to make a list, duh 9 years ago
Andrew Dolgov 86d07d367c rpc, setpref: properly save settings to active profile 9 years ago
Andrew Dolgov 77e8100669 add date suffixes to opml & import_export generated files 9 years ago
Andrew Dolgov 9a35ed6709 disable filter test result highlighting for the time being 9 years ago
Andrew Dolgov 94b8ce6cec queryfeedheadlines: remove disable_offsets hack 9 years ago
Andrew Dolgov dbeef0ca67 filter preview: remove unnecessary checkbox 9 years ago
Andrew Dolgov f48f292d2b tweak filter preview layout a bit; allow previewing matched articles in a popup 9 years ago
Andrew Dolgov 261226a3a5 mostly implement async filter test dialog 9 years ago
Andrew Dolgov a007c18dff wip: filter async testing 9 years ago