Alexandre Alapetite
Alexandre Alapetite
However, search by user query with a specific feed works a bit strange. All feeds from the Main stream are displayed in the search results, but not this particular feed....
I don't think there is a way to mark an extension as only compatible with version ? _Originally posted by @nicofrand in https://github.com/FreshRSS/FreshRSS/issues/5537#issuecomment-1640256145_
Set default dark mode to automatic instead of disabled. Follow-up of https://github.com/FreshRSS/FreshRSS/pull/4843
`ext.php` should be limited to files not requiring login. We need to move user-specific functionality to a normal controller to check that we are serving a file from the proper...
Pass all tests of https://websub.rocks/subscriber , especially when the page is not ATOM/RSS.
https://github.com/FreshRSS/Extensions/pull/185#issuecomment-1826134164 and follow-up of https://github.com/FreshRSS/Extensions/pull/201 Only [a couple of files](https://github.com/FreshRSS/Extensions/blob/master/tests/phpstan-next.txt) are lacking a little update to pass [PHPStan Level 9](https://phpstan.org/user-guide/rule-levels) for all this Extensions repository: ``` ./xExtension-ImageProxy/configure.phtml ./xExtension-ImageProxy/extension.php ``` The...
It was not working, and has not been maintained in a long time. A follow-up was started on https://github.com/FreshRSS/FreshRSS/pull/1526 as it would require changes in the core for proper support....
Can also be used to migrate from one database to another (e.g. MySQL to PostgreSQL) or to ease upgrade to a major PostgreSQL version (e.g. 15 to 16). My usecase...
https://github.com/FreshRSS/FreshRSS/pull/5038 fix https://github.com/FreshRSS/FreshRSS/issues/4229 (except for SQLite) fix https://github.com/FreshRSS/FreshRSS/issues/5491 (except for SQLite)
@passbe: > My only comment would be the lag in the interface between selecting the next item and it changing from read to unread in the UI Let's address that...