tcdlpds
49747efa18
Add default perm config
2023-10-13 09:39:44 +05:30
Viranga Gunarathna
d63f2a3f24
mapping permissions with scopes
2023-10-12 15:25:20 +05:30
Inosh Perara
db80546a5a
Merge pull request 'Fix scope attaching issue' ( #247 ) from tcdlpds/device-mgt-core:master into master
...
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/247
2023-10-11 10:16:06 +00:00
tcdlpds
58670028c0
Fix scope attaching issue
2023-10-11 06:54:46 +05:30
8813619929
Merge pull request 'Add scope perm mapping logic' ( #235 ) from tcdlpds/device-mgt-core:master into master
...
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/235
2023-10-08 15:35:35 +00:00
tcdlpds
563077fbfb
Add scope perm mapping logic
2023-10-08 19:36:52 +05:30
616c70face
Merge pull request 'Fix delete groups with Geo Fence references issue' ( #223 ) from ThilinaPremachandra/device-mgt-core:Bug#10236#issue36 into master
...
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/223
2023-10-06 09:53:30 +00:00
77823e2839
Modify get Geofence API to get total count
2023-10-06 08:04:38 +05:30
navodzoysa
f8e3fb90e6
Fix analytics publishing for Windows devices
2023-10-02 23:15:16 +05:30
Viranga Gunarathna
9e0427021e
Duplicate keys for same permission in different files
2023-09-28 20:14:10 +05:30
Viranga Gunarathna
6c8c2efb80
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into scope-fixes
2023-09-28 00:17:27 +05:30
Viranga Gunarathna
48a72e80e9
Modify scope keys
2023-09-27 23:48:16 +05:30
osh
3c658f0afe
Fix ownership issue in device deletion
2023-09-26 17:42:37 +05:30
Inosh Perara
50887c12f9
Merge pull request 'Add device deletion scenario for billing' ( #226 ) from osh.silva/device-mgt-core:billing-delete-9713 into master
...
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/226
2023-09-26 05:02:50 +00:00
Sasini_Sandamali
bb0369cde9
Update addOperation and sql files
2023-09-21 09:53:11 +05:30
0068a26b58
Merge pull request 'Fix added for loading device groups' ( #228 ) from prathabanKavin/device-mgt-core:sqldevicegroupfix into master
...
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/228
2023-09-20 05:55:38 +00:00
fccae9b8c0
Add Devices filtering by a Custom Property feature to API and dao layer ( #208 )
...
## Purpose
* Related ticket https://roadmap.entgra.net/issues/10262
## Description
This modifed API accept any custom property key value pair as a encoded JSON String for filtering devices
/devicescustomProperty=%7B%22FIRMWARE_APP_VERSION%22%3A%22122%22%2C%22FIRMWARE_VERSION%22%3A%22123%22%7D
## Add Custom property to mdm-ui-config.xml
```
<DeviceInfoConfigurations>
<DeviceInfoItem>
<DefinedValue>FIRMWARE_VERSION</DefinedValue>
<DisplayValue>label_firmware_version</DisplayValue>
<Type>deviceDetailsMap</Type>
</DeviceInfoItem>
<DeviceInfoItem>
<DefinedValue>FIRMWARE_APP_VERSION</DefinedValue>
<DisplayValue>label_app_version</DisplayValue>
<Type>deviceDetailsMap</Type>
</DeviceInfoItem>
<DeviceInfoItem>
<DefinedValue>FIRMWARE_SYSTEM_VERSION</DefinedValue>
<DisplayValue>label_firmware_system_version</DisplayValue>
<Type>deviceDetailsMap</Type>
</DeviceInfoItem>
</DeviceInfoConfigurations>
```
DefinedValue = Key_value in DM_DEVECE_INFO table
DisplayValue = UI display text for filtering
Type = Dont change
Co-authored-by: pramilaniroshan <pramila@entgra.io>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/208
Co-authored-by: Pramila Niroshan <pramila@entgra.io>
Co-committed-by: Pramila Niroshan <pramila@entgra.io>
2023-09-15 04:02:34 +00:00
osh
8bc0fa37de
Add cost calculation for carbon super
2023-09-14 14:35:18 +05:30
osh
5371c5268b
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into billing-delete-9713
2023-09-13 14:50:32 +05:30
osh
6fd84dcbef
Comment out cost related code
2023-09-13 14:50:23 +05:30
prathabanKavin
661feadcd5
Fix added for loading device groups
2023-09-12 22:09:31 +05:30
Sasini_Sandamali
4a6e0ce727
Update get Activities to increase the performance
2023-09-12 16:14:54 +05:30
Sasini_Sandamali
26a049473c
Modify View Activities endpoint by including operation id
2023-09-12 16:02:31 +05:30
osh
0abf955fe0
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into billing-delete-9713
2023-09-12 08:32:09 +05:30
osh
5d06485a25
Add device deletion scenario for billing
2023-09-12 08:31:47 +05:30
ThilinaPremachandra
44c7d324de
Fix: delete group with GeoFence references issue
2023-09-07 11:29:10 +05:30
Arshana
9c7fd9027e
Fix the API to check if a device is enrolled
2023-09-05 11:02:57 +05:30
shamalka
dc40351293
Change location publishing logic
2023-08-28 13:43:11 +05:30
builder
7c66f6b693
[maven-release-plugin] prepare for next development iteration
2023-08-28 10:11:49 +05:30
builder
b9f12e49ee
[maven-release-plugin] prepare release v5.0.30
2023-08-28 10:11:44 +05:30
Inosh Perara
28b18941aa
Merge pull request 'Add hierarchical group count API' ( #214 ) from ThilinaPremachandra/device-mgt-core:Bug#10300 into master
...
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/214
2023-08-28 04:11:43 +00:00
ThilinaPremachandra
7b1907cd90
resolve comments
2023-08-28 09:35:00 +05:30
Charitha Goonetilleke
c144507b6c
Merge branch 'master' into master
2023-08-28 03:21:55 +00:00
builder
7c0adfbc89
[maven-release-plugin] prepare for next development iteration
2023-08-24 21:17:36 +05:30
builder
f7c3e129c4
[maven-release-plugin] prepare release v5.0.29
2023-08-24 21:17:31 +05:30
amalka.subasinghe
d4c3af5d12
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core
2023-08-24 16:32:03 +05:30
amalka.subasinghe
21606bc5cd
operation timeout task updated to execute only in elected node
2023-08-24 16:30:24 +05:30
amalka.subasinghe
349fce4e63
improved push notofication task to get allocated operations when heart beat enabled
2023-08-24 16:29:22 +05:30
amalka.subasinghe
cf3d50edf9
added new method getAllocatedOperationMappingsByStatus
2023-08-24 16:28:28 +05:30
nishan
017c70fa08
Fix Certificate test case and delete and search option
2023-08-24 13:28:35 +05:30
ThilinaPremachandra
7a7974eb36
Add: hierarchical group count API
2023-08-24 10:58:46 +05:30
osh
195bb64bea
Resolve comments
2023-08-23 12:42:57 +05:30
osh
4fbcd75a61
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into unmanaged-install-9211
2023-08-22 09:43:51 +05:30
osh
1fed47e8fd
Add app details for UNMANAGED_APP_UNINSTALL
2023-08-21 23:27:58 +05:30
388f34e3b8
Fix try-it meta-info getting issue
2023-08-21 12:44:42 +05:30
shamalka
f286cb2306
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into device-info-config
2023-08-17 01:20:50 +05:30
tcdlpds
f9ae594326
Fix APPs getting issue in APPM DAO
2023-08-16 08:35:45 +05:30
shamalka
67864cb762
Add deviceinfo config beans
2023-08-15 12:48:58 +05:30
osh
81e57ce78f
Retrieve extra details
2023-08-10 13:01:41 +05:30
osh
e2a467bc45
Update activity loading
2023-08-09 15:03:29 +05:30
osh
9fa34a32af
Resolve conflicts
2023-08-09 00:29:30 +05:30
osh
e6ee539239
Add api changes for getting app details of operation
2023-08-09 00:27:33 +05:30
osh
a20c5a723c
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into vpp-v2
2023-08-07 11:41:55 +05:30
Charitha Goonetilleke
462669e3ec
Merge branch 'master' into master
2023-08-02 08:34:57 +00:00
builder
fabd3ebae8
[maven-release-plugin] prepare for next development iteration
2023-07-27 21:09:35 +05:30
builder
02458cc4fe
[maven-release-plugin] prepare release v5.0.28
2023-07-27 21:09:27 +05:30
prathabanKavin
f091d26f9c
Fix issues with retrieving visible roles
2023-07-27 16:39:08 +05:30
prathabanKavin
20906122db
Fix for visible role issue
2023-07-27 15:39:52 +05:30
Amalka Subasinghe
615da6303f
notify cluster formation changed implementation
2023-07-24 11:52:23 +05:30
builder
f19f48d050
[maven-release-plugin] prepare for next development iteration
2023-07-23 21:35:40 +05:30
builder
ff9971ed77
[maven-release-plugin] prepare release v5.0.27
2023-07-23 21:35:33 +05:30
Rajitha Kumara
7c9d3a2108
Fixes for grouping issues ( #186 )
...
Co-authored-by: rajitha <rajitha@entgra.io>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/186
Co-authored-by: Rajitha Kumara <rajitha@entgra.io>
Co-committed-by: Rajitha Kumara <rajitha@entgra.io>
2023-07-23 15:12:37 +00:00
osh
b576f3d9bb
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into vpp-v2
2023-07-17 10:43:21 +05:30
Inosh Perara
2dd3e86f69
Merge pull request 'Grouping Issues' ( #181 ) from ThilinaPremachandra/device-mgt-core:groupingIssues into master
...
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/181
2023-07-15 11:28:14 +00:00
ThilinaPremachandra
6dbad29776
fix: role sharing issues for other users
2023-07-15 16:27:40 +05:30
osh
cd17d06158
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into vpp-v2
2023-07-14 09:46:41 +05:30
Charitha Goonetilleke
6e1e58f2ec
Merge branch 'master' into master
2023-07-13 16:33:56 +00:00
osh
2249520132
Resolve conflicts
2023-07-13 17:46:04 +05:30
Sasini_Sandamali
b9ecb8ce40
Rearrange getOperations by eliminating the necessity of the owner param
2023-07-10 13:18:07 +05:30
Thilina Sandaruwan
38b8c8d7b1
Grouping Improvements ( #169 )
...
Purpose
After deleting a role, delete relevant records from DM_ROLE_GROUP_MAP table
Related tickets: https://roadmap.entgra.net/issues/9528 and https://roadmap.entgra.net/issues/9529
Co-authored-by: ThilinaPremachandra <thilina@entgra.io>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/169
Co-authored-by: Thilina Sandaruwan <thilina@entgra.io>
Co-committed-by: Thilina Sandaruwan <thilina@entgra.io>
2023-07-10 07:46:21 +00:00
ThilinaPremachandra
253dc03233
fix: deleted roles removing issue
2023-07-06 20:38:06 +05:30
ThilinaPremachandra
907043fd91
Merge branch 'master'
2023-07-06 09:56:47 +05:30
ThilinaPremachandra
6c645db486
add: proper msg for group delete
2023-07-05 11:54:12 +05:30
rajitha
5818a5eaed
Fix transaction initiating issue
2023-07-04 18:37:39 +05:30
ThilinaPremachandra
6d012bc614
fix: group assigned role issue
2023-07-03 18:53:34 +05:30
ThilinaPremachandra
aecc106f95
add: super-tenant admin check
2023-07-02 01:23:13 +05:30
ThilinaPremachandra
39f5ee8ca3
fix: sub tenants grouping issue
2023-07-01 21:06:29 +05:30
osh
1263c09079
Add DAOs for asset management
...
fixes https://roadmap.entgra.net/issues/10179
2023-06-30 19:05:59 +05:30
navodzoysa
8d9e3c8f51
Remove reserved_user when fetching users
2023-06-29 00:34:09 +05:30
Nishan Sangeeth
3616245ae6
Improve app visibility restricting functionality
...
Co-authored-by: Nishan Sangeeth <nishan@entgra.io>
Co-committed-by: Nishan Sangeeth <nishan@entgra.io>
2023-06-28 16:00:53 +00:00
e0a1cd3dbb
Merge pull request 'Add api for get visible roles' ( #146 ) from nishan/device-mgt-core:add-visible-role-api into master
...
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/146
2023-06-27 12:50:35 +00:00
Thilina Sandaruwan
498dc7ae34
HierarchicalGrouping ( #153 )
...
Goals
Complete hierarchical grouping task
https://roadmap.entgra.net/issues/9528 and https://roadmap.entgra.net/issues/9529
Approach
Fix the encountered issues
Co-authored-by: ThilinaPremachandra <thilina@entgra.io>
Co-authored-by: Pahansith Gunathilake <pahansith@entgra.io>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/153
Co-authored-by: Thilina Sandaruwan <thilina@entgra.io>
Co-committed-by: Thilina Sandaruwan <thilina@entgra.io>
2023-06-27 08:57:23 +00:00
rajitha
d5270c720c
Update invite link
2023-06-27 13:42:07 +05:30
979d3b48cb
Merge branch 'master' into sync-master
2023-06-27 05:49:13 +00:00
Inosh Perara
da694c3dbe
Merge pull request 'Add device enrolment log for modifyenrolment' ( #148 ) from prathabanKavin/device-mgt-core:enrolmentlogfix into master
...
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/148
2023-06-27 05:32:13 +00:00
763cd7df25
Fix missing imports
2023-06-26 13:43:13 +05:30
92d7f5b61f
Resolve Conflicts
2023-06-26 13:31:39 +05:30
nishan
4a31d80660
add api for get visible roles
2023-06-26 02:12:52 +05:30
Oshani Silva
6109f58c49
Remove unwanted check in billing logic
...
Co-authored-by: Oshani Silva <oshani@entgra.io>
Co-committed-by: Oshani Silva <oshani@entgra.io>
2023-06-25 19:14:59 +00:00
prathabanKavin
389eb05084
Add device enrolment log for modifyenrolment
2023-06-25 20:04:36 +05:30
Inosh Perara
b0dfadbe68
Merge pull request 'iOS user enrollment support' ( #143 ) from inosh/device-mgt-core:ios-user-enrollment into master
...
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/143
2023-06-23 04:51:44 +00:00
660fadc39d
Merge branch 'support-5.0.24' of ssh://repository.entgra.net:222/support/support-carbon-device-mgt into support-5.0.24
2023-06-23 06:25:07 +05:30
navodzoysa
00bd74734a
Remove apim_reserved_user when fetching users
2023-06-22 19:38:33 +05:30
builder
ab2e1297e5
[maven-release-plugin] prepare for next development iteration
2023-06-21 13:48:25 +05:30
builder
6c9d33a16a
[maven-release-plugin] prepare release v5.0.26
2023-06-21 13:48:19 +05:30
Inosh Perara
d17925cf7f
Merge pull request 'HierarchicalGrouping' ( #137 ) from ThilinaPremachandra/device-mgt-core:syncHierarchicalGrouping into master
...
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/137
2023-06-21 05:40:44 +00:00
b18003a1cd
Add OTP based remote session implementation
2023-06-21 06:20:17 +05:30
inoshperera
cb99e4c285
iOS user enrollment support
...
Fixes https://roadmap.entgra.net/issues/10149
2023-06-20 23:37:12 +05:30
rajitha
94408c7ce3
Add otp token
2023-06-20 12:32:44 +05:30
cf2bd5e935
Add custom loggers ( #136 )
...
## Purpose
* Fixes https://roadmap.entgra.net/issues/10117
## Description
* Added custom logs for below cases:
1. Device connectivity events
2. Policy payload change events
3. Device enrollment history events
4. App install events
#### Log structure
**1. Device connectivity logs** - logs for newly added operations and calls for pending operations
Pattern :
{DateTime} {LogLevel} - {ActionTag} {OperationCode} {DeviceId} {DeviceType} {TenantDomain} {TenantId} {UserName} - log_message
```
[2023-06-15 00:12:09,093] INFO - [ADD_OPERATION] [DEVICE_LOCATION] [97] [android] [carbon.super] [-1234] [admin]- Operation added
[2023-06-15 00:12:10,344] INFO - [PENDING_OPERATION] [DEVICE_LOCATION] [675c60a9d31492d6] [android] [carbon.super] [-1234] [admin]- Device Connected
[2023-06-15 00:13:49,755] INFO - [ADD_OPERATION] [DEVICE_LOCK] [97] [android] [carbon.super] [-1234] [admin]- Operation added
[2023-06-15 00:13:56,513] INFO - [ADD_OPERATION] [DEVICE_MUTE] [97] [android] [carbon.super] [-1234] [admin]- Operation added
[2023-06-15 00:14:23,839] INFO - [PENDING_OPERATION] [DEVICE_MUTE]
[2023-06-15 00:15:12,549] INFO - [ADD_OPERATION] [INSTALL_APPLICATION] [97] [android] [carbon.super] [-1234] [admin]- Operation added
[2023-06-15 00:15:29,703] INFO - [PENDING_OPERATION] [INSTALL_APPLICATION] [675c60a9d31492d6] [android] [carbon.super] [-1234] [admin]- Device Connected
```
**2. Policy payload change events** - logs for creating policy, updating policy, deleting policy, change policy priorities and apply changes to device logs
Pattern :
{DateTime} {LogLevel} - {ActionTag} {PolicyName} {TenantDomain} {TenantId} {Payload} {UserName} - log_message
```
[2023-06-15 00:15:53,264] INFO - [UPDATE_POLICY] [passcodeios] [carbon.super] [-1234] [{"policyPayloadVersion":"2.0","id":33,"priorityId":1,"profile":{"profileId":33,"profileName":"passcodeios","tenantId":0,"deviceType":"ios","updatedDate":"Jun 15, 2023 12:15:53 AM","profileFeaturesList":[{"id":33,"featureCode":"PASSCODE_POLICY","profileId":0,"deviceType":"ios","content":"{\"forcePIN\":true,\"allowSimple\":true,\"requireAlphanumeric\":true,\"minLength\":7.0,\"minComplexChars\":4.0,\"pinHistory\":\"\"}","correctiveActions":[]}]},"policyName":"passcodeios","generic":false,"roles":["ANY"],"devices":[],"users":[],"active":false,"updated":false,"description":"test","compliance":"enforce","tenantId":-1234,"profileId":33,"policyType":"GENERAL"}] [admin] - Policy updated
[2023-06-15 00:34:38,980] INFO - [ADD_POLICY] [application management policy] [carbon.super] [-1234] [{"policyPayloadVersion":"2.0","id":65,"priorityId":0,"profile":{"profileId":65,"profileName":"application management policy","tenantId":0,"deviceType":"windows","createdDate":"Jun 15, 2023 12:34:38 AM","updatedDate":"Jun 15, 2023 12:34:38 AM","profileFeaturesList":[{"id":65,"featureCode":"ALLOW_ALL_TRUSTED_APPS","profileId":0,"deviceType":"windows","content":"{\"enabled\":true}","correctiveActions":[]},{"id":73,"featureCode":"RESTRICT_APP_TO_SYSTEM_VOLUME","profileId":0,"deviceType":"windows","content":"{\"enabled\":false}","correctiveActions":[]}]},"policyName":"application management policy","generic":false,"roles":["ANY"],"devices":[],"users":[],"active":false,"updated":false,"description":"test","compliance":"enforce","tenantId":-1234,"profileId":0,"policyType":"GENERAL"}] [admin] - Policy created
[2023-06-15 00:35:05,420] INFO - [DELETE_POLICY] [passcodeios] [carbon.super] [-1234] [{"policyPayloadVersion":"2.0","id":33,"priorityId":1,"profile":{"profileId":33,"profileName":"passcodeios","tenantId":-1234,"deviceType":"ios","createdDate":"Jun 13, 2023 10:24:30 PM","updatedDate":"Jun 15, 2023 12:15:53 AM","profileFeaturesList":[{"id":33,"featureCode":"PASSCODE_POLICY","profileId":33,"deviceType":"ios","content":"{\"forcePIN\":true,\"allowSimple\":true,\"requireAlphanumeric\":true,\"minLength\":7.0,\"minComplexChars\":4.0,\"pinHistory\":\"\"}","correctiveActions":[]}]},"policyName":"passcodeios","generic":false,"roles":["ANY"],"devices":[],"users":[],"active":false,"updated":true,"description":"test","compliance":"enforce","policyCriterias":[],"tenantId":-1234,"profileId":33,"deviceGroups":[],"policyType":"GENERAL"}] [admin] - Policy deleted
[2023-06-15 00:35:12,768] INFO - [UPDATE_POLICY_PRIORITIES] [] [carbon.super] [-1234] [[{"id":65,"priorityId":1,"generic":false,"active":false,"updated":false,"tenantId":0,"profileId":0},{"id":34,"priorityId":2,"generic":false,"active":false,"updated":false,"tenantId":0,"profileId":0}]] [admin] - Policy priorities updated
[2023-06-15 00:35:25,395] INFO - [PUBLISH_CHANGES] [] [carbon.super] [-1234] [] [admin] - Apply changes to device
```
**3. Device enrollment history events** - logs for device enrollment and dis-enrollment
Pattern :
{DateTime} {LogLevel} - {DeviceId} {DeviceType} {Owner} {Ownership} {TenantId} {TenantDomain} {UserName} - log_message
```
[2023-06-15 00:12:09,078] INFO - [97] [android] [admin] [BYOD] [-1234] [carbon.super] [admin] - Device enrolled successfully
[2023-06-15 00:47:36,278] INFO - [97] [android] [admin] [BYOD] [-1234] [carbon.super] [admin] - Device disenrolled successfully
```
**4. App install events** - logs for app installation and uninstallation
Pattern :
{DateTime} {LogLevel} - {AppId} {AppName} {AppType} {SubType} {Action} {Device} {TenantId} {TenantDomain} {UserName} - log_message
```
[2023-06-15 00:15:12,550] INFO - [1] [Calculator] [PUBLIC] [DEVICE] [install] [deviceId {id='675c60a9d31492d6', type='android'}] [-1234] [carbon.super] [admin] - App install triggered
[2023-06-15 00:46:24,454] INFO - [2] [Sololearn] [ENTERPRISE] [DEVICE] [install] [deviceId {id='675c60a9d31492d6', type='android'}] [-1234] [carbon.super] [admin] - App install triggered
[2023-06-15 00:46:40,498] INFO - [3] [Engineering] [WEB_CLIP] [DEVICE] [install] [deviceId {id='675c60a9d31492d6', type='android'}] [-1234] [carbon.super] [admin] - Web app install triggered
```
## Related PRs
* https://repository.entgra.net/proprietary/product-uem/pulls/6
Co-authored-by: prathabanKavin <kavinprathaban025@gmail.com>
Co-authored-by: Pahansith Gunathilake <pahansith@entgra.io>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/136
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
2023-06-16 10:06:30 +00:00
ThilinaPremachandra
647d4fdb78
add rollback
2023-06-16 09:48:52 +05:30
ThilinaPremachandra
3722bfc761
add try with resources
2023-06-16 01:58:42 +05:30
ThilinaPremachandra
e66c3dc6f6
add error log
2023-06-15 14:29:10 +05:30
ThilinaPremachandra
00b107ee99
remove unnecessary variable, change error msg
2023-06-15 11:15:23 +05:30
ThilinaPremachandra
bc2bccac84
remove unnecessary code lines
2023-06-14 18:38:11 +05:30
ThilinaPremachandra
bb50717370
remove unnecessary imports, fixes line issues
2023-06-14 17:45:27 +05:30
ThilinaPremachandra
67c529b0fa
fixes line issues
2023-06-14 17:16:38 +05:30
ThilinaPremachandra
145740fec6
Add hierarchical grouping feature
2023-06-14 16:14:20 +05:30
ThilinaPremachandra
acd3039c65
pom.xml updated by pull
2023-06-09 18:34:52 +05:30
8c7412a2f9
Merge branch 'master' into search-10113
2023-06-09 05:07:31 +00:00
Gimhan-minion
a6a9e82c35
Update debug and error logs
2023-06-07 10:43:32 +05:30
Gimhan-minion
b58b8c931b
Implement DeleteDeviceLocation method for deleting location from a device
2023-06-07 10:43:32 +05:30
Lasantha Dharmakeerthi
cebc3bf5d4
Fix issue with delete geofences with MSSQL db
2023-06-02 05:59:40 +00:00
osh
891e7972c8
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into search-10113
2023-06-01 23:37:13 +05:30
osh
96e3c3f0e0
Fix search by user
...
fixes https://roadmap.entgra.net/issues/10113
2023-06-01 23:37:01 +05:30
prathabanKavin
1fb777264d
Check for logged in tenant id
2023-06-01 22:55:04 +05:30
Sanjana Rajapakshe
c06fd22ecd
Add original app icons into single device app list and application restriction policy app list
...
Co-authored-by: Sanjana Rajapakshe <sanjana@entgra.io>
Co-committed-by: Sanjana Rajapakshe <sanjana@entgra.io>
2023-06-01 16:11:35 +00:00
Oshani Silva
2cf7cf8705
Add policy search functionality to API
...
Co-authored-by: Oshani Silva <oshani@entgra.io>
Co-committed-by: Oshani Silva <oshani@entgra.io>
2023-06-01 03:19:37 +00:00
prathabanKavin
bd5776947d
Fix issue with delete geofences with mssql db
2023-05-31 21:45:31 +05:30
prathabanKavin
79d49a0512
used try with resources
2023-05-31 12:09:53 +05:30
prathabanKavin
d49ab1c7f0
Fix create geofence issue with mssql db
2023-05-30 23:59:39 +05:30
Dharmakeerthi Lasantha
713759f3f7
Update copyright
2023-05-26 23:58:39 +05:30
209f2b66c9
Add tenant based storing and loading SCEP certificates
2023-05-25 11:55:14 +05:30
inoshperera
1aafd53d3e
OTP for enrollment with Mutual TLS
...
Fixes https://roadmap.entgra.net/issues/10093
2023-05-24 16:48:17 +05:30
Lasantha Dharmakeerthi
19ce7d6fac
Add try it now feature ( #99 )
...
Co-authored-by: Dharmakeerthi Lasantha <tcdlpds@gmail.com>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/99
Co-authored-by: Lasantha Dharmakeerthi <lasantha@entgra.io>
Co-committed-by: Lasantha Dharmakeerthi <lasantha@entgra.io>
2023-05-24 16:48:13 +05:30
osh
2b72f4890b
Add by serial number in store
2023-05-23 23:16:55 +05:30
prathabanKavin
402e4e769d
Fix operation log timing incorrectness
2023-05-23 22:44:08 +05:30
osh
7d6cfaa3b1
Add fix for serial number search
...
fixes components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/dao/impl/device/SQLServerDeviceDAOImpl.java
2023-05-23 11:54:48 +05:30
7688aa375d
Fix operation logs not loading with mssql
...
## Purpose
* Fixes https://roadmap.entgra.net/issues/10050
## Description
* Converting BIGINT to timestamp directly is not supported with MSSQL. Timestamp class is used for conversion.
Co-authored-by: prathabanKavin <kavinprathaban025@gmail.com>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/117
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
2023-05-17 05:58:02 +00:00
prathabanKavin
9bf0fa553a
Fix remote session not working with MSSQL
2023-05-17 10:51:01 +05:30
Amalka Subasinghe
0ef880eb3c
fix issues related to uem test failures
2023-05-15 22:50:55 +05:30
Amalka Subasinghe
951dde2a31
fixed build issues after restucturing
2023-05-12 21:51:36 +05:30
Amalka Subasinghe
1229f275f6
fixing issues after component refactoring
2023-05-11 18:59:03 +05:30
Amalka Subasinghe
61f8589113
refactored version variables, oauth extension component
2023-05-11 14:38:47 +05:30
Amalka Subasinghe
0bf534689f
refactiored device mgt components
2023-05-11 13:29:16 +05:30
Amalka Subasinghe
243a74da8c
refactored heart beat, notification logger, identity extensions component
2023-05-11 12:30:03 +05:30
Amalka Subasinghe
75309b8d96
refactored device-mgt extension component
2023-05-11 12:14:29 +05:30
Amalka Subasinghe
0bf6b3899e
refactored apimgt extension component
2023-05-11 11:33:09 +05:30
Amalka Subasinghe
d98abb1ddf
refactored application mgt component
2023-05-11 11:03:21 +05:30
Amalka Subasinghe
162507ac8b
refactored policy mgt component
2023-05-11 10:43:14 +05:30
Amalka Subasinghe
5d5980c720
refactored cert mgt component
2023-05-11 09:51:57 +05:30
Amalka Subasinghe
f0380076c1
refactored transport mgt component
2023-05-11 09:31:30 +05:30
Amalka Subasinghe
baf7661e9d
refactored task mgt component
2023-05-10 20:08:20 +05:30
Amalka Subasinghe
fa2056e9d6
fixed parent artifact id
2023-05-10 11:56:29 +05:30
Amalka Subasinghe
a71abaa6e9
change the group id
2023-05-10 11:53:11 +05:30
bd35583737
Fix device enrolment and syncing with MSSQL db
...
## Purpose
* Fixes https://roadmap.entgra.net/issues/9859
* Fixes https://roadmap.entgra.net/issues/9892
## Details
* Fix dbscripts to support events and events mapping
* Fix config operation implementation in MSSQL
Co-authored-by: prathabanKavin <kavinprathaban025@gmail.com>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/113
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
2023-05-10 04:47:36 +00:00
osh
f425a0c869
Fix cache issue when billing cache is enabled
2023-05-10 11:21:33 +10:00
Oshani Silva
d7d28b1879
Fix billing issues
...
Co-authored-by: Oshani Silva <oshani@entgra.io>
Co-committed-by: Oshani Silva <oshani@entgra.io>
2023-05-05 07:28:25 +00:00
builder
fa7ee67aed
[maven-release-plugin] prepare for next development iteration
2023-04-26 09:20:38 +05:30
builder
71007cc03c
[maven-release-plugin] prepare release v5.0.25
2023-04-26 09:20:33 +05:30