Thomas Heartman
38c6140fa2
Merge pull request #1232 from Unleash/docs/api-token-format-difference
...
docs: explain difference between using `initApiTokens` and `INIT_ADMIN_API_TOKENS`
2022-01-05 11:45:42 +01:00
Ivar Conradi Østhus
7f0418a036
fix: gha releast_to_cdn must use yarn
2022-01-05 11:40:39 +01:00
Ivar Conradi Østhus
f3b1de8ad4
fix: add gha to upload to cdn on release
2022-01-05 11:34:47 +01:00
Thomas Heartman
304508ae90
Merge pull request #1229 from Unleash/fix/init-api-token-format
...
fix: correct format for API tokens
2022-01-05 11:30:55 +01:00
Thomas Heartman
d027c0ed7b
docs: add difference between initApiTokens
and env var option.
2022-01-05 11:30:04 +01:00
Thomas Heartman
e73f3c6aa7
docs(fix): add description of open-source
authentication type.
2022-01-05 11:21:55 +01:00
Ivar Conradi Østhus
a12944b3cc
fix: downgrade faker to 5.5.3
2022-01-05 11:00:54 +01:00
Ivar Conradi Østhus
66d4aa61de
fix: correct format for API tokens
2022-01-05 10:40:22 +01:00
Ivar Conradi Østhus
ce1cc8f3a8
doc: minor language improvements
2022-01-05 10:23:16 +01:00
renovate[bot]
e96c01e53e
fix(deps): update dependency helmet to v5 ( #1215 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-05 10:03:04 +01:00
renovate[bot]
1dff025534
chore(deps): update dependency faker to v6 ( #1227 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-05 10:02:03 +01:00
renovate[bot]
f70c139511
chore(deps): update dependency node-forge to v1 ( #1228 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-05 10:01:39 +01:00
Juraj Malenica
e757c00840
feat: Add init api tokens option ( #1181 )
...
Adds support for initializing a fresh Unleash instance with predefined API tokens.
Co-authored-by: sighphyre <liquidwicked64@gmail.com>
Co-authored-by: Juraj Malenica <juraj.malenica@mindsmiths.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2022-01-05 10:00:59 +01:00
Renovate Bot
e814a5fd9a
chore(deps): update dependency jest to v27.4.6
2022-01-05 02:37:57 +00:00
Ivar Conradi Østhus
c051eb9149
fix: expose ApiUser out of Unleash
2022-01-04 20:01:18 +01:00
Renovate Bot
708b2743e7
chore(deps): update react-dnd monorepo
2022-01-04 16:15:32 +00:00
renovate[bot]
e1139a4847
fix(deps): pin dependency @docusaurus/remark-plugin-npm2yarn to 2.0.0-beta.14 ( #1224 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-04 16:06:48 +01:00
Renovate Bot
4c79d57c41
chore(deps): update dependency @types/react to v17.0.38
2022-01-04 14:43:19 +00:00
Renovate Bot
2478281521
chore(deps): update dependency @types/memoizee to v0.4.7
2022-01-04 14:03:51 +00:00
Thomas Heartman
be3452e36f
Merge pull request #1221 from Unleash/docs/add-npm2yarn
...
docs: add `npm2yarn` annotation to all npm commands
2022-01-04 14:00:43 +01:00
Thomas Heartman
3a3cdc313e
Merge pull request #1223 from Unleash/docs/polish
...
docs(chore): remove spacing, change 'node' -> Node.js
2022-01-04 14:00:28 +01:00
Renovate Bot
5120663e79
chore(deps): update dependency sass to v1.45.2
2022-01-04 12:55:34 +00:00
Youssef Khedher
b3eed697b2
Merge branch 'master' into feat/view-password
2022-01-04 13:31:23 +01:00
Youssef
3639b7f403
feat: create password field component
2022-01-04 13:30:25 +01:00
Youssef Khedher
4f772ff2d1
feat: add strategies icons ( #565 )
...
* feat: add strategies icons with add strategy button
* fix: styling the icons
* feat: add styling for disabled button
* fix: adjust icons styling
* fix: add missing braces
* feat: remove badge from strategies icons
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
2022-01-04 11:31:11 +01:00
Thomas Heartman
1241827b6a
docs(chore): remove spacing, change 'node' -> Node.js
2022-01-04 10:19:32 +01:00
Thomas Heartman
7444b2cb74
docs(chore): add npm2yarn
annotation to all npm commands
2022-01-04 10:18:13 +01:00
Thomas Heartman
bae672e5d8
Merge pull request #1218 from Unleash/docs/proxy-node-strats
...
docs: add steps for running the proxy in node with custom strats.
2022-01-04 10:10:08 +01:00
Renovate Bot
a20f5cdb77
chore(deps): update typescript-eslint monorepo to v5.9.0
2022-01-03 21:58:36 +00:00
Ivar Conradi Østhus
951d4fc6bc
4.4.5
2022-01-03 20:31:24 +01:00
sighphyre
5a82d9be87
fix: Update updateUser code to reject empty emails ( #1210 )
...
* fix: Update updateUser code to reject empty emails
This fixes an issue where the updateUser call would allow null email
addresses, then update the email to null and then raise an exception,
leaving the db in a state where no user could be resolved.
* fix: remove username/email requirement in user.ts
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2022-01-03 20:14:56 +01:00
Thomas Heartman
0344dc79e4
docs(typo): pluralize SDK -> SDKs
2022-01-03 14:42:59 +01:00
Thomas Heartman
5a30706150
docs(fix): fix comparison operator from >
to <
2022-01-03 13:08:25 +01:00
Thomas Heartman
ea06f49506
Merge pull request #1213 from Clivern/patch-1
...
docs: update docker commands to start containers in detached mode
2022-01-03 12:07:50 +01:00
Ahmed
391fc84543
remove detached option
...
Co-authored-by: Thomas Heartman <thomasheartman+github@gmail.com>
2022-01-03 10:56:20 +01:00
Ahmed
8263487b7a
remove detached option
...
Co-authored-by: Thomas Heartman <thomasheartman+github@gmail.com>
2022-01-03 10:55:56 +01:00
Thomas Heartman
dd975ec344
docs: highlight customStrategies
option.
2022-01-03 10:26:29 +01:00
Thomas Heartman
bdbd659a71
docs(chore): indent code block properly.
2022-01-03 10:19:04 +01:00
Thomas Heartman
8ae2de8a3e
docs: add steps for running the proxy in node with custom strats.
2022-01-03 10:12:13 +01:00
Renovate Bot
c0ee93f9e2
chore(deps): update dependency eslint-plugin-import to v2.25.4
2022-01-03 03:56:57 +00:00
Renovate Bot
85d0a68efa
chore(deps): update dependency lint-staged to v12.1.5
2022-01-03 01:15:43 +00:00
Renovate Bot
e7564e5f5e
chore(deps): update dependency eslint to v8.6.0
2022-01-01 01:57:53 +00:00
Ahmed
98b47880b2
docs: fix list numbers
2021-12-31 23:35:38 +01:00
Ahmed
65306b981e
docs: update docker commands to start containers in detached mode
2021-12-31 23:32:35 +01:00
Renovate Bot
4e0fd6cc6e
chore(deps): update dependency @types/jest to v27.4.0
2021-12-30 23:47:12 +00:00
Youssef
4b703bb4cc
feat: add show password for all passwords input
2021-12-30 10:57:35 +01:00
Renovate Bot
e8dbb0db98
chore(deps): update typescript-eslint monorepo to v5.8.1
2021-12-27 21:21:23 +00:00
Anton Vasin
8bc9264e4a
Fix typo in Webhook docs
2021-12-24 14:18:43 +01:00
Renovate Bot
0305afddc5
chore(deps): update dependency lint-staged to v12.1.4
2021-12-24 12:13:00 +00:00
Youssef Khedher
903917c06a
Merge pull request #1205 from Unleash/docs/proxy-and-custom-strategies
...
docs: Add more docs on custom strategies and the proxy
2021-12-24 11:40:31 +01:00