summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-15pluginhost: load plugin data automatically (also marks load_data method as ↵Andrew Dolgov
private)
2021-01-11HOOK_ARTICLE_EXPORT_FEED: also pass owner_uidAndrew Dolgov
2021-01-11Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2021-01-11af_psql_trgm:Andrew Dolgov
1. better debugging output 2. fix incorrect default values being used sometimes 3. remove special workaround for equal titles because trgm extension seems to be working properly for those now (tested on postgres 11) 4. code cleanup
2021-01-10Merge branch 'inc-tags' of JustAMacUser/tt-rss into masterfox
2021-01-10Include tags for HOOK_ARTICLE_EXPORT_FEED.JustAMacUser
2021-01-07Update translation filesWeblate
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/
2021-01-07rebase translationsAndrew Dolgov
2021-01-07Merge branch 'weblate-integration'Andrew Dolgov
2021-01-07translations: rebase, add T_nsprintfAndrew Dolgov
2021-01-07feed editor: show purge interval correctly if FORCE_ARTICLE_PURGE is setAndrew Dolgov
2021-01-07auth_remote: use empty() instead of isset() while checking headersAndrew Dolgov
2021-01-05fix auth_remote broken by previous commitAndrew Dolgov
2021-01-05auth_remote: rewrite header checking to be more readableAndrew Dolgov
2021-01-05get_user_ip: remove REMOTEADDR for the time beingAndrew Dolgov
2021-01-05use X-Real-IP headers if possible while authenticatingAndrew Dolgov
2021-01-03af_redditimgur: also blacklist in-content linksAndrew Dolgov
2020-12-31daemon: clarify some task-related messagesAndrew Dolgov
2020-12-24event log: add severity filteringAndrew Dolgov
2020-12-23edit tags dialog: initialize autocomplete in onShow (instead of onLoad) ↵Andrew Dolgov
because of xhr
2020-12-23Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2020-12-23search dialog: populate current search values onShow instead of onLoad ↵Andrew Dolgov
because the dialog is preloaded via xhr
2020-12-22Translated using Weblate (Chinese (Simplified))Ptsa Daniel
Currently translated at 99.8% (716 of 717 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/zh_Hans/
2020-12-22Merge branch 'master' of Tony/tt-rss into masterfox
2020-12-21Add support for HTTP_REMOTE_USER variable for user authenticationTony
2020-12-21BLACKLISTED_TAGS: use textarea for editing; normalize value when savingAndrew Dolgov
2020-12-20update_rss_feed: fix BLACKLISTED_TAGS not working properly, simplify ↵Andrew Dolgov
tag-related code
2020-12-20purge_feed: limit debugging to LOG_VERBOSEAndrew Dolgov
2020-12-20af_redditimgur: also rewrite in the API handlerAndrew Dolgov
2020-12-20Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2020-12-20af_redditimgur: add option to rewrite reddit URLs to teddit.netAndrew Dolgov
2020-12-18Merge branch 'bugfix/return-errors' of wn/tt-rss into masterfox
2020-12-18Actually return the array of errors...wn_
2020-12-18redditimgur: blacklist github because it usually resolves to a huge profile ↵Andrew Dolgov
photo of someone
2020-12-16Merge branch 'bugfix/php8-vsprintf' of wn/tt-rss into masterfox
2020-12-16Switch from 'vsprintf' to 'sprintf' in another place.wn_
2020-12-16Merge branch 'feature/php8' of wn/tt-rss into masterfox
2020-12-15purge_feed: shorten one log messageAndrew Dolgov
2020-12-15purge_feed: add more debugging outputAndrew Dolgov
2020-12-15feed editor: properly show global purging interval as disabledAndrew Dolgov
2020-12-15purge_intervals global: set '1 week old' to mean 7 days instead of 5 (???)Andrew Dolgov
2020-12-12feed debugger: allow setting log level to LOG_EXTENDEDAndrew Dolgov
2020-12-12Use correct 'sprintf' function and other minor fixes in Pref_Feeds.wn
2020-12-12Remove duplicate block in 'classes/pref/filters.php'.wn
Also a minor tweak to getting the search filter.
2020-12-12Fix some 'isset' checks in 'classes/pref/prefs.php'.wn
2020-12-12Handle potential absence of a URL path in UrlHelper.wn
2020-12-12Make 'ttrss_error_handler' compatible w/ 8.wn
https://github.com/php/php-src/blob/2d467abc46ec4ee97484d4e35909bed322600037/UPGRADING#L43 https://github.com/php/php-src/blob/2d467abc46ec4ee97484d4e35909bed322600037/UPGRADING#L63
2020-12-12Don't do deprecated 'libxml_disable_entity_loader(true)' under PHP 8.wn
https://github.com/php/php-src/blob/2d467abc46ec4ee97484d4e35909bed322600037/UPGRADING#L886
2020-12-12Switch to 'get_error_types()' to ensure availability in 'include/functions.php'.wn
The global in 'sanity_check()' was null... possibly due to circular requires?
2020-12-12Only do sanity checks for self URL if we can create a valid URL.wn
'sanity_check.php' gets included in 'update.php' and 'update_daemon2.php', where a Host request header is likely not provided.