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: n8n@1.15.1
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: n8n@1.15.2
Choose a head ref
  • 9 commits
  • 24 files changed
  • 10 contributors

Commits on Nov 7, 2023

  1. fix(editor): Allow overriding theme from query params (#7591)

    Allow overriding theme through query params.. to be able to override it
    from preview iframe in webcomponent
    
    Github issue / Community forum post (link here to close automatically):
    mutdmour authored and krynble committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1362585 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0768271 View commit details
    Browse the repository at this point in the history
  3. fix(editor): Hide not supported node options (#7597)

    Currently Trigger-Nodes and Sub-Nodes display options that do not make
    sense or work like:
    - Always Output Data
    - Execute Once
    - On Error
    
    This PR hides those options for nodes that can not make use of them
    anyway to not confuse users.
    
    Github issue / Community forum post (link here to close automatically):
    janober authored and krynble committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    658cacc View commit details
    Browse the repository at this point in the history
  4. fix(core): Decrease reset password token expire time (#7598)

    Decrease the expiration time from 1 day to 20 minutes
    
    Github issue / Community forum post (link here to close automatically):
    tomi authored and krynble committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    44664d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be6fbf2 View commit details
    Browse the repository at this point in the history
  6. fix(editor): More dark-mode fixes (no-changelog) (#7624)

    This fixes:
    1. The `OR` divider background when SSO Login is enabled
    2. Scanning of QR code in settings in dark mode
    netroy authored and krynble committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    58fa04a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44460f9 View commit details
    Browse the repository at this point in the history
  8. fix(editor): Fix issue that frontend breaks with unkown nodes (#7596)

    Because of recent changes does the frontend break when a node is not
    known.
    
    ![Screenshot from 2023-11-03
    08-27-43](https://github.com/n8n-io/n8n/assets/6249596/ab340c3c-9b72-4220-b1f8-70d80f7a5522)
    
    
    
    Github issue / Community forum post (link here to close automatically):
    
    ---------
    
    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
    2 people authored and krynble committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    dd7b7d1 View commit details
    Browse the repository at this point in the history
  9. 🚀 Release 1.15.2 (#7635)

    ##
    [1.15.2](https://github.com/n8n-io/n8n/compare/n8n@1.15.1...n8n@1.15.2)
    (2023-11-07)
    
    
    ### Bug Fixes
    
    * **core:** Decrease reset password token expire time
    ([#7598](#7598))
    ([44664d2](44664d2))
    * **editor:** Allow overriding theme from query params
    ([#7591](#7591))
    ([1362585](1362585))
    * **editor:** Fix issue that frontend breaks with unkown nodes
    ([#7596](#7596))
    ([dd7b7d1](dd7b7d1))
    * **editor:** Hide not supported node options
    ([#7597](#7597))
    ([658cacc](658cacc))
    * **editor:** Remove unknown credentials on pasting workflow
    ([#7582](#7582))
    ([0768271](0768271))
    * **editor:** Reset canvas zoom before workspace reset in node view
    ([#7625](#7625))
    ([44460f9](44460f9))
    * **editor:** Zoom in/out on canvas the same amount on scroll/gesture
    ([#7602](#7602))
    ([be6fbf2](be6fbf2))
    
    Co-authored-by: krynble <krynble@users.noreply.github.com>
    github-actions[bot] and krynble authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0cc2b04 View commit details
    Browse the repository at this point in the history
Loading