Skip to content

Releases: nextcloud/groupfolders

v22.0.2

Choose a tag to compare

@provokateurin provokateurin released this 01 Jul 11:08
v22.0.2
89d40ff

What's Changed

  • [stable34] Update nextcloud/ocp dependency by @nextcloud-command in #4801
  • [stable34] Update nextcloud/ocp dependency by @nextcloud-command in #4823
  • [stable34] fix: fix search results when no paths are forbidden by @backportbot[bot] in #4828
  • [stable34] fix(settings): Do not initiate ACL search right away by @backportbot[bot] in #4840
  • [stable34] Fix getting state constants of inherited rules by @backportbot[bot] in #4842
  • [stable34] fix: Fix adding a custom override to an inherited permission in UI by @backportbot[bot] in #4844
  • chore(release): v22.0.2 by @provokateurin in #4845

Full Changelog: v22.0.1...v22.0.2

v21.0.9

Choose a tag to compare

@provokateurin provokateurin released this 01 Jul 11:10
v21.0.9
0447276

What's Changed

  • [stable33] Update nextcloud/ocp dependency by @nextcloud-command in #4799
  • [stable33] Update nextcloud/ocp dependency by @nextcloud-command in #4821
  • [stable33] fix: fix search results when no paths are forbidden by @backportbot[bot] in #4829
  • [stable33] fix(settings): Do not initiate ACL search right away by @backportbot[bot] in #4839
  • [stable33] Fix getting state constants of inherited rules by @backportbot[bot] in #4841
  • [stable33] fix: Fix adding a custom override to an inherited permission in UI by @backportbot[bot] in #4843
  • chore(release): v21.0.9 by @provokateurin in #4846

Full Changelog: v21.0.8...v21.0.9

v20.1.16

Choose a tag to compare

@provokateurin provokateurin released this 01 Jul 11:11
v20.1.16
4f60deb

What's Changed

Full Changelog: v20.1.15...v20.1.16

22.0.1

Choose a tag to compare

@icewind1991 icewind1991 released this 12 Jun 18:44
298828e

What's Changed

  • chore(deps-dev): Bump @protobufjs/utf8 from 1.1.0 to 1.1.1 by @dependabot[bot] in #4677
  • Bring back used quota bar by @Jerome-Herbinet in #4603
  • chore(CI): Adjust testing matrix for Nextcloud 34 on stable34 by @nickvergessen in #4686
  • [stable34] fix: Show new folder creation on top and pagination sticky, fix basic design issues by @backportbot[bot] in #4693
  • [stable34] Update nextcloud/ocp dependency by @nextcloud-command in #4700
  • [stable34] Fix npm audit by @nextcloud-command in #4702
  • [stable34] Update nextcloud/ocp dependency by @nextcloud-command in #4718
  • [stable34] Fix npm audit by @nextcloud-command in #4719
  • [stable34] fix: properly distinguish unset ACL rules in UI by @backportbot[bot] in #4731
  • [stable34] fix: fix acl permissions list command with per-groupfolder storage by @backportbot[bot] in #4733
  • [stable34] fix(acl): make preloadRulesForFolder actually warm the rule cache by @backportbot[bot] in #4741
  • [stable34] Update nextcloud/ocp dependency by @nextcloud-command in #4748
  • [stable34] return results for files without rules in RuleManager by @backportbot[bot] in #4761
  • [stable34] Acl UI fixes by @backportbot[bot] in #4753
  • [stable34] Cleanup mappings after user deletion by @backportbot[bot] in #4769
  • [stable34] filter ACL forbidden paths from search query by @backportbot[bot] in #4756
  • [stable34] fix: remove QueryBuilder extra call by @backportbot[bot] in #4773
  • [stable34] fix(Delegation): Fix checks by @backportbot[bot] in #4776
  • [stable34] fix: use clean rule when creating a rule from an inherited rule by @backportbot[bot] in #4779
  • [stable34] perf(acl): share one ACLManager per user per request by @backportbot[bot] in #4782
  • [stable34] fix(Settings): Group delegation requires strict password confirmation by @backportbot[bot] in #4792
  • chore: 22.0.1 by @icewind1991 in #4796

Full Changelog: v22.0.0...v22.0.1

21.0.8

Choose a tag to compare

@icewind1991 icewind1991 released this 12 Jun 18:26
1666370

What's Changed

  • [stable33] Fix npm audit by @nextcloud-command in #4530
  • [stable33] fix(MountProvider): Fix ACL no permissions by default by @provokateurin in #4564
  • [stable33] Fix npm audit by @nextcloud-command in #4579
  • [stable33] Update nextcloud/ocp dependency by @nextcloud-command in #4575
  • [stable33] fix: remove .dxxxx suffix from trashbin listing by @backportbot[bot] in #4584
  • [stable33] [stable32] chore: disable unsupported browser check for cypress by @backportbot[bot] in #4664
  • [stable33] fix: Repair invalid mountpoints to make partial mounts work by @backportbot[bot] in #4660
  • [stable33] fall back to filename for restore if original location can't be determined by @backportbot[bot] in #4656
  • [stable33] Fix npm audit by @nextcloud-command in #4598
  • [stable33] fix(api): cleanly reject duplicate group assignment by @backportbot[bot] in #4673
  • [stable33] Bring back used quota bar by @backportbot[bot] in #4678
  • [stable33] Update nextcloud/ocp dependency by @nextcloud-command in #4596
  • [stable33] Fix npm audit by @nextcloud-command in #4690
  • [stable33] Fix npm audit by @nextcloud-command in #4704
  • [stable33] Update nextcloud/ocp dependency by @nextcloud-command in #4701
  • [stable33] Fix npm audit by @nextcloud-command in #4721
  • [stable33] fix: properly distinguish unset ACL rules in UI by @backportbot[bot] in #4732
  • [stable33] fix: fix acl permissions list command with per-groupfolder storage by @icewind1991 in #4734
  • [stable33] fix(acl): make preloadRulesForFolder actually warm the rule cache by @backportbot[bot] in #4742
  • [stable33] return results for files without rules in RuleManager by @backportbot[bot] in #4760
  • [stable33] Acl UI fixes by @backportbot[bot] in #4754
  • [stable33] filter ACL forbidden paths from search query by @backportbot[bot] in #4755
  • [stable33] Cleanup mappings after user deletion by @backportbot[bot] in #4768
  • [stable33] fix: remove QueryBuilder extra call by @backportbot[bot] in #4774
  • [stable33] fix(Delegation): Fix checks by @provokateurin in #4777
  • [stable33] fix: use clean rule when creating a rule from an inherited rule by @backportbot[bot] in #4780
  • [stable33] show ACL group/user/team name in it's own row by @backportbot[bot] in #4770
  • [stable33] perf(acl): share one ACLManager per user per request by @backportbot[bot] in #4783
  • [stable33] fix(Settings): Group delegation requires strict password confirmation by @backportbot[bot] in #4791
  • chore: 21.0.8 by @icewind1991 in #4728

Full Changelog: v21.0.7...v21.0.8

20.1.15

Choose a tag to compare

@icewind1991 icewind1991 released this 12 Jun 18:18
08eed50

What's Changed

  • [stable32] fix(acl): make preloadRulesForFolder actually warm the rule cache by @backportbot[bot] in #4743
  • [stable32] Update nextcloud/ocp dependency by @nextcloud-command in #4749
  • [stable32] Fix npm audit by @nextcloud-command in #4722
  • [stable32] return results for files without rules in RuleManager by @backportbot[bot] in #4759
  • [stable32] Cleanup mappings after user deletion by @backportbot[bot] in #4767
  • [stable32] fix(Delegation): Fix checks by @provokateurin in #4778
  • [stable32] fix(Settings): Group delegation requires strict password confirmation by @backportbot[bot] in #4790
  • chore: 20.1.15 by @icewind1991 in #4795

Full Changelog: v20.1.14...v20.1.15

19.1.19

Choose a tag to compare

@icewind1991 icewind1991 released this 12 Jun 18:17
0f0eb77

What's Changed

  • [stable31] return results for files without rules in RuleManager by @backportbot[bot] in #4758
  • [stable31] Cleanup mappings after user deletion by @backportbot[bot] in #4766
  • [stable31] fix(Delegation): Fix checks by @backportbot[bot] in #4781
  • [stable31] fix(Settings): Group delegation requires strict password confirmation by @backportbot[bot] in #4789
  • chore: 19.1.19 by @icewind1991 in #4794

Full Changelog: v19.1.18...v19.1.19

18.1.14

Choose a tag to compare

@icewind1991 icewind1991 released this 12 Jun 18:02

What's Changed

  • [stable30] Cleanup mappings after user deletion by @backportbot[bot] in #4765
  • [stable30] fix(Delegation): Fix checks by @backportbot[bot] in #4784

Full Changelog: v18.1.13...v18.1.14

17.0.16

Choose a tag to compare

@icewind1991 icewind1991 released this 12 Jun 18:00

What's Changed

  • [stable29] Cleanup mappings after user deletion by @backportbot[bot] in #4764
  • [stable29] fix(Delegation): Fix checks by @backportbot[bot] in #4785

Full Changelog: v17.0.15...v17.0.16

16.0.16

Choose a tag to compare

@icewind1991 icewind1991 released this 12 Jun 17:42

What's Changed

  • [stable28] fix(Delegation): Fix checks by @backportbot[bot] in #4786

Full Changelog: v16.0.15...v16.0.16