Summary | Allow site admin to control whether shares can be shared |
Queue | Horde Base |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | okuhl (at) netcologne (dot) de |
Created | 06/19/2006 (6954 days ago) |
Due | |
Updated | 06/28/2007 (6580 days ago) |
Assigned | 06/28/2007 (6580 days ago) |
Resolved | 06/28/2007 (6580 days ago) |
Milestone | Horde 3.2 |
Patch | No |
State ⇒ Resolved
State ⇒ Feedback
Assigned to
Horde's settings now that we have that section. I'm not generally in
favor of negative config settings/parameters/etc., but this way we can
check it with a !empty() in kronolith/turba/nag/mnemo and be fully
backwards compatible.
If this setting is turned on, we simply won't let the user edit
permissions. We'll add a check to services/shares/edit.php for it as
well.
Any objections/additions/feedback?
Summary ⇒ Allow site admin to control whether shares can be shared
Priority ⇒ 1. Low
matter what). might want to also introduce a vhosting concept here to
restrict sharing to just the user's vdomain.
Version ⇒ HEAD
Queue ⇒ Horde Base
State ⇒ Accepted
Kronolith 2.1.2 and you implemented this in the last 5 days? In 2.1.2
default_share removes the ability to create new calendars, but not
the permissions button, what the attached patch provides.
shared calendars. Admins might want to allow multiple calendars, but
not to share them - or the other way round. So I think it makes sense
to create an option for each.
shares (Kronolith, Nag, Mnemo, Turba, Genie, Ingo).
Kronolith 2.1.2 and you implemented this in the last 5 days? In 2.1.2
default_share removes the ability to create new calendars, but not the
permissions button, what the attached patch provides.
I think there should be a difference between multiple calendars and
shared calendars. Admins might want to allow multiple calendars, but
not to share them - or the other way round. So I think it makes sense
to create an option for each.
State ⇒ Feedback
the default_share preference.
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ Disabling shared calendars
Queue ⇒ Kronolith
New Attachment: disable_shared_calendars.patch
State ⇒ New
possibility to edit the permissions for a users calendar. To achieve
this, I added another configuration option and changed the UI
accordingly. The patch is attached. Would be nice if this could make
it into CVS.