Gimhan Wijayawardana
|
64189a400d
|
Implement multi value (status) filtering for getting activity details
Co-authored-by: Gimhan Wijayawardana <gimhan@entgra.io>
Co-committed-by: Gimhan Wijayawardana <gimhan@entgra.io>
|
2024-04-16 07:45:53 +00:00 |
|
amalka.subasinghe
|
89bc0281c0
|
updated from master and fix merge conflicts
|
2024-04-16 09:35:52 +05:30 |
|
Rajitha Kumara
|
cd56147da9
|
Add user removable status to basic user info
|
2024-03-07 06:25:27 +05:30 |
|
amalka.subasinghe
|
1dbc1d7b0d
|
device/group authorization improvement
|
2024-02-20 11:32:23 +05:30 |
|
prathabanKavin
|
654b4341e1
|
Add custom logs for roles,users,groups,login
|
2024-01-11 20:41:27 +05:30 |
|
Sasini_Sandamali
|
3631acfe45
|
Add new get device activities API
|
2023-10-18 12:51:14 +05:30 |
|
|
|
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: https://repository.entgra.net/community/device-mgt-core/pulls/244
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
|
2023-10-17 04:20:12 +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
|
e6ee539239
|
Add api changes for getting app details of operation
|
2023-08-09 00:27: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 |
|
Dharmakeerthi Lasantha
|
713759f3f7
|
Update copyright
|
2023-05-26 23:58:39 +05:30 |
|
Amalka Subasinghe
|
951dde2a31
|
fixed build issues after restucturing
|
2023-05-12 21:51:36 +05:30 |
|
Amalka Subasinghe
|
0bf534689f
|
refactiored device mgt components
|
2023-05-11 13:29:16 +05:30 |
|