Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-10 | Add function agent::getContainedUsers() | Malf Furious | 1 | -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-19 | Implement function sendEmail() for group class | Malf Furious | 1 | -0/+26 | |
2017-04-09 | Fix bug in group class | Malf Furious | 1 | -0/+1 | |
2017-03-26 | Add group class | Malf Furious | 1 | -0/+66 | |
2016-10-22 | Deprecate application code | Malf Furious | 1 | -49/+0 | |
Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design. | |||||
2016-06-01 | Add function Group::createNewGroup() | Malf Furious | 1 | -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-26 | Add copyright notice to Scrott class files | Malf Furious | 1 | -0/+14 | |
2015-12-30 | + Added class file for group table | Malf Furious | 1 | -0/+20 | |