]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Allow users to be unblocked from a group
authorEvan Prodromou <evan@controlyourself.ca>
Sun, 14 Jun 2009 23:17:44 +0000 (16:17 -0700)
committerEvan Prodromou <evan@controlyourself.ca>
Sun, 14 Jun 2009 23:17:44 +0000 (16:17 -0700)
commitf8da15bf41b07a46b1fbe5323e2b8136d42c5b31
tree987d684517add55c4f344031dc2f1a1fa589375f
parentbd26a80d45542c6b42f56ecf5472198f4600618b
Allow users to be unblocked from a group

List users who are blocked from joining a group. Add a form to let
them be unblocked. Add an action that removes the block. Includes
changes to group and groupblock classes.
actions/blockedfromgroup.php [new file with mode: 0644]
actions/groupunblock.php [new file with mode: 0644]
classes/Group_block.php
classes/User_group.php
lib/groupnav.php
lib/router.php