mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Renaming folder will not rename subfolders #1349
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maxhq on GitHub (Aug 22, 2022).
Subject of the issue
When renaming a folder, all subfolders will then appear on the top level prefixed with the old parent folder and a slash.
Deployment environment
vaultwarden version: 1.25.2
Install method: Docker image (vaultwarden/server:latest)
Clients used: web vault and Bitwarden Linux Client
Reverse proxy and version: none
MySQL/MariaDB or PostgreSQL version: none
Steps to reproduce
Example folder structure:
Rename
parenttoauthority.Expected behaviour
Actual behaviour
When renaming
authorityback toparentthe previous structure is restored.@BlackDex commented on GitHub (Aug 23, 2022):
Unfortunately that is not something we can change on the server side.
The server never receives the actual folder name, and thus there is no way for the server side to try and match this.
This should either be reported as a bug/feature request at Bitwarden it self.
Either here https://community.bitwarden.com/c/feature-requests/5 or here https://github.com/bitwarden/clients/issues