Fixes a potential threading issue when updating Text.
Posts can be triggered by Logger.Log events which are not guaranteed to be on the update thread.
Also adds an option to delete all beatmaps for testing purposes.
Now stores store versions to the database itself.
Allow ChatOverlay resize only if it dragged by tabs area only
Allow OsuColour.FromHex to support prefix #.
Coincides with https://github.com/ppy/osu-web/pull/1373
Tidy up database namespaces and classes
Add word wrap support to chat
Welcome back BeatmapManager
Fix a potential hard crash when exiting song select
Also exit the import process before importing files to the file store to avoid incorrect reference count increments.
Fixes race condition when API returns a failure after exiting song select. Note that the API does also schedule to the correct thread, but this schedule ensures the callback is never run, which is what we want in this case.
Also a bit of tidying up.