Pramila Niroshan
|
c2a9b6a073
|
Add a config to decide which device statuses to persist in the database (#250)
Co-authored-by: pramilaniroshan <pramila@entgra.io>
Reviewed-on: community/device-mgt-core#250
Co-authored-by: Pramila Niroshan <pramila@entgra.io>
Co-committed-by: Pramila Niroshan <pramila@entgra.io>
|
11 months ago |
builder
|
c702763995
|
[maven-release-plugin] prepare for next development iteration
|
11 months ago |
builder
|
a47fda9779
|
[maven-release-plugin] prepare release v5.0.34
|
11 months ago |
builder
|
fb65db10fe
|
[maven-release-plugin] prepare for next development iteration
|
11 months ago |
builder
|
17dcbde4ab
|
[maven-release-plugin] prepare release v5.0.33
|
11 months ago |
Rajitha Kumara
|
6ee86e8cd2
|
Add java doc comments
|
11 months ago |
Rajitha Kumara
|
8c0ae2511e
|
Add enrollment mails
|
11 months ago |
builder
|
d01e55ed08
|
[maven-release-plugin] prepare for next development iteration
|
12 months ago |
builder
|
8c6ac48c7b
|
[maven-release-plugin] prepare release v5.0.32
|
12 months ago |
Navod Zoysa
|
e8dd6942ad
|
Add storeVisibilityEnabled flag to plugin device types
|
1 year ago |
builder
|
6b948c9989
|
[maven-release-plugin] prepare for next development iteration
|
1 year ago |
builder
|
0e769a8dd9
|
[maven-release-plugin] prepare release v5.0.31
|
1 year ago |
shamalka
|
0f1f236c91
|
Add storeVisibilityEnabled to device types
|
1 year ago |
Sasini Sandamali
|
3631acfe45
|
Add new get device activities API
|
1 year ago |
Pramila Niroshan
|
77823e2839
|
Modify get Geofence API to get total count
|
1 year ago |
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: community/device-mgt-core#226
|
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
|
5371c5268b
|
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into billing-delete-9713
|
1 year ago |
Sasini Sandamali
|
26a049473c
|
Modify View Activities endpoint by including operation id
|
1 year ago |
osh
|
0abf955fe0
|
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into billing-delete-9713
|
1 year ago |
osh
|
5d06485a25
|
Add device deletion scenario for billing
|
1 year ago |
builder
|
7c66f6b693
|
[maven-release-plugin] prepare for next development iteration
|
1 year ago |
builder
|
b9f12e49ee
|
[maven-release-plugin] prepare release v5.0.30
|
1 year ago |
builder
|
7c0adfbc89
|
[maven-release-plugin] prepare for next development iteration
|
1 year ago |
builder
|
f7c3e129c4
|
[maven-release-plugin] prepare release v5.0.29
|
1 year ago |
Nishan Sangeeth
|
017c70fa08
|
Fix Certificate test case and delete and search option
|
1 year ago |
osh
|
81e57ce78f
|
Retrieve extra details
|
1 year ago |
osh
|
e6ee539239
|
Add api changes for getting app details of operation
|
1 year ago |
builder
|
fabd3ebae8
|
[maven-release-plugin] prepare for next development iteration
|
1 year ago |
builder
|
02458cc4fe
|
[maven-release-plugin] prepare release v5.0.28
|
1 year ago |
builder
|
f19f48d050
|
[maven-release-plugin] prepare for next development iteration
|
1 year ago |
builder
|
ff9971ed77
|
[maven-release-plugin] prepare release v5.0.27
|
1 year ago |
Pahansith Gunathilake
|
92d7f5b61f
|
Resolve Conflicts
|
1 year ago |
Inosh Perara
|
b0dfadbe68
|
Merge pull request 'iOS user enrollment support' (#143) from inosh/device-mgt-core:ios-user-enrollment into master
Reviewed-on: community/device-mgt-core#143
|
1 year ago |
builder
|
ab2e1297e5
|
[maven-release-plugin] prepare for next development iteration
|
1 year ago |
builder
|
6c9d33a16a
|
[maven-release-plugin] prepare release v5.0.26
|
1 year ago |
inoshperera
|
cb99e4c285
|
iOS user enrollment support
Fixes https://roadmap.entgra.net/issues/10149
|
1 year ago |
Thilina Sandaruwan
|
67c529b0fa
|
fixes line issues
|
1 year ago |
Thilina Sandaruwan
|
145740fec6
|
Add hierarchical grouping feature
|
1 year ago |
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>
|
1 year ago |
Dharmakeerthi Lasantha
|
713759f3f7
|
Update copyright
|
1 year ago |
Amalka Subasinghe
|
61f8589113
|
refactored version variables, oauth extension component
|
1 year ago |
Amalka Subasinghe
|
0bf534689f
|
refactiored device mgt components
|
1 year ago |