Image board engine, Danbooru-style.
Find a file
Marcin Kurczewski c117367974 Added IValidatable; moved validation to FormData
I still struggle to find out how to deal with arguments like
$userNameOrEmail. Should I trim() them in controllers, or in service?
If I do it in service, shouldn't all of such validation belong in there?
2014-10-18 18:48:19 +02:00
data Refactored thumbs; fixed setting custom avatars 2014-10-18 18:48:19 +02:00
public_html Added IValidatable; moved validation to FormData 2014-10-18 18:48:19 +02:00
src Added IValidatable; moved validation to FormData 2014-10-18 18:48:19 +02:00
tests Added IValidatable; moved validation to FormData 2014-10-18 18:48:19 +02:00
.gitignore Added style checkers and build tasks 2014-10-18 18:48:19 +02:00
composer.json Added style checkers and build tasks 2014-10-18 18:48:19 +02:00
gruntfile.js Moved test running to gruntfile 2014-10-18 18:48:19 +02:00
LICENSE Removed unneeded file; added license 2014-10-18 18:48:11 +02:00
package.json Added style checkers and build tasks 2014-10-18 18:48:19 +02:00
phpcheckstyle.cfg Added style checkers and build tasks 2014-10-18 18:48:19 +02:00