[#3141] Set permissions on repositories/locations through the perms admin interface
Summary Set permissions on repositories/locations through the perms admin interface
Queue Chora
Queue Version HEAD
Type Enhancement
State Resolved
Priority 2. Medium
Owners Horde Developers
Requester orzel (at) freehackers (dot) org
Created 12/14/2005 (885 days ago)
Due
Updated 05/23/2006 (725 days ago)
Assigned 03/28/2006 (781 days ago)
Resolved 05/23/2006 (725 days ago)
Attachments
Milestone
Patch

History
05/23/2006 Chuck Hagenbuch Deleted Attachment: location_perms.php
 
05/23/2006 Chuck Hagenbuch Comment #3
State ⇒ Resolved
Reply to this comment
This has been done.
03/28/2006 Jan Schneider State ⇒ Assigned
Assigned to Horde DevelopersHorde Developers
 
03/04/2006 Chuck Hagenbuch Summary ⇒ Set permissions on repositories/locations through the perms admin interface
 
03/04/2006 Chuck Hagenbuch Comment #2
New Attachment: location_perms.php
Reply to this comment
Here is a potential implementation of permissions on arbitrary locations in each repository.
12/14/2005 Jan Schneider State ⇒ Accepted
 
12/14/2005 orzel (at) freehackers (dot) org Comment #1
Priority ⇒ 2. Medium
State ⇒ New
Summary ⇒ gui for permission
Type ⇒ Enhancement
Queue ⇒ Chora
Reply to this comment
Presently, either all repositories are browsable by anybody (public), or all repo are browsable  by authentified horde users.
I would like to be able to set permissions for each repository independantly : either none, public, or for some (horde-)group.
i've been told on the mailing list that putting  "if (Auth::getAuth()) {" around the private  repositories in sourceroots.php can provide a first step towards this: i can have both public and 'by _all_ authenticated users' repositories.
Guess what ? i dont want all authenticated to access some repo :)