Commit Graph

2211 Commits

Author SHA1 Message Date
Ali BARIN
b15ad10a55 feat(api): add create folder endpoint for users 2025-04-24 13:00:41 +00:00
Ali BARIN
46570f9388 feat(api): add get folders endpoint for users 2025-04-24 11:36:50 +00:00
Ali BARIN
3b240617c2 feat(api): add get-folders endpoint 2025-04-23 17:28:20 +00:00
Ali BARIN
a04ca8f86c feat(api): add get-app endpoint 2025-04-23 15:54:48 +00:00
Ali BARIN
b27a10c897 Merge pull request #2446 from automatisch/public-api-get-apps
feat(api): add get-apps endpoint
2025-04-23 16:06:59 +02:00
Ali BARIN
f32303154a feat: Implement isOwner flag only for get flow API endpoint 2025-04-23 12:35:32 +00:00
Ali BARIN
0ea28d70ad feat(api): add get-apps endpoint 2025-04-23 12:10:48 +00:00
Faruk AYDIN
7853762355 fix: Update vitest coverage threshold 2025-04-23 11:50:42 +02:00
Ali BARIN
5432322208 fix(helpers/license): remove namespace in URL 2025-04-23 11:40:39 +02:00
Ali BARIN
f94aea6da4 fix: correct paths in imports 2025-04-23 11:40:39 +02:00
Faruk AYDIN
cddfbad68a refactor: Use internal namespace for the existing API 2025-04-23 11:40:39 +02:00
Ali BARIN
318089b2e0 fix(authorization): expect Flow.read to export flow 2025-04-16 12:40:53 +00:00
Faruk AYDIN
eb263a470d feat: Move api token authentication to .ee files 2025-04-16 13:29:40 +02:00
Faruk AYDIN
883736636b feat: Implement authentication for API tokens 2025-04-16 13:13:24 +02:00
Faruk AYDIN
4fb9967fb0 test: Adjust get api tokens endpoint test to new serializer format 2025-04-15 11:40:06 +02:00
Faruk AYDIN
0d6dbffd8e feat: Separate api token serializers and do not show token except creation 2025-04-15 11:33:35 +02:00
Ali BARIN
90acfb7a24 Merge pull request #2422 from automatisch/aut-1515
feat(migrations): introduce manage permissions instead of create, update, delete, publish
2025-04-15 11:15:27 +02:00
Faruk AYDIN
79d6f66c4e feat: Implement api token removal API endpoint 2025-04-11 14:07:26 +02:00
Ali BARIN
69b6c8f00e test(permissions): use manage permission in relevant tests 2025-04-09 14:23:58 +00:00
Ali BARIN
80a54bc444 feat(permission-catalog): re-order actions 2025-04-09 14:02:16 +00:00
Ali BARIN
ee1b910f3c feat(backend): use manage permissions in checks 2025-04-09 14:02:16 +00:00
Ali BARIN
f4c7ca3e7f feat(migrations): introduce manage permissions instead of create, update, delete, publish 2025-04-09 14:02:16 +00:00
Faruk AYDIN
83d4f5e2e7 feat: Implement listing API tokens API endpoint 2025-04-09 12:04:23 +02:00
Faruk AYDIN
6f39be7039 fix: Update api token snapshot for model tests 2025-04-09 11:53:54 +02:00
Faruk AYDIN
1162a52605 fix: Api token serializer test description 2025-04-09 11:51:05 +02:00
Faruk AYDIN
540525d6fb feat: Implement create API Token endpoint 2025-04-09 11:50:10 +02:00
Faruk AYDIN
59510dcb0a feat: Implement token generation logic on api tokens 2025-04-09 11:50:10 +02:00
Faruk AYDIN
add8a44f40 feat: Implement admin api token serializer 2025-04-09 11:50:10 +02:00
Faruk AYDIN
616c1a92bc refactor: Move api token related files to ee 2025-04-09 11:50:10 +02:00
Faruk AYDIN
4bd0025595 refactor: Remove convert migrations as its not needed anymore 2025-04-08 11:37:34 +02:00
Faruk AYDIN
5723dbf31b feat: Implement API Token model 2025-04-07 14:29:23 +02:00
Faruk AYDIN
1ecf1af24b feat: Implement isOwner flag for connections get flows API endpoint 2025-04-01 16:31:20 +02:00
Faruk AYDIN
988d3cbea6 feat: Implement isOwner flag to apps get flows API endpoint 2025-04-01 16:31:20 +02:00
Faruk AYDIN
59b887079a feat: Implement isOwner flag for get flows API endpoint 2025-04-01 12:58:19 +02:00
Ali BARIN
fff0ba4c72 fix(flow-export): update all parameters 2025-03-31 10:26:02 +00:00
Faruk AYDIN
9b5f33058c fix: Do not require start and end date time for execution filters 2025-03-28 16:16:16 +01:00
Faruk AYDIN
f7e81ec687 test: Implement get executions method time filters tests 2025-03-28 16:16:16 +01:00
Faruk AYDIN
6068b6c746 feat: Implement time based filters for executions API endpoint 2025-03-28 16:16:16 +01:00
Ali BARIN
3d060df5bd feat(flows): add flow filters 2025-03-26 23:35:35 +00:00
Faruk AYDIN
9fad4f5876 feat: Implement status filter for executions 2025-03-26 16:07:22 +01:00
Faruk AYDIN
906b8c94e9 feat: Implement name filter for get executions API endpoint 2025-03-26 15:51:44 +01:00
Faruk AYDIN
3fa509674e fix: Filtered flows by only owned with null folder id 2025-03-24 18:03:37 +01:00
Faruk AYDIN
d1d8cc9e4b chore: Remove old pagination helper for GraphQL 2025-03-20 15:37:08 +01:00
Faruk AYDIN
09a51637c4 feat: Add index to executions created_at column 2025-03-19 20:31:13 +01:00
Faruk AYDIN
9a0aef9d9b feat: Use status directly from executions 2025-03-19 17:09:36 +01:00
Faruk AYDIN
417aa3bd30 feat: Update execution status after the creation of execution step 2025-03-19 16:44:24 +01:00
Faruk AYDIN
3585d93ffb feat: Add status column to executions 2025-03-19 16:16:45 +01:00
Faruk AYDIN
d8d89032ae feat: Implement onlyOwnedFlows filter to get flows API endpoint 2025-03-14 16:37:14 +01:00
Faruk AYDIN
60b5d71309 feat: Add status flag to get flows filters 2025-03-14 14:36:52 +01:00
Ali BARIN
839fda8880 feat(web): introduce templates 2025-03-13 16:18:03 +00:00