Andrew Dolgov
6293d3717c
add toggle_sidebar plugin, remove obsolete toggle button
...
add PluginHost::HOOK_MAIN_TOOLBAR_BUTTON
8 years ago
Andrew Dolgov
17a8e61d2a
deprecate encrypted feed passwords because mcrypt is getting removed from php 7.1
...
1. transparent decryption for existing installs stays for the time being
2. new passwords are not going to be encrypted even if FEED_CRYPT_KEY is defined
3. added update.php --decrypt-feeds to bulk decrypt existing encrypted passwords
4. updated install to not auto-generate crypt key
5. added warning to config.php-dist
8 years ago
Andrew Dolgov
8b8568e9a3
edit tags dialog: fix height
8 years ago
Andrew Dolgov
eee818c46a
ttrssmailer: include phpmailer's smtp class
8 years ago
Andrew Dolgov
e4071d2544
feedparser: fix syntax error
8 years ago
Andrew Dolgov
4a5490dc58
feedparser: fix normalize_encoding() not working properly for some encodings
8 years ago
Andrew Dolgov
cde8272205
parser: only try to convert encoding if mbstring actually supports it
8 years ago
John Brayton
f1b3b3f330
Add feed_id to subscribeToFeed response when the code is 1 or 0.
...
Set the API_LEVEL to 14.
8 years ago
Andrew Dolgov
e54eb40a8c
remove support for legacy mysql driver
8 years ago
Andrew Dolgov
a005ebb693
remove classes/db/api.php (shouldn't be there)
8 years ago
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
9 years ago
Andrew Dolgov
c9a5903bcc
disable autocomplete in subscription dialog
9 years ago
Andrew Dolgov
ec21abb85d
update autocomplete to "new-password"
9 years ago
Andrew Dolgov
fa0e0ef315
set feed editor password fields to autocomplete=off
9 years ago
Andrew Dolgov
aa4ab8e0bc
remove .htaccess files
9 years ago
Andrew Dolgov
2f1a29d9c8
generate_syndicated_feed: sanitize content excerpt
9 years ago
Andrew Dolgov
977cea1438
actually check for failures properly in the dbupdater
9 years ago
Andrew Dolgov
79c891a8b7
set smallish timeout on update check, exclude update checking on initial load
9 years ago
Andrew Dolgov
b6b5554db4
normalize some html5 custom attributes
9 years ago
Andrew Dolgov
2d052e42b5
getLoadedArticleIds: consider visible rows only
...
catchupFeedInGroup: hide articles when catching up, with caveats
9 years ago
Andrew Dolgov
9232283815
pass feed information to hook_article_export_feed
9 years ago
Andrew Dolgov
399678a14e
add PluginHost.HOOK_ARTICLE_EXPORT_FEED
9 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