* Added in_organisation check to EveCharacter model
* Basic name formatter
* Switch mumble service to use name formatter
* Squash services migrations
* Add name to example service to allow it to be used in tests
* Add name formatter to services
* Add abstract views, model, form for services modules
* Refactor mumble service to new style
* Don't set credentials if setting a provided password
* Add success message to set password view
* Refactor settings into importable base.
User deployment should use 'from allianceauth.settings.base import *' in their project settings.
* Restructure tests folder.
Remove DOMAIN setting.
Use localhost for services revoked emails.
* Add missing python3.4 typing requirement
typing is included python3.5+
* Remove legacy setup comments
Remove legacy update script
Temporarily use latest snapshot for esi for dj20
Correct admin urls include
Manually correct old ts3 table migration
Remove obsolete services migrations
Remove bootstrap pagination package
Fix url namespacing