You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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)
6 years ago
..
Config EventConfig: Merge event configuration from database to global config 6 years ago
Container Added Container\ServiceProvider test 7 years ago
Controllers Added CreditsController 6 years ago
Database Migrations: Added namespace 6 years ago
Exceptions Changed `src/` code and templates to use the new user model 6 years ago
Helpers Replaced more user related stuff 6 years ago
Http Require POST for sending forms 6 years ago
Logger Models: Added LogEntry model 6 years ago
Mail Make application name configurable 6 years ago
Middleware Added additional headers 6 years ago
Models Added new user models 6 years ago
Renderer Added csrf middleware 6 years ago
ApplicationTest.php Moved frontend, templates and lang to resources 6 years ago
HasDatabase.php Added EventConfig model 6 years ago
HelpersTest.php Replaced some global `$user` variables 6 years ago
ServiceProviderTest.php Tests: Moved ServiceProvider::setExpects to TestCase 6 years ago
TestCase.php Tests: Moved ServiceProvider::setExpects to TestCase 6 years ago