Skip to content

Latest commit

 

History

History
883 lines (456 loc) · 44.5 KB

CHANGELOG.md

File metadata and controls

883 lines (456 loc) · 44.5 KB

1.0.0-beta.24 (2021-05-25)

Bug Fixes

1.0.0-beta.23 (2021-05-21)

Bug Fixes

  • cannot upload or delete logo (closes #230) (970e1f4)
  • incorrect description and missing info in package.json (#227) (290de80)
  • wrong site / branch url in ui (d33f03f)

Features

  • allow deleting branches with site token (b107ed7)
  • update DomainForm with private key help text (#231) (da4562d)
  • upload release with api token (#216) (#225) (1d5ceb6)

1.0.0-beta.22 (2021-04-06)

Bug Fixes

  • site name update issues (b1126ac)

Features

1.0.0-beta.21 (2021-03-23)

Bug Fixes

1.0.0-beta.20 (2021-03-19)

Bug Fixes

  • cross-device link error on release upload (7c261f1)
  • missing optional check in serializers (ca36dcb)

1.0.0-beta.19 (2021-03-19)

Bug Fixes

  • error in release serialize (9969752)

1.0.0-beta.18 (2021-03-19)

Bug Fixes

  • sidebar not updating when create/remove team (#193) (04b3946)

Features

1.0.0-beta.17 (2021-03-10)

Bug Fixes

  • error when unhandled socket event (3e0151a)
  • req.query not typed (581e3ca)
  • socket io protocol error (6e414a0)
  • add branch: should not update release when no id given (b3b25e8)

Features

BREAKING CHANGES

  • all API tokens currently in use will be invalidated.

1.0.0-beta.16 (2021-02-09)

Bug Fixes

  • migrations dir empty in docker image (b7e1d91)
  • set only one 404 route per branch (e9177dc)

1.0.0-beta.15 (2021-01-15)

Bug Fixes

1.0.0-beta.14 (2021-01-13)

Bug Fixes

  • missing await in org list (ea5c456)
  • missing await in org member serializer (7617d86)
  • sites not serialized properly (eb8ee20)
  • team sites not serialized properly (e215f0e)

Features

1.0.0-beta.13 (2021-01-07)

Features

  • ensure team member belongs to org (ca8568d)

1.0.0-beta.12 (2021-01-07)

Bug Fixes

  • add missing team member index (bdcee5a)
  • prevent duplicate team members (3eeaeaa)
  • team member cannot read team and sites (#179) (8a56c94)
  • wrong member selected for listing teams when multiple orgs (03c5d3f)

1.0.0-beta.11 (2021-01-07)

Features

  • update axios due to vulnerability (fa86cf5)

1.0.0-beta.10 (2021-01-05)

Bug Fixes

  • api token not serialized properly on creation (9224592)

1.0.0-beta.9 (2020-12-28)

Bug Fixes

  • auto https disabling not working (#162) (4cefff7)
  • list site hooks route should not be in org routes (a6951b7)
  • search is broken (9f9eb94)

1.0.0-beta.8 (2020-12-23)

Features

  • add env var for multer limits (500a796)

1.0.0-beta.7 (2020-12-18)

Bug Fixes

  • branch url not using branch slug (254f3c6)
  • creating branch from release doesn't create symlinks (4768b63)
  • org member api not found (bbf5cdc)
  • redirect url missing slash (e4e6739)

Features

1.0.0-beta.6 (2020-12-15)

Bug Fixes

  • ssl: default domains missing in acme domains (719fef8)

1.0.0-beta.5 (2020-12-14)

Bug Fixes

  • improve ssl support (8e8778e)
  • migrations directory is reuqired (#4) (b6c0778)
  • password protection conflicts with route matching (3cc960f)
  • setting branch password crashes meli (#6) (513c7df)
  • site 404 not matched (249fbd5)
  • ssl support for auto domains (12cf89f)
  • unified: entrypoint not executable (1196e5a)
  • uniffied docker image extends outdated UI image (0532af2)

chore

  • remove MELI_BCRYPT_SALTROUNDS env var (04eaec0)

Features

Performance Improvements

  • enhance dockerfile caching (34a3fd2)

BREAKING CHANGES

  • MELI_BCRYPT_SALTROUNDS was removed

1.0.0-beta.4 (2020-12-12)

Bug Fixes

  • incorrect license change date (55ca88a)
  • incorrect license change date (516bed7)

1.0.0-beta.3 (2020-12-12)

Bug Fixes

  • license change date is incorrect (e7dcf82)

1.0.0-beta.2 (2020-12-10)

Bug Fixes

  • auth: catch verify token error (01dbcc7)
  • caddy: match host without port (eeeaefe)
  • standalone: ui env not generated (6224964)
  • standalone: update entrypoint (1ef2b4b)
  • standalone: write ui env file in entrypoint (e73626e)
  • caddy config uses site url instead of host (7649c3b)
  • cannot update site when no main branch selected (eb34433)
  • deadlock during caddy config reload (ac8ba64)
  • default email template dir doesn't match docker setup (a07c630)
  • disable ssl for sites temporarily (4477259)
  • docker image overrides ui in dockerhub (2596103)
  • duplicate index key error team.member undefined (10341f2)
  • email template dir incorrect (13fd39c)
  • fallback host should use host, not url (48dd216)
  • missing default value error when sites dir not set (82a1336)
  • missing guard on current org member endpoint (5f4945b)
  • missing migrations dir in unified docker image (919e12c)
  • missing sparse index option (1e65d14)
  • mongo index error on site (190fb00)
  • more indexes causing issues (dc384c1)
  • more indexes causing issues (aade94c)
  • more indexes causing issues (2b091d6)
  • only use host part of sites url (ca2f07a)
  • persist caddy config and resume it on restart (d8f01f3)
  • reconfigure site in caddy on release upload (d374427)
  • remove all hook indexes (4e3dd95)
  • remove index on team.hooks (d39c93d)
  • site main branch is required (2420ad4)
  • site name index should be 1, not text (33d2948)
  • try to fix SSL (f8acc33)
  • typo in 523 page (eb00f57)
  • ui responds only to / (eb09f41)
  • unique options causes issues on name text index (729bcd0)
  • use sparse index for array fields (0f037f9)
  • wildcard fallback causes tls errors (6a612cb)

Features

  • add fallback for unknown hosts (9e0df52)
  • add hook payloads (e209fbd)
  • add system info route (daac2b3)
  • allow limiting max orgs (e9720e9)
  • basic ssl configuration (d2ce463)
  • configure caddy to server api and ui (5a3566a)
  • debug log env (58153d9)
  • default sites domain to main host (c2ff7a2)
  • do not use promise all when creating indexes (2c7ebed)
  • enhance error logging (a039fee)
  • force redirect path to start with slash (b3f29e5)
  • in-memory login with user and password (36c7cd5)
  • make email config optional (a5194f2)
  • make index creation non-blocking (1ee2b7b)
  • option to disable caddy config for ui/api (3629cbb)
  • redirect 404 to each site /404.html (050268f)
  • remove ssl env vars (4ffceb0)
  • rename debug scope (4e5848a)
  • rename docker image (8a90e48)
  • rename env vars that require a url (786534a)
  • simplify deployment (c53702c)
  • simplify env configuration (a6ff61f)
  • specify jwt token expiration as ms (4477640)
  • split authentication methods and org access check (8877034)
  • split env and env spec (7be1864)
  • unified docker image (7e19fe5)
  • update site main branch when none is defined (9377e81)
  • update unified image (4762554)

1.0.0-next.44 (2020-12-10)

Bug Fixes

  • standalone: update entrypoint (1ef2b4b)

1.0.0-next.43 (2020-12-10)

Bug Fixes

  • auth: catch verify token error (01dbcc7)
  • standalone: write ui env file in entrypoint (e73626e)

1.0.0-next.42 (2020-12-10)

Bug Fixes

  • standalone: ui env not generated (6224964)

1.0.0-next.41 (2020-12-10)

Bug Fixes

1.0.0-next.40 (2020-12-10)

Bug Fixes

1.0.0-next.39 (2020-12-10)

Bug Fixes

  • missing migrations dir in unified docker image (919e12c)

1.0.0-next.38 (2020-12-10)

Bug Fixes

  • site name index should be 1, not text (33d2948)

1.0.0-next.37 (2020-12-10)

Bug Fixes

  • unique options causes issues on name text index (729bcd0)

Features

  • enhance error logging (a039fee)
  • make index creation non-blocking (1ee2b7b)

1.0.0-next.36 (2020-12-10)

Features

  • do not use promise all when creating indexes (2c7ebed)

1.0.0-next.35 (2020-12-10)

Bug Fixes

  • missing sparse index option (1e65d14)
  • use sparse index for array fields (0f037f9)

1.0.0-next.34 (2020-12-10)

Features

  • update site main branch when none is defined (9377e81)

1.0.0-next.33 (2020-12-10)

Bug Fixes

  • more indexes causing issues (dc384c1)

1.0.0-next.32 (2020-12-10)

Bug Fixes

  • more indexes causing issues (aade94c)

1.0.0-next.31 (2020-12-10)

Bug Fixes

  • cannot update site when no main branch selected (eb34433)
  • more indexes causing issues (2b091d6)

1.0.0-next.30 (2020-12-10)

Bug Fixes

  • mongo index error on site (190fb00)
  • site main branch is required (2420ad4)

1.0.0-next.29 (2020-12-10)

Bug Fixes

  • duplicate index key error team.member undefined (10341f2)

1.0.0-next.28 (2020-12-09)

Features

1.0.0-next.27 (2020-12-09)

Features

  • remove ssl env vars (4ffceb0)
  • specify jwt token expiration as ms (4477640)
  • split env and env spec (7be1864)

1.0.0-next.26 (2020-12-08)

Features

1.0.0-next.25 (2020-12-08)

Features

  • option to disable caddy config for ui/api (3629cbb)

1.0.0-next.24 (2020-12-08)

Features

1.0.0-next.23 (2020-12-07)

Bug Fixes

  • deadlock during caddy config reload (ac8ba64)

1.0.0-next.22 (2020-12-07)

Features

  • add fallback for unknown hosts (9e0df52)

1.0.0-next.21 (2020-12-07)

Features

1.0.0-next.20 (2020-12-07)

Features

  • allow limiting max orgs (e9720e9)

1.0.0-next.19 (2020-12-07)

Bug Fixes

  • missing guard on current org member endpoint (5f4945b)

Features

  • redirect 404 to each site /404.html (050268f)

1.0.0-next.18 (2020-12-06)

Features

  • in-memory login with user and password (36c7cd5)

1.0.0-next.17 (2020-12-05)

Features

  • rename debug scope (4e5848a)
  • rename env vars that require a url (786534a)

1.0.0-next.16 (2020-12-05)

Bug Fixes

  • wildcard fallback causes tls errors (6a612cb)

1.0.0-next.15 (2020-12-05)

Features

1.0.0-next.14 (2020-12-05)

Bug Fixes

  • persist caddy config and resume it on restart (d8f01f3)

1.0.0-next.13 (2020-12-04)

Bug Fixes

  • fallback host should use host, not url (48dd216)

1.0.0-next.12 (2020-12-04)

Bug Fixes

  • email template dir incorrect (13fd39c)

1.0.0-next.11 (2020-12-04)

Bug Fixes

  • caddy config uses site url instead of host (7649c3b)

1.0.0-next.10 (2020-12-04)

Bug Fixes

  • only use host part of sites url (ca2f07a)
  • reconfigure site in caddy on release upload (d374427)

1.0.0-next.9 (2020-12-04)

Bug Fixes

  • default email template dir doesn't match docker setup (a07c630)

1.0.0-next.8 (2020-12-04)

Bug Fixes

  • missing default value error when sites dir not set (82a1336)
  • remove all hook indexes (4e3dd95)

1.0.0-next.7 (2020-12-04)

Bug Fixes

  • remove index on team.hooks (d39c93d)

1.0.0-next.6 (2020-12-04)

Bug Fixes

1.0.0-next.5 (2020-12-04)

Bug Fixes

  • disable ssl for sites temporarily (4477259)

1.0.0-next.4 (2020-12-04)

Features

  • basic ssl configuration (d2ce463)
  • configure caddy to server api and ui (5a3566a)
  • default sites domain to main host (c2ff7a2)
  • force redirect path to start with slash (b3f29e5)
  • simplify deployment (c53702c)
  • simplify env configuration (a6ff61f)
  • split authentication methods and org access check (8877034)

1.0.0-next.3 (2020-12-02)

Features

1.0.0-next.2 (2020-12-02)

Bug Fixes

  • docker image overrides ui in dockerhub (2596103)

1.0.0-beta.1 (2020-12-02)

Features

1.0.0-next.1 (2020-12-02)

Features

1.0.0-next.27 (2020-12-01)

Bug Fixes

Features

1.0.0-next.26 (2020-11-30)

Features

  • change site main branch using site update endpoint (9c6abe9)

1.0.0-next.25 (2020-11-30)

Features

  • rename channel to branch (bc4e0c1)

1.0.0-next.24 (2020-11-30)

Bug Fixes

  • site: don't require domains array (989e86e)

1.0.0-next.23 (2020-11-28)

Bug Fixes

  • channels: set release does not create symlink (0a45f19)

1.0.0-next.22 (2020-11-28)

Features

  • rename channel.envs to channel.files and fix channel url (97ba1ab)

1.0.0-next.21 (2020-11-28)

Features

1.0.0-next.20 (2020-11-27)

Bug Fixes

  • use channel id in caddy config (999ac9a)

1.0.0-next.19 (2020-11-27)

Bug Fixes

  • fix caddy domains configuration (e07886d)

1.0.0-next.18 (2020-11-27)

Features

  • replace site.release with site.channel (beb7383)

1.0.0-next.17 (2020-11-27)

Bug Fixes

  • fix caddy domains configuration (225ab12)

Features

  • add ssl config to domains (8d0be76)

1.0.0-next.16 (2020-11-27)

Bug Fixes

1.0.0-next.15 (2020-11-26)

Features

  • password protected pages (5b6ddf5)

1.0.0-next.14 (2020-11-26)

Features

1.0.0-next.13 (2020-11-24)

Bug Fixes

  • update license release plugin (2c9366c)

1.0.0-next.12 (2020-11-24)

Bug Fixes

  • update license release plugin (7bb0e39)

1.0.0-next.11 (2020-11-24)

Bug Fixes

  • update license release plugin (87f97aa)

1.0.0-next.10 (2020-11-24)

Bug Fixes

  • update license release plugin (4f39517)

1.0.0-next.9 (2020-11-24)

Bug Fixes

  • update license release plugin (c5cecfe)
  • update license release plugin (293de10)

1.0.0-next.8 (2020-11-24)

Bug Fixes

  • update license release plugin (e6f92f1)

1.0.0-next.7 (2020-11-24)

Bug Fixes

1.0.0-next.6 (2020-11-24)

Bug Fixes

1.0.0-next.5 (2020-11-23)

Features

1.0.0-next.4 (2020-11-23)

Features

  • change oauth routes [ci skip] (2ff3fe7)
  • disconnect user from all devices (503211c)

1.0.0-next.3 (2020-11-23)

Features

1.0.0-next.2 (2020-11-20)

Features

1.0.0-next.1 (2020-11-20)

Features

  • add channels and release (bb866ca)
  • create and remove channel from release (6967582)
  • orgs and teams [wip] [ci skip] (216591c)
  • project tokens api (e7c0502)
  • reconfigure Caddy (f041399)
  • release publishing [wip] (dd2f4b3)
  • set channel release (e90b313)
  • start adding caddy [ci skip] (e927d42)
  • use symlinks for publication (80d1d59)