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.
Tobias Wiese 9db8773150 markdown: let Parsedown escape content
Letting Parsedown escape the content, instead of calling
htmlspecialchars provides more context to the escape process.
For example the ampersand character can now be used in markdown links as
part of the url without breaking.
3 years ago
..
Config Added EventDispatcher 4 years ago
Container Use self references and fix class naming 6 years ago
Controllers Added User\License model 3 years ago
Database migration: Prevent parallel migration runs 5 years ago
Events Replaced swift mailer with symfony mailer 3 years ago
Exceptions Exceptions: Log previous exception 4 years ago
Helpers Added user related factories 3 years ago
Http Update composer packages and bump php version to 7.4 3 years ago
Logger Added user related factories 3 years ago
Mail Replaced swift mailer with symfony mailer 3 years ago
Middleware Update composer packages and bump php version to 7.4 3 years ago
Models Added User\License model 3 years ago
Renderer markdown: let Parsedown escape content 3 years ago
ApplicationTest.php Formatting, syntax, typehint and namespace fixes, cleanups 5 years ago
FactoriesTest.php Added more factories 3 years ago
FakerProvider.php Added user related factories 3 years ago
HasDatabase.php Added check if table exists to shifts migration 3 years ago
HelpersTest.php Added email notification on new news 4 years ago
ServiceProviderTest.php Tests: Replaced setMethods as it is deprecated 5 years ago
TestCase.php Added OAuth2 SSO login group mapping 3 years ago