Pramila Niroshan
|
77823e2839
|
Modify get Geofence API to get total count
|
1 year ago |
Navod Zoysa
|
03a0539d92
|
Fix incorrect grafana permission annotations
|
1 year ago |
Navod Zoysa
|
f8e3fb90e6
|
Fix analytics publishing for Windows devices
|
1 year ago |
Inosh Perara
|
a620cffb31
|
Merge pull request 'Modify permission scope keys' (#239) from viranga/device-mgt-core:scope-fixes into master
Reviewed-on: community/device-mgt-core#239
|
1 year ago |
Viranga Gunarathna
|
9e0427021e
|
Duplicate keys for same permission in different files
|
1 year ago |
Viranga Gunarathna
|
6c8c2efb80
|
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into scope-fixes
|
1 year ago |
Viranga Gunarathna
|
48a72e80e9
|
Modify scope keys
|
1 year ago |
Lasantha Dharmakeerthi
|
a1856323b5
|
Add missing scope
|
1 year ago |
Rajitha Kumara
|
966b9194f2
|
Add missing scope
|
1 year ago |
Inosh Perara
|
bf5ce17bdc
|
Merge pull request 'Fix ownership issue in device deletion' (#234) from osh.silva/device-mgt-core:billing-delete-fix-9713 into master
Reviewed-on: community/device-mgt-core#234
|
1 year ago |
osh
|
3c658f0afe
|
Fix ownership issue in device deletion
|
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 |
Rajitha Kumara
|
69efff10bd
|
Implement state checking and csrf protection
## Purpose
* Fixes for http://roadmap.entgra.net/issues/9846
Co-authored-by: rajitha <rajitha@entgra.io>
Reviewed-on: community/device-mgt-core#232
Co-authored-by: Rajitha Kumara <rajitha@entgra.io>
Co-committed-by: Rajitha Kumara <rajitha@entgra.io>
|
1 year ago |
Charitha Goonetilleke
|
327f507aa8
|
Merge pull request 'Update addOperation and sql files' (#233) from Sasini_Sandamali/device-mgt-core-forked:master into master
Reviewed-on: community/device-mgt-core#233
|
1 year ago |
Sasini Sandamali
|
bb0369cde9
|
Update addOperation and sql files
|
1 year ago |
Pahansith Gunathilake
|
795d26f4b0
|
Merge pull request 'Fix error showing on startup in task-mgt' (#229) from prathabanKavin/device-mgt-core:mssqltaskmgt into master
Reviewed-on: community/device-mgt-core#229
|
1 year ago |
Pahansith Gunathilake
|
0068a26b58
|
Merge pull request 'Fix added for loading device groups' (#228) from prathabanKavin/device-mgt-core:sqldevicegroupfix into master
Reviewed-on: community/device-mgt-core#228
|
1 year ago |
Pahansith Gunathilake
|
f4c0e5f929
|
Merge pull request 'Fix dbscripts causing errors on startup with MSSQL' (#225) from prathabanKavin/device-mgt-core:mssqldbscriptfix into master
Reviewed-on: community/device-mgt-core#225
|
1 year ago |
Charitha Goonetilleke
|
664dfd21c9
|
Warn about orphan scopes
|
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
|
8bc0fa37de
|
Add cost calculation for carbon super
|
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 |
osh
|
6fd84dcbef
|
Comment out cost related code
|
1 year ago |
prathabanKavin
|
4fc6eb2aa4
|
Fix error showing on startup in task-mgt
|
1 year ago |
prathabanKavin
|
661feadcd5
|
Fix added for loading device groups
|
1 year ago |
Charitha Goonetilleke
|
ea6744288a
|
Merge pull request 'Modify View Activities endpoint' (#227) from Sasini_Sandamali/device-mgt-core-forked:master into master
Reviewed-on: community/device-mgt-core#227
|
1 year ago |
Sasini Sandamali
|
4a6e0ce727
|
Update get Activities to increase the performance
|
1 year ago |
Sasini Sandamali
|
26a049473c
|
Modify View Activities endpoint by including operation id
|
1 year ago |
Charitha Goonetilleke
|
9011273ff4
|
Apply role permission mapping along with scope role mapping
|
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 |
prathabanKavin
|
42ef84e8a3
|
Fix table DM_TRACCAR_UNSYNCED_DEVICES
|
1 year ago |
prathabanKavin
|
94b0278471
|
Fix dbscripts causing errors on startup
|
1 year ago |
Amalka Subasinghe
|
64cb1be253
|
Merge pull request 'Fix API publisher to update scopes including already existing roles' (#224) from pasindu/device-mgt-core:Bug10322 into master
Reviewed-on: community/device-mgt-core#224
|
1 year ago |
Pasindu Rupasinghe
|
ef47f0c20a
|
Update scopes including already existing roles
|
1 year ago |
Thilina Sandaruwan
|
44c7d324de
|
Fix: delete group with GeoFence references issue
|
1 year ago |
Pahansith Gunathilake
|
0fbe062e49
|
Fix the SSL error when invoking internal API via HttpClient (#215)
Co-authored-by: Pahansith <pahansith@entgra.io>
Reviewed-on: community/device-mgt-core#215
|
1 year ago |
Inosh Perara
|
320d012f5a
|
Merge pull request 'Fix the API to check if a device is enrolled' (#222) from arshana790/device-mgt-core-fork:status into master
Reviewed-on: community/device-mgt-core#222
|
1 year ago |
Arshana
|
d20c95a55c
|
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into status
|
1 year ago |
Arshana
|
9c7fd9027e
|
Fix the API to check if a device is enrolled
|
1 year ago |
Charitha Goonetilleke
|
b761bdd5ea
|
Merge pull request 'URL permission issue fixes (Removed * from root URLs)' (#221) from thameera/device-mgt-core:permission_issue into master
Reviewed-on: community/device-mgt-core#221
|
1 year ago |
Thameera
|
680f57ade5
|
URL permission issue fixes (Removed * from root URLs)
|
1 year ago |
Lasantha Dharmakeerthi
|
693e3a51d5
|
Remove custom properties from device table column selection
|
1 year ago |
shamalka
|
203475f87d
|
Remove custom properties from device table column selection
|
1 year ago |
Pahansith Gunathilake
|
913f6175af
|
Merge pull request 'Change location publishing logic' (#218) from shamalka1/device-mgt-core:location-fix into master
Reviewed-on: community/device-mgt-core#218
|
1 year ago |
shamalka
|
dc40351293
|
Change location publishing logic
|
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 |
Inosh Perara
|
28b18941aa
|
Merge pull request 'Add hierarchical group count API' (#214) from ThilinaPremachandra/device-mgt-core:Bug#10300 into master
Reviewed-on: community/device-mgt-core#214
|
1 year ago |
Thilina Sandaruwan
|
7b1907cd90
|
resolve comments
|
1 year ago |