Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-25 | issue: Implement form handler iss-mesg-add | Malf Furious | 1 | -13/+19 | |
Submissions to the iss-mesg-add form are now handled by this function. User must be logged in and permitted to post to the issue in question. Signed-off-by: Malf Furious <m@lfurio.us> | |||||
2018-10-23 | Fix bug in various form handlers | Malf Furious | 1 | -1/+5 | |
Some form handlers use the current logged in user (user::getCurrent()), however do so without asserting that we are _actually_ logged in. This is probably due to that fact that index.php (usually) catches all page requests that are logged out and diverts control before any other handler can be invoked. But a few handlers sneak through the cracks. In the future, the app will be better about supportting logged out browsing, the alpha was not written with this in the forground. Signed-off-by: Malf Furious <m@lfurio.us> | |||||
2018-09-21 | deleteaccount: Implement form handler | Malf Furious | 1 | -11/+16 | |
2017-07-06 | Remove unused global declaration | Malf Furious | 1 | -2/+0 | |
2017-06-27 | Add dbconfig model code | Malf Furious | 1 | -0/+44 | |