Skip to content

Commit

Permalink
minimum nc version is 28
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBaghbani committed Sep 8, 2023
1 parent 16819c9 commit 33de183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<category>integration</category>
<bugs>https://github.com/pondersource/nc-sciencemesh/issues</bugs>
<dependencies>
<nextcloud min-version="15" max-version="28"/>
<nextcloud min-version="28" max-version="28"/>
<owncloud min-version="10" max-version="10"/>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion lib/Controller/RevaController.php
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ private function formatFederatedUser($username, $remote)
{
return [
"id" => [
"idp" => $this->getDomainFromURL($remote),
"idp" => $remote,
"opaque_id" => $username,
],
"display_name" => $username, // FIXME: this comes in the OCM share payload
Expand Down

0 comments on commit 33de183

Please sign in to comment.