Bernhard Posselt

Results 72 comments of Bernhard Posselt

Change log support it is built in but apps need to provide one. Also please stay on topic and don't hijack issues like you did in passman

OK great will take a look at it :) Thanks for your help!

If anyone is looking for a solution similar to this: We've resorted to generating a template file (https://github.com/nextcloud/appstore/blob/master/nextcloudappstore/core/templates/translation/db_translations.txt) with translations which can be configured per field https://github.com/nextcloud/appstore/blob/master/nextcloudappstore/core/management/commands/createdbtranslations.py We then simply...

As long as its possible in whatever I'm fine with it :) ATM my work around is to copy all English translations to the target translation if no translation is...

Can you create a pull request in that case? It's still a draft BTW nothing is implemented yet

Yeah, misunderstanding :) that one was about cron job updates which had to be done because the old APIs were removed. There's an api call that lists available APIs which...

The number is added to the maximum number of entries the feed served at some point to prevent read items reappearing as unread

Exactly :) You can view the number in the oc_news_feeds table (articles_per_update) The logic itself is covered by an integration test so I'm pretty sure that it works (though there's...

See https://github.com/nextcloud/news/blob/master/lib/Db/ItemMapper.php#L278

You do not want to delete read items because you didn't read them yet. Works as intended