Age | Commit message (Expand) | Author | Files | Lines |
2018-10-21 | Revert "mesg: Update function makeIssue()" | Malf Furious | 1 | -4/+3 |
2018-10-21 | agent: Add function isAssignedTo() | Malf Furious | 1 | -0/+15 |
2018-10-21 | issue: Rewrite issue class | Malf Furious | 1 | -54/+125 |
2018-10-21 | issue: Redesign schema | Malf Furious | 1 | -10/+21 |
2018-10-20 | mesg: Update function makeIssue() | Malf Furious | 1 | -3/+4 |
2018-10-20 | issue: Add function isOpen() | Malf Furious | 1 | -0/+8 |
2018-10-20 | issue: Add assigned timestamp | Malf Furious | 2 | -0/+3 |
2018-10-20 | issue: Add open/close data | Malf Furious | 2 | -1/+33 |
2018-10-20 | issue: Add author and authored fields | Malf Furious | 2 | -0/+31 |
2018-09-26 | Merge branch 'bug/require-loop' into dev | Malf Furious | 1 | -0/+1 |
2018-09-26 | Merge branch 'feature/view-group' into dev | Malf Furious | 3 | -0/+86 |
2018-09-26 | df: Address class cyclic require loop | Malf Furious | 1 | -0/+1 |
2018-09-25 | group: Add group page view | Malf Furious | 3 | -0/+86 |
2018-09-24 | agent: Fix bug in function canAccess() | Malf Furious | 1 | -1/+1 |
2018-09-24 | Add missing require | Malf Furious | 1 | -0/+1 |
2018-09-23 | dashboard: Remove extra things | Malf Furious | 1 | -3/+1 |
2018-09-23 | admin: Add empty admin panel | Malf Furious | 2 | -0/+47 |
2018-09-23 | form: Fix bug in populate() | Malf Furious | 1 | -1/+1 |
2018-09-23 | settings: Implement admin tab form handler | Malf Furious | 1 | -0/+40 |
2018-09-22 | database: Fix bug in function checkConfig() | Malf Furious | 1 | -7/+4 |
2018-09-21 | settings: Add admin-only settings tab to settings modal | Malf Furious | 1 | -0/+71 |
2018-09-21 | settings: Add key 'smtpResult' | Malf Furious | 1 | -0/+8 |
2018-09-21 | deleteaccount: Implement form handler | Malf Furious | 2 | -0/+48 |
2018-09-21 | Remove old content | Malf Furious | 5 | -219/+0 |
2018-09-21 | deleteaccount: Add view | Malf Furious | 2 | -0/+64 |
2018-09-20 | stdpage: Add assertconfirm() function | Malf Furious | 1 | -0/+4 |
2018-09-20 | index: Enforce access permission when viewing object by URL | Malf Furious | 1 | -0/+8 |
2018-09-20 | mysql: Move schema file into srvs/ | Malf Furious | 1 | -0/+0 |
2018-09-20 | Merge branch 'bug/schema-defaults' into dev | Malf Furious | 1 | -7/+7 |
2018-09-20 | mysql: Add various default values | Malf Furious | 1 | -4/+4 |
2018-09-20 | mysql: Change issue.tags type to 'text' | Malf Furious | 1 | -1/+1 |
2018-09-20 | mysql: Remove defaults from 'text' datatypes | Malf Furious | 1 | -2/+2 |
2018-09-20 | Restore old example content to working examples directory | Malf Furious | 1 | -31/+78 |
2018-09-20 | Add start of single-pad view | Malf Furious | 5 | -0/+130 |
2018-09-20 | pad: Fix bug in function getStages() | Malf Furious | 1 | -0/+3 |
2018-09-20 | table: Fix bug in constructor | Malf Furious | 1 | -2/+2 |
2018-09-19 | stdpage: Update user button appearance | Malf Furious | 1 | -1/+8 |
2018-09-19 | stdpage: Add additional spacing to "Not Logged In" text | Malf Furious | 1 | -1/+1 |
2018-09-19 | datamods: Add default stages to new pads | Malf Furious | 1 | -0/+6 |
2018-09-19 | table: Change function visibilities to public | Malf Furious | 1 | -2/+2 |
2018-09-19 | globals: Remove single call assertions for setPage...() functions | Malf Furious | 1 | -12/+2 |
2018-09-19 | settings: Implement user tab form submission | Malf Furious | 2 | -0/+103 |
2018-09-19 | Update all usage of saveFile() | Malf Furious | 2 | -10/+9 |
2018-09-19 | globals: Add function saveIfFile() | Malf Furious | 1 | -0/+15 |
2018-09-19 | formctrl: Hidden field name should be in 'input' array | Malf Furious | 1 | -1/+1 |
2018-09-16 | Remove old content | Malf Furious | 3 | -373/+1 |
2018-09-16 | Remove old content | Malf Furious | 1 | -49/+0 |
2018-09-16 | Add settings modal and user settings tab | Malf Furious | 2 | -3/+151 |
2018-09-16 | Add hidden formctrl | Malf Furious | 1 | -0/+5 |
2018-09-16 | Add object background preview widget | Malf Furious | 2 | -0/+46 |