Jeremy Kescher

Results 112 comments of Jeremy Kescher

I have used the YouTube player in the Jitsi Meet electron application, so I can only imagine that there is something going on with a Cross-Origin Resource Sharing policy.

I think that would require the maintenance state to be put into multiple locations. Currently, this is in your config.php, **which is located in your data folder**.

@kesslb @manofthepeace Oh, I see. I misunderstood that.

Oh, it's because the password was previously stored in plain text...

I am moving from a 0.1 version to 0.2.1.

Question is: What to do about it? Personally, I would've probably gone with some variant of argon2, but of course, bcrypt is now set, and the migration isn't exactly skippable...

In the meantime, here are a few steps to, like, truncate your password: First, get ahold of your database stored password. Connect to the sqlite db, and use this query:...

> What "out of date" means in this context? Aren't the ALHP packages taken into consideration during the `checkupdates` call? > Could you elaborate a bit on this? Is this...