You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as mentioned by @aivanovski in his pull request #34 this would allow people to programmatically assign a group as a recycle bin for reasons including those stated in the pull request, of some implementations not hooking the metadata together correctly.
There will need to be some thought as to what happens when there is already a recycle bin assigned, would be grateful for some views. Here's the JavaDoc on getRecycleBin() as it currently stands.
The text was updated successfully, but these errors were encountered:
KeePass2 creates a group (automatically) named "Recycle Bin" when an entry or a group is deleted.
Then a user can't create a Group and mark it as "Recycle Bin".
I think we need to maintain the compatibility of all implementations and existing applications of KeePass2!
You can't add this feature because if I export my KeePass2 database from this Java API to other KeePass applications (KeePass2 for Windows, KeePass XC, etc.) what happened? How do they interpret my deleted data?
I think could be wrong and maybe dangerous to implement this feature, so I suggest you close this issue because the current implementation of this API is compliant with the current implementation of the other KeePass projects!
as mentioned by @aivanovski in his pull request #34 this would allow people to programmatically assign a group as a recycle bin for reasons including those stated in the pull request, of some implementations not hooking the metadata together correctly.
There will need to be some thought as to what happens when there is already a recycle bin assigned, would be grateful for some views. Here's the JavaDoc on
getRecycleBin()
as it currently stands.The text was updated successfully, but these errors were encountered: