- Feb 08, 2021
-
-
Andrew Dolgov authored
-
- Feb 06, 2021
-
-
Andrew Dolgov authored
-
- Feb 05, 2021
-
-
Andrew Dolgov authored
-
- Jan 17, 2021
-
-
Andrew Dolgov authored
PluginHost: add HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM Headlines.onActionChanged: removed
-
- Jan 15, 2021
-
-
Andrew Dolgov authored
-
Andrew Dolgov authored
-
- Sep 22, 2020
-
-
Andrew Dolgov authored
-
- Sep 17, 2020
-
-
Andrew Dolgov authored
-
- Sep 14, 2020
-
-
Andrew Dolgov authored
- fix vulnerability in rewrite_relative_url() which prevented some URLs from being properly absolutized - fetch_file_contents: validate all URLs before requesting them - validate URLs: explicitly whitelist http and https scheme, forbid everything else - DiskCache/cached_url: only serve whitelisted content types (images, video) - simplify filename/URL handling code, remove and consolidate some less-used functions
-
- Aug 13, 2020
-
-
Andrew Dolgov authored
-
- Apr 29, 2020
-
-
Andrew Dolgov authored
* pass feed id to HOOK_FEED_PARSED
-
- Mar 10, 2020
-
-
Andrew Dolgov authored
-
- Nov 27, 2019
-
-
Andrew Dolgov authored
remove hardcoded iframe domain whitelist, make iframe script whitelisting configurable by plugins (HOOK_IFRAME_WHITELISTED)
-
- Oct 07, 2019
- Aug 16, 2019
-
-
Andrew Dolgov authored
-
Andrew Dolgov authored
-
- Aug 15, 2019
-
-
Andrew Dolgov authored
-
Andrew Dolgov authored
-
Andrew Dolgov authored
-
Andrew Dolgov authored
-
- Aug 13, 2019
-
-
Andrew Dolgov authored
* DiskCache: multiple fixes; support isWritable() for cache entries, set content-disposition for send() * public/cached_url: allow selecting files from sub-caches other than images * plugins/Cache_Starred_Images: rework to use DiskCache, can be enabled per-user, properly handles article enclosures, etc
-
- Apr 17, 2019
-
-
Andrew Dolgov authored
plugins: add HOOK_GET_FULL_TEXT which may be used to provide full text extraction to core code and other plugins, instead of trying to invoke af_readability specifically
-
- Mar 05, 2019
-
-
Andrew Dolgov authored
-
Andrew Dolgov authored
-
- Mar 01, 2019
-
-
Andrew Dolgov authored
-
- Dec 07, 2018
-
-
Andrew Dolgov authored
-
- Dec 06, 2018
-
-
Andrew Dolgov authored
-
- Nov 30, 2018
-
-
Andrew Dolgov authored
* support various logging levels per-message * remove hacks like debug_suppress, DAEMON_EXTENDED_DEBUG, etc * _debug() is kept as a compatibility shim for plugins
-
- Nov 22, 2018
-
-
Andrew Dolgov authored
-
- Nov 03, 2018
-
-
Andrew Dolgov authored
-
- Aug 07, 2018
-
-
Andrew Dolgov authored
-
- Dec 17, 2017
-
-
Andrew Dolgov authored
-
- Dec 03, 2017
-
-
Andrew Dolgov authored
-
Andrew Dolgov authored
log all initiated legacy database connections
-
- Dec 02, 2017
-
-
Andrew Dolgov authored
-
Andrew Dolgov authored
-
- Nov 27, 2017
-
-
dim0x69 authored
-
- Oct 08, 2017
-
-
Andrew Dolgov authored
implement a hook (HOOK_SEND_LOCAL_FILE) which plugins may use to send files via httpd-specific implementation to increase performance typically on larger files
-
- Sep 25, 2017
-
-
wn_ authored
It's expected the plugin will return content parsable by FeedParser, which will act as an interface to the basic feed info. In the case of a plugin that also uses 'HOOK_FETCH_FEED', both might return the same content. The hook signature was made somewhat similar to 'HOOK_FETCH_FEED'.
-