Commit Graph

10142 Commits (9e625130958db57caf886ccc211399fb5d6ae921)
 

Author SHA1 Message Date
Andrew Dolgov 9e62513095 af_redditimgur: also rewrite in the API handler 3 years ago
Andrew Dolgov b65e07a12b Merge branch 'master' of git.tt-rss.org:fox/tt-rss 3 years ago
Andrew Dolgov f25ea5355c af_redditimgur: add option to rewrite reddit URLs to teddit.net 3 years ago
fox 82d3c653a7 Merge branch 'bugfix/return-errors' of wn/tt-rss into master 3 years ago
wn_ 12435b223e Actually return the array of errors... 3 years ago
Andrew Dolgov 50d089ae59 redditimgur: blacklist github because it usually resolves to a huge profile photo of someone 3 years ago
fox e48beee7fc Merge branch 'bugfix/php8-vsprintf' of wn/tt-rss into master 3 years ago
wn_ d2db58de4f Switch from 'vsprintf' to 'sprintf' in another place. 3 years ago
fox ef7e679363 Merge branch 'feature/php8' of wn/tt-rss into master 3 years ago
Andrew Dolgov b4b2ba99ef purge_feed: shorten one log message 3 years ago
Andrew Dolgov f05f9b4252 purge_feed: add more debugging output 3 years ago
Andrew Dolgov 9b7338e807 feed editor: properly show global purging interval as disabled 3 years ago
Andrew Dolgov 8aa1b0fed6 purge_intervals global: set '1 week old' to mean 7 days instead of 5 (???) 3 years ago
Andrew Dolgov 83962a8561 feed debugger: allow setting log level to LOG_EXTENDED 3 years ago
wn 62da307ef1 Use correct 'sprintf' function and other minor fixes in Pref_Feeds. 3 years ago
wn a1f8d6941b Remove duplicate block in 'classes/pref/filters.php'.
Also a minor tweak to getting the search filter.
3 years ago
wn 8c4ca7c8ef Fix some 'isset' checks in 'classes/pref/prefs.php'. 3 years ago
wn 95d0cb4953 Handle potential absence of a URL path in UrlHelper. 3 years ago
wn c68f2aabc9 Make 'ttrss_error_handler' compatible w/ 8.
2d467abc46/UPGRADING (L43)
2d467abc46/UPGRADING (L63)
3 years ago
wn 936b91a7e6 Don't do deprecated 'libxml_disable_entity_loader(true)' under PHP 8.
2d467abc46/UPGRADING (L886)
3 years ago
wn 6bdf4a1a25 Switch to 'get_error_types()' to ensure availability in 'include/functions.php'.
The global in 'sanity_check()' was null... possibly due to circular requires?
3 years ago
wn 08a6f6bde2 Only do sanity checks for self URL if we can create a valid URL.
'sanity_check.php' gets included in 'update.php' and 'update_daemon2.php', where a Host request header is likely not provided.
3 years ago
wn 75536b4790 Switch to recommended 'default_charset' to fix 'gettext' error.
'mbstring.internal-encoding' was deprecated in 5.6.

https://www.php.net/manual/en/mbstring.configuration.php#ini.mbstring.internal-encoding
https://www.php.net/manual/en/ini.core.php#ini.default-charset
3 years ago
wn 6f31372b37 Address param order deprecation warning for 'af_redditimgur'. 3 years ago
wn 358bcdd881 Fix passing options to plugins in 'update.php'. 3 years ago
Andrew Dolgov 65254f5db4 - move sphinx plugin to a separate repo
- regenerate config checks without sphinx-related variables
3 years ago
Andrew Dolgov 43bd3394c3 shorten_expanded: remove loading=lazy from images if enabled 3 years ago
Andrew Dolgov 71c8d8d365 queryFeedHeadlines:
- there should be no need for DISTINCT query when checking for first id
 - fix DISTINCT query part being undefined when browsing by tags
 - add query debugging for tags
3 years ago
Andrew Dolgov 7608f3d7b0 Merge branch 'master' of git.fakecake.org:tt-rss 3 years ago
Andrew Dolgov 2edfcbbd85 get_article_image: add support for ARTICLE_KIND_ALBUM 3 years ago
Andrew Dolgov 85b788709a setArticleTags: prevent duplicate tags being assigned if called twice
editTagsDlg: prevent dialot from being submitted twice
normalize_categories: filter out empty values that failed validation
3 years ago
Andrew Dolgov 0e4e0e624e viewfeed debugger: open properly for categories 3 years ago
Andrew Dolgov d06cc8267b queryFeedHeadlines: bring back DISTINCT for a limited set of columns 3 years ago
Andrew Dolgov e40b79ab33 get_article_image: return basic kind to which flavor image belongs 3 years ago
Andrew Dolgov db3fcb861b viewfeed: reintroduce timestamps, fix debugging, fix some indents 3 years ago
Andrew Dolgov 20af8d5caf queryFeedHeadlines: properly define for a few more variables 3 years ago
Andrew Dolgov 1580748c17 queryFeedHeadlines: make sure feed_check_qpart is always defined 3 years ago
Andrew Dolgov 904d5f7a3b queryFeedHeadlines: no longer select DISTINCT headlines for performance reasons (this also removes _HEADLINES_QUERY_NO_DISTINCT) 3 years ago
Andrew Dolgov e9673eb13d experimental: add optional _HEADLINES_QUERY_NO_DISTINCT to disable DISTINCT keyword in queryFeedHeadlines query 3 years ago
Andrew Dolgov 81c52b4b1e add support for an override stylesheet which applies to all users 4 years ago
Andrew Dolgov 8089fcc762 feed editor: also show default value for purge interval 4 years ago
Andrew Dolgov d48460969d feed editor: show actual value of default update interval 4 years ago
Andrew Dolgov 87184904ed don't select next unread feed when marking as read last week, etc. 4 years ago
Andrew Dolgov d7973fe1b6 use more consistent margins for left toolbar icons 4 years ago
Andrew Dolgov d1ee30d1ba prevent horizontal scrolling in filter editor dialog if rules are very long 4 years ago
Andrew Dolgov 8479421da4 af_readability: allow appending to original summary instead of always
replacing it, some minor code cleanup
4 years ago
Andrew Dolgov 328d7b55c8 URLHelper: fix E_DEPRECATED error related to idn_to_ascii() 4 years ago
fox 242aa6e411 Merge branch 'allow-audio-cache' of johnjaylward/tt-rss into master 4 years ago
John Aylward 01c0d4bbfd allow audio to be sent to client from the cache 4 years ago
fox a90d42a556 Merge branch 'disable-mobile-safari-context-menu' of JustAMacUser/tt-rss into master 4 years ago