astro

Results 23 comments of astro

This is still an issue when updating to 13.7.0. The updater doesn't ask for elevated permissions before starting the install, and results in a Error 5 because of it. Futhermore,...

Furthermore, when starting the installation on 13.7.0 with manual admin privileges, I am no longer asked where to install the programm, neither is the assumed path shown in the installation...

Is it possible to disable the user account functionality on the self-hosted version? Couldn't find any environment variables to do this.

Damn, you're blazing fast! There's no time pressure, but I'd love to see the feature!

Not sure if this is a big issue, but I did notice that when trying to view a password-protected secret, the password entered to unlock the secret is sent in...

Huh. I checked this on multiple high-profile websites, and you're right, they all send the password unencrypted. I suppose that's why HTTPS gained so much importance. I expected a MITM...

How would I go about adding more languages? I've created a new file `public/locales/de/translation.json` with the updated strings. Do I need to add this new language in `src/i18n.js` as well?...

If i can figure out at what point the strings are loaded, maybe I can whip up a language detection & automatic switching method. Wish me luck 🤞🏼

Thank you! I've already created a fork of the repo which I'm working in, should I scrap that and create a new branch in this repo?

automatic language detection & switching is now present via #88.