Skip to content

Commit

Permalink
Merge pull request #44 from arawa/hotfix/remove-personal-settings
Browse files Browse the repository at this point in the history
hotfix(XML): Remove the personal section from settings
  • Loading branch information
zak39 authored Mar 1, 2023
2 parents 399cff3 + 324af8a commit 8d83b2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 86 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 9.2.1

### Fixed

- Remove the personal section from settings ([#44](https://github.com/arawa/groupfolders/pull/44))

## 9.2.0


Expand Down
4 changes: 1 addition & 3 deletions 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>9.2.0</version>
<version>9.2.1</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>
Expand Down Expand Up @@ -53,8 +53,6 @@ Note: encrypting the contents of group folders is currently not supported.]]></d
<settings>
<admin>OCA\GroupFolders\Settings\Admin</admin>
<admin-section>OCA\GroupFolders\Settings\Section</admin-section>
<personal>OCA\GroupFolders\Settings\User</personal>
<personal-section>OCA\GroupFolders\Settings\Section</personal-section>
</settings>

<sabre>
Expand Down
83 changes: 0 additions & 83 deletions lib/Settings/User.php

This file was deleted.

0 comments on commit 8d83b2c

Please sign in to comment.