marius-wieschollek / passwords

A simple, yet feature rich password manager for Nextcloud
GNU Affero General Public License v3.0
215 stars 45 forks source link

Integrate with Nextcloud right click menu / context menu #355

Closed eurecv2 closed 3 years ago

eurecv2 commented 3 years ago

Current Status The way that interactions with the password list are handled right now is pretty counter-intuitive and not that efficient

Feature Description Making it so the context menu comes up when right clicking a password or folder as well, re-ordering it and adding "Copy username" and "Copy password" to it and making it so when the password is left-clicked the "Details" view opens up, instead of copying the password.

Additional context Current context menu: image Suggested context menu (after re-ordering it and adding new buttons): image What currently happens when right-clicking a password (or folder, for that matter): image That should open the actual password (or folder) context menu, instead of the browser's

marius-wieschollek commented 3 years ago

Have you seen this option: https://git.mdns.eu/nextcloud/passwords/wikis/Users/Settings#add-copy-options-in-menu

marius-wieschollek commented 3 years ago

And here you can set the single click action: https://git.mdns.eu/nextcloud/passwords/wikis/Users/Settings#single-click-action-advanced

eurecv2 commented 3 years ago

I am very sorry, I've been looking in the wrong place (App's Nextcloud settings instead of the settings inside of the app). There still doesn't seem to be an option to enable right-click to open the context menu, though

marius-wieschollek commented 3 years ago

I have dug trough the code of the files_rightclick app and managed to get a basic right click menu working.

But since the documentation for the app is missing and the app itself seems to be quite buggy, i'm not going to add more that what's in the menu + copy actions.