Commit Graph

266 Commits

Author SHA1 Message Date
Ali BARIN
d38b585c76 feat(api): GET /users responds with active and non-deleted users only 2025-05-05 17:07:11 +00:00
Ali BARIN
66c887d8e1 refactor(api): move create-flow endpoint to /flows 2025-05-05 16:01:48 +00:00
Ali BARIN
c851125ee4 test(api): cover user filter in get flows endpoint 2025-04-27 12:30:41 +00:00
Ali BARIN
bdca75590f feat(api): add create user invitation endpoint 2025-04-25 16:39:38 +00:00
Ali BARIN
3d2c578094 feat(api): add delete user invitation endpoint 2025-04-25 16:08:55 +00:00
Ali BARIN
4b7bd6390b feat(api): add get user invitations endpoint 2025-04-25 15:04:21 +00:00
Ali BARIN
6013dcc8e0 feat(api): add get flows endpoint 2025-04-25 14:22:32 +00:00
Ali BARIN
279d9ca859 feat(api): add delete user endpoint 2025-04-25 12:44:05 +00:00
Ali BARIN
e7a8023f1d feat(api): add get user endpoint 2025-04-25 12:37:58 +00:00
Ali BARIN
2ed372c9f1 feat(api): add get users endpoint 2025-04-25 12:28:02 +00:00
Ali BARIN
fdded19c30 feat(api): add create template endpoint 2025-04-25 11:35:37 +00:00
Ali BARIN
eac51c1894 feat(api): add delete template endpoint 2025-04-25 10:07:41 +00:00
Ali BARIN
aae4511013 feat(api): add get template endpoint 2025-04-25 09:58:52 +00:00
Ali BARIN
fcb160e61a feat(api): get templates endpoint 2025-04-25 09:43:50 +00:00
Ali BARIN
79009fc31f feat(api): add update flow status endpoint 2025-04-25 08:53:04 +00:00
Ali BARIN
13f29554a9 feat(api): add delete flow endpoint 2025-04-25 08:31:36 +00:00
Ali BARIN
bd0732347d feat(api): add create flow endpoint for users 2025-04-24 23:06:49 +00:00
Ali BARIN
fecf434c28 feat(api): add get flow endpoint 2025-04-24 22:47:45 +00:00
Ali BARIN
83b72b9283 feat(api): add get execution endpoint 2025-04-24 15:45:32 +00:00
Ali BARIN
6ecb05db3e feat(api): add get executions endpoint 2025-04-24 15:06:11 +00:00
Ali BARIN
b453377fb9 feat(api): add delete folder endpoint 2025-04-24 13:15:40 +00:00
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
0ea28d70ad feat(api): add get-apps endpoint 2025-04-23 12:10:48 +00:00
Faruk AYDIN
cddfbad68a refactor: Use internal namespace for the existing API 2025-04-23 11:40:39 +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
Faruk AYDIN
83d4f5e2e7 feat: Implement listing API tokens API endpoint 2025-04-09 12:04:23 +02:00
Faruk AYDIN
540525d6fb feat: Implement create API Token endpoint 2025-04-09 11:50:10 +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
Faruk AYDIN
6068b6c746 feat: Implement time based filters for executions API endpoint 2025-03-28 16:16:16 +01: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
d1d8cc9e4b chore: Remove old pagination helper for GraphQL 2025-03-20 15:37:08 +01:00
Faruk AYDIN
9a0aef9d9b feat: Use status directly from executions 2025-03-19 17:09:36 +01:00
Faruk AYDIN
d8d89032ae feat: Implement onlyOwnedFlows filter to get flows API endpoint 2025-03-14 16:37:14 +01:00
Ali BARIN
839fda8880 feat(web): introduce templates 2025-03-13 16:18:03 +00:00
Faruk AYDIN
e13dfe220d fix: Specify uncategorized flows by using not-owned folders 2025-03-12 15:45:59 +01:00
Faruk AYDIN
080dd5202e feat: Implement admin template show API endpoint 2025-03-11 13:22:58 +01:00
Faruk AYDIN
9ebba9427b feat: Implement create flow from template id 2025-03-10 16:35:30 +01:00
Faruk AYDIN
ac1f644071 feat: Implement createEmptyFlow method for user model 2025-03-10 16:35:30 +01:00
Faruk AYDIN
75a7a068f3 refactor: Use import flow as static flow model method 2025-03-10 16:35:30 +01:00
Faruk AYDIN
c4a94ed902 refactor: Do not pass response object to throw validation error 2025-03-10 16:35:30 +01:00
Ali BARIN
be8a967ab1 refactor(config): rename and re-type footer columns 2025-03-10 12:06:13 +00:00