Fredrik Oseberg
e81918ee48
fix: password
2021-04-23 15:31:42 +02:00
Ivar Conradi Østhus
5ed4e3d4a8
chore: cleanup changelog
2021-04-23 15:31:28 +02:00
Ivar Conradi Østhus
b4b524a11b
feat: add option for LOG_LEVEL ( #803 )
2021-04-23 15:31:12 +02:00
Christopher Kolstad
c729f514cf
fix: make users emails case-insensitive ( #804 )
2021-04-23 15:30:23 +02:00
Christopher Kolstad
97d77d84cc
fix: emailservice now just returns if email was configured
2021-04-23 15:24:32 +02:00
Fredrik Oseberg
b1c32eab71
4.0.0-alpha.9
2021-04-23 15:23:36 +02:00
Fredrik Oseberg
f2a483a76a
chore: update changelog
2021-04-23 15:23:33 +02:00
Fredrik Oseberg
2dec218422
chore: update changelog
2021-04-23 15:21:38 +02:00
Fredrik Strand Oseberg
b9f5585c62
Fix/optimizations ( #275 )
...
* chore: update changelog
* feat: login mobile view
* fix: lists
* fix: colors
* fix: resolve merge conflict
* fix: tests
* fix: set defualt location object
* fix: don't check password before length exceeds 2
* fix: check length
2021-04-23 15:21:24 +02:00
Christopher Kolstad
7cb7e4a193
fix: simplify isConfigured check
2021-04-23 15:01:22 +02:00
Ivar Conradi Østhus
f261f546cc
fix: loading of emailtemplates
2021-04-23 14:53:56 +02:00
Fredrik Strand Oseberg
05334337c2
Feat/user profile ( #274 )
...
* chore: update changelog
* feat: user profile
* feat: onOutsideClick hook
* feat: tune user profile
* fix: refactor to button
* feat: mobile view
* fix: update tests
* feat: add link to docs
2021-04-23 13:49:42 +02:00
Ivar Conradi Østhus
86cbd58487
4.0.0-alpha.3
2021-04-23 13:43:49 +02:00
Ivar Conradi Østhus
28c7b3f190
chore: update changelog
2021-04-23 13:41:27 +02:00
Ivar Conradi Østhus
99c4b7e36d
4.0.0-alpha.8
2021-04-23 13:39:34 +02:00
Ivar Conradi Østhus
062916f865
chore: update changelog
2021-04-23 13:39:22 +02:00
dependabot[bot]
982ed4a441
chore(deps): bump ssri from 6.0.1 to 6.0.2 ( #270 )
...
Bumps [ssri](https://github.com/npm/ssri ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases )
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md )
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-23 13:29:36 +02:00
Ivar Conradi Østhus
b406d3c7cf
fix: should allow revive toggles
2021-04-23 13:29:24 +02:00
Ivar Conradi Østhus
d021f4ebc5
fix: lint
2021-04-23 12:55:11 +02:00
Ivar Conradi Østhus
709d12a1dc
fix: hasPermission should not throw
2021-04-23 12:52:29 +02:00
Ivar Conradi Østhus
423646e4eb
fix: lint
2021-04-23 12:21:15 +02:00
Ivar Conradi Østhus
cb7555d048
fix: minor tuning on auth
2021-04-23 11:40:23 +02:00
Christopher Kolstad
8845c90f57
Added enterpriseVersion to root of IUnleashConfig/IUnleashOptions
2021-04-23 11:05:30 +02:00
Fredrik Strand Oseberg
0ca753e7e5
Feat/add new user ( #273 )
...
* chore: update changelog
* chore: update changelog
* fix: refactor AddUser
* feat: add screens for email and copy
* fix: remove interface
* fix: admin constant in userlist
* chore: fix changelog
* feat: user data fetching with useSWR
* feat: flesh out dialogues
* fix: remove useRequest
* refactor: remove redux for user admin
* refactor: remove from store
* refactor: userListItem
* fix: change type
* feat: add initial loading
* fix: useLayoutEffeect in useLoading
* fix: remove useEffect
* fix: update snapshots
* fix: remove status code
* fix: remove roles from store
2021-04-23 10:59:11 +02:00
Fredrik Strand Oseberg
c58612fc8f
Feat/add new user email ( #793 )
...
* feat: send email when adding a new user
* fix: rename method
* fix: create welcome email
* fix: update email templates
* fix: add name to templates
* refactor: reduce database calls to one
* fix: alter tests
* fix: remove console logs
2021-04-23 10:58:47 +02:00
Ivar Conradi Østhus
b0e6d8c363
fix: User should require a ID field set ( #799 )
2021-04-22 23:40:52 +02:00
Ivar Conradi Østhus
424d4e209e
fix: introduce settingService
2021-04-22 22:54:08 +02:00
Ivar Conradi Østhus
b33e8e23f0
fix: migration rollback use DROP for column
2021-04-22 22:30:08 +02:00
Ivar Conradi Østhus
15b1e5514f
fix: skipLocked when updating lastSeen for toggles
...
(second attempt)
see: #795 for deatils.
2021-04-22 22:02:42 +02:00
Ivar Conradi Østhus
b3d830617c
fix: skipLocked when updating lastSeen for toggles
2021-04-22 20:18:49 +02:00
Christopher Kolstad
18f66ef732
feat: Add change-password endpoint to user-controller ( #800 )
...
fixes : #801
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2021-04-22 16:05:59 +02:00
Ivar Conradi Østhus
185091174f
fix: convert AUTH_TYPE to uppercase ( #797 )
...
Make sure we support both `AUTH_TYPE=demo` and `AUTH_TYPE=DEMO`
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-04-22 15:04:08 +02:00
Christopher Kolstad
7776f3c940
Fix/strategies sort order ( #798 )
...
* feat: add sort order field to strageies
* feat: update strategy display name and description
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2021-04-22 13:33:35 +02:00
Ivar Conradi Østhus
4b10356325
fix: only ADMIN can list all users
2021-04-22 12:13:41 +02:00
Ivar Conradi Østhus
05abb7e295
fix: enable demo-authentication ( #796 )
2021-04-22 10:53:47 +02:00
Ivar Conradi Østhus
a82feadf01
4.0.0-alpha.7
2021-04-22 10:48:46 +02:00
Ivar Conradi Østhus
cc357cea87
chore: update changelog
2021-04-22 10:47:27 +02:00
Ivar Conradi Østhus
cc1b328b07
fix: default db SSL to undefined
2021-04-22 10:44:04 +02:00
Ivar Conradi Østhus
a6eb64e5da
fix: use db config with schema for db-migrate
2021-04-22 10:25:18 +02:00
Christopher Kolstad
240c6a77a1
Feat/options need types ( #794 )
...
feat: options are now typed
- This makes it easier to know what to send to unleash.start / unleash.create
- Using a Partial to instantiate the config, then melding it with defaults to get a config object with all fields set either to their defaults or to whatever is passed in.
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-04-22 10:07:10 +02:00
Ivar Conradi Østhus
c31e9b9392
feat: add support for demo-signin
2021-04-22 08:44:16 +02:00
Ivar Conradi Østhus
4dc2f69a08
chore: update yarn.lock
2021-04-21 09:44:33 +02:00
Ivar Conradi Østhus
fd5b040567
chore: update frontend version
2021-04-21 09:42:46 +02:00
Ivar Conradi Østhus
43101d0483
4.0.0-alpha.6
2021-04-21 09:41:29 +02:00
Ivar Conradi Østhus
6532d6a136
4.0.0-alpha.5
2021-04-21 09:38:40 +02:00
Ivar Conradi Østhus
c4c6d6d9f0
chore: update changelog
2021-04-21 09:36:51 +02:00
Ivar Conradi Østhus
5bedf0c344
fix: require ADMIN role to manage users
2021-04-21 09:35:13 +02:00
Ivar Conradi Østhus
3ad447b7d9
fix: add permissions for tag-types and project
2021-04-21 09:27:50 +02:00
Christopher Kolstad
4b65c44116
feat: add ui-bootstrap endpoint ( #790 )
...
* feat: add ui-bootstrap endpoint
- Reducing calls needed for frontend to 1 instead of the current 6
fixes : #789
2021-04-20 19:54:31 +02:00
Fredrik Oseberg
03df9f5199
chore: update frontend version
2021-04-20 19:24:33 +02:00