Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-12 | Update Obj controller | Malf Furious | 1 | -8/+5 | |
This commit makes the Obj controller compatable with changes introduced in the previous commit. | |||||
2016-06-10 | Assert access control before rendering an object view | Malf Furious | 1 | -0/+3 | |
If the current user does not have access permission to the requested object, throw an exception and do not proceed. | |||||
2016-06-08 | Create blank view for groups | Malf Furious | 1 | -2/+3 | |
Finish initializing the Obj MVC by writing an empty view/action for groups. | |||||
2016-06-08 | Add new MVC, 'Obj' | Malf Furious | 1 | -0/+48 | |
This MVC will be used to browse scrott datastructures. |