summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-20add hotkeys J/K to move between unread feedsAndrew Dolgov
2021-05-20Merge branch 'weblate-integration'Andrew Dolgov
2021-05-19Translated using Weblate (German)Eike
Currently translated at 100.0% (660 of 660 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/de/
2021-05-18API: bump api level to 17Andrew Dolgov
2021-05-18provide base configuration object in login response to skip on initial getConfigAndrew Dolgov
2021-05-18Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2021-05-18API: return custom sort types in getConfigAndrew Dolgov
2021-05-12Merge pull request 'Fix:Plugins-share:init.php - site_url is NULL when share ↵fox
article by URL from archived articles' (#35) from kdan/tt-rss:master into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/35
2021-05-12Fix:Plugins-share:init.php - site_url is NULL when share article by URL from ↵linkai
archived
2021-05-12Merge branch 'master' into masterkdan
2021-05-11checking for PDO there is rather uselessAndrew Dolgov
2021-05-11sanity check: in single user mode, only test for admin user if migrations ↵Andrew Dolgov
have been completed
2021-05-11use database-backed sessions in single user modeAndrew Dolgov
2021-05-11Merge pull request 'Improve missing token check' (#36) from ↵fox
skazi/tt-rss:quiet-csrf into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/36
2021-05-11Improve missing token checkJacek Tomasiak
Avoid "E_NOTICE (8) (classes/userhelper.php:78) Undefined index: csrf_token" in logs.
2021-05-11Merge branch 'master' into masterkdan
2021-05-11Fix:Plugins-share:init.php - site_url is NULL when share article by URL from ↵linkai
archived
2021-05-07include archived articles (which lack associated feed id) when browsing by tagAndrew Dolgov
2021-05-07af_redditimgur: use core youtube vid helperAndrew Dolgov
2021-05-07add urlhelper to extract youtube video id from urlAndrew Dolgov
2021-05-06fix combined/three panel transition to expandable modeAndrew Dolgov
2021-04-26Fix:Plugins-share:init.php - site_url is NULL when share atircle by URL form ↵linkai
archived
2021-04-23af_redditimgur: instead of generating potentially blacklisted iframes (i.e. ↵Andrew Dolgov
huge black boxes), save found youtube videos as post enclosures for af_youtube_... plugins to deal with later, if enabled
2021-04-22fix for previous changeset that broke expanded modeAndrew Dolgov
2021-04-22Article.pack: add no-op for three panel modeAndrew Dolgov
2021-04-22 * cdm: render enclosures into content elementAndrew Dolgov
* deprecate cdm.intermediate * implement lazy-load for rendered enclosures * simplify pack/unpack logic for articles
2021-04-21Merge branch 'master' of git.fakecake.org:fox/tt-rssAndrew Dolgov
2021-04-21youtube_embed: use embed-responsiveAndrew Dolgov
2021-04-20Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2021-04-20Merge branch 'weblate-integration'Andrew Dolgov
2021-04-19Translated using Weblate (German)Eike
Currently translated at 99.8% (659 of 660 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/de/
2021-04-19Merge pull request 'FIX: public.php - Undefined index: feed_title' (#34) ↵fox
from ohaucke/tt-rss:public-php-fix into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/34
2021-04-19FIX: public.php - Undefined index: feed_titleOliver Haucke
2021-04-13Merge pull request 'Fix `getCategory` method.' (#32) from ↵fox
rodneys_mission/tt-rss:master into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/32
2021-04-12Fix `getCategory` method.Rodney Stromlund
2021-04-12getPreviousFeed/getNextFeed: implement wrap aroundAndrew Dolgov
2021-04-12functions_enabled: trim spaces from disable_functions php ini settingAndrew Dolgov
2021-04-10Merge pull request 'if backend request 'op' is empty fixed' (#27) from ↵fox
Cyb10101/tt-rss:cyb-backend-op into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/27
2021-04-09if backend request 'op' is empty fixedCyb10101
2021-04-09pluginhost: add profile_get/profile_set helpersAndrew Dolgov
2021-04-09fix noscript notificationsAndrew Dolgov
2021-04-07 * fonts-ui: use system font family instead of segoe, etc. by nameAndrew Dolgov
* disable segoe-specific baseline hack for the time being
2021-03-29Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2021-03-29OTP: generate longer secrets, also make them easier to read/copyAndrew Dolgov
2021-03-27Translated using Weblate (Ukrainian)Андрій Жук
Currently translated at 89.8% (593 of 660 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/uk/
2021-03-27Translated using Weblate (Polish)Piotr
Currently translated at 100.0% (660 of 660 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/pl/
2021-03-27Translated using Weblate (French)Glandos
Currently translated at 100.0% (660 of 660 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/fr/
2021-03-27Merge pull request 'Adjust quotation marks in search query before ↵fox
'str_getcsv'.' (#26) from wn/tt-rss:search-quotation-marks into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/26
2021-03-27Adjust quotation marks in search query before 'str_getcsv'.wn_
This moves a potential first quotation mark to before the associated keyword to ensure 'str_getcsv' groups the key and value correctly. Without this 'str_getcsv' would split on potential spaces within the quoted value.
2021-03-26Merge pull request 'Fix automatically showing next feed on catchup' (#25) ↵fox
from wn/tt-rss:bugfix/on-catchup-show-next-feed into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/25