summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-29Merge branch 'feature/php84-csv-escape-deprecation' into 'master'Andrew Dolgov
Set 'str_getcsv' escape param to empty string to avoid PHP 8.4 deprecation message. See merge request tt-rss/tt-rss!56
2024-08-24Set 'str_getcsv' escape param to empty string to avoid PHP 8.4 deprecation ↵wn_
message. The escape param is in the process of being eliminated, with PHP 8.4 deprecating passing anything but an empty string as its value. For some reason they're leaving the default value (a backslash) as-is, meaning the default will cause a deprecation message. This commit avoids that by setting the escape param to an empty string (see references below). * https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_proprietary_csv_escaping_mechanism * https://www.php.net/manual/en/function.str-getcsv.php * https://old.reddit.com/r/PHP/comments/1eyum8c/new_deprecation_notices_in_php84_with_csv/ * https://nyamsprod.com/blog/csv-and-php8-4/
2024-08-22Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Galician) See merge request tt-rss/tt-rss!55
2024-08-22Merge branch 'feature/php-version-check-and-link-stuff' into 'master'Andrew Dolgov
Remove extra PHP version checks, fix some links See merge request tt-rss/tt-rss!54
2024-08-21Fix some broken links and make minor wording tweaks.wn_
2024-08-21Remove extra PHP version checks.wn_
Since PHP 7.4.0 is the current minimum, we should be fine just using the check in 'Config::sanity_check()'.
2024-08-21Translated 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-08-16enforce lowercase usernames while keeping backwards-compatibility for ↵Andrew Dolgov
authentication
2024-08-16fix build: directive missing in dev compose file for updaterAndrew Dolgov
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/