summaryrefslogtreecommitdiff
path: root/includes/pages/guest_login.php
AgeCommit message (Expand)Author
2019-07-08Implemented AuthController for loginIgor Scheller
2019-06-12Added logout via AuthControllerIgor Scheller
2019-06-03Log messages without inline HTMLIgor Scheller
2019-04-28better nick validation, fixes #429msquare
2019-04-25FormattingIgor Scheller
2019-04-25Bugfix: default value for planned_arrival_date and don't overwrite dectIgor Scheller
2019-04-23Support disabling the planned arrivalJanne Heß
2019-04-23Support disabling the DECT fieldJanne Heß
2019-03-09Support disabling the arrival featureJanne Heß
2019-03-09Support alternative home sitesJanne Heß
2018-12-22user: allow up to 40 characters for dect numbersIgor Scheller
2018-12-02Moved permission checks to Authenticator classIgor Scheller
2018-11-21Require POST for sending formsIgor Scheller
2018-11-18fix missing unique mail validation on user registermsquare
2018-10-31Replaced `Auth()` with `auth()`Igor Scheller
2018-10-31Replaced more sql queries and old dataIgor Scheller
2018-10-31Replaced more user related stuffIgor Scheller
2018-10-31Changed more functions :tada:Igor Scheller
2018-10-31Replaced some global `$user` variablesIgor Scheller
2018-10-30Make application name configurableIgor Scheller
2018-10-30EventConfig: Merge event configuration from database to global configIgor Scheller
2018-08-29Replaced gettext translation `_()` with `__()` that uses the Translator classBot
2018-08-29Removed translation from config fileIgor Scheller
2018-01-14database: updated checks for selectOneIgor Scheller
2017-12-25Formatting & DocstringsBot
2017-11-29fix age validationmsquare
2017-11-21add validation of dect numbersmsquare
2017-11-19fix problem with default values on registrationmsquare
2017-11-19fix problem with default values on registrationmsquare
2017-11-19fix problem with default values on registrationmsquare
2017-11-19fix problem with default values on registrationmsquare
2017-11-19fix problem with validation of planned arrival datemsquare
2017-11-19fix problem with bools in queriesmsquare
2017-11-19fix problem with default value when registeringmsquare
2017-11-19fix problem with default age when registeringmsquare
2017-11-19fix all redirects to home (because of new urls redirect to ? wont work anymore)msquare
2017-09-20Added registration_enabled configurationIgor Scheller
2017-08-30Use symfony sessionIgor Scheller
2017-08-29Merge remote-tracking branch 'engelsystem/feature-igel-rewrite'Igor Scheller
2017-08-29Security: Only allow angels with admin_news_html privilege to use HTMLIgor Scheller
2017-08-29#336: Integration of symfony/http-foundation requestIgor Scheller
2017-08-28#337: Added routingIgor Scheller
2017-07-28dried code by introducing selectOne for select queries with only one result l...msquare
2017-07-20Removed overwhelmed pageIgor Scheller
2017-07-19Changed $_GET, $_POST and $_REQUEST to use the Request objectIgor Scheller
2017-03-02Renamed "default_theme" config to "theme"Igor Scheller
2017-01-21Refactoring: Config cleanup / moved to classIgor Scheller
2017-01-21Replaced [0-9] with \dBot
2017-01-21Replaced " with 'Bot
2017-01-21Changed from mysqli to PDO, some refactorings, faster sql queriesIgor Scheller