stack/packages/stack-shared/src
Fahad Khan 0c3a3b8bae
Fix/172 by removing selected_team_id from create user CRUD schema. (#248)
* Team invitation (#171)

* team invitation wip

* implemented handler

* team invitation callback wip

* added team invitation frontend

* fixed listCurrentUserTeamPermissions

* added team invitation email template

* fixed bugs

* fixed verification code handler

* added more checks to team invitation verification

* fixed team invitation page

* restructured verification code handler

* fixed frontend

* fixed team invitation tests

* added more team invitation test

* fixed bug

* added migration file

* removed unused code

* Allow Next.js version `latest` in package.json

* Fix typo

* Update error message

* Remove unnecessary console.warn

* Updated "edit this page" button

* Hide unsupported properties from docs

* OAuth token tests

* Fix typo

* added create user button (#173)

* Create SECURITY.md

* Export button in tables

* Export all pages of tables

* Update security policy

* Fix docs typo

* More docs typos

* Improved user creation handlers

* Fix: Improve error handling for Server API (#170)

* Added entity checks to provide better errors in API for 'server' access type

* Removed 'ensureUserTeamPermissionExist', changed permissionId type to string in 'ensureUserHasTeamPermission'

* added different error types for user team permission

---------

Co-authored-by: Fahad Khan <fahad.khan@net-mon.net>
Co-authored-by: Zai Shi <zaishi00@outlook.com>

* Sign up restriction button on dashboard

Fix #66, #74

* Fix type error

* TOTP 2FA endpoints

* TOTP MFA components

* Improved description for disabling sign ups

* Removed 'selected_team_id' from create user schema

---------

Co-authored-by: Zai Shi <zaishi00@outlook.com>
Co-authored-by: Stan Wohlwend <n2d4xc@gmail.com>
Co-authored-by: Fahad Khan <fahad.khan@net-mon.net>
2024-09-14 21:43:05 +02:00
..
helpers New client (#135) 2024-07-19 22:07:44 -07:00
hooks Fix trailing space lint errors 2024-07-14 10:37:34 -07:00
interface Fix/172 by removing selected_team_id from create user CRUD schema. (#248) 2024-09-14 21:43:05 +02:00
utils Remove shared Facebook (#238) 2024-09-11 02:25:18 +02:00
crud.tsx Improved documentation, fixed bugs (#147) 2024-07-24 11:38:26 -07:00
global.d.ts Fix use being called conditionally 2024-03-02 15:30:56 +01:00
index.ts New client (#135) 2024-07-19 22:07:44 -07:00
known-errors.tsx Fix project deletion ISE 2024-08-12 16:56:16 -07:00
schema-fields.ts Connected account & auth methods DB migration (#204) 2024-09-07 13:03:31 -07:00
sessions.ts New client (#135) 2024-07-19 22:07:44 -07:00