Benj Fassbind

Results 37 comments of Benj Fassbind

@bpiraeus It looks like mostly deprecation errors - https://github.com/golang/go/issues/44226 - package golang.org/x/crypto/ssh/terminal is deprecated: this package moved to golang.org/x/term If you want to, feel free to investigate if there are...

@bpiraeus I just re reviewd the changes in `go.mod` and it seems like you upgraded quite a lot of dependencies. Was this on purpose? I think if you just add...

Could you please add a test for the suggested changes?

Failing tests after rebase seem unrelated to the changes on this PR ... edit: not failing after second rebase :)

Cool stuff! I think local storage is a great way to do this :tada:

@galaplexus @fliiiix I resolved the conflicts, changes look good for me, @galaplexus thanks for the nice change! I think you need to squash the commits, as I will loose permission...

Thanks a lot for this awesome change @galaplexus ! :tada: :partying_face:

We could just add an nginx with basic auth on all post requests, that would be pretty simple: https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/

@Joeperdefloep yes but the value is hashed, you can of course reset the token, here is a script we sometimes use: ```python import sys import shutil import datetime from tinydb...