Feat(invite): Adding invite feature.
Feat(email+upgrade): MVP support for user emails (after signup) and
upgrading subscription.
Feat(Big): Added a few things here...
* MVP stripe integration (new controller/server).
* Moved tmpl to views (package v).
* Added ability to create migrations.
* Added first migration. Remove user_to_space in favor of org table.
Feat(footer+logo): Updating HTML.
Feat(c/*+landing): Landing page additions for payment options in the
future + refactoring all controllers to DI base controller.
Feat(c/space): Adding more testing for space. Removing old/stale tests
(db and content).
WIP(doc): Adding a documentation page. Only Spaces API complete so far.
Feat(space): Space update complete.
Feat(bootstrap 5): Refactor to bootstrap 5, various styling bugs.
WIP(hook): Redesign for hooks.
WIP(content): Content page styling update.
WIP(html/css): Refactor of HTML/CSS. Using Bootstrap.
Feat(contenttype): Content Types can now be updated.
FIX(webhooks): Fixing body send of webhooks.
WIP(Reference): Reference type almost complete.
Feat(updating+json): Updating contents works. Can now deliver json
responses as well.