Igor Scheller
|
944c29b964
|
Require POST for sending forms
* Ensure that the form is submitted with a post request
* Replaced several links with forms
Closes #494 (Security Vulnerability)
|
2018-11-21 19:24:36 +01:00 |
msquare
|
8236989be0
|
fix missing unique mail validation on user register
|
2018-11-18 12:13:00 +01:00 |
Igor Scheller
|
88f3bafa5e
|
Replaced `Auth()` with `auth()`
|
2018-10-31 13:43:23 +01:00 |
Igor Scheller
|
d7aea575ff
|
Replaced more sql queries and old data
|
2018-10-31 13:43:23 +01:00 |
Igor Scheller
|
4e09ee3eb2
|
Replaced more user related stuff
(Contains some buggy stuff too...)
|
2018-10-31 13:43:23 +01:00 |
Igor Scheller
|
89e62c95a7
|
Changed more functions 🎉
|
2018-10-31 13:43:23 +01:00 |
Igor Scheller
|
2dcb7cc2de
|
Replaced some global `$user` variables
|
2018-10-31 13:43:23 +01:00 |
Igor Scheller
|
90e1a94962
|
Make application name configurable
* Added app_name configuration option
* Extended `EngelsystemMailer` to prepend the application name to all mails
Closes #426
|
2018-10-30 22:50:22 +01:00 |
Igor Scheller
|
7f61dc95be
|
EventConfig: Merge event configuration from database to global config
|
2018-10-30 21:13:56 +01:00 |
Bot
|
e8f8fc7f5f
|
Replaced gettext translation `_()` with `__()` that uses the Translator class
|
2018-08-29 23:46:32 +02:00 |
Igor Scheller
|
acfe72cb91
|
Removed translation from config file
|
2018-08-29 23:46:32 +02:00 |
Igor Scheller
|
fe58e4f422
|
database: updated checks for selectOne
|
2018-01-14 17:47:26 +01:00 |
Bot
|
952c7892f3
|
Formatting & Docstrings
|
2017-12-25 23:51:15 +01:00 |
msquare
|
9e04e2d4a0
|
fix age validation
|
2017-11-29 17:41:12 +01:00 |
msquare
|
bb2681a7c8
|
add validation of dect numbers
|
2017-11-21 19:00:42 +01:00 |
msquare
|
4eedad6c89
|
fix problem with default values on registration
|
2017-11-19 12:03:29 +01:00 |
msquare
|
f9ab269758
|
fix problem with default values on registration
|
2017-11-19 12:02:11 +01:00 |
msquare
|
6b74705f37
|
fix problem with default values on registration
|
2017-11-19 12:00:42 +01:00 |
msquare
|
d8de02db34
|
fix problem with default values on registration
|
2017-11-19 11:59:37 +01:00 |
msquare
|
59cd65cb50
|
fix problem with validation of planned arrival date
|
2017-11-19 11:58:19 +01:00 |
msquare
|
7df64c82a6
|
fix problem with bools in queries
|
2017-11-19 11:52:39 +01:00 |
msquare
|
c62833bb51
|
fix problem with default value when registering
|
2017-11-19 11:45:22 +01:00 |
msquare
|
eec161a852
|
fix problem with default age when registering
|
2017-11-19 11:34:12 +01:00 |
msquare
|
50f24271eb
|
fix all redirects to home (because of new urls redirect to ? wont work anymore)
|
2017-11-19 10:45:08 +01:00 |
Igor Scheller
|
945fcb079a
|
Added registration_enabled configuration
|
2017-09-20 12:18:08 +02:00 |
Igor Scheller
|
2bd127c011
|
Use symfony session
|
2017-08-30 19:57:01 +02:00 |
Igor Scheller
|
d0074cf006
|
Merge remote-tracking branch 'engelsystem/feature-igel-rewrite'
# Conflicts:
# includes/controller/angeltypes_controller.php
# includes/pages/admin_groups.php
# includes/pages/user_settings.php
# includes/sys_page.php
# src/Exceptions/Handler.php
# src/Http/Request.php
|
2017-08-29 23:16:41 +02:00 |
Igor Scheller
|
3002ed9e93
|
Security: Only allow angels with admin_news_html privilege to use HTML
|
2017-08-29 22:22:53 +02:00 |
Igor Scheller
|
cc01c906ba
|
#336: Integration of symfony/http-foundation request
|
2017-08-29 21:52:07 +02:00 |
Igor Scheller
|
73175e2b64
|
#337: Added routing
|
2017-08-28 17:34:00 +02:00 |
msquare
|
f82e5456d2
|
dried code by introducing selectOne for select queries with only one result line expected
|
2017-07-28 20:11:09 +02:00 |
Igor Scheller
|
d4ad70804b
|
Removed overwhelmed page
|
2017-07-20 02:10:53 +02:00 |
Igor Scheller
|
3a1e460249
|
Changed $_GET, $_POST and $_REQUEST to use the Request object
|
2017-07-19 11:44:16 +02:00 |
Igor Scheller
|
68da2a4eb8
|
Renamed "default_theme" config to "theme"
|
2017-03-02 08:11:52 +01:00 |
Igor Scheller
|
8506d6d27e
|
Refactoring: Config cleanup / moved to class
|
2017-01-21 23:07:20 +01:00 |
Bot
|
740026a9de
|
Replaced [0-9] with \d
|
2017-01-21 20:12:48 +01:00 |
Bot
|
915ce28fee
|
Replaced " with '
|
2017-01-21 20:12:35 +01:00 |
Igor Scheller
|
9a3ad88834
|
Changed from mysqli to PDO, some refactorings, faster sql queries
|
2017-01-21 13:58:53 +01:00 |
Bot
|
55141154c0
|
Replaced " with '
|
2017-01-03 15:32:59 +01:00 |
Bot
|
356b2582f3
|
PPHDoc, formatting, fixes, cleanup
|
2017-01-03 03:22:48 +01:00 |
Bot
|
d71e7bbfad
|
Formatting
|
2017-01-02 15:49:53 +01:00 |
Bot
|
7313e15ce8
|
PSR-2 formatting
|
2017-01-02 03:57:23 +01:00 |
Igor Scheller
|
1f8d1eb4bb
|
Fixed "Constant already defined" notice
Added more ugly global variables
|
2017-01-01 18:50:53 +01:00 |
msquare
|
ffc33993d4
|
overwhelmed
|
2016-12-27 19:16:26 +01:00 |
msquare
|
188891c147
|
use planned arrival time validation for register page
|
2016-12-23 16:22:46 +01:00 |
Leandra Eberle
|
67df8da061
|
Typo Changes and Descriptions
|
2016-11-24 22:47:32 +01:00 |
gnomus
|
dc49b9af41
|
Update guest_login.php
|
2016-11-24 12:22:18 +01:00 |
msquare
|
16e9a69c0d
|
fixes #277 date parsing returns the start of the day now
|
2016-11-24 09:25:28 +01:00 |
msquare
|
5ae328b2b1
|
hide event countdown for mobile clients
|
2016-11-20 17:54:16 +01:00 |
msquare
|
409761ce4b
|
rebuild login page
|
2016-11-18 15:36:02 +01:00 |