Commit Graph

22 Commits (a309d873a7fba1066c3e3292de276e434ef6e6a4)

Author SHA1 Message Date
Igor Scheller acf84f222d Added Room model
Igor Scheller ead56a89fe Only show the shift "Comment" field for own entries
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 4e09ee3eb2 Replaced more user related stuff
(Contains some buggy stuff too...)
Igor Scheller 7c6afc2bfe Removed `User($id)` function 🎉
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 952c7892f3 Formatting & Docstrings
msquare 1289101f6e rewrite controller for creating shift entries
msquare fd85034e7f redo shift signoff and icons for delete/confirm/acknowledgment questions
Bot 55141154c0 Replaced " with '
Bot 356b2582f3 PPHDoc, formatting, fixes, cleanup
Bot d71e7bbfad Formatting
Bot 7313e15ce8 PSR-2 formatting
msquare 6dfefc3bb9 small code improvements
msquare e965f8d041 prohibit inline control structures on model and view
Philip Häusler b479cdaef8 fix room creation
Philip Häusler f30bc25246 minor bugfixes
Philip Häusler 74647e16d3 add basic bootstrap theme
Philip Häusler c589219a96 freeloader feature
Philip Häusler 7d3239f3fe forgot to add the new views