mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 07:17:04 +02:00
* feat(cli): Implement users account quota guards Signed-off-by: Oleg Ivaniv <me@olegivaniv.com> * Remove comment Signed-off-by: Oleg Ivaniv <me@olegivaniv.com> * Address PR comments - Getting `usersQuota` from `Settings` repo - Revert `isUserManagementEnabled` helper - Fix FE listing of users Signed-off-by: Oleg Ivaniv <me@olegivaniv.com> * Refactor isWithinUserQuota getter and fix tests Signed-off-by: Oleg Ivaniv <me@olegivaniv.com> * Revert testDb.ts changes Signed-off-by: Oleg Ivaniv <me@olegivaniv.com> * Cleanup & improve types Signed-off-by: Oleg Ivaniv <me@olegivaniv.com> * Fix duplicated method * Fix failing test * Remove `isUserManagementEnabled` completely Signed-off-by: Oleg Ivaniv <me@olegivaniv.com> * Check for globalRole.name to determine if user is owner Signed-off-by: Oleg Ivaniv <me@olegivaniv.com> * Fix unit tests Signed-off-by: Oleg Ivaniv <me@olegivaniv.com> * Set isInstanceOwnerSetUp in specs * Fix SettingsUserView UM Signed-off-by: Oleg Ivaniv <me@olegivaniv.com> * refactor: License typings suggestions for users quota guards (#6636) refactor: License typings suggestions * Update packages/cli/src/Ldap/helpers.ts Co-authored-by: Iván Ovejero <ivov.src@gmail.com> * Update packages/cli/test/integration/shared/utils.ts Co-authored-by: Iván Ovejero <ivov.src@gmail.com> * Address PR comments Signed-off-by: Oleg Ivaniv <me@olegivaniv.com> * Use 403 for all user quota related errors Signed-off-by: Oleg Ivaniv <me@olegivaniv.com> --------- Signed-off-by: Oleg Ivaniv <me@olegivaniv.com> Co-authored-by: Iván Ovejero <ivov.src@gmail.com> |
||
|---|---|---|
| .. | ||
| Extensions | ||
| NativeMethods | ||
| AugmentObject.ts | ||
| Authentication.ts | ||
| Constants.ts | ||
| Cron.ts | ||
| DeferredPromise.ts | ||
| ErrorReporterProxy.ts | ||
| ExecutionStatus.ts | ||
| Expression.ts | ||
| ExpressionError.ts | ||
| index.ts | ||
| Interfaces.ts | ||
| LoggerProxy.ts | ||
| MessageEventBus.ts | ||
| NodeErrors.ts | ||
| NodeHelpers.ts | ||
| ObservableObject.ts | ||
| RoutingNode.ts | ||
| TelemetryHelpers.ts | ||
| type-guards.ts | ||
| types.d.ts | ||
| utils.ts | ||
| VersionedNodeType.ts | ||
| Workflow.ts | ||
| WorkflowActivationError.ts | ||
| WorkflowDataProxy.ts | ||
| WorkflowErrors.ts | ||
| WorkflowHooks.ts | ||