patchphpGroupWare - Patches: patch #3398, bugs corrections for vfs_dav :...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #3398: bugs corrections for vfs_dav : setting owner_id to files, making acl_check working correctly, as well as mkdir and writ

Submitter:  Caeies <Caeies>
Submitted:  Wed 29 Sep 2004 07:36:42 AM UTC
   
 
Category:  API - phpGWapi Priority:  5 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open

Wed 29 Sep 2004 07:36:42 AM UTC, original submission:  

Problems :

  • correct_attributes was not working (this is the same for SQL version), it was not giving the right path.
  • mkdir was not giving the right owner_id to the directory so we have no way to know who created/owned it, so acl_checks where failing
  • write was not giving the right owner_id to the file if you were using it without filemanager.
  • acl_check was not working due to a misuse of the ls returned array. to be clear, it was returning false in evry case, when checking for a file/directory and not an owner_id. Indirectly this was leading to problems with the file_type function.


solution :
See the patch :) (and thanks oberger for this :)

Regards,
Caeies

More patch will follow.

Caeies <Caeies>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #5540:  bugs_vfs_dav_optionnels.diff added by Caeies (3KiB - text/x-patch - patch for these problems in vfs_dav)

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-09-29 Caeies Dependencies- Depends on patch #3397
2004-09-29 Caeies Dependencies- patch # is dependent
2004-09-29 Caeies Attached File- Added bugs_vfs_dav_optionnels.diff, #3713
    Carbon-Copy- Added oberger

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code