Ivar Conradi Østhus
b5bb516c1c
feat: SSO auto-create users with default role ( #326 )
2021-08-23 12:16:38 +02:00
Ivar Conradi Østhus
8cbf378286
feat: sync fields when logging in via SSO ( #916 )
2021-08-23 12:11:29 +02:00
Ivar Conradi Østhus
4f31df4061
4.1.0-beta.6
2021-08-19 14:01:51 +02:00
Ivar Conradi Østhus
b3ddc91666
fix: bump unleash-frontend to 4.1.0-beta.3,
2021-08-19 14:01:14 +02:00
Fredrik Oseberg
45554773a4
4.1.0-beta.3
2021-08-19 13:59:00 +02:00
Fredrik Oseberg
4b9337a241
chore: update changelog
2021-08-19 13:58:49 +02:00
Fredrik Strand Oseberg
b83418f410
Fix/routing ( #325 )
...
* fix: filter routes
* fix: add archive link to feature toggles list
* fix: strategy card name
* fix: add breadcrumb keys
* fix: update tests
* fix: menu placement
* fix: remove dot
* fix: handle 401 error
* fix: add important to styles
* fix: adjust positioning
* fix: remove unused imports
2021-08-19 13:54:28 +02:00
Dominik Chrástecký
79ac29d0a1
fix: add php syntax highlighting to docs ( #921 )
2021-08-19 13:49:10 +02:00
Fredrik Strand Oseberg
cdc2e7daee
fix: add properties to legacy endpoints ( #919 )
...
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-08-19 13:34:24 +02:00
Dominik Chrástecký
f2eb3c101f
Add official php documentation ( #920 )
2021-08-19 13:34:05 +02:00
Ivar Conradi Østhus
d3fbaa6587
fix: add member and toggle count to project list ( #918 )
2021-08-19 13:25:36 +02:00
Arnaud Leymet
d7011dacf4
📝 Fix the custom activation strategy example ( #913 )
...
* 📝 Fix the custom avtivation strategy example
* 🐛 Fix example
2021-08-19 10:33:49 +02:00
Ivar Conradi Østhus
39384d614c
chore: update yarn.lock
2021-08-19 10:28:26 +02:00
PhakornKiong
ecba16cf50
Fix typo in sample ( #917 )
...
Fix import typo in sample
2021-08-19 09:47:40 +02:00
PhakornKiong
743ff779e5
Fix Common Grammar Error in ReadMe ( #914 )
2021-08-17 23:42:57 +02:00
Fredrik Strand Oseberg
00285aafb8
WIP: Feat/quickstart oss ( #912 )
...
* feat: preliminary outline
* feat: add more sections to quickstart
* fix: update link to unique architecture
* fix: update description
* fix: update docs
* feat: add curl option
* fix: update link
* fix: rename proxy menu item
* fix: remove trailing slashes
* fix: docs
* fix: heroku casing
* fix: add enterprise casing
* fix: DO casing
* fix: update link to getunleash.io
* fix: add curl command
* fix: config
* fix: update docs
2021-08-17 15:24:37 +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
Fredrik Oseberg
5febe31e71
4.1.0-beta.2
2021-08-13 11:10:23 +02:00
Fredrik Oseberg
1dd667a545
chore: update changelog
2021-08-13 11:10:15 +02:00
Oleg Gerasimenko
c7bf9a5028
docs: Update Unleash Proxy docker pull instructions ( #911 )
2021-08-13 11:07:20 +02:00
Fredrik Strand Oseberg
dc9d16b238
Fix/frontend projects changes ( #324 )
...
* fix: remove mouseover from navigation menu
* fix: variant tooltip
* fix: project creation navigation
2021-08-13 10:57:46 +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
dependabot[bot]
72b49ad4a8
chore(deps): bump path-parse from 1.0.6 to 1.0.7 ( #322 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 15:25:56 +02:00
Christopher Kolstad
af81884992
Add switch for deciding whether to send email. ( #316 )
...
* Add switch for deciding whether to send email.
* fix: align switch
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2021-08-11 15:25:20 +02:00
Ivar Conradi Østhus
ae38000cf7
Fix/make sure stickiness exists ( #320 )
...
* chore: update changelog
* 4.1.0-beta.1
* fix: Project filter was trying to filter based on full project object
* 4.0.6
* fix: add user to archived toggle view
* fix: remove console log
* 4.0.7
* 4.0.8
* fix: make sure the index we're trying to access exists
* fix: load fonts from google, fallback to system fonts
* fix: snapshot
* 4.0.10
* fix: update package json
* fix update fonts
* fix: remove custom font family for archive
* fix: update snapshot
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-08-11 13:34:39 +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
Fredrik Strand Oseberg
cad5e1a01b
Load name from url ( #323 )
...
* fix: changed loadNameFromHash to loadNameFromUrl
Co-authored-by: Shane A. Stillwell <shane@northernv.com>
2021-08-11 11:43:31 +02:00