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@0.105.0
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@0.106.0
Choose a head ref
  • 17 commits
  • 45 files changed
  • 6 contributors

Commits on Feb 1, 2021

  1. ⚡ Small design tweak

    janober committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    80f7ee1 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    ac3ad51 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    d0ac4e8 View commit details
    Browse the repository at this point in the history
  2. ✨ Add Reddit Node (#1345)

    * Set up initial scaffolding and auth
    
    * Add grant type to credentials
    
    * Add Account operations and OAuth2 request
    
    * Add post submission functionality
    
    * Refactor resources into resource descriptions
    
    * Refactor request for no auth URL
    
    * Refactor submission description for consistency
    
    * Add listing resource
    
    * Refactor My Account resource into details
    
    * Add request for all items
    
    * Add listings for specific subreddits
    
    * Fix minor linting details
    
    * Add subreddit resource
    
    * Add All-Reddit and Subreddit resource descriptions
    
    * Adjust display options for credentials
    
    * Add subreddit search functionality
    
    * Clean up auth parameter
    
    * Add user resource with GET endpoint
    
    * Add user description
    
    * Add submission search and commenting functionality
    
    * Clean up logging and comments
    
    * Fix minor details
    
    * Fix casing in properties
    
    * Add dividers to execute() method
    
    * Refactor per feedback
    
    * Remove unused description
    
    * Add punctuation to property descriptions
    
    * Fix resources indentation
    
    * Add resource dividers
    
    * Remove deprecated sidebar option
    
    * Make subreddit:get responses consistent
    
    * Remove returnAll and limit from subreddit:get
    
    * Flatten user:get response for about
    
    * Rename comment target property
    
    * Remove best property from post:getAll
    
    * Enrich subreddit search by keyword operation
    
    * Remove unneeded scopes
    
    * Add endpoint documentation
    
    * Add scaffolding for post comment
    
    * Add all operations for postComment resource
    
    * Add all operations for post resource
    
    * Refactor subreddit:getAll
    
    * Fix postComment:getAll
    
    * Flatten responses for profile:get
    
    * ⚡ Improvements
    
    * Fix response traversal for postComment:add
    
    * Flatten response for postComment:reply
    
    * Fix subreddit:getAll with keyword search
    
    * Fix pagination to enforce limit
    
    * Wrap unauthenticated API call in try-catch block
    
    * Add 404 error for empty array responses
    
    * Revert "Fix pagination to enforce limit"
    
    This reverts commit 72548d9.
    
    * Turn user:get (gilded) into listing
    
    * ⚡ Small improvement
    
    * ⚡ Improve Reddit-Node
    
    Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
    Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
    3 people authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    eb2f14d View commit details
    Browse the repository at this point in the history
  3. ✨ Add message pinning and unpinning to Telegram (#1398)

    * Implement chat message pinning and unpinning
    
    * ⚡ Add svg logo
    
    Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
    ivov and RicardoE105 authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    049bf6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7226b50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fa2fb5 View commit details
    Browse the repository at this point in the history
  6. ⚡ Remove not needed file

    janober committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    6ffab98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39ef004 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1ad897 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. ✨ Add Tapfiliate Node (#1399)

    * ✨ Tapfiliate Node
    
    * ⚡ Improvements
    
    * ⚡ Minor improvements to Tapfiliate Node
    
    Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
    RicardoE105 and janober authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    f370569 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10ddceb View commit details
    Browse the repository at this point in the history
  3. ✨ Add s and u flag support for regex (#1397)

    * add s flag support for regex
    
    * add u flag (its supported since nodejs 6.4.0)
    lublak authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    0398ec7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e119ef7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c8a65e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c26d752 View commit details
    Browse the repository at this point in the history
  7. 🔖 Release n8n@0.106.0

    janober committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    2c2c4b4 View commit details
    Browse the repository at this point in the history
Loading