aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-01-26Remove now-unused 'Config::ICONS_URL'.wn_
2025-01-26Reduce use of legacy 'Config::ICONS_DIR'.wn_
Also some minor cleanup in 'API#_get_config()'.
2025-01-26Include 'cache/feed-icons' in the default backup process.wn_
This is worthwhile since custom icons might've been uploaded and post-restore icon fetches might take a while.
2025-01-22Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Finnish) See merge request tt-rss/tt-rss!98
2025-01-22fix extra commaAndrew Dolgov
2025-01-22shorten_expanded: add simple event debounceAndrew Dolgov
2025-01-17Translated using Weblate (Finnish)Ricky Tigg
Currently translated at 100.0% (695 of 695 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/fi/
2025-01-09Merge branch 'feature/copy-filter' into 'master'Andrew Dolgov
Add the ability to clone an existing filter. See merge request tt-rss/tt-rss!97
2025-01-06Fix setting a custom title when cloning a single filter.wn_
2025-01-06Use 'clone' wording for filter duplication.wn_
2025-01-06Fix a return type warning in 'Pref_Filters'.wn_
'Pref_Filters#get_details()' gets passed the ID of an existing filter, so we don't need to handle some edge case of it not existing.
2025-01-06Prompt for the new filter name when only copying one.wn_
This also reworks 'Pref_Filters' a bit so it's easier to retrieve filter titles.
2025-01-06Add the ability to copy an existing filter.wn_
2025-01-05Merge branch 'af-comics-dumbingofage' into 'master'Andrew Dolgov
[af_comics] Add processing of dumbingofage.com images See merge request tt-rss/tt-rss!96
2025-01-05Add processing of dumbingofage.com imagesNathan Neulinger
2024-12-30Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Chinese (Simplified Han script)) See merge request tt-rss/tt-rss!95
2024-12-29Translated using Weblate (Italian)Dario Di Ludovico
Currently translated at 100.0% (695 of 695 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/it/
2024-12-29Translated using Weblate (Belarusian)Mikalai Daronin
Currently translated at 100.0% (695 of 695 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/be/
2024-12-27Translated using Weblate (Chinese (Simplified Han script))qx100
Currently translated at 100.0% (695 of 695 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/zh_Hans/
2024-12-22Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Greek) See merge request tt-rss/tt-rss!94
2024-12-22Translated using Weblate (Greek)cuhsy
Currently translated at 100.0% (695 of 695 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/el/
2024-12-20Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Spanish) See merge request tt-rss/tt-rss!93
2024-12-17Translated using Weblate (Dutch)Patrick Ahles
Currently translated at 100.0% (695 of 695 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/nl/
2024-12-17Translated using Weblate (Latvian)Edgars Andersons
Currently translated at 100.0% (695 of 695 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/lv/
2024-12-17Translated using Weblate (Galician)josé m
Currently translated at 100.0% (695 of 695 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/gl/
2024-12-17Translated using Weblate (Spanish)gallegonovato
Currently translated at 100.0% (695 of 695 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/es/
2024-12-16Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Polish) See merge request tt-rss/tt-rss!92
2024-12-16Translated using Weblate (Polish)Anarion Dunedain
Currently translated at 100.0% (695 of 695 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/pl/
2024-12-16Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Latvian) See merge request tt-rss/tt-rss!91
2024-12-16maybe fix integration tests failing by always initializing apitest fieldsAndrew Dolgov
2024-12-16Merge branch 'feature/php-misc' into 'master'Andrew Dolgov
More native typing, use some new PHP stuff See merge request tt-rss/tt-rss!88
2024-12-16Translated using Weblate (Latvian)Edgars Andersons
Currently translated at 79.1% (550 of 695 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/lv/
2024-12-16Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Update translation files See merge request tt-rss/tt-rss!90
2024-12-16Merge branch 'feature/smart_date_time_never' into 'master'Andrew Dolgov
Consistently "smart display" the Unix epoch as "Never", clean up calls to `TimeHelper::make_local_datetime()` See merge request tt-rss/tt-rss!89
2024-12-15Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'.wn_
There's no point in passing '$long' unless '$no_smart_dt' is set to 'true'.
2024-12-15Consistently handle the 'smart' display of default/never dates.wn_
2024-12-15minor PHPDoc cleanup in PluginHostwn_
2024-12-15Clean up some virtual feed stuff in PluginHost.wn_
Among other things, this makes 'PluginHost->add_feed()' return false if the feed was not added.
2024-12-15Translated using Weblate (Latvian)Edgars Andersons
Currently translated at 67.0% (466 of 695 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/lv/
2024-12-15Translated using Weblate (Italian)Dario Di Ludovico
Currently translated at 100.0% (695 of 695 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/it/
2024-12-15Deal with FeedEnclosure property accessed before initialization.wn_
2024-12-15Revert some stuff based upon feedbackwn_
2024-12-14Use a native DNF type for 'PluginHost->get_feed_handler()'.wn_
2024-12-14Use native typing in more places and clean up 'FeedEnclosure' a bit.wn_
2024-12-14Remove use of 'ReturnTypeWillChange'.wn_
'ReturnTypeWillChange' was a workaround needed until we reached PHP 8.0, which introduced union types and allowed alignment with 'SessionHandlerInterface'.
2024-12-14Use the spread operator instead of 'array_merge' in more places.wn_
PHP 8.1 introduced support for merging string-key arrays (last array with a wins).
2024-12-14Update translation filesHosted Weblate
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/
2024-12-14rebase translationsAndrew Dolgov
2024-12-14pref feed tree - switch to flexbox for row layout, remove floating paramAndrew Dolgov
2024-12-14show amount of stored article in prefs feed treeAndrew Dolgov