summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-14Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (German) See merge request tt-rss/tt-rss!53
2024-08-14Merge branch 'feature/cleanup-dashboard-feed-code' into 'master'Andrew Dolgov
Remove unused 'dashboard feed' code. See merge request tt-rss/tt-rss!52
2024-08-14Remove unused 'dashboard feed' code.wn_
Displaying auxiliary info when there's nothing to load is being handled in 'Feeds::_format_headlines_list()'.
2024-08-09Translated using Weblate (German)tarte
Currently translated at 99.8% (693 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/de/
2024-08-04Merge branch 'feature/isset-to-null-coalescing-op' into 'master'Andrew Dolgov
Replace basic 'isset()' cases with the null coalescing operator. See merge request tt-rss/tt-rss!51
2024-08-04Replace basic 'isset()' cases with the null coalescing operator.wn_
2024-08-03Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rssAndrew Dolgov
2024-08-03Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Spanish) See merge request tt-rss/tt-rss!50
2024-07-30Translated using Weblate (Spanish)gallegonovato
Currently translated at 78.2% (543 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/es/
2024-07-21set proper stages for phpdoc jobsAndrew Dolgov
2024-07-21copy docs to subpathAndrew Dolgov
2024-07-21set phpdoc image nameAndrew Dolgov
2024-07-21add phpdoc dockerfileAndrew Dolgov
2024-07-21exp - use phpdoc containerAndrew Dolgov
2024-07-19Merge branch 'bugfix/optional-alpine-mirror' into 'master'Andrew Dolgov
Fix breakage when 'ALPINE_MIRROR' is not provided See merge request tt-rss/tt-rss!49
2024-07-19Fix breakage when 'ALPINE_MIRROR' is not provided.wn_
Related to 7f3129d4f3f0156498cee706dc8fc1e6be27d33c
2024-07-19support optional mirror for alpineAndrew Dolgov
2024-07-18Merge branch 'bugfix/add-sessions-to-autoloader' into 'master'Andrew Dolgov
Add the 'Sessions' class to the autoloader. See merge request tt-rss/tt-rss!48
2024-07-17Add the 'Sessions' class to the autoloader.wn_
Generated using 'composer dump-autoload --optimize'.
2024-07-17Merge branch 'feature/php84-session_set_save_handler' into 'master'Andrew Dolgov
Switch to the non-deprecated form of 'session_set_save_handler'. See merge request tt-rss/tt-rss!44
2024-07-17Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Chinese (Traditional)) See merge request tt-rss/tt-rss!46
2024-07-17update CONTRIBUTINGAndrew Dolgov
2024-07-14Translated using Weblate (Portuguese (Portugal))ssantos
Currently translated at 77.2% (536 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/pt_PT/
2024-07-12Translated using Weblate (Chinese (Traditional))TonyRL
Currently translated at 99.5% (691 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/zh_Hant/
2024-07-12Move side effects out of the 'Sessions' constructor.wn_
2024-07-11Add and use the 'Sessions' class.wn_
2024-07-11retry selenium tests several timesAndrew Dolgov
2024-07-10Merge branch 'bugfix/decoded-srcset-result' into 'master'Andrew Dolgov
Don't reuse the '$matches' array in 'RSSUtils::decode_srcset()'. See merge request tt-rss/tt-rss!43
2024-07-10Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Chinese (Traditional)) See merge request tt-rss/tt-rss!45
2024-07-09Translated using Weblate (Chinese (Traditional))oopzzozzo
Currently translated at 99.5% (691 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/zh_Hant/
2024-07-05Switch to the non-deprecated form of 'session_set_save_handler'.wn_
As of PHP 8.4 the form with more than 2 arguments is deprecated. This also does some initial work to make the functions behave closer to what SessionHandlerInterface describes. * https://php.watch/versions/8.4/session_set_save_handler-alt-signature-deprecated * https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures * https://www.php.net/manual/en/class.sessionhandlerinterface.php
2024-07-05Don't reuse the '$matches' array in 'RSSUtils::decode_srcset()'.wn_
This causes the size of the array to be incorrectly doubled due to the original regex match items being combined with the custom items (i.e. the ones with just 'url' and 'size' keys). Also rework 'RSSUtils::encode_srcset()' a bit so it looks similar to 'RSSUtils::decode_srcset()'.
2024-07-02Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Polish) See merge request tt-rss/tt-rss!42
2024-06-30Translated using Weblate (Polish)Anarion Dunedain
Currently translated at 100.0% (694 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/pl/
2024-06-25Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Turkish) See merge request tt-rss/tt-rss!41
2024-06-24Translated using Weblate (Turkish)Oğuz Ersen
Currently translated at 80.6% (560 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/tr/
2024-06-22Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (German) See merge request tt-rss/tt-rss!40
2024-06-21Translated using Weblate (Chinese (Traditional))TonyRL
Currently translated at 97.9% (680 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/zh_Hant/
2024-06-21Translated using Weblate (Dutch)Patrick Ahles
Currently translated at 100.0% (694 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/nl/
2024-06-21Translated using Weblate (French)Patrick Ahles
Currently translated at 100.0% (694 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/fr/
2024-06-21Translated using Weblate (German)Patrick Ahles
Currently translated at 99.8% (693 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/de/
2024-06-20Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Galician) See merge request tt-rss/tt-rss!39
2024-06-20Translated using Weblate (Chinese (Traditional))Chih-Hsuan Yen
Currently translated at 97.1% (674 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/zh_Hant/
2024-06-20Translated using Weblate (Galician)josé m
Currently translated at 100.0% (694 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/gl/
2024-06-20Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Galician) See merge request tt-rss/tt-rss!38
2024-06-19add some time-related debugging output for feeds and usersAndrew Dolgov
2024-06-19Translated using Weblate (Galician)josé m
Currently translated at 100.0% (694 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/gl/
2024-06-18set DAEMON_FEED_LIMIT to 50 by default and use it consistently between ↵Andrew Dolgov
forking daemon and any other update methods
2024-06-18 * pass arbitrary CLI arguments to update daemon via updater.sh entrypointAndrew Dolgov
* add configurable log level for update daemon (DAEMON_LOG_LEVEL) * when daemon log level is set to LOG_EXTENDED (2) log queries for feed update selection
2024-06-17add gitlab CR publish jobsAndrew Dolgov