]> git.mxchange.org Git - friendica.git/commit
Remove support for user.parent-uid = 0
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 27 May 2023 22:19:02 +0000 (18:19 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 29 May 2023 22:32:21 +0000 (18:32 -0400)
commitfc09017dd10fc7f2728180d35e25d46625e0698f
tree31ff1ca1acfad095fca7dbc5c46746cfc7575860
parent70674f2ecc9d34ba7eabbd15c06f85b469b27d0e
Remove support for user.parent-uid = 0

- uid = 0 is the system user which isn't supposed to be the parent-uid of all the non-delegate users
src/Model/User.php
src/Module/Delegation.php
src/Module/Settings/Delegation.php
tests/src/Model/UserTest.php