Faruk AYDIN
567299d62a
feat: Implement folder removal API endpoint
2025-01-29 12:24:53 +01:00
Faruk AYDIN
ac74936ee5
feat: Implement update folder API endpoint
2025-01-28 11:49:15 +01:00
Faruk AYDIN
0ca12d5a7c
feat: Implement create folder API endpoint
2025-01-27 15:16:16 +01:00
Faruk AYDIN
ede745495d
fix: Do not create oauth clients for non-supported apps
2025-01-22 17:37:59 +01:00
Ali BARIN
8942460c79
fix(connections/get-flows): respond with distinct flows
2025-01-21 12:45:47 +00:00
Ali BARIN
c8e04f058d
fix(apps/get-flows): respond with distinct flows
2025-01-21 12:12:54 +00:00
Faruk AYDIN
109f628921
chore: Add step validation to import step API endpoint
2025-01-20 14:54:44 +01:00
Faruk AYDIN
28a74f0cb2
feat: Implement import flow API endpoint
2025-01-17 13:15:54 +01:00
Ali BARIN
3498861d18
fix(dynamic-data): make requiring connection optional in step
2025-01-16 22:02:20 +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
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
Faruk AYDIN
d1de47788a
feat: Expose supportsOauthClients info for apps
2024-12-16 16:13:34 +01:00
Faruk AYDIN
39cba6bc74
test: Fix tests for create dynamic data and fields endpoints
2024-12-11 12:45:50 +01:00
Faruk AYDIN
9558e66abf
test: Fix tests for get apps connection
2024-12-11 12:27:15 +01:00
Faruk AYDIN
3346c14255
refactor: Remove redundant test case after removing transaction
2024-11-28 15:30:32 +03:00
Ali BARIN
ee397441ed
refactor: update RoleMapping references
2024-11-25 15:13:14 +00:00
Faruk AYDIN
48871c82a6
Update version to 0.14.0
2024-11-18 15:43:23 +00:00
Faruk AYDIN
c641e8729b
refactor: Rename createActionStepAfterStepId as createAfterStep for flow
2024-11-01 14:24:07 +01:00
Ali BARIN
d32820ee09
refactor(flow): distribute createActionStep logic to different methods in model
2024-10-31 10:19:26 +01:00
Ali BARIN
fbf898be64
test(flow): write model tests
2024-10-30 14:39:06 +01:00
Ali BARIN
bc195ed452
test(role): write model tests
2024-10-28 13:50:32 +00:00
Faruk AYDIN
2e5b44c424
refactor: Use toStrictEqual instead of toEqual for tests
2024-10-25 12:33:39 +02:00
Faruk AYDIN
de72e62470
fix: Pass app config key to fix associations
2024-10-24 16:59:17 +02:00
Ali BARIN
0bbe362660
refactor(app-config): rename allow_custom_connection as custom_connection_allowed
2024-10-24 16:59:17 +02:00
Ali BARIN
7caa055e00
test(connection): write model tests
2024-10-21 10:27:43 +02:00
Ali BARIN
dd4f658d14
test: cover static config in config controller test
2024-10-08 14:41:02 +00:00
Ali BARIN
138a34d6a4
feat(config): incorporate static config as virtual attributes
2024-10-08 14:19:17 +00:00
Ali BARIN
c732fe16b3
refactor(update-config): introduce updateFirstOrInsert via query builder
2024-10-08 13:18:42 +00:00
Ali BARIN
e7d1f26034
feat(serializers): add config serializer
2024-10-08 13:18:42 +00:00
Ali BARIN
0268521aaa
test(config): fix typo in palette primary light
2024-10-08 13:18:42 +00:00
Ali BARIN
8a17c5eaab
feat(config): make data structure horizontal
2024-10-08 13:18:42 +00:00
Ali BARIN
b1f2727beb
test(create-dynamic-data): use 422 for error response
2024-09-30 08:25:56 +00:00
Ali BARIN
9299948072
feat: add admin user serializer with accept invitation url
2024-09-19 13:49:12 +03:00
Ali BARIN
8134b6db6a
refactor(update-step): move connection authorization to model
2024-09-19 13:31:33 +03:00
Ali BARIN
5f7d1f9219
feat: write REST API endpoint to update step
2024-09-19 13:30:45 +03:00
Faruk AYDIN
1790ef0ee6
feat: Implement update flow status rest API endpoint
2024-09-17 16:07:12 +03:00
Faruk AYDIN
bf6ff6b0f7
refactor: Revise duplicate flow controller tests
2024-09-17 13:18:48 +03:00
Ali BARIN
0d126a8e2b
feat: write REST API endpoint to duplicate flow
2024-09-17 12:49:13 +03:00
Faruk AYDIN
89aa7ffc73
feat: Implement rest API endpoint for admins to create user
2024-09-17 11:41:18 +03:00
Faruk AYDIN
34aadbfb09
feat: Implement rest API endpoint to update connection
2024-09-16 12:55:39 +03:00
Faruk AYDIN
b0abf94191
refactor: Move reset logic to connection model
2024-09-15 01:03:17 +03:00
Faruk AYDIN
bab25c51d9
feat: Implement rest API endpoint to delete flow
2024-09-14 21:54:10 +03:00
Ali BARIN
ace1f84094
feat: write REST API endpoint to generate auth url
2024-09-12 13:57:25 +03:00
Faruk AYDIN
e0d6f0d653
refactor: Fetch role and permissions for current user in create connection tests
2024-09-12 13:41:16 +03:00
Faruk AYDIN
a4d3b387d0
refactor: Add extra empty line for create connection test block
2024-09-12 13:35:00 +03:00