M. Wieschollek

Results 159 comments of M. Wieschollek

I would implement OTP support as a special password type. That way, you can use the app as your OTP provider without necessarily having to store a corresponding password with...

I think it would be good to add a warning in the interface which makes it clear to the user that storing OTP and password in the same app is...

Two questions: is the screenly url you're using with https and is your api key 50 characters long?

Well, that seems to be the issue. I assumed that the keys would always be exactly 50 characters. The entire regex for the value is `^https:\/\/(.+)\?key=(\w{50})$`. I will update it...

I think i may have found the issue right away. If you want, you can try the [nightly](https://apps.nextcloud.com/apps/passwords/releases?platform=23#23) and test if this fixes the issue.

In case of Notes i can see the use case for this. For security questions and maybe some of the others you might want to check if adding a custom...

Please make sure that you follow the [contributing guidelines](https://github.com/marius-wieschollek/passwords/blob/master/CONTRIBUTING.md#rules-for-issues) and file this issue correctly either as a bug or a feature. Otherwise i will close it.

The trash bin actually offers a delete all option in the "+" button. This is still the older Nextcloud design from NC12

@lu4p https://git.mdns.eu/nextcloud/passwords and https://github.com/marius-wieschollek/passwords are the same repository. This here is the official and only way to make feature requests or bug reports.

There are some issues to take into account with this feature. One is the uploading / downloading of files. We can't just send them as part of a password entry...