Jakub P.
10bc5fc3ff
fix: add gmail to backend snapshot test
2025-02-07 10:45:50 +01:00
Faruk AYDIN
434029ccb8
feat: Implement folder filters for get flows API endpoint
2025-02-05 19:08:49 +01:00
Ali BARIN
3a7c5f24b0
Merge pull request #1855 from automatisch/AUT-962
...
feat(monday): add monday integration
2025-02-05 17:59:59 +01:00
Jakub P.
c05f61c7ce
fix: add monday to backend apps snapshot
2025-02-04 23:38:13 +01:00
Faruk AYDIN
15d02e3b7f
feat: Implement update flow folder API endpoint
2025-02-04 14:17:03 +01:00
Faruk AYDIN
172eab410b
feat: Add folderId column to the flow model
2025-02-03 19:44:26 +01:00
Ali BARIN
ae44573e11
test(user): fix user trial period
2025-02-03 19:39:52 +01:00
Ali BARIN
0d3a3719e7
Merge pull request #2313 from automatisch/brave-search
2025-02-01 11:24:59 +01:00
Ali BARIN
a0651972ab
Merge pull request #2324 from automatisch/fix-user-trial-test
...
test(user): fix date for past trial
2025-01-30 15:10:50 +01:00
Ali BARIN
c20f4d3a7b
test(user): fix date for past trial
2025-01-30 11:58:37 +00:00
Faruk AYDIN
0ca12d5a7c
feat: Implement create folder API endpoint
2025-01-27 15:16:16 +01:00
Ali BARIN
b01d389d79
feat(brave-search): add app with web search action
2025-01-27 12:21:11 +00:00
Ali BARIN
ba82ba2632
feat(openrouter): add app with create chat completion action
2025-01-24 12:16:37 +00:00
Ali BARIN
2163b0864d
Merge pull request #2303 from automatisch/mistral-ai-integration
...
feat(mistral-ai): add app with create chat completion action
2025-01-24 13:14:39 +01:00
Ali BARIN
25b076ba6c
Merge pull request #2302 from automatisch/together-ai-integration
...
feat(together-ai): add app with create completion and create chat completion actions
2025-01-24 13:14:29 +01:00
Ali BARIN
bb48ee730f
Merge pull request #2301 from automatisch/perplexity-integration
...
feat(perplexity): add perplexity app with send chat prompt action
2025-01-24 13:14:20 +01:00
Ali BARIN
37c57bc49e
Merge pull request #2299 from automatisch/anthropic-ai-integration
...
feat(anthropic): add anthropic app with send message action
2025-01-24 13:14:07 +01:00
Faruk AYDIN
b76f7c0721
feat: Create folder model
2025-01-24 12:10:11 +01:00
Ali BARIN
adacdced8a
feat(perplexity): add perplexity app with send chat prompt action
2025-01-23 10:31:06 +00:00
Ali BARIN
8bdb1481ac
feat(anthropic): add anthropic app with send message action
2025-01-23 10:30:13 +00:00
Faruk AYDIN
ede745495d
fix: Do not create oauth clients for non-supported apps
2025-01-22 17:37:59 +01:00
Ali BARIN
18a92d9a4e
feat(mistral-ai): add app with create chat completion action
2025-01-22 15:55:51 +00:00
Ali BARIN
bb204781e0
feat(together-ai): add app with create completion and create chat completion actions
2025-01-22 15:16:49 +00:00
Faruk AYDIN
57137fe904
test: Add tests for updateWebhookUrl method of step
2025-01-21 13:10:18 +01:00
Ali BARIN
5de6d347e7
test(virtualq): update app list snapshot
2025-01-17 11:50:51 +01:00
Ali BARIN
0056940fa2
feat(trigger): add workSynchronously flag
2025-01-16 22:02:20 +01:00
Krzysztof DK
79b0d083e6
feat: add freescout app with new event trigger ( #2287 )
...
* added FreeScout plugin
* docs: add freescout in sidebar
* docs(freescout): add missing app icon
* refactor(freescout): rename filter as eventType
---------
Co-authored-by: Ali BARIN <ali.barin53@gmail.com >
2025-01-16 17:28:53 +01:00
Faruk AYDIN
0abbb999e8
test: Add computeWebhookPath method test for step model
2025-01-15 16:46:19 +01:00
Ömer Faruk Aydın
7c712d7814
Merge pull request #2267 from automatisch/export-flow
...
feat: Implement initial logic of exporting flow
2025-01-13 18:06:55 +01:00
Ali BARIN
e4b31c7f52
refactor(webhook): remove singleton webhook logic
2025-01-13 16:11:29 +00:00
Faruk AYDIN
f15d1ac7b1
refactor: Only return JSON for flow export
2025-01-13 12:14:16 +01:00
Faruk AYDIN
c180b98460
feat: Complete export flow rest API endpoint
2025-01-10 17:22:00 +03:00
Faruk AYDIN
bc87e18d3f
feat: Add name column to Step model
2025-01-06 16:42:00 +03:00
Faruk AYDIN
8c4b67e147
refactor: Rename AppAuthClient model as OAuthClient
2024-12-18 17:42:04 +01:00
Ali BARIN
bccd56f994
test(user): expect sorted connections in authorizedConnections
2024-12-17 14:26:55 +00:00
Ali BARIN
a1c1287548
test(AppAuthClient): remove unused AppConfig import statement
2024-12-17 14:26:55 +00:00
Ali BARIN
a57134a89c
feat(AppConfig): iterate how apps are managed
...
- auth clients are always shared, cannot be disabled
- custom connections are enabled by default, can be disabled
- any existing connections can be reconnected regardless of its AppConfig or AppAuthClient states
2024-12-17 14:26:55 +00:00
Ali BARIN
cf7e2e0880
refactor(app-config): remove obsolete properties
2024-12-17 14:26:55 +00:00
Ali BARIN
613f744dd6
feat(app-config): add useOnlyPredefinedAuthClients property
2024-12-17 14:26:55 +00:00
Ali BARIN
26b095b835
test(user): use relative future dates
2024-12-05 11:46:38 +00:00
Ömer Faruk Aydın
feba2a32f9
Merge pull request #2235 from automatisch/rearrange-user-tests
...
refactor: Reorder user model tests
2024-11-28 15:57:10 +03:00
Faruk AYDIN
221b19586e
refactor: Reorder user model tests
2024-11-28 15:39:12 +03:00
Faruk AYDIN
6e97e023c9
test: Add tests for updateRoleMappings method for saml auth provider
2024-11-27 17:19:24 +03:00
Faruk AYDIN
b26e2ecf2e
test: Add tests for terminateRemoteSession method
2024-11-27 17:04:37 +03:00
Faruk AYDIN
d896238f23
test: Implement generateLogoutRequestBody test for saml auth provider model
2024-11-27 16:59:49 +03:00
Faruk AYDIN
d2c8f5a75c
test: Add test for config method of saml auth providers
2024-11-27 16:47:50 +03:00
Ali BARIN
ee397441ed
refactor: update RoleMapping references
2024-11-25 15:13:14 +00:00
Ali BARIN
ba82d986c1
chore(migrations): rename saml_auth_providers_role_mappings table as role_mappings
2024-11-25 15:03:26 +00:00
Ali BARIN
6c60b1c263
test(user): write tests for $afterInsert and $afterFind
2024-11-25 14:45:18 +03:00
Ali BARIN
807faa3c93
test(user): write tests for $beforeInsert and $beforeUpdate
2024-11-25 14:38:32 +03:00