Skip to content

Commit

Permalink
Merge pull request #3991 from kobergj/CapabilityForAliasLinks
Browse files Browse the repository at this point in the history
Add capability for alias links
  • Loading branch information
Pascal Wengerter committed Jun 28, 2022
2 parents a464a86 + 14cd85f commit 8427bc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changelog/unreleased/add-aliaslink-capability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Enhancement: Add capability for alias links

For better UX clients need a way to discover if alias links
are supported by the server. We added a capability under "files_sharing/public/alias"

https://github.com/owncloud/ocis/issues/3983
https://github.com/owncloud/ocis/pull/3991
1 change: 1 addition & 0 deletions services/frontend/pkg/revaconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ func FrontendConfigFromStruct(cfg *config.Config) map[string]interface{} {
"default_permissions": 22,
"search_min_length": 3,
"public": map[string]interface{}{
"alias": true,
"enabled": true,
"send_mail": true,
"defaultPublicLinkShareName": "Public link",
Expand Down

0 comments on commit 8427bc2

Please sign in to comment.