| Summary | Cal. can be shared r/w despite glbl. deactivation of sharing |
| Queue | Kronolith |
| Queue Version | 4.1.4 |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | pophal (at) tubit (dot) tu-berlin (dot) de |
| Created | 2/28/14 (4424 days ago) |
| Due | |
| Updated | 4/7/14 (4386 days ago) |
| Assigned | 3/3/14 (4421 days ago) |
| Resolved | 4/7/14 (4386 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Assigned to Michael Rubinsky
State ⇒ Resolved
commit ee8372ecbfc05cccd433f973f2072b0340fd529b
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Apr 7 11:34:58 2014 -0400
Bug: 13002Honor $conf['share']['no_sharing'] in dynamic view.kronolith/templates/chunks/calendar.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/ee8372ecbfc05cccd433f973f2072b0340fd529b
commit d5072740f9bb4002f9c52e4b41f556990fac7ba4
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Apr 7 11:34:58 2014 -0400
Bug: 13002Honor $conf['share']['no_sharing'] in dynamic view.kronolith/templates/chunks/calendar.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/d5072740f9bb4002f9c52e4b41f556990fac7ba4
View, not in Basic and Mobile.
The user the calendar is shared with can edit events (if shared R/W)
in Basic, Dynamic, Automatic View, Mobile and Minimal looks read only.
State ⇒ Feedback
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Cal. can be shared r/w despite glbl. deactivation of sharing
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Horde Webmail Edition 5.1.3
without any shares, due to a policy. I turned sharing off in conf.php:
$conf['share']['no_sharing'] = true;
$conf['share']['auto_create'] = true;
$conf['share']['world'] = false;
$conf['share']['any_group'] = false;
$conf['share']['hidden'] = false;
Despite that I can still share my calendar with others, even read/write.