You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use OCIS_URL as the link base. This change also makes sure that the
top-level OcisURL config value gets a default assigned, even when
OCIS_URL is unset.
Fixes: owncloud#4688
Use OCIS_URL as the link base. This change also makes sure that the
top-level OcisURL config value gets a default assigned, even when
OCIS_URL is unset.
Fixes: owncloud#4688
Author: Ralf Haferkamp <[email protected]>
Date: Thu Sep 29 14:59:16 2022 +0200
Fix share/space link in notification mail
Use OCIS_URL as the link base. This change also makes sure that the
top-level OcisURL config value gets a default assigned, even when
OCIS_URL is unset.
Fixes: #4688
When inviting people to a space there is a bug in the share link that is generated for the email:
ocis/services/notifications/pkg/service/service.go
Line 159 in a552116
same for shares:
ocis/services/notifications/pkg/service/service.go
Line 272 in a552116
It uses the
.Idp
url instead of the instance url.The text was updated successfully, but these errors were encountered: