Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: n8n-io/n8n
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: n8n-io/n8n
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 4 commits
  • 44 files changed
  • 5 contributors

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    2b7bbf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b971fa9 View commit details
    Browse the repository at this point in the history
  3. feat(API): Implement users account quota guards (#6434)

    * feat(cli): Implement users account quota guards
    
    Signed-off-by: Oleg Ivaniv <[email protected]>
    
    * Remove comment
    
    Signed-off-by: Oleg Ivaniv <[email protected]>
    
    * Address PR comments
    
    - Getting `usersQuota` from `Settings` repo
    - Revert `isUserManagementEnabled` helper
    - Fix FE listing of users
    
    Signed-off-by: Oleg Ivaniv <[email protected]>
    
    * Refactor isWithinUserQuota getter and fix tests
    
    Signed-off-by: Oleg Ivaniv <[email protected]>
    
    * Revert testDb.ts changes
    
    Signed-off-by: Oleg Ivaniv <[email protected]>
    
    * Cleanup & improve types
    
    Signed-off-by: Oleg Ivaniv <[email protected]>
    
    * Fix duplicated method
    
    * Fix failing test
    
    * Remove `isUserManagementEnabled` completely
    
    Signed-off-by: Oleg Ivaniv <[email protected]>
    
    * Check for globalRole.name to determine if user is owner
    
    Signed-off-by: Oleg Ivaniv <[email protected]>
    
    * Fix unit tests
    
    Signed-off-by: Oleg Ivaniv <[email protected]>
    
    * Set isInstanceOwnerSetUp in specs
    
    * Fix SettingsUserView UM
    
    Signed-off-by: Oleg Ivaniv <[email protected]>
    
    * 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 <[email protected]>
    
    * Update packages/cli/test/integration/shared/utils.ts
    
    Co-authored-by: Iván Ovejero <[email protected]>
    
    * Address PR comments
    
    Signed-off-by: Oleg Ivaniv <[email protected]>
    
    * Use 403 for all user quota related errors
    
    Signed-off-by: Oleg Ivaniv <[email protected]>
    
    ---------
    
    Signed-off-by: Oleg Ivaniv <[email protected]>
    Co-authored-by: Iván Ovejero <[email protected]>
    2 people authored and netroy committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7cd074e View commit details
    Browse the repository at this point in the history
  4. 🚀 Release 1.0.3 (#6664)

    Co-authored-by: netroy <[email protected]>
    github-actions[bot] and netroy authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ceb8c85 View commit details
    Browse the repository at this point in the history
Loading