6.0.0-beta1
7/13/25

[#12495] Subscribe url not work on dynamic mode
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 (4372 days ago)
Due
Updated 07/24/2013 (4372 days ago)
Assigned 07/24/2013 (4372 days ago)
Resolved 07/24/2013 (4372 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
07/24/2013 08:38:46 PM Michael Rubinsky Comment #3
Taken from Jan Schneider
State ⇒ Resolved
Reply to this comment
4.1.3

07/24/2013 07:27:36 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

commit beccb9315f36cd04553dba8b507399b71d054a39
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Wed Jul 24 15:23:07 2013 -0400

     Bug: 12495  Fix subscribing to an internal calendar when shares 
are "hidden".

  kronolith/lib/Ajax/Application/Handler.php |   19 +++++++++++++++----
  1 files changed, 15 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/beccb9315f36cd04553dba8b507399b71d054a39
07/24/2013 05:04:00 PM Michael Rubinsky Assigned to Michael Rubinsky
Priority ⇒ 2. Medium
State ⇒ Assigned
Assigned to Jan Schneider
 
07/24/2013 04:24:22 PM samuele (dot) tognini (at) unipi (dot) it Comment #1
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Subscribe url not work on dynamic mode
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
The link to subscribe a shared calendar does not work in dynamic mode 
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;

Saved Queries