Ilango
d706ca389f
Detect host from list of allowed urls even if they have http/https
2024-03-05 17:23:49 +05:30
Ilango
d0ddf018c7
Update access denied error message
2024-02-28 18:45:34 +05:30
Ilango
d5b8dcd5b5
Merge branch 'main' of github.com:0xi4o/Flowise into feature/allowed-domains
2024-02-28 18:36:55 +05:30
Henry
c4b9de2ddc
🥳 flowise@1.6.0
2024-02-28 02:29:47 +08:00
Henry
0244216720
🥳 flowise-ui@1.6.0
2024-02-28 02:29:03 +08:00
Henry
78e53ed976
🥳 flowise-components@1.6.2
2024-02-28 01:06:09 +08:00
Ilango
c76fe7ebee
Fix merge conflicts
2024-02-27 16:00:54 +05:30
Ilango
f477c74e0e
Fix allowed origins not working when they're all removed
2024-02-27 15:51:23 +05:30
Ilango
bdb93f755d
Merge pull request #1821 from 0xi4o/bug/web-scrapper-ui
...
Fix: Error Handling in Web Scraper
2024-02-27 13:55:21 +05:30
Ilango
930bdd5c51
Fix how allowed domains are checked - origin not host
2024-02-27 12:54:01 +05:30
Ilango
7d76c127f1
Update how allowed origins are saved in chatbot config
2024-02-27 11:47:58 +05:30
Ilango
c07e908fef
Update condition for checking allowed origins
2024-02-27 11:46:41 +05:30
Ilango
07ce50cbab
Add a button to clear all the links
2024-02-27 10:32:59 +05:30
Ilango
c123b5f83a
Prevent server from crashing when link is empty or invalid
2024-02-27 10:32:29 +05:30
Henry Heng
2d9bf585f3
Merge pull request #1800 from mokeyish/patch-2
...
Allow default variable values when testing CustomFunction
2024-02-27 12:37:06 +08:00
Ilango
ce16fd94f9
Add logging to allowed domains checks
2024-02-27 09:44:31 +05:30
Henry Heng
a134ea85eb
Merge pull request #1419 from vinodkiran/FEATURE/Vision
...
FEATURE: Add Multi Modal Capabilities to Flowise
2024-02-27 11:58:47 +08:00
chungyau97
92bdf1cc51
Merge branch 'main' into bugfix/webscrape-relative-links
2024-02-27 11:13:40 +08:00
Henry Heng
89307b13c9
Merge pull request #1760 from getzep/zep-cloud-setup
...
Zep cloud setup
2024-02-26 23:26:17 +08:00
Henry
68ac61c95f
fix speech to dialog state
2024-02-26 19:14:13 +08:00
Henry Heng
bca7e82bf8
Merge branch 'main' into FEATURE/Vision
2024-02-26 15:59:51 +08:00
YISH
f1c704cfd1
Feature: OverrideConfig allows partial override
2024-02-26 14:01:24 +08:00
paulpaliychuk
6819d5f66b
chore: Revert node names changes + update new node names to correct format
2024-02-24 13:47:53 -05:00
Henry Heng
2290ba9cc0
Merge pull request #1786 from Jaredude/bug/nodespool-file-map-error-handling
...
handles scenario where NodesPool require call fails
2024-02-24 17:12:21 +08:00
Henry
b884e93ba2
fix speech to text dialog credential, fix url changed when clicked settings menu item
2024-02-24 15:39:07 +08:00
Henry
46c32693ad
update langsmith version
2024-02-24 02:25:07 +08:00
Ilango
e55975ec7f
Revert useEffect in async dropdown and input components
2024-02-23 18:40:58 +05:30
Ilango
7e84268f0d
Add content-disposition package for handling content disposition response header
2024-02-23 15:59:56 +05:30
YISH
d8af5effe9
Allow default variable values when testing CustomFunction
...
```js
const question = $question ?? 'my default question'
```
2024-02-23 15:52:26 +08:00
Vinod Paidimarry
39f6991b0f
Merge pull request #1799 from vinodkiran/BUGFIX/dashboard-view-toggle
...
Bugfix: View Toggle loses state when button is clicked twice.
2024-02-22 20:17:11 -08:00
vinodkiran
f690943316
Bugfix: lint fixes (no-console)
2024-02-23 07:19:26 +05:30
vinodkiran
0a5195d1ab
Bugfix: View Toggle loses state when button is clicked twice.
2024-02-23 07:07:46 +05:30
paulpaliychuk
7728178253
fix: Linter errors
2024-02-22 09:43:57 -08:00
Henry
2f4134a291
upstash singleton
2024-02-22 23:09:58 +08:00
Henry
e86550a91a
update marketplace templates
2024-02-22 13:44:04 +08:00
Jaredude
23f7e7802f
handles scenario where NodesPool require call fails
...
Currently, the following file results in an error: Flowise/packages/components/dist/nodes/documentloaders/Subtitles/Subtitles.js:3:15
The result is that initializeNodes fails on all nodes, and all other code in initDatabase fails to load
2024-02-21 21:19:38 -06:00
Henry
35d3b933ed
Merge branch 'main' into feature/Vision
2024-02-22 02:20:46 +08:00
Henry
4071fe58be
add default none option
2024-02-21 19:05:23 +08:00
Henry
a48edcd3a8
touchup fixes
2024-02-21 18:39:24 +08:00
Henry
d17280255b
Merge branch 'main' into feature/Vision
2024-02-21 16:57:39 +08:00
Ong Chung Yau
c31b1c356f
Merge pull request #1771 from FlowiseAI/feature/OpenAI
...
update cahtopenai version
2024-02-21 16:30:08 +08:00
Henry
b12d0d6996
🥳 flowise@1.5.1 release
2024-02-21 12:09:49 +08:00
Henry
0432dc9005
🥳 flowise-ui@1.5.1 release
2024-02-21 12:09:21 +08:00
Henry
18b6c0f127
🥳 flowise-components@1.6.1 release
2024-02-21 12:08:26 +08:00
chungyau97
73f1132544
update cahtopenai version
2024-02-21 11:46:26 +08:00
vinodkiran
4cee518cbf
image uploads for mrkl agent
2024-02-20 13:48:02 -08:00
vinodkiran
0bc85593d5
Merge branch 'main' into FEATURE/Vision
...
# Conflicts:
# packages/components/nodes/agents/MRKLAgentChat/MRKLAgentChat.ts
2024-02-20 13:26:22 -08:00
vinodkiran
51c2a93a02
Merge remote-tracking branch 'origin/FEATURE/Vision' into FEATURE/Vision
2024-02-20 13:24:30 -08:00
Ilango
97a376d6e2
Fix local state sync issue, STT auth issue, and add none option for speech to text
2024-02-20 23:29:14 +05:30
Ilango
dd0862b6e1
Update dialog title and description
2024-02-20 17:00:45 +05:30