1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00
unleash.unleash/src/lib/routes
Tymoteusz Czech 47152cf05b
Feat/invite user (#2061)
* refactor: user creation screen cleanup

* feat: deprecation notice for google sso

* fix: docs openid typo

* invite link bar

* invite link page

* fix prettier docs

* regenerated openapi

* hooks for invite page api

* update openapi

* feat: invite link update

* feat: add public signup token soft-delete

* public signup frontend feature flag

* fix: new user api issues

* feat: allow for creating new user from invite link

* Feat/invite user public controller (#2106)

* added PublicInviteController for public urls

* added PublicInviteController for public urls

* added PublicInviteController for public urls

* added PublicInviteController for public urls

* fix test

* fix test

* update openapi

* refactor: password reset props

* fix: public invite schema and validation

Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>

* user invite frontend

Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>

* invite link delete confirmation dialog

* refactor: password reset action

* fix: new user invite loading state

* fix: run ts check with ci

* revert openapi changes

* fix: invite token api interface

* fix: openapi schema index

* fix: update test snapshots

* update frontend snapshot

* fix: prettier ci

* fix: updates after review

Co-authored-by: andreas-unleash <104830839+andreas-unleash@users.noreply.github.com>
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
2022-09-30 13:01:32 +02:00
..
admin-api Feat/invite user (#2061) 2022-09-30 13:01:32 +02:00
auth docs: prep to add OpenAPI spec to Unleash docs (#1907) 2022-08-12 11:37:57 +02:00
client-api Personal access tokens backend (#2064) 2022-09-16 10:54:27 +03:00
edge-api Create endpoint that validates tokens for edge (#2039) 2022-09-01 13:26:26 +00:00
proxy-api fix: use correct proxy logger name (#2027) 2022-08-31 16:02:22 +02:00
backstage.test.ts feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
backstage.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
controller.ts Added login endpoint rate limit (#2074) 2022-09-26 10:58:58 +03:00
health-check.test.ts task: update health endpoint to only say if express is ready (#1847) 2022-07-22 11:47:58 +02:00
health-check.ts docs: prep to add OpenAPI spec to Unleash docs (#1907) 2022-08-12 11:37:57 +02:00
index.ts Feat/invite user (#2061) 2022-09-30 13:01:32 +02:00
logout.test.ts fix: deletes all sessions for user on logout (#2071) 2022-09-23 14:19:17 +02:00
logout.ts fix: deletes all sessions for user on logout (#2071) 2022-09-23 14:19:17 +02:00
public-invite.test.ts Feat/invite user (#2061) 2022-09-30 13:01:32 +02:00
public-invite.ts Feat/invite user (#2061) 2022-09-30 13:01:32 +02:00
unleash-types.ts Add support for req.logout with passport version 0.6.0 and onwards (#2041) 2022-09-13 09:59:34 +02:00
util.ts refactor: replace ts-ignore with ts-expect-error (#1675) 2022-06-07 11:49:17 +02:00