summaryrefslogtreecommitdiffstats
path: root/app/controller/obj.control.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-06-12Update Obj controllerMalf Furious1-8/+5
This commit makes the Obj controller compatable with changes introduced in the previous commit.
2016-06-10Assert access control before rendering an object viewMalf Furious1-0/+3
If the current user does not have access permission to the requested object, throw an exception and do not proceed.
2016-06-08Create blank view for groupsMalf Furious1-2/+3
Finish initializing the Obj MVC by writing an empty view/action for groups.
2016-06-08Add new MVC, 'Obj'Malf Furious1-0/+48
This MVC will be used to browse scrott datastructures.