mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
fix special urls,prepare changelog, bump version
This commit is contained in:
5
changelog/1.19.1_2022-03-29/fix-special-urls.md
Normal file
5
changelog/1.19.1_2022-03-29/fix-special-urls.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Bugfix: Return correct special item urls
|
||||||
|
|
||||||
|
URLs for Special items (space image, readme) were broken.
|
||||||
|
|
||||||
|
https://github.com/owncloud/ocis/pull/3419
|
||||||
@@ -247,7 +247,7 @@ func (g Graph) getSpecialDriveItem(ctx context.Context, ID *storageprovider.Reso
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
spaceItem.SpecialFolder = &libregraph.SpecialFolder{Name: libregraph.PtrString(itemName)}
|
spaceItem.SpecialFolder = &libregraph.SpecialFolder{Name: libregraph.PtrString(itemName)}
|
||||||
spaceItem.WebDavUrl = libregraph.PtrString(baseURL.String() + path.Join(space.Id.String(), *itemPath))
|
spaceItem.WebDavUrl = libregraph.PtrString(baseURL.String() + path.Join(space.Id.OpaqueId, *itemPath))
|
||||||
|
|
||||||
return spaceItem
|
return spaceItem
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
sonar.projectKey=owncloud_ocis
|
sonar.projectKey=owncloud_ocis
|
||||||
sonar.organization=owncloud-1
|
sonar.organization=owncloud-1
|
||||||
sonar.projectName=ocis
|
sonar.projectName=ocis
|
||||||
sonar.projectVersion=1.19.0
|
sonar.projectVersion=1.19.1
|
||||||
sonar.host.url=https://sonarcloud.io
|
sonar.host.url=https://sonarcloud.io
|
||||||
|
|
||||||
# =====================================================
|
# =====================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user