summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-25disable absolute redirects & redirect port in phpdoc imageAndrew Dolgov
2024-09-23Translated using Weblate (Spanish)gallegonovato
Currently translated at 100.0% (694 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/es/
2024-09-21Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Galician) See merge request tt-rss/tt-rss!65
2024-09-21phpdoc - switch to nginx unprivilegedAndrew Dolgov
2024-09-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-09-15add another test for self url, split regex into two parts - one for plugins, ↵Andrew Dolgov
one for everything else
2024-09-14Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Greek) See merge request tt-rss/tt-rss!63
2024-09-14fix Config::get_self_url() invoked from plugin context, better deal with ↵Andrew Dolgov
multiple trailing slashes in URL, update phpunit image path
2024-09-13Translated using Weblate (Greek)Nikolas
Currently translated at 100.0% (694 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/el/
2024-09-13Translated using Weblate (Spanish)Nikolas
Currently translated at 99.8% (693 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/es/
2024-09-13Translated using Weblate (Greek)Nikolas
Currently translated at 100.0% (694 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/el/
2024-09-12don't try to publish phpdoc image without credsAndrew Dolgov
2024-09-12Revert "Update .gitlab-ci.yml file"Andrew Dolgov
This reverts commit 0d3c5049c16343ce3c97bf8dbceddf3f73aa5d3c.
2024-09-12Update .gitlab-ci.yml fileAndrew Dolgov
2024-09-12Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Spanish) See merge request tt-rss/tt-rss!62
2024-09-12Merge branch 'path_info_update' into 'master'Andrew Dolgov
Enable PATH_INFO for plugins to use See merge request tt-rss/tt-rss!61
2024-09-11spacing fixEric Pierce
2024-09-11Update nginx.conf to move the currently unused PATH_INFO configuration into ↵Eric Pierce
a separate location rule for plugins to leverage
2024-09-09Translated using Weblate (Spanish)gallegonovato
Currently translated at 99.8% (693 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/es/
2024-09-06Translated using Weblate (Spanish)gallegonovato
Currently translated at 89.3% (620 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/es/
2024-08-31Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Galician) See merge request tt-rss/tt-rss!59
2024-08-31Translated 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-29Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Spanish) See merge request tt-rss/tt-rss!58
2024-08-29Merge branch 'feature/search-title-link' into 'master'Andrew Dolgov
Make a search query 'feed title' a link to get back to the search modal. See merge request tt-rss/tt-rss!57
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-26Make a search query 'feed title' a link to get back to the search modal.wn_
2024-08-26Translated using Weblate (Spanish)gallegonovato
Currently translated at 81.7% (567 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/es/
2024-08-24Translated using Weblate (Spanish)gallegonovato
Currently translated at 78.5% (545 of 694 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/es/
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