t2d

Results 46 comments of t2d

the problem ist still present in Primo. When I tick "Auto join" in the favorites menu, it is disabed, when I select the same room again.

I realized, that it actually works, but the gui is broken. It doesn't show the tick in "Automatic".

Thank you for raising this issue. A PR addressing this would certainly be welcome.

> We would be even happy to show a notification to all or users of selected groups in a top bar, e.g. for scheduled maintenance announcements. I used this command-line...

I now understand why this makes sense. Our current approach produces side-effects like #61. `User` and `Alias` use different logic to implement the soft-deleted state. Couldn't we re-use `ReservedName`? Conceptually,...

Wenn wir softdeletion behalten wollen, wäre das vllt ein besserer weg als es selber zu implementieren: https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/softdeleteable.md

Thanks for your awesome work. I haven't looked at the code yet, but I would like to provide some input for your questions: > Do we want to reset 2FA...

We should create a UserFactory to fix that and make Usernames/email addresses lowercase everywhere.

Generally, any work on this is highly appreciated. Thanks! Can you clarify the rationale behind just enabling it for HTTPS? In my opinion, this doesn't make too much sense without...

Also, have you looked at https://github.com/web-auth/webauthn-symfony-bundle? I'm not sure, but maybe webauthn isn't much more effort than TOTP?