refactor: rename accessGroup to userGroup
This commit is contained in:
8
flake.lock
generated
8
flake.lock
generated
@@ -45,11 +45,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1743151942,
|
"lastModified": 1743172836,
|
||||||
"narHash": "sha256-bCB4Mbt0YKIib2TqGBHcxsE2DF5y75eOt4/akmLyjJM=",
|
"narHash": "sha256-Ysfmg49O3i0b8vBDYfhFg0d9Ja/RybxXB+qvC+xbr6c=",
|
||||||
"ref": "inex/add-oauth",
|
"ref": "inex/add-oauth",
|
||||||
"rev": "e626367ef256fa1b008c0cd9a063ffaf8ec7caec",
|
"rev": "d1db6ba7e4ba6fe7c0b39d1e381720d7b86b4806",
|
||||||
"revCount": 1738,
|
"revCount": 1739,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git"
|
"url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git"
|
||||||
},
|
},
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
sourcePage = "https://codeberg.org/forgejo/forgejo";
|
sourcePage = "https://codeberg.org/forgejo/forgejo";
|
||||||
supportLevel = "normal";
|
supportLevel = "normal";
|
||||||
sso = {
|
sso = {
|
||||||
accessGroup = "sp.gitea.users";
|
userGroup = "sp.gitea.users";
|
||||||
adminGroup = "sp.gitea.admins";
|
adminGroup = "sp.gitea.admins";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
sourcePage = "https://github.com/nextcloud";
|
sourcePage = "https://github.com/nextcloud";
|
||||||
supportLevel = "normal";
|
supportLevel = "normal";
|
||||||
sso = {
|
sso = {
|
||||||
accessGroup = "sp.nextcloud.users";
|
userGroup = "sp.nextcloud.users";
|
||||||
adminGroup = "sp.nextcloud.admins";
|
adminGroup = "sp.nextcloud.admins";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -28,7 +28,7 @@
|
|||||||
sourcePage = "https://github.com/roundcube/roundcubemail";
|
sourcePage = "https://github.com/roundcube/roundcubemail";
|
||||||
supportLevel = "normal";
|
supportLevel = "normal";
|
||||||
sso = {
|
sso = {
|
||||||
accessGroup = "sp.roundcube.users";
|
userGroup = "sp.roundcube.users";
|
||||||
adminGroup = "sp.roundcube.admins";
|
adminGroup = "sp.roundcube.admins";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user