Commit Graph

3084 Commits

Author SHA1 Message Date
Faruk AYDIN
c7072a29bb refactor: Worker structure to work with jobs 2024-12-20 12:47:14 +01:00
Faruk AYDIN
bc6314ac7e refactor: Extract background jobs to separate files 2024-12-20 12:47:14 +01:00
Ömer Faruk Aydın
85397c3802 Merge pull request #2255 from automatisch/rename-app-auth-clients
refactor: Rename AppAuthClient model as OAuthClient
2024-12-20 12:46:37 +01:00
kasia.oczkowska
ebc21e90ac refactor: remove redundant errors setting in SignUpForm 2024-12-20 10:02:04 +00:00
Jakub P.
d675fd6e69 test: adapt tests to OAuth client rename 2024-12-19 20:19:28 +01:00
Ali BARIN
8d5287d51e refactor(web): use oauth client instead of app auth client 2024-12-19 14:53:47 +00:00
kasia.oczkowska
d320e8eec6 feat: disable inputs when data is loading 2024-12-19 12:21:22 +00:00
Faruk AYDIN
8c4b67e147 refactor: Rename AppAuthClient model as OAuthClient 2024-12-18 17:42:04 +01:00
Ali BARIN
ce4e4b4885 refactor(Form): centralize error management 2024-12-17 17:32:31 +00:00
Jakub P.
a8ed13da33 test: adapt apps tests to new logic 2024-12-17 14:27:10 +00:00
Ali BARIN
c78646ed8e feat(connections): iterate add button availability 2024-12-17 14:27:10 +00: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
00e80f1fba feat(AdminApplication): remove connections tab 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
Faruk AYDIN
d1de47788a feat: Expose supportsOauthClients info for apps 2024-12-16 16:13:34 +01:00
Jakub P.
bab87e9e67 chore: add missing dependency for knex method in e2e-tests knexfile 2024-12-12 20:23:16 +01:00
Jakub P.
7d793ce2a2 test: fix application connections check assertions 2024-12-12 20:07:35 +01:00
Faruk AYDIN
e41a331ad7 refactor: Abstract queue generation and configuration 2024-12-12 14:51:13 +01:00
Jakub P.
a82dff5c79 test: use alert selector on role and user delete error 2024-12-12 10:57:20 +00:00
kasia.oczkowska
112baad65f feat: introduce inline error messages when deleting role or user 2024-12-12 10:57:20 +00:00
Jakub P.
3de18ab46f test: use updated selector for create admin button in installation form 2024-12-12 10:50:58 +00:00
kasia.oczkowska
54f509ee38 feat: introduce inline error messages for InstallationForm and SignUpForm 2024-12-12 10:50:58 +00:00
Faruk AYDIN
770b07179f refactor: Workers and queues and eliminate redundant process listeners 2024-12-11 12:53:24 +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
Jakub P.
f83deac469 test: improve tests execution time 2024-12-06 09:17:21 +01: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
3346c14255 refactor: Remove redundant test case after removing transaction 2024-11-28 15:30:32 +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
Ömer Faruk Aydın
2361cb521e Merge pull request #2224 from automatisch/test-coverage
chore: add test coverage
2024-11-25 14:49:46 +03: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
Ali BARIN
4ffdf98e16 test(user): write tests for ability and can 2024-11-25 14:17:44 +03:00
Ali BARIN
db8b98ca16 test(user): write tests for registerUser 2024-11-25 12:56:17 +03:00
Ali BARIN
8ca4bc5a33 test(user): write test for createAdmin 2024-11-25 12:43:45 +03:00
Ali BARIN
db718d6fc3 test(user): write tests for getInvoices 2024-11-25 12:32:07 +03:00
Ali BARIN
ef14586412 test(user): write tests for getPlanAndUsage 2024-11-25 12:19:40 +03:00
Ali BARIN
09335fcd79 chore: add test coverage 2024-11-25 09:01:05 +00:00
Ali BARIN
a570b8eb7a test(user): write tests for withinLimits 2024-11-22 15:31:19 +03:00
Ali BARIN
54fa347142 test(user): write tests for hasActiveSubscription 2024-11-22 15:21:10 +03:00