Fredrik Oseberg
ea312e574e
fix: update docs
2021-08-17 14:39:02 +02:00
Fredrik Oseberg
8ee317439a
fix: config
2021-08-16 14:58:15 +02:00
Fredrik Oseberg
c237a0f62c
fix: add curl command
2021-08-16 14:39:40 +02:00
Fredrik Oseberg
2cc3f649d7
fix: update link to getunleash.io
2021-08-16 14:34:20 +02:00
Fredrik Oseberg
08385dac8c
fix: DO casing
2021-08-16 14:34:20 +02:00
Fredrik Oseberg
67f1ba40cc
fix: add enterprise casing
2021-08-16 14:34:20 +02:00
Fredrik Oseberg
73bc6c0c9e
fix: heroku casing
2021-08-16 14:34:20 +02:00
Fredrik Oseberg
a8507ad7df
fix: docs
2021-08-16 14:34:19 +02:00
Fredrik Oseberg
4a14e6f3aa
fix: remove trailing slashes
2021-08-16 14:34:16 +02:00
Fredrik Oseberg
692d58d3ac
fix: rename proxy menu item
2021-08-16 14:33:37 +02:00
Fredrik Oseberg
7e79c83a52
fix: update link
2021-08-16 14:33:37 +02:00
Fredrik Oseberg
596e40a07a
feat: add curl option
2021-08-16 14:33:37 +02:00
Fredrik Oseberg
a56e1caa04
fix: update docs
2021-08-16 14:33:36 +02:00
Fredrik Oseberg
716090a659
fix: update description
2021-08-16 14:33:36 +02:00
Fredrik Oseberg
343887de5c
fix: update link to unique architecture
2021-08-16 14:33:36 +02:00
Fredrik Oseberg
abb4829cb9
feat: add more sections to quickstart
2021-08-16 14:33:36 +02:00
Fredrik Oseberg
682c74c9f3
feat: preliminary outline
2021-08-16 14:33:35 +02:00
Ivar Conradi Østhus
0c62809d9f
4.1.0-beta.5
2021-08-16 10:56:41 +02:00
Ivar Conradi Østhus
9050dfb36b
fix: adjust logo in emails
2021-08-16 10:55:06 +02:00
Ivar Conradi Østhus
bb9ae03b27
Revert "fix: uri encode smtp connection string ( #901 )"
...
This reverts commit 8f1a5f5a64
.
2021-08-16 10:24:28 +02:00
Ivar Conradi Østhus
1d9df2917d
4.1.0-beta.4
2021-08-13 19:22:27 +02:00
Ivar Conradi Østhus
721baa7657
fix: Clean up exported types even more
2021-08-13 19:22:15 +02:00
Ivar Conradi Østhus
0e526d4283
4.1.0-beta.3
2021-08-13 13:51:38 +02:00
Ivar Conradi Østhus
aaa5e056e5
fix: exported types x2
2021-08-13 13:51:29 +02:00
Ivar Conradi Østhus
2ff9c8372a
4.1.0-beta.2
2021-08-13 13:42:20 +02:00
Ivar Conradi Østhus
1f9d31ea17
fix: export types from main entry
2021-08-13 13:42:08 +02:00
Ivar Conradi Østhus
26cab7684c
4.1.0-beta.1
2021-08-13 13:23:46 +02:00
Ivar Conradi Østhus
b2e5c5a863
fix: upgrade unleash-fronendt to 4.1.0.beta.2
2021-08-13 13:18:40 +02:00
Oleg Gerasimenko
c7bf9a5028
docs: Update Unleash Proxy docker pull instructions ( #911 )
2021-08-13 11:07:20 +02:00
Christopher Kolstad
45f5d1fb1a
feat: Adds sendEmail flag to body of create user request ( #894 )
...
This allows frontend to support a toggle for admins wanting to create
users and passwords manually, without sending emails to users they
create.
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-08-13 10:50:48 +02:00
Ivar Conradi Østhus
2bcdb5ec31
fix: Controller wraps handler with try/catch ( #909 )
...
By having the controller perform try/catch around the
handler function allows us to add extra safety to all
our controllers and safeguards that we will always catch
exceptions thrown by a controller method.
2021-08-13 10:36:19 +02:00
Ivar Conradi Østhus
0faa0cd075
fix: upgrade husky to 7.0.1
2021-08-12 23:04:56 +02:00
Ivar Conradi Østhus
5760d10e70
Revert "fix: upgrade js-yaml to 4.1.0"
...
This reverts commit 4852d67049
.
2021-08-12 23:00:47 +02:00
Ivar Conradi Østhus
4852d67049
fix: upgrade js-yaml to 4.1.0
2021-08-12 22:47:44 +02:00
Ivar Conradi Østhus
ac608e1106
fix: bump eslint-plugin-import to 2.24.0
2021-08-12 22:43:32 +02:00
Ivar Conradi Østhus
7709c2f10a
chore: remove resolution
2021-08-12 22:41:43 +02:00
Ivar Conradi Østhus
fa34738ad3
fix: update supertest to version 6.1.5
2021-08-12 22:40:09 +02:00
Ivar Conradi Østhus
bde103e048
fix: bump @types
2021-08-12 22:38:44 +02:00
Ivar Conradi Østhus
6aa35c22e8
fix: update ts-node to 10.2.0
2021-08-12 22:37:38 +02:00
Ivar Conradi Østhus
2801dc92e4
fix: bump unleash-frontend to v4.0.10
2021-08-12 22:37:38 +02:00
James Renaud
8f1a5f5a64
fix: uri encode smtp connection string ( #901 )
...
Signed-off-by: James Renaud <james.renaud@mitel.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-08-12 22:32:16 +02:00
Christopher Kolstad
ff7be7696c
fix: Stores as typescript and with interfaces. ( #902 )
...
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-08-12 15:04:37 +02:00
Ivar Conradi Østhus
c5b8b2f920
fix: add node v16 as build target
...
fixes : #871
2021-08-11 12:58:10 +02:00
Ivar Conradi Østhus
f5a872bf73
docs: update footer
2021-08-11 12:55:56 +02:00
Ivar Conradi Østhus
d02fabacd1
docs: update link to unleash-proxy-client-js
2021-08-11 10:34:02 +02:00
Dorian Monnier
b713ccd037
doc: add import query params in doc ( #673 ) ( #903 )
...
Document query params in import API (/api/admin/state/import)
2021-08-10 14:02:48 +02:00
Ivar Conradi Østhus
097141a926
fix: yarn.lock resolution for website docs
2021-08-10 14:01:28 +02:00
Ivar Conradi Østhus
cc3a8187c7
fix: update yarn.lock file
2021-08-10 13:58:50 +02:00
Ivar Conradi Østhus
806b4a4a59
fix: failing tests
2021-08-10 13:50:59 +02:00
Ivar Conradi Østhus
1dfa996c00
fix: clean dist folder on build
2021-08-09 13:34:55 +02:00