Skip to content

Commit

Permalink
Merge pull request #2033 from nextcloud/release/v11.1.5
Browse files Browse the repository at this point in the history
Release 11.1.5
  • Loading branch information
CarlSchwan authored Jun 22, 2022
2 parents 0e629e7 + 2a340a6 commit bad8d25
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 11.1.5

- Display group names in occ output
- Allow disabling sharing of groupfolder root
- Speedup getting the list of groups in the admin interface

## 11.1.4

Publish the previous release correctly
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Folders can be configured from *Group folders* in the admin settings.
After a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.
Note: Encrypting the contents of group folders is currently not supported.]]></description>
<version>11.1.4</version>
<version>11.1.5</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>
Expand Down
2 changes: 1 addition & 1 deletion lib/Mount/CacheRootPermissionsMask.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
use OCP\Files\Cache\ICache;

class CacheRootPermissionsMask extends CacheWrapper {
protected int $mask;
protected $mask;

public function __construct(ICache $cache, int $mask) {
parent::__construct($cache);
Expand Down
2 changes: 1 addition & 1 deletion lib/Mount/MountProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class MountProvider implements IMountProvider {

private $mountProviderCollection;
private $connection;
private bool $allowRootShare;
private $allowRootShare;

public function __construct(
IGroupManager $groupProvider,
Expand Down

0 comments on commit bad8d25

Please sign in to comment.