| 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 |
State ⇒ Resolved
This has been done.Assigned to
New Attachment: location_perms.php
Here is a potential implementation of permissions on arbitrary locations in each repository.Priority ⇒ 2. Medium
State ⇒ New
Summary ⇒ gui for permission
Type ⇒ Enhancement
Queue ⇒ Chora
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 :)