You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[stable26](https://github.com/nextcloud/server/tree/stable26)||[](https://codecov.io/gh/stjosh/auto_groups)|
9
-
|[stable27](https://github.com/nextcloud/server/tree/stable27)||[](https://codecov.io/gh/stjosh/auto_groups)|
10
-
|[stable28](https://github.com/nextcloud/server/tree/stable28)||[](https://codecov.io/gh/stjosh/auto_groups)|
11
-
|[stable29](https://github.com/nextcloud/server/tree/stable29)||[](https://codecov.io/gh/stjosh/auto_groups)|
12
-
|[stable30](https://github.com/nextcloud/server/tree/stable30)||[](https://codecov.io/gh/stjosh/auto_groups)|
13
-
|[master](https://github.com/nextcloud/server/tree/master)||[](https://codecov.io/gh/stjosh/auto_groups)|
|[stable27](https://github.com/nextcloud/server/tree/stable27)||[](https://codecov.io/gh/stjosh/auto_groups)|
10
+
|[stable28](https://github.com/nextcloud/server/tree/stable28)||[](https://codecov.io/gh/stjosh/auto_groups)|
11
+
|[stable29](https://github.com/nextcloud/server/tree/stable29)||[](https://codecov.io/gh/stjosh/auto_groups)|
12
+
|[stable30](https://github.com/nextcloud/server/tree/stable30)||[](https://codecov.io/gh/stjosh/auto_groups)|
13
+
|[stable31](https://github.com/nextcloud/server/tree/stable30)||[](https://codecov.io/gh/stjosh/auto_groups)|
14
+
|[master](https://github.com/nextcloud/server/tree/master)||[](https://codecov.io/gh/stjosh/auto_groups)|
14
15
15
16
Unit and Integration Tests are executed with PHP v8.2 and v8.3.
16
17
17
18
## Usage
18
19
19
-
* Install and enable the App
20
-
* Go to "Settings > Administration > Additional settings" to configure the Auto Groups, Override Groups and further behavior.
20
+
- Install and enable the App
21
+
- Go to "Settings > Administration > Additional settings" to configure the Auto Groups, Override Groups and further behavior.
21
22
22
23
Note that this app prevents group deletions for groups referenced as Auto Groups or Override Groups.
23
24
@@ -33,8 +34,8 @@ and then access your test instance on http://localhost:8080. The `auto_groups` a
33
34
34
35
## Comparison to similar Apps
35
36
36
-
*[Everyone Group](https://apps.nextcloud.com/apps/group_everyone): The "Everyone Group" app adds a virtual Group Backend, always returning all users. In contrast, "Auto Groups" operates on "real" groups in your normal Group Backend. Additionally, it is possible to specify Override Groups which will prevent users from being added to the Auto Group(s).
37
-
*[Default Group](https://apps.nextcloud.com/apps/defaultgroup): "Auto Groups" is actually a modernized and maintaned fork of "Default Group", which seems to be abandoned since NC12 or so. In terms of functionality, they are almost identical.
37
+
-[Everyone Group](https://apps.nextcloud.com/apps/group_everyone): The "Everyone Group" app adds a virtual Group Backend, always returning all users. In contrast, "Auto Groups" operates on "real" groups in your normal Group Backend. Additionally, it is possible to specify Override Groups which will prevent users from being added to the Auto Group(s).
38
+
-[Default Group](https://apps.nextcloud.com/apps/defaultgroup): "Auto Groups" is actually a modernized and maintaned fork of "Default Group", which seems to be abandoned since NC12 or so. In terms of functionality, they are almost identical.
38
39
39
40
In addition, I plan to add some more features over time, e.g., "Union Groups" - see the [Milestone Plans](https://github.com/stjosh/auto_groups/milestones) for more details.
0 commit comments