summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-09-23Merge branch 'weblate-integration'Andrew Dolgov
2019-09-23Merge branch 'reword-keyboard-help' of fox/tt-rss into masterfox
2019-09-23Removed redundant text for next/prev article without scroll.JustAMacUser
2019-09-22Try to clarify next/prev article keyboard shortcut help.JustAMacUser
2019-09-18Merge branch 'master' of trap000d/tt-rss into masterfox
2019-09-18Merge branch 'master' of rodneys_mission/tt-rss into masterfox
2019-09-17Removed extra php end tag that was showing in the page titleRodney Stromlund
2019-09-13 Fix error "mb_convert_encoding(): Illegal character encoding specified"Aleksandr Beliaev
modified: plugins/af_readability/init.php
2019-09-11rework previous to pass unformatted timestamp to plugin, and deal with ↵Andrew Dolgov
formatting later also, move timestamp-related debugging output after plugin handler
2019-09-11pass formatted entry timestamp to article filters and allow them to modify itAndrew Dolgov
2019-08-30headline grouping:Andrew Dolgov
1. block grouping for specific feeds where it doesn't make a lot of sense to do so or flat list fits better (archived, recently read) 2. block per-week grouping for feeds where feed-first grouping makes more sense (fresh, starred, published)
2019-08-29setScore, selectionSetScore: check for numerical values properlyAndrew Dolgov