summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-01plugins/note: allow editing note by clicking on itAndrew Dolgov
2022-01-25make sure notification is closed when saving/creating filterAndrew Dolgov
2022-01-25fix filter last_triggered not updatingAndrew Dolgov
2022-01-21make sure #headline-spacer click to open prompt is not obscured whenAndrew Dolgov
mark as read on scroll is enabled https://community.tt-rss.org/t/click-to-open-next-unread-feed-hidden-by-scrolling/5190
2022-01-17Merge pull request 'Fix starred images not being deleted' (#64) from ↵fox
klempin/tt-rss:master into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/64
2022-01-16Fix starred images not being deletedPhilip Klempin
2022-01-14share plugin: fix previousAndrew Dolgov
2022-01-14rework several instances of translated strings being used with single quotes ↵Andrew Dolgov
as HTML element attribute values
2022-01-14Merge pull request '[RFC] update_rss_feed: juxtapose pdo and ORM commit on ↵fox
timestamp update' (#63) from rtollert/tt-rss:update-rss-deadlock1 into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/63
2022-01-13update_rss_feed: juxtapose pdo and ORM commit on timestamp updateRichard Tollerton
If for whatever reason $pdo holds a DDL lock on ttrss_entries, it could block ORM's save, leading to a deadlock. To work around this, call $pdo->commit() before ORM::for_table()->save().
2022-01-13Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2022-01-13Merge branch 'master' of git.fakecake.org:fox/tt-rssAndrew Dolgov
2022-01-13Headlines: fix multiple article ids not passed to setScore as an arrayAndrew Dolgov
2022-01-09Merge pull request 'af_readability: use data-src for images if available' ↵fox
(#62) from woodoo/tt-rss:master into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/62
2022-01-09af_readability: use data-src for images if availableEugene Molotov
data-src is popular attribute to store original images for lazy loading via javascript
2022-01-06Merge pull request 'themes: Fix incorrect blur and opacity interaction' ↵fox
(#61) from suraia/tt-rss:blur-opacity into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/61
2022-01-06generate a warning if plugin-generated content of HOOK_ARTICLE_BUTTON or ↵Andrew Dolgov
_LEFT_BUTTON can't be parsed as valid XML
2022-01-05themes: Fix incorrect blur and opacity interactionMichael Kuhn
Chrome sometimes seems to have problems when using a blur backdrop-filter in combination with opacity. On Linux, this often results in the blur being completely ignored. This also seems to apply to other systems, though. See the following issue for more details: https://bugs.chromium.org/p/chromium/issues/detail?id=1129838 Making the background opaque using rgba seems to fix the problem.
2021-12-23process gallery media in the correct orderAndrew Dolgov
2021-12-23fetch: return HTTP code when no curl_error() is availableAndrew Dolgov
2021-12-23remove deprecated LOG_ constantsAndrew Dolgov
2021-12-20rssutils: rewrite several invocations of (deprecated) rewrite_relative_url() ↵Andrew Dolgov
to UrlHelper::rewrite_relative()
2021-12-20filters:Andrew Dolgov
* add filter action to ignore feed-provided tags * simplify handling of various filter-provided tags * bump schema to 146
2021-12-16af_redditimgur: don't generate a warning if fallback video is not found for ↵Andrew Dolgov
hosted:video post
2021-12-14 * fox.form.Select: add several properties allowing it to betterAndrew Dolgov
imitate other controls like DropDownButton, etc. * rework several main toolbar items to use fox.form.Select instead of other controls * replace HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM with HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM2 because of markup change (option instead of menuitem) * PluginHost: add some explicit typecasts to make intellephense shut up
2021-12-14PluginHost: add run_until() and HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM2Andrew Dolgov
2021-12-14Merge pull request 'Handle the admin user not having any entries in ↵fox
'Feeds::_get_global_unread'.' (#60) from wn/tt-rss:bugfix/get-global-unread-admin-null into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/60
2021-12-14Handle another potential 'SUM()' null situation in Feeds.wn_
2021-12-14Add a note on why ed74c43f18 was needed.wn_
2021-12-14Handle the admin user not having any entries in 'Feeds::_get_global_unread'.wn_
2021-12-07Merge branch 'weblate-integration'Andrew Dolgov
2021-12-06 * add HOOK_POST_LOGOUTAndrew Dolgov
* auth_remote: add config option AUTH_REMOTE_POST_LOGOUT_URL
2021-12-06af_comics: add Powerup Comics and Danby DrawsAndrew Dolgov
2021-12-03Merge pull request 'Prevent "Undefined index: version" events for git ↵fox
version with open_basedir after 9dabfbfa11' (#57) from ltGuillaume/tt-rss:master into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/57
2021-12-03Merge pull request 'Fixes declaration of Pref_Prefs::csrf_ignore to match ↵fox
IHandler::csrf_ignore' (#58) from jbaldus/tt-rss:jbaldus-fix-pref-prefs into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/58
2021-12-02Fixes declaration of Pref_Prefs::csrf_ignore to match IHandler::csrf_ignorejbaldus
2021-12-02Prevent "Undefined index: version" events for git version with open_basedir ↵ltGuillaume
after 9dabfbfa11
2021-12-01api, getHeadlines: properly accept feed_id 0Andrew Dolgov
2021-12-01combined mode: add a hack (?) for .titleWrap widthAndrew Dolgov
2021-12-01Revert "various fixes vor php 8.1 compatibility"Andrew Dolgov
This reverts commit 14027ae04e4aee6cf1c3a4ff9a390ec266c0fb09.
2021-12-01Revert "replace strftime with date"Andrew Dolgov
This reverts commit 72e21f89ce2465fafc08a92dc2d216b55f355f28.
2021-12-01Merge pull request 'Fixes for php 8.1 compatibility' (#56) from ↵fox
magicDave/tt-rss:php8.1-fixes into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/56
2021-11-30replace strftime with dateDavid Edler
2021-11-30various fixes vor php 8.1 compatibilityDavid Edler
2021-11-29combined mode: limit feed title element to 25% widthAndrew Dolgov
2021-11-29remove mixed type hints from function arguments because we still support PHP7Andrew Dolgov
2021-11-29 * fix showing headlines for tag-based virtual feedsAndrew Dolgov
* API: allow retrieving headlines for tag-based feeds (bump api level to 18)
2021-11-24Translated using Weblate (Czech)Marek Pavelka
Currently translated at 100.0% (665 of 665 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/cs/
2021-11-24af_redditimgur: check content-type before downloading data for og:image and ↵Andrew Dolgov
imgur pages
2021-11-24urlhelper: add debugging output for download attemptsAndrew Dolgov