stack/apps/backend
Fahad Khan 57bc32d063
Fix/179 pass allowed errors to nested crud handlers (#208)
* 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

* Added 'allowedErrorTypes' for error propagation

---------

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-08-28 20:40:46 +02:00
..
prisma Add Gitlab OAuth as standard provider (#201) 2024-08-24 22:36:52 +02:00
scripts Fix windows build (#198) 2024-08-21 07:02:11 +02:00
src Fix/179 pass allowed errors to nested crud handlers (#208) 2024-08-28 20:40:46 +02:00
.env Sign up restriction button on dashboard 2024-08-10 09:45:48 -07:00
.env.development Artificial backend delay during dev mode 2024-08-17 14:27:33 -07:00
.eslintrc.cjs Impersonation 2024-07-26 16:06:59 -07:00
.gitignore Split backend and dashboard (#83) 2024-06-18 15:49:31 +02:00
CHANGELOG.md chore: update package versions 2024-08-24 16:36:30 -07:00
LICENSE Split backend and dashboard (#83) 2024-06-18 15:49:31 +02:00
next.config.mjs Create users & auth endpoints in backend (#85) 2024-07-01 22:42:08 -07:00
package.json chore: update package versions 2024-08-24 16:36:30 -07:00
sentry.client.config.ts Retry OAuth endpoints 2024-08-03 13:13:23 -07:00
sentry.edge.config.ts Retry OAuth endpoints 2024-08-03 13:13:23 -07:00
sentry.server.config.ts Retry OAuth endpoints 2024-08-03 13:13:23 -07:00
tsconfig.json Split backend and dashboard (#83) 2024-06-18 15:49:31 +02:00