Commit Graph
185 Commits
Author SHA1 Message Date
Faruk AYDIN 17bd2bf2ba feat: Implement plan and usage API endpoint 2024-03-15 00:49:15 +01:00
Faruk AYDIN 9a0434be32 feat: Implement get step connection API endpoint 2024-03-13 19:51:36 +01:00
Ali BARIN 7484bf7403 feat(webhook/catch-raw-webhook): add sync support 2024-03-11 13:54:00 +01:00
Faruk AYDIN 6236ee8f6d feat: Add authorizedExecutions to user model 2024-03-03 18:51:50 +01:00
Faruk AYDIN e28c757352 feat: Add find action substeps method to App model 2024-03-02 16:24:20 +01:00
Faruk AYDIN 48141eb199 feat: Add find actions by key method to App model 2024-03-02 16:09:57 +01:00
Faruk AYDIN cea9ed056b feat: Implement get trigger substeps API endpoint 2024-03-01 16:35:46 +01:00
Faruk AYDIN a32bf5539e feat: Add find triggers by key method to App model 2024-03-01 15:02:56 +01:00
Faruk AYDIN 63c9442126 feat: Add find by auth method to App model 2024-02-28 16:16:13 +01:00
Faruk AYDIN 047034d831 fix: Remove min length validation from value of datastore 2024-02-27 19:05:27 +01:00
Faruk AYDIN bdb2f24a81 feat: Implement datastore built-in app 2024-02-27 19:01:46 +01:00
Faruk AYDIN b93b465f09 feat: Implement get flow API endpoint 2024-02-26 00:52:02 +01:00
Faruk AYDIN 3adf549915 feat: Extract get invoices logic to user model 2024-02-25 01:30:29 +01:00
Faruk AYDIN 6ff29b9ae6 refactor: Use serializer for user model instead of formatJson 2024-02-15 02:19:24 +01:00
Faruk AYDIN 9f0e0ca656 feat: Implement users/me API endpoint 2024-02-13 02:06:24 +01:00
Faruk AYDIN b2f8634008 chore: Use ES modules for backend app 2024-01-05 19:08:04 +01:00
Faruk AYDIN b95478b635 chore: Use imports as ES modules 2024-01-04 22:24:42 +01:00
Faruk AYDIN 8819ddefa7 feat: Convert model files to JS 2024-01-04 19:27:13 +01:00
Faruk AYDIN ab6e49bf4f fix: Guard lowercase email for delete user operation 2023-10-25 01:00:43 +02:00
Faruk AYDIN 8b0a421924 fix: Lowercase user email before insert and update 2023-10-13 11:44:52 +02:00
Faruk AYDIN e06b7ab87a chore(web): Remove API url env variable 2023-08-28 14:37:10 +02:00
Ali BARIN 3b54b29a99 feat: introduce app configs with shared auth clients (#1213) 2023-08-16 15:46:43 +02:00
Ali BARIN 25983e046c chore: move config behind checks (#1211) 2023-08-11 22:32:13 +02:00
Ömer Faruk Aydın a6a124d2e6 feat: add role mappings for SAML configuration (#1210) 2023-08-11 19:07:39 +02:00
Ali BARIN bafb8b86db feat: create Config model 2023-08-11 08:29:57 +00:00
Ömer Faruk Aydın 84b701747f feat: add license info in getAutomatischInfo query (#1202) 2023-08-10 23:18:10 +02:00
Faruk AYDIN 8101c9f0bc feat: Add createSamlAuthProvider graphQL mutation 2023-08-07 15:02:25 +02:00
Ali BARIN 0deaa03218 feat(auth): add user and role management 2023-08-03 19:39:48 +02:00
Ali BARIN a7104c41a2 feat(sso): introduce authentication with SAML 2023-08-03 19:39:48 +02:00
Ali BARIN 69582ff83d feat: introduce role based access control 2023-08-03 19:39:48 +02:00
Ali BARIN de7a35dfe9 feat: introduce singleton webhook URL 2023-06-22 08:51:43 +00:00
Ali BARIN f2dc2f5530 feat: introduce CustomAutocomplete with variables 2023-06-12 14:06:13 +02:00
Faruk AYDIN 0784a2d4d0 refactor: Use limit to prevent fetching all records 2023-06-06 12:59:33 +02:00
Ali BARIN 80ee974973 chore: remove PaymentPlan model 2023-04-16 14:05:07 +00:00
Ömer Faruk Aydın 48c6a38205 Merge pull request #1057 from automatisch/AUT-98
feat: add subscription cancelled alert
2023-04-13 18:30:52 +02:00
Faruk AYDIN c9536e58cb feat: Cover active but cancelled subscriptions 2023-04-13 18:27:57 +02:00
Ali BARIN 532405048f fix(user): correct withinLimits instance method 2023-04-12 19:40:00 +00:00
Faruk AYDIN 596be24d92 feat: Add cancellation effective date to subscriptions 2023-04-11 22:45:12 +02:00
Faruk AYDIN 51ac37f1de fix: Return isPaused according to isAllowedToRunFlows method 2023-04-11 17:11:38 +02:00
Faruk AYDIN 9cb4607f69 refactor: User permission and limits to run flows 2023-04-11 16:59:59 +02:00
Ali BARIN 77e29050c8 feat(flow): add virtual paused/published/draft status 2023-04-09 16:45:41 +00:00
Ali BARIN d4c542168c feat: add trial status badge in appbar 2023-04-09 09:57:50 +00:00
Faruk AYDIN c8baf9b0d7 feat: Check if user has active subscription or not for execution 2023-04-07 23:09:24 +02:00
Faruk AYDIN c4dc0509c2 feat: Implement getTrialStatus graphQL query 2023-04-07 22:55:18 +02:00
Faruk AYDIN 3bfc428dfe feat: Add inTrial getter method to User model 2023-04-07 22:35:56 +02:00
Ali BARIN 7d47793afb feat: add subscription update and cancel logics 2023-04-06 13:08:49 +00:00
Faruk AYDIN 1cbf96dff1 feat: Implement getInvoices graphQL query 2023-03-26 02:02:36 +03:00
Faruk AYDIN f07d9dd813 feat: Add usage data to getBillingAndUsage graphQL query 2023-03-25 02:16:17 +03:00
Faruk AYDIN b5524b18cf feat: Implement draft version of getBillingAndUsage query 2023-03-25 00:39:49 +03:00
Faruk AYDIN b17e431473 feat: Create subscription model 2023-03-23 18:15:36 +03:00