summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-12Address upcoming string interpolation deprecation.wn_
https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation
2022-10-15Merge branch 'master' of git.tt-rss.org:tt-rss/tt-rssAndrew Dolgov
2022-10-15fix some PHP8 warnings generated while dragging feed tree items aroundAndrew Dolgov
2022-10-15fix tree expando being invisible on selected tree nodesAndrew Dolgov
2022-10-11Merge pull request 'Return true in custom error handler for proper ↵fox
suppression' (#89) from mechnich/tt-rss:fix-error-handling into master Reviewed-on: https://dev.tt-rss.org/tt-rss/tt-rss/pulls/89
2022-10-10Return true in custom error handler for proper suppressionjmechnich
2022-10-02Jenkins: set discarderAndrew Dolgov
2022-10-01remove docker-on-docker hacks from JenkinsfileAndrew Dolgov
2022-10-01Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2022-10-01add Jenkinsfile to enable separate CI for pull requestsAndrew Dolgov
2022-10-01Merge pull request 'Fix handling of suppressed errors' (#85) from ↵fox
mechnich/tt-rss:master into master Reviewed-on: https://dev.tt-rss.org/fox/tt-rss/pulls/85
2022-10-01Merge pull request 'Fix PHP8 strtime warning if argument is null (addendum)' ↵fox
(#86) from mechnich/tt-rss:more-strtotime-fixes into master Reviewed-on: https://dev.tt-rss.org/fox/tt-rss/pulls/86
2022-10-01Fix PHP8 strtime warning if argument is null (addendum)jmechnich
2022-10-01Fix handling of suppressed errorsjmechnich
2022-09-29make phpstan happyAndrew Dolgov
2022-09-29Update 'CONTRIBUTING.md'fox
2022-09-29Merge pull request 'Added support for api plugins virtual feeds' (#84) from ↵fox
Shemi/tt-rss:master into master Reviewed-on: https://dev.tt-rss.org/fox/tt-rss/pulls/84
2022-09-29Merge branch 'master' into masterShemi
2022-09-29Added support for api plugins virtual feedsShemi
2022-09-28Merge pull request 'Fix PHP8 strtime warning if argument is null' (#83) from ↵fox
mechnich/tt-rss:master into master Reviewed-on: https://dev.tt-rss.org/fox/tt-rss/pulls/83
2022-09-28Fix PHP8 strtime warning if argument is nulljmechnich
2022-09-03Merge pull request 'Set user related sessions for single user mode' (#82) ↵fox
from powerivq/tt-rss:language-session into master Reviewed-on: https://dev.tt-rss.org/fox/tt-rss/pulls/82
2022-08-31Set user related sessions for single user modepowerivq
2022-08-31Merge pull request 'Fix PHP8 empty param warning' (#79) from ↵fox
powerivq/tt-rss:php8compat into master Reviewed-on: https://dev.tt-rss.org/fox/tt-rss/pulls/79
2022-08-31Merge pull request 'Add last_login_update session to single user mode' (#80) ↵fox
from powerivq/tt-rss:last_login into master Reviewed-on: https://dev.tt-rss.org/fox/tt-rss/pulls/80
2022-08-31Add last_login to single user modepowerivq
2022-08-31Fix PHP8 empty param problempowerivq
2022-08-22update gl translation label (2)Andrew Dolgov
2022-08-22update gl translation labelAndrew Dolgov
2022-08-21enable gl translation (Galician)Andrew Dolgov
2022-08-21Merge branch 'weblate-integration'Andrew Dolgov
2022-08-21Translated using Weblate (Dutch)Patrick Ahles
Currently translated at 100.0% (701 of 701 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/nl/
2022-08-21Translated using Weblate (Czech)Marek Pavelka
Currently translated at 100.0% (701 of 701 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/cs/
2022-08-17Merge pull request 'Use PHP 7.4 features' (#77) from ↵fox
wn/tt-rss:feature/php-7.4-stuff into master Reviewed-on: https://dev.tt-rss.org/fox/tt-rss/pulls/77
2022-08-16generate_syndicated_feed: add source section to JSON-formatted outputAndrew Dolgov
2022-08-15Merge remote-tracking branch 'origin/master' into feature/php-7.4-stuffwn_
2022-08-15amend logic flow to fix phpstan warning in previousAndrew Dolgov
2022-08-15Merge pull request 'Handle no response body, file_get_contents() failure in ↵fox
UrlHelper::fetch()' (#78) from wn/tt-rss:feature/handle-no-response-body into master Reviewed-on: https://dev.tt-rss.org/fox/tt-rss/pulls/78
2022-08-14Handle 'file_get_contents()' failure in 'UrlHelper::fetch()'.wn_
2022-08-14Handle valid HTTP responses with no response body.wn_
2022-08-12Use the null coalescing assignment operator in various places.wn_
2022-08-12Replace use of 'array_merge' with the spread operator and 'array_push' in ↵wn_
various places. This isn't supported for arrays with string keys until PHP 8.1. https://wiki.php.net/rfc/spread_operator_for_array
2022-08-12Use arrow functions in some places.wn_
2022-08-12minor: remove a PHP >= 5.6 check in 'af_redditimgur'wn_
2022-08-12Remove a PHP < 7.1 branch in UrlHelper.wn_
2022-08-12Switch to direct type declarations of class properties.wn_
2022-08-01disable composer platform checkAndrew Dolgov
2022-07-31update phpstan to 1.8.2Andrew Dolgov
2022-07-31rework phpstan task to use inotifywaitAndrew Dolgov
2022-07-31enable phpstan task to run in backgroundAndrew Dolgov