Commit Graph

12 Commits (d208cab1ac17a958fcd070c67e07b56e6caadff9)

Author SHA1 Message Date
Igor Scheller 9a15fbc71e worklog: Fix hours validation
closes  (Worklog entries with floating point numbers with a comma dispatches a team of untrained monkeys)
Igor Scheller c33940f64a Moved permission checks to Authenticator class
Igor Scheller 944c29b964 Require POST for sending forms
* Ensure that the form is submitted with a post request
* Replaced several links with forms

Closes  (Security Vulnerability)
Igor Scheller a2aaba9cab User: Bugfixes & code cleanup
Igor Scheller 7c6afc2bfe Removed `User($id)` function 🎉
Igor Scheller 89e62c95a7 Changed more functions 🎉
Igor Scheller b069a938c6 Changed user_link and some other user functions to use the user id
Bot e8f8fc7f5f Replaced gettext translation `_()` with `__()` that uses the Translator class
Bot 5227fe6a94 Formatting
Igor Scheller fe58e4f422 database: updated checks for selectOne
msquare ee9fbda098 add work date to work log
msquare 86a38a3372 add user work log entries feature