Andrew Dolgov
f67f0f864b
HOOK_ARTICLE_EXPORT_FEED: also pass owner_uid
4 years ago
Andrew Dolgov
d1e8042cf3
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
4 years ago
Andrew Dolgov
6d4005f984
af_psql_trgm:
...
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
4 years ago
fox
8cf8db8456
Merge branch 'inc-tags' of JustAMacUser/tt-rss into master
4 years ago
JustAMacUser
fadf4dec96
Include tags for HOOK_ARTICLE_EXPORT_FEED.
4 years ago
Weblate
219b493550
Update translation files
...
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/
4 years ago
Andrew Dolgov
8e1e9ec2e3
rebase translations
4 years ago
Andrew Dolgov
6ed6b9e120
Merge branch 'weblate-integration'
4 years ago
Andrew Dolgov
dcad60284c
translations: rebase, add T_nsprintf
4 years ago
Andrew Dolgov
33a5ecd2ce
feed editor: show purge interval correctly if FORCE_ARTICLE_PURGE is set
4 years ago
Andrew Dolgov
0868ff9d64
auth_remote: use empty() instead of isset() while checking headers
4 years ago
Andrew Dolgov
dc40f69511
fix auth_remote broken by previous commit
4 years ago
Andrew Dolgov
8a34084df1
auth_remote: rewrite header checking to be more readable
4 years ago
Andrew Dolgov
4e3ef7a4dd
get_user_ip: remove REMOTEADDR for the time being
4 years ago
Andrew Dolgov
a8302fb253
use X-Real-IP headers if possible while authenticating
4 years ago
Andrew Dolgov
8764662138
af_redditimgur: also blacklist in-content links
4 years ago
Andrew Dolgov
2abc434e26
daemon: clarify some task-related messages
4 years ago
Andrew Dolgov
8cc07bc8bd
event log: add severity filtering
4 years ago
Andrew Dolgov
e86b2e60d3
edit tags dialog: initialize autocomplete in onShow (instead of onLoad) because of xhr
4 years ago
Andrew Dolgov
8de2100cf7
Merge branch 'master' of git.fakecake.org:tt-rss
4 years ago
Andrew Dolgov
57f36f3f97
search dialog: populate current search values onShow instead of onLoad because the dialog is preloaded via xhr
4 years ago
Ptsa Daniel
7282f0bf38
Translated using Weblate (Chinese (Simplified))
...
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/
4 years ago
fox
d4666d30d2
Merge branch 'master' of Tony/tt-rss into master
4 years ago
Tony
564a24fd78
Add support for HTTP_REMOTE_USER variable for user authentication
4 years ago
Andrew Dolgov
6da576dbe4
BLACKLISTED_TAGS: use textarea for editing; normalize value when saving
4 years ago
Andrew Dolgov
f59c567831
update_rss_feed: fix BLACKLISTED_TAGS not working properly, simplify tag-related code
4 years ago
Andrew Dolgov
5f733604f0
purge_feed: limit debugging to LOG_VERBOSE
4 years ago
Andrew Dolgov
9e62513095
af_redditimgur: also rewrite in the API handler
4 years ago
Andrew Dolgov
b65e07a12b
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
4 years ago
Andrew Dolgov
f25ea5355c
af_redditimgur: add option to rewrite reddit URLs to teddit.net
4 years ago
fox
82d3c653a7
Merge branch 'bugfix/return-errors' of wn/tt-rss into master
4 years ago
wn_
12435b223e
Actually return the array of errors...
4 years ago
Andrew Dolgov
50d089ae59
redditimgur: blacklist github because it usually resolves to a huge profile photo of someone
4 years ago
fox
e48beee7fc
Merge branch 'bugfix/php8-vsprintf' of wn/tt-rss into master
4 years ago
wn_
d2db58de4f
Switch from 'vsprintf' to 'sprintf' in another place.
4 years ago
fox
ef7e679363
Merge branch 'feature/php8' of wn/tt-rss into master
4 years ago
Andrew Dolgov
b4b2ba99ef
purge_feed: shorten one log message
4 years ago
Andrew Dolgov
f05f9b4252
purge_feed: add more debugging output
4 years ago
Andrew Dolgov
9b7338e807
feed editor: properly show global purging interval as disabled
4 years ago
Andrew Dolgov
8aa1b0fed6
purge_intervals global: set '1 week old' to mean 7 days instead of 5 (???)
4 years ago
Andrew Dolgov
83962a8561
feed debugger: allow setting log level to LOG_EXTENDED
4 years ago
wn
62da307ef1
Use correct 'sprintf' function and other minor fixes in Pref_Feeds.
4 years ago
wn
a1f8d6941b
Remove duplicate block in 'classes/pref/filters.php'.
...
Also a minor tweak to getting the search filter.
4 years ago
wn
8c4ca7c8ef
Fix some 'isset' checks in 'classes/pref/prefs.php'.
4 years ago
wn
95d0cb4953
Handle potential absence of a URL path in UrlHelper.
4 years ago
wn
c68f2aabc9
Make 'ttrss_error_handler' compatible w/ 8.
...
2d467abc46/UPGRADING (L43)
2d467abc46/UPGRADING (L63)
4 years ago
wn
936b91a7e6
Don't do deprecated 'libxml_disable_entity_loader(true)' under PHP 8.
...
2d467abc46/UPGRADING (L886)
4 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?
4 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.
4 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
4 years ago