summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2020-05-17implement keyboard-related changes discussed in https://community.tt-rss.org/...Andrew Dolgov
2020-05-13use intersection observer to unpack visible articles, remove Headlines.unpack...Andrew Dolgov
2020-05-09rename cdmScrollToId to cdmMoveToIdAndrew Dolgov
2020-03-13allow overriding built-in templates via templates.localAndrew Dolgov
2020-02-28af_readability: allow get full text button to work as a toggle; in cdm, scrol...Andrew Dolgov
2020-02-27af_comics: split contents of subscribe/basic_info/fetch hooks into appropriat...Andrew Dolgov
2020-02-27af_comics: mention that Far Side needs cached mediaAndrew Dolgov
2020-02-27af_comics: escape all template urlsAndrew Dolgov
2020-02-27use canonical fetch url for Far SideAndrew Dolgov
2020-02-27remove unnecessary debugging from previousAndrew Dolgov
2020-02-27af_comics: add experimental support for The Far SideAndrew Dolgov
2020-02-27af_readability: sanitize content requested for embeddingAndrew Dolgov
2020-02-27fix plugins/note javascript part broken by previous changesetAndrew Dolgov
2020-02-27af_readability: add article button to embed content of a specific articleAndrew Dolgov
2020-02-22don't generate default.css, replace with themes/light.css as a default root C...Andrew Dolgov
2020-01-04Also match images with query string (size, tokens, etc).koffieanon
2020-01-04Spaces to tabs for consistency.koffieanon
2020-01-04Fix bug processing found due to operator precedence.koffieanon
2019-12-18remove version.php and VERSION global constant, do version-related things in ...Andrew Dolgov
2019-11-27Af_Youtube_Embed: whitelist youtube iframes if enabledAndrew Dolgov
2019-11-18af_comics: support buni webtoon episodesAndrew Dolgov
2019-11-032fa: check TOTP based on previous secret values (oops of the year, 2019)Andrew Dolgov
2019-11-01auth_internal: fix indentsAndrew Dolgov
2019-11-01implement app password checking / management UIAndrew Dolgov
2019-11-01add placeholder authentication via app passwords if service is passedAndrew Dolgov
2019-11-01auth_internal: fix OTP seed checkingAndrew Dolgov
2019-10-09add notifications for mail and password changesAndrew Dolgov
2019-10-06af_comics: Use a fixed time of day when generating fake feed for GoComics. Wi...JustAMacUser
2019-09-13 Fix error "mb_convert_encoding(): Illegal character encoding specified"Aleksandr Beliaev
2019-08-21af_readability: require php 7.0Andrew Dolgov
2019-08-16af_readability: add missing fileAndrew Dolgov
2019-08-15pluginhost: add helper methods to get private/public pluginmethod endpoint URLsAndrew Dolgov
2019-08-15fix several leftover mentions of old (renamed) class name, duhAndrew Dolgov
2019-08-15af_zz_imgproxy: rename to af_proxy_http, use priority hook loaderAndrew Dolgov
2019-08-14consistency: use DiskCache->exists() to check for present filesAndrew Dolgov
2019-08-14retire MIN_CACHE_FILE_SIZEAndrew Dolgov
2019-08-14af_zz_imgproxy: redirect to cached_url (3!!)Andrew Dolgov
2019-08-14af_zz_imgproxy: redirect to cached_url if cache already exists so that urls a...Andrew Dolgov
2019-08-14af_zz_imgproxy: redirect to cached_url if cache already exists so that urls a...Andrew Dolgov
2019-08-14DiskCache: more strict checking for input filenames, getUrl() is no longer st...Andrew Dolgov
2019-08-13* HOOK_ENCLOSURE_ENTRY: pass article_id to handlerAndrew Dolgov
2019-08-13add DiskCache.send; switch af_zz_imgproxy to use DiskCacheAndrew Dolgov
2019-08-06remove import_export plugin (replaced with ttrss-data-migration)Andrew Dolgov
2019-06-20move more globals to more appropriate placesAndrew Dolgov
2019-06-06af_readability: relax non-unicode hack to apply to HTML4 meta element markupAndrew Dolgov
2019-05-01search_sphinx: convert contructor of the sphinx API libraryAndrew Dolgov
2019-05-01af_readability: fix HOOK_GET_FULL_TEXT not being installed because plugin ini...Andrew Dolgov
2019-04-17update plugin readability-related option namesAndrew Dolgov
2019-04-17move readability library to af_readability/vendor out of global vendor directoryAndrew Dolgov
2019-04-17plugins: add HOOK_GET_FULL_TEXT which may be used to provide full text extrac...Andrew Dolgov