| Summary | Subscribe url not work on dynamic mode |
| Queue | Kronolith |
| Queue Version | 4.1.2 |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | samuele.tognini (at) unipi (dot) it |
| Created | 07/24/2013 (4487 days ago) |
| Due | |
| Updated | 07/24/2013 (4487 days ago) |
| Assigned | 07/24/2013 (4487 days ago) |
| Resolved | 07/24/2013 (4487 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Taken from Jan Schneider
State ⇒ Resolved
commit beccb9315f36cd04553dba8b507399b71d054a39
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Jul 24 15:23:07 2013 -0400
Bug: 12495Fix subscribing to an internal calendar when sharesare "hidden".
kronolith/lib/Ajax/Application/Handler.php | 19 +++++++++++++++----
1 files changed, 15 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/beccb9315f36cd04553dba8b507399b71d054a39
Priority ⇒ 2. Medium
State ⇒ Assigned
Assigned to Jan Schneider
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Subscribe url not work on dynamic mode
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
throwing this error:
You are not allowed to view this calendar.
User has all calendar permissions except delegate.
user backend is ldap, groups are sql and webserver is nginx + php-fpm.
Horde share config:
$conf['share']['no_sharing'] = false;
$conf['share']['auto_create'] = true;
$conf['share']['world'] = true;
$conf['share']['any_group'] = true;
$conf['share']['hidden'] = true;
$conf['share']['cache'] = true;
$conf['share']['driver'] = 'Sqlng';
$conf['autoshare']['shareperms'] = 'none';
$conf['share']['notify'] = true;