Pasindu Rupasinghe
|
6a12911487
|
Sync with master
|
11 months ago |
prathabanKavin
|
654b4341e1
|
Add custom logs for roles,users,groups,login
|
11 months ago |
Pasindu Rupasinghe
|
a46ab4c355
|
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into apim420
|
1 year ago |
Pasindu Rupasinghe
|
518bc7271a
|
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into apim420
|
1 year ago |
Sasini Sandamali
|
3631acfe45
|
Add new get device activities API
|
1 year ago |
Kavin Prathaban
|
9767f7e90f
|
Add validation for user deletion (#244)
## Purpose
* Fixes https://roadmap.entgra.net/issues/10337
## Description
* Add validation to check whether the user has enrolled devices
Co-authored-by: prathabanKavin <kavinprathaban025@gmail.com>
Reviewed-on: community/device-mgt-core#244
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
|
1 year ago |
Pramila Niroshan
|
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: community/device-mgt-core#208
Co-authored-by: Pramila Niroshan <pramila@entgra.io>
Co-committed-by: Pramila Niroshan <pramila@entgra.io>
|
1 year ago |
osh
|
e6ee539239
|
Add api changes for getting app details of operation
|
1 year ago |
Dharmakeerthi Lasantha
|
8289db1af8
|
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into sync-master
|
1 year ago |
Dharmakeerthi Lasantha
|
349bb0a3dc
|
Fix test case failure
|
1 year ago |
Rajitha Kumara
|
7c9d3a2108
|
Fixes for grouping issues (#186)
Co-authored-by: rajitha <rajitha@entgra.io>
Reviewed-on: community/device-mgt-core#186
Co-authored-by: Rajitha Kumara <rajitha@entgra.io>
Co-committed-by: Rajitha Kumara <rajitha@entgra.io>
|
1 year ago |
Amalka Subasinghe
|
3470c58705
|
updated apim420
|
2 years ago |
Amalka Subasinghe
|
1bb571acde
|
fixing dependency issues when installing on apim420
|
2 years ago |
Dharmakeerthi Lasantha
|
713759f3f7
|
Update copyright
|
2 years ago |
Amalka Subasinghe
|
951dde2a31
|
fixed build issues after restucturing
|
2 years ago |
Amalka Subasinghe
|
0bf534689f
|
refactiored device mgt components
|
2 years ago |