Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 1.0.0-beta.2 [skip ci]
# [1.0.0-beta.2](v1.0.0-beta.1...v1.0.0-beta.2) (2020-12-10) ### Bug Fixes * **auth:** catch verify token error ([01dbcc7](01dbcc7)) * **caddy:** match host without port ([eeeaefe](eeeaefe)) * **standalone:** ui env not generated ([6224964](6224964)) * **standalone:** update entrypoint ([1ef2b4b](1ef2b4b)) * **standalone:** write ui env file in entrypoint ([e73626e](e73626e)) * caddy config uses site url instead of host ([7649c3b](7649c3b)) * cannot update site when no main branch selected ([eb34433](eb34433)) * deadlock during caddy config reload ([ac8ba64](ac8ba64)) * default email template dir doesn't match docker setup ([a07c630](a07c630)) * disable ssl for sites temporarily ([4477259](4477259)) * docker image overrides ui in dockerhub ([2596103](2596103)) * duplicate index key error team.member undefined ([10341f2](10341f2)) * email template dir incorrect ([13fd39c](13fd39c)) * fallback host should use host, not url ([48dd216](48dd216)) * missing default value error when sites dir not set ([82a1336](82a1336)) * missing guard on current org member endpoint ([5f4945b](5f4945b)) * missing migrations dir in unified docker image ([919e12c](919e12c)) * missing sparse index option ([1e65d14](1e65d14)) * mongo index error on site ([190fb00](190fb00)) * more indexes causing issues ([dc384c1](dc384c1)) * more indexes causing issues ([aade94c](aade94c)) * more indexes causing issues ([2b091d6](2b091d6)) * only use host part of sites url ([ca2f07a](ca2f07a)) * persist caddy config and resume it on restart ([d8f01f3](d8f01f3)) * reconfigure site in caddy on release upload ([d374427](d374427)) * remove all hook indexes ([4e3dd95](4e3dd95)) * remove index on team.hooks ([d39c93d](d39c93d)) * site main branch is required ([2420ad4](2420ad4)) * site name index should be 1, not text ([33d2948](33d2948)) * try to fix SSL ([f8acc33](f8acc33)) * typo in 523 page ([eb00f57](eb00f57)) * ui responds only to / ([eb09f41](eb09f41)) * unique options causes issues on name text index ([729bcd0](729bcd0)) * use sparse index for array fields ([0f037f9](0f037f9)) * wildcard fallback causes tls errors ([6a612cb](6a612cb)) ### Features * add fallback for unknown hosts ([9e0df52](9e0df52)) * add hook payloads ([e209fbd](e209fbd)) * add system info route ([daac2b3](daac2b3)) * allow limiting max orgs ([e9720e9](e9720e9)) * basic ssl configuration ([d2ce463](d2ce463)) * configure caddy to server api and ui ([5a3566a](5a3566a)) * debug log env ([58153d9](58153d9)) * default sites domain to main host ([c2ff7a2](c2ff7a2)) * do not use promise all when creating indexes ([2c7ebed](2c7ebed)) * enhance error logging ([a039fee](a039fee)) * force redirect path to start with slash ([b3f29e5](b3f29e5)) * in-memory login with user and password ([36c7cd5](36c7cd5)) * make email config optional ([a5194f2](a5194f2)) * make index creation non-blocking ([1ee2b7b](1ee2b7b)) * option to disable caddy config for ui/api ([3629cbb](3629cbb)) * redirect 404 to each site /404.html ([050268f](050268f)) * remove ssl env vars ([4ffceb0](4ffceb0)) * rename debug scope ([4e5848a](4e5848a)) * rename docker image ([8a90e48](8a90e48)) * rename env vars that require a url ([786534a](786534a)) * simplify deployment ([c53702c](c53702c)) * simplify env configuration ([a6ff61f](a6ff61f)) * specify jwt token expiration as ms ([4477640](4477640)) * split authentication methods and org access check ([8877034](8877034)) * split env and env spec ([7be1864](7be1864)) * unified docker image ([7e19fe5](7e19fe5)) * update site main branch when none is defined ([9377e81](9377e81)) * update unified image ([4762554](4762554))
- Loading branch information