| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-01 | Fix PHP8 strtime warning if argument is null (addendum) | jmechnich | |
| 2022-09-29 | make phpstan happy | Andrew Dolgov | |
| 2022-09-29 | Merge branch 'master' into master | Shemi | |
| 2022-09-29 | Added support for api plugins virtual feeds | Shemi | |
| 2022-09-28 | Fix PHP8 strtime warning if argument is null | jmechnich | |
| 2022-08-31 | Set user related sessions for single user mode | powerivq | |
| 2022-08-31 | Merge 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-31 | Add last_login to single user mode | powerivq | |
| 2022-08-31 | Fix PHP8 empty param problem | powerivq | |
| 2022-08-17 | Merge 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-16 | generate_syndicated_feed: add source section to JSON-formatted output | Andrew Dolgov | |
| 2022-08-15 | Merge remote-tracking branch 'origin/master' into feature/php-7.4-stuff | wn_ | |
| 2022-08-15 | amend logic flow to fix phpstan warning in previous | Andrew Dolgov | |
| 2022-08-14 | Handle 'file_get_contents()' failure in 'UrlHelper::fetch()'. | wn_ | |
| 2022-08-14 | Handle valid HTTP responses with no response body. | wn_ | |
| 2022-08-12 | Use the null coalescing assignment operator in various places. | wn_ | |
| 2022-08-12 | Replace 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-12 | Use arrow functions in some places. | wn_ | |
| 2022-08-12 | Remove a PHP < 7.1 branch in UrlHelper. | wn_ | |
| 2022-08-12 | Switch to direct type declarations of class properties. | wn_ | |
| 2022-07-31 | update phpstan to 1.8.2 | Andrew Dolgov | |
| 2022-07-29 | properly check for baseline required PHP version (7.4) | Andrew Dolgov | |
| 2022-07-24 | * add HOOK_LOGINFORM_ADDITIONAL_BUTTONS | Andrew Dolgov | |
| * allow plugins to inject JS code into login form | |||
| 2022-07-24 | public: allow system plugins to expose public methods | Andrew Dolgov | |
| 2022-07-24 | make_self_url: properly strip out GET params | Andrew Dolgov | |
| 2022-07-24 | readability: add missing dependencies | Andrew Dolgov | |
| 2022-07-16 | Fix an error when disabling all user plugins | Chih-Hsuan Yen | |
| If I enabled some user plugins via Preferences -> Plugins and then disabled all of them, an error occurred: Jul 16 22:34:20 php[100]: PHP Fatal error: Uncaught TypeError: array_filter(): Argument #1 ($array) must be of type array, null given in /usr/share/webapps/tt-rss/classes/pref/prefs.php:1027 Jul 16 22:34:20 php[100]: Stack trace: Jul 16 22:34:20 php[100]: #0 /usr/share/webapps/tt-rss/classes/pref/prefs.php(1027): array_filter() Jul 16 22:34:20 php[100]: #1 /usr/share/webapps/tt-rss/backend.php(136): Pref_Prefs->setplugins() Jul 16 22:34:20 php[100]: #2 {main} Jul 16 22:34:20 php[100]: thrown in /usr/share/webapps/tt-rss/classes/pref/prefs.php on line 1027 Apparently the issue was elevated from a warning to an error in PHP 8.0 [1]. [1] https://php.watch/versions/8.0/internal-function-exceptions | |||
| 2022-07-13 | some very minor php8.1 warnings fixed | Andrew Dolgov | |
| 2022-07-04 | Fix MySQL search Queries | DJ_TBX | |
| Add the missing space between "AND" and "MATCH" in MySQL search queries | |||
| 2022-06-19 | implement native fulltext search on mysql | Andrew Dolgov | |
| 2022-06-19 | schema: add fulltext indexes for mysql to support af_psql_trgm and possibly ↵ | Andrew Dolgov | |
| future fulltext search | |||
| 2022-06-13 | userhelper: fix optional parameter being declared before a required one | Andrew Dolgov | |
| 2022-06-10 | UserHelper, CLI: add a method to check user password | Andrew Dolgov | |
| 2022-06-10 | * add UserHelper methods to manipulate user database (add, modify, delete) | Andrew Dolgov | |
| * expose said methods via CLI (update.php) * fix several invocations of deprecated functions * set stricter type hints on several method arguments | |||
| 2022-06-09 | throttle updates if received HTTP 429 (Too Many Requests) | Andrew Dolgov | |
| 2022-06-06 | Revert "minor: Support html content in mailer.php" | Andrew Dolgov | |
| This reverts commit b91ffae29217d441445ed3931987119d33b6fa20. | |||
| 2022-06-06 | Revert "trivia: coding style" | Andrew Dolgov | |
| This reverts commit 9e557501fae6f67f4dbd5cc121e1f45e5211c9a7. | |||
| 2022-06-06 | feeds-tree: move external onClick dojo/method to PrefFeedTree class | Andrew Dolgov | |
| 2022-06-06 | filter-tree: move external dojo/method to PrefFilterTree class | Andrew Dolgov | |
| 2022-06-05 | prefs: move external filter tree onload method (which checks for inactive ↵ | Andrew Dolgov | |
| feeds, etc.) to FilterTree class | |||
| 2022-06-05 | pref-filters: add a button to hide or show rules in the filter list | Andrew Dolgov | |
| 2022-06-05 | fix PHP8 undefined array key warning when resetting prefs to defaults | Andrew Dolgov | |
| 2022-05-29 | fix custom-set site URLs never used while updating feeds | Andrew Dolgov | |
| 2022-05-28 | when determining feed-specific favicon, instead of using first match or ↵ | Andrew Dolgov | |
| generic fallback, go through entire list of determined favicon URLs | |||
| 2022-05-24 | trivia: coding style | Hardway Hou | |
| 2022-05-24 | minor: Support html content in mailer.php | Hardway Hou | |
| 2022-05-23 | use CURLAUTH_BASIC by default for password-protected feeds, keeping | Andrew Dolgov | |
| CURLAUTH_ANY as a fallback in case we got a 403. | |||
| 2022-05-22 | Fix typo | Siemenskun | |
| 2022-05-22 | Fix xml parsing error | Siemenskun | |
| Move re-requesting logic before parsing response body, otherwise it puts HTTP headers into XML body | |||
| 2022-04-03 | disable some pointless startup sanity checks when running under docker | Andrew Dolgov | |