Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-12 | Add function agent::getAgentObj() | Malf Furious | 1 | -0/+17 | |
This is basically a constructor for agent. The actual type returned is a contrete agent. | |||||
2018-07-22 | Fix bug in agent 'has permission' functions | Malf Furious | 1 | -0/+27 | |
The check that this commit adds to each of these functions enables users with all permissions on themselves. | |||||
2018-07-22 | Fix bug in function agent::isOwner() | Malf Furious | 1 | -1/+4 | |
If the argument doesn't have an owner, then an access error is thrown when we try to do ->guid. Since there is no owner, just return false. Otherwise, do the comparision as usual. | |||||
2018-02-07 | Update class files to use renamed obj class | Malf Furious | 1 | -31/+31 | |
2017-06-19 | Move sendEmail() function into agent class | Malf Furious | 1 | -0/+12 | |
Adding this as an abstract function to class agent. Since we will only be sending emails to stored users (and groups) this makes more sense and allows us to remove this function from the global namespace as well. | |||||
2017-04-09 | Add agent function getPads_ordByOwnByName() | Malf Furious | 1 | -0/+30 | |
2017-03-26 | Add function agent::getDisplayName() | Malf Furious | 1 | -0/+18 | |
2017-02-16 | Add functions for checking user/group permissions | Malf Furious | 1 | -0/+282 | |
2017-02-04 | Add agent class | Malf Furious | 1 | -0/+54 | |