Authentication was moved from the member controller the new AuthController.
User entity created strictly for session management
Symfony config
Service and parameter configuration has been switched to YAML and consolidated into app/config/config.yml
Removed Twig extension from the service container (services.xml)
Presentation
LABJS test added
Some sample js added to test inline js vs callbacks vs Twig/Angular/etc
Tests
New units tests for Landing, Profile, Auth and Member controllers