summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-27some beauty for the my shifts tablemsquare
2017-12-27fixes #208, fixes #310: T-Shirt Score™ should be shown on the user view ↵msquare
page below your shifts
2017-12-27check if logged in before sign upmsquare
2017-12-27Merge pull request #396 from katrinleinweber/mastermsquare
suggest rephrasing to sound more naturally
2017-12-27rephrase more naturallyKatrin Leinweber
2017-12-26font size for statsmsquare
2017-12-26fix dashboard statsmsquare
2017-12-26font size for statsmsquare
2017-12-26Merge pull request #393 from MyIgel/mastermsquare
Removed some short ifs from Shifts_view.php, add warning when editing HTML
2017-12-26392: Show warning message when editing html news without proper permissions ↵Igor Scheller
to save them, Closes #392
2017-12-26Removed some short ifs from Shifts_view.phpIgor Scheller
2017-12-26Merge pull request #394 from lubiana/patch-1msquare
Change defaultvalue for initial vouchers
2017-12-26Change defaultvalue for initial voucherslubiana
Initial voucher set to zero to reflect the new way we distribute vouchers at congress
2017-12-26fix room viewmsquare
2017-12-26add my shifts button to shift viewmsquare
2017-12-26fix dashboard rowsmsquare
2017-12-26fix dashboard rowsmsquare
2017-12-26update translationmsquare
2017-12-26fix #389: Public Dashboard Statsmsquare
2017-12-26Merge pull request #388 from MyIgel/mastermsquare
Formatting, Docstrings, and fixup
2017-12-26Updated translation / Formatting / TestIgor Scheller
2017-12-25Removed dead function callIgor Scheller
2017-12-25Formatting & DocstringsBot
2017-12-25Merge pull request #387 from ka7/feature/spellingmsquare
spelling fixes
2017-12-25spelling fixesklemens
2017-12-24show forced active on user viewmsquare
2017-12-24show forced active on user viewmsquare
2017-12-23fix broken public dashboard shift linksmsquare
2017-12-23fix german translationmsquare
2017-12-23add show on dashboard flag for angeltypesmsquare
2017-12-22type color fix for 34c3 dark thememsquare
2017-12-20solve problem with autobreaks in news text when building html tablesmsquare
2017-12-20solve problem with autobreaks in news text when building html tablesmsquare
2017-12-20solve problem with autobreaks in news text when building html tablesmsquare
2017-12-20solve problem with autobreaks in news text when building html tablesmsquare
2017-12-20solve problem with autobreaks in news text when building html tablesmsquare
2017-12-20introduce new shift signup state for not arrived angelsmsquare
2017-12-20introduce new shift signup state for not arrived angelsmsquare
2017-12-20rewrite controller for creating shift entriesmsquare
2017-12-20update german translationmsquare
2017-12-20rewrite controller for creating shift entriesmsquare
2017-12-19fix shift entry deletemsquare
2017-12-19updated translationmsquare
2017-12-19redo shift signoff and icons for delete/confirm/acknowledgment questionsmsquare
2017-12-19remove flags since they do not belong to language selectionmsquare
2017-12-18make shift entry comment private againmsquare
2017-12-17better logging of needed angeltypes for shifts and roomsmsquare
2017-12-17add log entries when deleting a roommsquare
2017-12-17Merge pull request #384 from der-michik/fix-dot-in-usernamemsquare
Allow dot in user name
2017-12-15Allow dot in user nameMichiK
0f273988 changed the regular expression for user names. The new regex does not allow dots anymore in user names, stripping them silently. We already have at least one user with a dot in their name who can't login now anymore.