Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MD
Posts
0
Comments
60
Joined
2 yr. ago

  • Wym same error? I meant the above picture that uploads fine. Does it still work after you move it to the location of the picture that doesn't work.

    By default it saves the picture in location that should always be accessible by Jerboa

    It is very possible that we don't properly handle it when it fails to receive permission. I'll take a look at it.

  • Hmm it could still be a permission issue but that would be on ourside to fix. Did you save this image in the same place as the others? If so can you try that. It might be that we don't ask correct permission on Android 13.

  • I looked into it and the only thing I could find was some admin actions that also should be hidden for non admins.

    I can successfully ban/unban from community as non admin mod.

    These changes will land in 0.0.61

    If you are able to reproduce this issue still in 0.0.61 please let me know

    Thanks for your corporation!

  • If you disable the option to show the navigation bar. It will show the entries in the sidebar.

    I assumed originally that is how you accesed that screen. But it seems that I was wrong. But that was a bug that I had to fix anyway.

    It seems we don't properly filter these actions in the mod action menu either.

    I'll take a look at that too.

    Btw you can see the actual version of your app by going to Settings > About. Or by checking the relevant app store

  • That was a bug in a lemmy 0.18.X, where it introduced sanitation against XSS. After XSS attack had happened. Which was introduced with the custom smiley feature, which allowed arbitary js to be executed on every client.

    Which then was removed in 0.19. When I had discussion with the Lemmy devs that this responsibility lays on the clients to properly santize this. (Display text as text, fault layed in Lemmy UI)