aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-01af_comics - fix for Danby Draws and maybe other similar wodpress-based sitesAndrew Dolgov
2024-10-24move sql patch file stuff after all initialization tasksAndrew Dolgov
2024-10-24drop RESTORE_SCHEMA, add simple mechanism to apply SQL patch files after ↵Andrew Dolgov
migrations
2024-10-21support TTRSS_DB_PORT in container startup scriptsAndrew Dolgov
2024-10-15properly support search queries in viewfeed debugger, improve some debugging ↵Andrew Dolgov
messages and output
2024-10-15launch gulp from local node_modulesAndrew Dolgov
2024-10-10Merge branch 'feature/guzzle-7.9.2' into 'master'Andrew Dolgov
Update Guzzle to 7.9.2 See merge request tt-rss/tt-rss!70
2024-10-10Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Added translation using Weblate (Estonian) See merge request tt-rss/tt-rss!71
2024-10-07Update Guzzle to 7.9.2wn_
https://github.com/guzzle/guzzle/releases
2024-10-04Added translation using Weblate (Estonian)Priit Jõerüüt
2024-10-01Merge branch 'drop-opentelemetry' into 'master'Andrew Dolgov
drop php-http/guzzle7-adapter See merge request tt-rss/tt-rss!69
2024-10-01drop php-http/guzzle7-adapterAndrew Dolgov
2024-10-01Merge branch 'drop-opentelemetry' into 'master'Andrew Dolgov
drop opentelemetry See merge request tt-rss/tt-rss!68
2024-10-01drop OPENTELEMETRY_ global config entriesAndrew Dolgov
2024-10-01composer dump-autoload --optimizeAndrew Dolgov
2024-10-01drop opentelemetryAndrew Dolgov
2024-09-25Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rssAndrew Dolgov
2024-09-25Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Spanish) See merge request tt-rss/tt-rss!67
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_