summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-04add hotkeys to scroll headlines/articles (whichever is active) by one pageAndrew Dolgov
2019-12-04Merge branch 'weblate-integration'Andrew Dolgov
2019-12-03Translated using Weblate (Ukrainian)Андрій Жук
Currently translated at 100.0% (708 of 708 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/uk/
2019-11-27Af_Youtube_Embed: whitelist youtube iframes if enabledAndrew Dolgov
2019-11-27remove hardcoded iframe domain whitelist, make iframe script whitelisting ↵Andrew Dolgov
configurable by plugins (HOOK_IFRAME_WHITELISTED)
2019-11-25Translated using Weblate (Russian)progit
Currently translated at 96.0% (680 of 708 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/ru/
2019-11-25cache media: set referrer to source URL when fetching imagesAndrew Dolgov
2019-11-23Translated using Weblate (Esperanto)Nikolay Korotkiy
Currently translated at 3.7% (26 of 708 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/eo/
2019-11-23Translated using Weblate (Russian)Nikolay Korotkiy
Currently translated at 95.1% (673 of 708 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/ru/
2019-11-23Translated using Weblate (Finnish)Nikolay Korotkiy
Currently translated at 75.3% (533 of 708 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/fi/
2019-11-22Added translation using Weblate (Esperanto)Nikolay Korotkiy
2019-11-22Translated using Weblate (Chinese (Traditional))洪偉翔
Currently translated at 98.9% (700 of 708 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/zh_Hant/
2019-11-20tag-related fixesAndrew Dolgov
1. move tag sanitization to feedparser common item class 2. enforce length limit on tags when parsing 3. support multiple tags passed via one dc:subject and other such elements, parse them as a comma-separated list 4. sort resulting tag list to prevent different order between feed updates 5. remove some duplicate code related to tag validation 6. allow + symbol in tags
2019-11-18af_comics: support buni webtoon episodesAndrew Dolgov
2019-11-17reset domain hit quota on feed update startAndrew Dolgov
2019-11-14implement MAX_FETCH_REQUESTS_PER_HOST: only generating a warning on exceeded ↵Andrew Dolgov
quota for the time being
2019-11-14add a plugin page warning for plugins using HOOK_FEED_FETCHED, etcAndrew Dolgov
2019-11-14update_rss_feed: add specific logging for HOOK_FETCH_FEED, ↵Andrew Dolgov
HOOK_FEED_FETCHED, HOOK_FEED_PARSED handlers
2019-11-13Merge branch 'pdo-experimental' of cac2s/tt-rss into masterfox
2019-11-13fix position for "forgotpass" linkcac2s
2019-11-12is_gzipped: don't try to strpos() over entire bufferAndrew Dolgov
2019-11-07schema: when inserting initial forum feed, don't hardcode admin UID as 1Andrew Dolgov
2019-11-06Merge branch 'patch-install-pdo-error' of JustAMacUser/tt-rss into masterfox
2019-11-05Fixed "Using when not in object context" error when installer query fails.JustAMacUser
2019-11-032fa: check TOTP based on previous secret values (oops of the year, 2019)Andrew Dolgov
2019-11-03revise schema 139 to use engine=innodbAndrew Dolgov
2019-11-01Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2019-11-01line endings + remove : from headingsAndrew Dolgov
2019-11-01OTP stuff: update notice wording a bitAndrew Dolgov
2019-11-01auth_internal: fix indentsAndrew Dolgov
2019-11-01implement app password checking / management UIAndrew Dolgov
2019-11-01schema: add missing stuffAndrew Dolgov
2019-11-01add placeholder authentication via app passwords if service is passedAndrew Dolgov
forbid logins via regular passwords for services remove AUTH_DISABLE_OTP
2019-11-01add placeholder UI plumbing for app passwordsAndrew Dolgov
2019-11-01update schema for app-specific passwordsAndrew Dolgov
2019-11-01auth_internal: fix OTP seed checkingAndrew Dolgov
2019-11-01allow using OTP without GDAndrew Dolgov
2019-10-30Merge branch 'weblate-integration'Andrew Dolgov
2019-10-25allow article filters to modify num_commentsAndrew Dolgov
2019-10-09update OTP templateAndrew Dolgov
2019-10-09add notification for OTP being disabledAndrew Dolgov
2019-10-09add notifications for mail and password changesAndrew Dolgov
update and shorten some other message templates
2019-10-08Merge branch 'hook-feed-tree' of jc/tt-rss into masterfox
2019-10-07Add const HOOK_FEED_TREEjc
2019-10-07Add const HOOK_FEED_TREEjc
2019-10-07Add HOOK_FEED_TREE to div feeds-holderjc
2019-10-07Merge branch 'comics-patch-timestamp' of JustAMacUser/tt-rss into masterfox
2019-10-06af_comics: Use a fixed time of day when generating fake feed for GoComics. ↵JustAMacUser
Without this the timestamp is always updated to be the time the feed is fetched, which causes the comics to keep moving to the top/bottom of the article list depending on the sort order. (Using 11:00 a.m. UTC as that should keep the date the same across the majority of time zones.) Try to get the actual title for GoComics comics. Also a little code clean up.
2019-10-04Translated using Weblate (Japanese)Gorfiend
Currently translated at 91.8% (650 of 708 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/ja/
2019-09-30update_rss_feed: force cast initial timestamp value to integerAndrew Dolgov