Commit Graph

23 Commits

Author SHA1 Message Date
3d694ad5ae Merge branch 'develop' into feature/delete-portal
# Conflicts:
#	common/ASC.Webhooks.Core/EF/Model/WebhooksLog.cs
#	web/ASC.Web.Studio/GlobalUsings.cs
#	web/ASC.Web.Studio/Startup.cs
2023-06-19 11:46:35 +03:00
1905566b90 refactoring 2023-06-09 14:28:49 +03:00
NikitaVashchuk
d1eeb6263c removed uri size limit for webhook config 2023-05-22 16:10:15 +05:00
63b0370a07 Webhooks: fixed query 2023-05-16 11:51:02 +03:00
82c38be053 update migration 2023-04-26 15:23:55 +03:00
ca9662e45b fix 2023-04-25 13:19:48 +03:00
146fc43d8a add "AddDbTenant" and foreignkeys 2023-04-25 00:27:54 +03:00
4a1e1a88e7 add dbTenant in models and rename "tenant" to "tenantid" 2023-04-25 00:17:29 +03:00
NikitaVashchuk
3fc877a422 GetJournal(HttpGet("webhooks/log"): added group status for webhooks as bit flag; added deliveryFrom, deliveryTo; added search by configId;
GetTenantWebhooks(HttpGet("webhook")): added status for last webhook;
UpdateWebhook([HttpPut("webhook")]): added ssl option;
Updated db migrations
2023-04-06 23:46:23 +05:00
Vashchuk Nikita
e6005f5ab7 added name attribute, modified migrations 2023-03-14 21:27:12 +05:00
0787427bce fix 2023-02-21 15:12:57 +03:00
3269d48e15 added new table 2023-02-21 14:22:34 +03:00
Vashchuk Nikita
cf37c1704d remove name from returned parameters 2023-01-30 21:31:31 +05:00
585a9f8d00 Webhooks: fix 2022-08-18 22:06:51 +03:00
753284b312 Webhook: added name. renamed config_id 2022-08-18 16:41:53 +03:00
d26f045e8e Webhooks: added enabled and delivery columns 2022-08-18 12:03:13 +03:00
4cdce5b713 Webhook: async 2022-08-17 12:18:50 +03:00
6ec79e015e Webhook: splited event in two columns 2022-08-16 17:47:40 +03:00
fe5c8b0b13 fixed tests and tools 2022-07-29 20:23:19 +03:00
dba122eb96 Common, files: added dbcontext pool 2022-07-28 21:00:49 +03:00
61ec4a18da migrations moved to external projects 2022-07-24 16:02:00 +03:00
Vashchuk Nikita
4628769136 fix Contexts,
fix migrations,
removed MailDbContext.cs,
moved ResourceDbContext.cs
2022-07-08 14:24:18 +03:00
Vashchuk Nikita
5a0acc8eaa Renaming folders for contexts and models 2022-07-01 14:23:07 +03:00