Summary | Gollem API does not provide removeUserData function |
Queue | Gollem |
Queue Version | 1.1 |
Type | Enhancement |
State | No Feedback |
Priority | 1. Low |
Owners | |
Requester | Valentin.Vidic (at) carnet (dot) hr |
Created | 12/07/2009 (5666 days ago) |
Due | |
Updated | 06/15/2010 (5476 days ago) |
Assigned | |
Resolved | 06/15/2010 (5476 days ago) |
Milestone | |
Patch | Yes |
need a flag in backends.php to disable (or rather to enable)
removeUserData for individual backends completely. Probably still
won't work for any backup that requires the user's credentials to login.
general enough. Any suggestions for better detection of user home
directory?
State ⇒ Feedback
This is configurable though through the 'home' parameters for the VFS
backend and Gollem in backends.php. Simply using this to delete the
home folder is not a good idea either though. Common setups that use a
shared file storage for all users have the same home for any user.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Gollem API does not provide removeUserData function
Queue ⇒ Gollem
Milestone ⇒
Patch ⇒ Yes
New Attachment: gollem_api.diff
State ⇒ New
deleting of all data for the given user. Attached patch adds this
function to Gollem API.