David Roden

Results 11 issues of David Roden

From FMS, board freenet: > Due to some of the recent LEA activities involving Freenet, I've created a little stop-gap patch that will prevent your node from connecting to Opennet...

This removes a lot of unused method parameters. Due to plugins being exposed to _everything_, this might theoretically break an unknown number of plugins.

While a โ€œnew postโ€ notification is not displayed, its information is still used to populate the news feed, even if the currently logged in Sone does not follow any of...

confirmed

If sources in a scene are grouped, matching does not work as expected (at least not the way I expect it ๐Ÿ˜). Scene Collection that shows the problem: [Unrecognized_Sources.json.zip](https://github.com/exeldro/obs-move-transition/files/11054739/Unrecognized_Sources.json.zip) Switching...

This is a follow-up for #39 which fixes all the issues I have raised. It is now using Pebble (which is already in Fred) as a template engine and checks...

The license name had a typo in it. Not much more to say. ๐Ÿ˜„

The test was using the wrong translation file, i.e. the production translation. By forcing it to use the translation file used in tests of the translation system, any key that...

Someone on Sone noticed that the Freemail settings page could not be accessed anymore. It could indeed not, because the template for the page was not loaded from the correct...

Bug Report: https://freenet.mantishub.io/view.php?id=7230 This branch fixes the problem outlined in the bug report mentioned above, but it also does so much more. ๐Ÿ˜ There are four types of commits: ๐Ÿง‘โ€๐Ÿ’ป...

99% of the changes are a renamed package (from `com.fasterxml.jackson` to `tools.jackson`). The rest is that `TextNode`s are now `StringNode`s, and object nodes donโ€™t have fields anymore, they have properties.