summaryrefslogtreecommitdiffstats
path: root/app/class/group.class.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-11-10Add function agent::getContainedUsers()Malf Furious1-0/+11
This function helps further abstract agents. We want to get all users belonging to a pad that is owned by a group, or more specifically - an agent. If this agent is a user, that user is our only user to collect. If this agent is a group, we want to capture _it's_ owner along with all of it's members. Signed-off-by: Malf Furious <m@lfurio.us>
2017-06-19Implement function sendEmail() for group classMalf Furious1-0/+26
2017-04-09Fix bug in group classMalf Furious1-0/+1
2017-03-26Add group classMalf Furious1-0/+66
2016-10-22Deprecate application codeMalf Furious1-49/+0
Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design.
2016-06-01Add function Group::createNewGroup()Malf Furious1-0/+15
This function will initialize a new group object and write it to the database, with a given group name and owner user.
2016-05-26Add copyright notice to Scrott class filesMalf Furious1-0/+14
2015-12-30+ Added class file for group tableMalf Furious1-0/+20