Age | Commit message (Expand) | Author | Files | Lines |
2016-09-17 | Change ownership view template into a PHP function | Malf Furious | 1 | -12/+14 |
2016-09-17 | Change permissions view template into a PHP function | Malf Furious | 1 | -50/+52 |
2016-09-15 | Commit work on setting modal groups tab | Malf Furious | 1 | -1/+52 |
2016-09-15 | Add view template for transferring the owner of an object | Malf Furious | 1 | -0/+33 |
2016-09-14 | Add view template for setting object permissions | Malf Furious | 1 | -0/+80 |
2016-09-13 | Move function User::getHeadImage() to Object class | Malf Furious | 2 | -8/+8 |
2016-09-13 | Merge branch 'support/php7' into feature/core/groups | Malf Furious | 1 | -6/+6 |
2016-09-13 | Changes to the handling of indirect variables, properties, and methods | Malf Furious | 1 | -6/+6 |
2016-06-12 | Revert "Rename variable" | Malf Furious | 1 | -2/+2 |
2016-06-12 | Add group tab to setting modal | Malf Furious | 3 | -0/+41 |
2016-06-12 | Update Obj controller | Malf Furious | 1 | -8/+5 |
2016-06-12 | Move initialization logic from Obj model into Common model | Malf Furious | 2 | -7/+13 |
2016-06-12 | Update setting modal to use functions added in previous commit | Malf Furious | 1 | -2/+2 |
2016-06-12 | Add functions to Common model for assigning CSS to setting tabs | Malf Furious | 1 | -0/+30 |
2016-06-12 | Add refresh btn to Scrott navbar | Malf Furious | 1 | -0/+2 |
2016-06-11 | Add navbar dropdown for selecting group page to view | Malf Furious | 1 | -0/+12 |
2016-06-11 | Add function User::getGroups() | Malf Furious | 1 | -0/+25 |
2016-06-11 | Rename variable | Malf Furious | 2 | -5/+5 |
2016-06-10 | Fix typo | Malf Furious | 1 | -1/+1 |
2016-06-10 | Assert access control before rendering an object view | Malf Furious | 1 | -0/+3 |
2016-06-10 | Add functions to Object class to determine user permissions | Malf Furious | 1 | -0/+313 |
2016-06-10 | Add 'go home' button to exception page | Malf Furious | 1 | -4/+8 |
2016-06-09 | Remove bootstrap grid structure from group view | Malf Furious | 1 | -12/+8 |
2016-06-08 | Start design for group view | Malf Furious | 3 | -11/+22 |
2016-06-08 | Add function Object::getOwner() | Malf Furious | 1 | -0/+12 |
2016-06-08 | Add function Object::getMembers() | Malf Furious | 1 | -0/+16 |
2016-06-08 | Create blank view for groups | Malf Furious | 3 | -2/+38 |
2016-06-08 | Add new MVC, 'Obj' | Malf Furious | 3 | -0/+83 |
2016-06-01 | Update newgroup modal | Malf Furious | 1 | -1/+1 |
2016-06-01 | Implement add group form handler | Malf Furious | 1 | -0/+20 |
2016-06-01 | Add function Group::createNewGroup() | Malf Furious | 2 | -0/+17 |
2016-06-01 | Add modal view to create a new user group | Malf Furious | 2 | -0/+61 |
2016-05-30 | Merge branch 'support/version-meta' into dev | Malf Furious | 61 | -9774/+1457 |
2016-05-30 | Add copyright notice to schema file | Malf Furious | 1 | -4/+14 |
2016-05-29 | Add GNU GPL license to COPYING file | Malf Furious | 1 | -0/+674 |
2016-05-29 | Add GNU GPL logo for app information | Malf Furious | 1 | -0/+0 |
2016-05-29 | Add copyright notice to application view files | Malf Furious | 18 | -0/+304 |
2016-05-27 | Add copyright notice to Scrott model files | Malf Furious | 8 | -0/+112 |
2016-05-27 | Add copyright notice to Scrott entry-point files | Malf Furious | 2 | -0/+28 |
2016-05-26 | Add copyright notice to Scrott controller files | Malf Furious | 7 | -0/+98 |
2016-05-26 | Add copyright notice to Scrott class files | Malf Furious | 15 | -0/+210 |
2016-05-26 | Add copyright notice to scrott main JS file | Malf Furious | 1 | -0/+14 |
2016-05-26 | Remove unused Bootstrap JS files | Malf Furious | 2 | -2376/+0 |
2016-05-26 | Remove unused CSS files from Bootstrap distribution | Malf Furious | 5 | -7394/+0 |
2016-05-22 | Define Scrott version number constant throughout app | Malf Furious | 1 | -0/+3 |
2016-05-22 | Merge branch 'feature/user-removal' into dev | Malf Furious | 8 | -2/+214 |
2016-05-22 | Add form submission handler for user removal | Malf Furious | 1 | -0/+46 |
2016-05-22 | Add delete account button to all users panels | Malf Furious | 1 | -0/+11 |
2016-05-22 | Add action 'delete' to Deleteacct MVC | Malf Furious | 2 | -1/+51 |
2016-05-22 | Add function User::getNumAdmins() | Malf Furious | 1 | -0/+10 |