Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CHANGELOG.md - github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6eac2ef91e921f8f282a13f9c86dfddbf8e8b29e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
## 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

## 11.1.3

### Fixed

- Fix MountProvider fetching paths on oracle @CarlSchwan #1976
- Update parent folders cache when restoring files from trash @mejo #1962 
- Fix expiration when storage is unlimited and auto expiration is on @CarlSchwan #1988 
- Dispatch audit event when changing ACL rules @CarlSchwan #1927
- Fix more than 1000 files in a groupfoler on orache @CarlSchwan #1893 

## 11.1.2

### Fixed

- #1856 Fix double use of the same variable @CarlSchwan

## 11.1.1

### Fixed

- #1843 Fix non user avatars in sharing sidebar
- #1847 Allow non admin to use aclMappingSearch
- #1830 fix Oracle query limit compliance
- #1825 Unify folder retrival in commands @CarlSchwan
- #1835 $folder['permissions'] is always null


## 11.1.0

### Added

- #1773 Expire group folders trashbin
- #1774 Implement Admin delegation for group folder

### Fixed

- #1794 Cast argument from string to int
- #1797 Fix wrong import in the ExpireGroupVersion job
- #1771 Test the groupfolder app with multiples PHP versions
- #1778 Switch to setup-php@v2 (v1 is deprecated)

## 11.0.0

### Fixed

* [#1601](https://github.com/nextcloud/groupfolders/pull/1601) Avoid double encoding the group name in the ACL options by @juliushaertl
* [#1630](https://github.com/nextcloud/groupfolders/pull/1630) Correctly calculate directory sizes when using an object store primary storage by @CarlSchwan
* [#1634](https://github.com/nextcloud/groupfolders/pull/1634) Fix fetching groups by @CarlSchwan
* [#1639](https://github.com/nextcloud/groupfolders/pull/1639) Display unsupported messages when trying to scan object store based group folder by @CarlSchwan
* [#1640](https://github.com/nextcloud/groupfolders/pull/1640) Load groupfolders-files.js instead of files.json by @CarlSchwan
* [#1660](https://github.com/nextcloud/groupfolders/pull/1660) Fix rollback of file version by @artonge
* [#1670](https://github.com/nextcloud/groupfolders/pull/1670) Cleanup of FolderManager by @CarlSchwan
* [#1701](https://github.com/nextcloud/groupfolders/pull/1701) Cleanup handling of IDisableEncryptionStorage by @CarlSchwan
* [#1705](https://github.com/nextcloud/groupfolders/pull/1705) Wrap group names by @Pytal
* [#1694](https://github.com/nextcloud/groupfolders/pull/1694) Use already cached parents when fetching ACL by @PVince81
* [#1717](https://github.com/nextcloud/groupfolders/pull/1717) Fix tooltips not shown by @danxuliu
* [#1725](https://github.com/nextcloud/groupfolders/pull/1725) Fix wrong object passed to the mount provider in VersionsBackend::getAllVersionedFiles by @CarlSchwan
* [#1739](https://github.com/nextcloud/groupfolders/pull/1739) Don't allow to permanantly delete files if the user can't delete files by @CarlSchwan
* [#1755](https://github.com/nextcloud/groupfolders/pull/1755) Enfore the usage of int for quota by @backportbot-nextcloud

### Other

* Dependency updates


## 10.0.0-beta1

* [#1239](https://github.com/nextcloud/groupfolders/pull/1239) Check for naming conflicts before returning the user mounts @icewind1991
* [#1244](https://github.com/nextcloud/groupfolders/pull/1244) Add advanced permission toggle to OCS call examples. @ATran31
* [#1255](https://github.com/nextcloud/groupfolders/pull/1255) Add missing return code. This relates to issue #1154 @michaelernst
* [#1263](https://github.com/nextcloud/groupfolders/pull/1263) Check folder permissions when restoring a trashbin item @icewind1991
* [#1291](https://github.com/nextcloud/groupfolders/pull/1291) Drop redundant indexes @rullzer
* [#1318](https://github.com/nextcloud/groupfolders/pull/1318) Fix #801 Folder icon in shared group folder @juliushaertl
* [#1331](https://github.com/nextcloud/groupfolders/pull/1331) Add tooltip for user/group name in sidebar ACL list @danxuliu
* [#1334](https://github.com/nextcloud/groupfolders/pull/1334) Fix deletion failing even if there's an entry in the folder listing @noiob
* [#1335](https://github.com/nextcloud/groupfolders/pull/1335) Fix "contenthash" not included in chunk filename @danxuliu
* [#1340](https://github.com/nextcloud/groupfolders/pull/1340) Cast groupfolder id to string when trying to create a new folder @juliushaertl
* [#1346](https://github.com/nextcloud/groupfolders/pull/1346) Obtain cacheEntry for created folders and handle errors more gracefully @juliushaertl
* [#1360](https://github.com/nextcloud/groupfolders/pull/1360) Make clear arguments are ids and not names @nickvergessen
* [#1366](https://github.com/nextcloud/groupfolders/pull/1366) Load all acl rules for a folder/search result in one go @icewind1991
* [#1374](https://github.com/nextcloud/groupfolders/pull/1374) PreventDefault on folder create submit event @icewind1991
* [#1375](https://github.com/nextcloud/groupfolders/pull/1375) Fix wrong method call to check restore permissions @icewind1991
* [#1380](https://github.com/nextcloud/groupfolders/pull/1380) Add hint for subfolder groupfolders to readme @icewind1991
* [#1395](https://github.com/nextcloud/groupfolders/pull/1395) Fixed searching for groups in the sharing sideview @jngrb
* [#1406](https://github.com/nextcloud/groupfolders/pull/1406) Sidebar view: refresh ACL entries when fileInfo prop changes #1378 @jngrb
* [#1415](https://github.com/nextcloud/groupfolders/pull/1415) Moved Note to the pinned issue. @pierreozoux
* [#1472](https://github.com/nextcloud/groupfolders/pull/1472) Enforce string for folder id when obtaining the trash folder @juliushaertl
* [#1484](https://github.com/nextcloud/groupfolders/pull/1484) Only return user result once @juliushaertl
* [#1534](https://github.com/nextcloud/groupfolders/pull/1534) Cancel ACL user/group search requests @juliushaertl
* [#1224](https://github.com/nextcloud/groupfolders/pull/1224) Fix file drop shared folders @danxuliu


## 8.0.0

- Show inherited ACLs in the files sidebar
- Improve performance when querying managing users/groups
- Fix issue causing "$path is an integer" logging in versions backend
- Nextcloud 20 compatiblity

## 6.0.6

- ACL: Increase performance by selecting on indexed column @Deltachaos
- Use a lazy folder @rullzer

## 6.0.5

- Nextcloud 19 compatibility

## 6.0.4

- Check ACL before restoring files from the trashbin
- Do not allow restoring files at an existing target
- Return the mountpoint owner as a fallback
- Bump dependencies

## 6.0.3

- Do not ship unneeded files with the release

## 6.0.2

- Allow to detect the file path for shares inside of groupfolders, e.g. when they are matched in workflow rules
- Bump dependencies

## 6.0.1

- Fix sharing files from groupfolders trough ocs api
- Show the full path including groupfolder in trashbin

## 6.0.0

- Nextcloud 18 compatibility
- Search for users by display name
- Only check for admin permissions if needed
- Check for ACL list in trash backend
- Bump dependencies

## 5.0.4
- Fix etag propagation which caused the desktop client not syncing changes
- Check if the parent folder is updatable when moving

## 5.0.3
- Handle advanced permission rules for users/groups that no longer exist

## 5.0.2
- Allow longer path as groupfolder mount points

## 5.0.1
- Improved error handling when removing items from trash
- Fix groupfolders breaking updating calendar details    

## 5.0.0
- 17 compatiblity
- Use groupfolder storage for versioning

## 4.1.2
- Allow longer path as groupfolder mount points

## 4.1.1
- Improved error handling when removing items from trash
- Fix groupfolders breaking updating calendar details

## 4.1.0
- Allow groups to manage ACL permissions
- Bump dependencies
- Fix IE11 compatibility
- Check for naming conflicts before returning the user mouns

## 4.0.5
- Bump dependencies
- Update translations
- Proper values returned from Storage Wrapper fixing some etag bugs

## 4.0.4
- Fix issue with ACL cache returning empty result sets
- Bump dependencies

## 4.0.3
- Fix Collabora documents opening in read only in some cases
- Improve dark mode support

## 4.0.2
- Fix handling of public pages
- Fix advanced permissions not applying on the root of a groupfolder

## 4.0.1
- Fix not being able to delete advanced permission rules from the web interface
- Use display names in advanced permissions interface
- Fix not being able to open files in Collabora Online that don't have share permissions

## 4.0.0
- Access control list support for advanced permission management
- Improve performance of listing group folders with large filecache tables
- Block deleting of folders that have non-deletable items in them
- Improved admin page layout
- Fix groupfolder icons sometimes not being themed correctly.
- Fix moving shared groupfolder items to trashbin.

## 3.0.1

This release is aimed for Nextcloud 14/15 users who upgraded to 3.0.0 which was
falsely marked as compatible for those Nextcloud releases.

Additionally the following fixes are included

- Fix groupfolder icons sometimes not being themed correctly.
- Fix moving shared groupfolder items to trashbin. 

## 1.2.0

 - Allow changing the mount point of existing group folders
 - Add OCS api for managing folders
 - Fix folder icons in public shares
 - Merge permissions if a user has access to a folder trough multiple groups