T. Küchel

Results 19 comments of T. Küchel

Hi @cracker0dks , I second this feature request. I also wonder, if there is some feature of scrolling the visible pane, since the one with the smallest screen will not...

Just ran into this and by sheer luck (no brain) tried to whitelist t2bot.io - which worked wonderously.

the last comment I don't understand: if you use the builtin nextcloud credentials to log into matrix via riot, than riot has to support this and be adapted to this...

> And come to think of that, if this can be implemented, then even the builtin nextcloud credentials can be used in some way, so that all users are automatically...

I am with you: end-to-end encryption should not be weakened. Can the session = device also be stored in the nextcloud database. I guess that this would be tricky: loading...

Hi @VITSarah and @JeanPluzo try this: ``` diff --git a/app/controllers/sessions_controller.rb b/app/controllers/sessions_controller.rb index 550038f5..39ebb951 100644 --- a/app/controllers/sessions_controller.rb +++ b/app/controllers/sessions_controller.rb @@ -140,7 +140,7 @@ flash: { alert: I18n.t("registration.insecure_password") } unless User.secure_pa ldap_config[:auth_method]...

Hi. What I would need (and this seems to be the same issue), would be a configurable http_auth (basic / digest) method. The external site entry would be the client,...

> > Proposed fix: Use an IV and store it in the user session. Like this the database can never be used to get cleartext passwords. (sorry, i don't know...

Ok, I will have to sign-off as well. I only edited within github. I will sign off later today, or you could just add the options yourself. Thanks!

Hi. Long time since you reported this. There is an (at the moment undocumented) option to add a server CA-certificate ``` "ldapauth": { ... "tls_ca_file": "cacert.crt" ``` if you put...