summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2019-08-28Translated 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-08-27Translated using Weblate (Dutch)Patrick Ahles
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/nl/
2019-08-27Translated using Weblate (German)Oliver Meyer
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/de/
2019-08-27Translated using Weblate (German)Patrick Ahles
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/de/
2019-08-26Translated using Weblate (German)Oliver Meyer
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/de/
2019-08-26Translated using Weblate (German)Patrick Ahles
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/de/
2019-08-23Translated using Weblate (Norwegian Bokmål)Jan Espen Pedersen
Currently translated at 44.4% (314 of 708 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/nb_NO/
2019-08-21makefeedtree: properly calculate feed total amount in no-categories modeAndrew Dolgov
2019-08-21af_readability: require php 7.0Andrew Dolgov
2019-08-20SQL logger: log some parametersAndrew Dolgov
2019-08-16Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2019-08-16af_readability: add missing fileAndrew Dolgov
2019-08-16Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2019-08-16update readability libraryAndrew Dolgov
2019-08-16pluginhandler/public: report errors with E_USER_WARNINGAndrew Dolgov
2019-08-16use clean_filename() instead of basename()/clean() combinations in a bunch ↵Andrew Dolgov
of places
2019-08-16clean_filename: also remove markupAndrew Dolgov
2019-08-16pluginhandler: better error reporting for incorrect usageAndrew Dolgov
2019-08-15fix get_method_url() to use correct method parameterAndrew Dolgov
2019-08-15pluginhost: add helper methods to get private/public pluginmethod endpoint URLsAndrew Dolgov
2019-08-15API/getHeadlines: fix order of returned feeds to be consistent with main UIAndrew Dolgov
2019-08-15public/pluginhandler: log invalid requestsAndrew Dolgov
2019-08-15fix several leftover mentions of old (renamed) class name, duhAndrew Dolgov
2019-08-15af_zz_imgproxy: rename to af_proxy_http, use priority hook loaderAndrew Dolgov
2019-08-15pluginhost: implement priority-based system for running hooksAndrew Dolgov
2019-08-15rebase translationsAndrew Dolgov
2019-08-15HOOK_ARTICLE_IMAGE: allow hooks to modify article contentAndrew Dolgov
2019-08-15DiskCache::rewriteUrls() - remove img[@srcset]Andrew Dolgov
2019-08-15add HOOK_ARTICLE_IMAGE for Article::get_article_image()Andrew Dolgov
2019-08-14Article::get_article_image() - provide cached URLs if possibleAndrew Dolgov