Benjamin Brahmer
Benjamin Brahmer
#### Brief description of the issue. With news 15.1.0 we have a change in the feed attribute "folderId", if the feed is in the root folder the id will be...
This is supposed to fix all the deprication warnings of php 8.1 that I can find. It seems like mainly to be that you can't pass null to a method...
## Explain the Problem I tested news under the current master branch of Server, which will eventually end up as release 25. I took some screenshots to show the effects....
# IMPORTANT Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;) * [x] I have read the [CONTRIBUTING.md](https://github.com/nextcloud/news/blob/master/CONTRIBUTING.md) and...
I found a crash while browsing though my feeds by touching a picture, the app froze and then crashed. Steps: 1. open feed 2. touch image 3. ... 4. crash...
I wrote down some documentation on how to run the integration tests to make it a bit easier for new people. Also added the missing kill command to the workflow.
# Background News 25.x includes a major rewrite of the fronted. This change was necessary since the old UI was based on angular JS (the original) and that framework is...
# IMPORTANT Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;) * [x] I have read the [CONTRIBUTING.md](https://github.com/nextcloud/news/blob/master/CONTRIBUTING.md) and...
My Editor informed me today that the phpunit method withConsecutive, which we use in quite a lot of places has been deprecated. Apparently in version 10 of phpunit it was...