Pahansith Gunathilake
|
51f1bf1280
|
Merge pull request 'Fix analytics publishing for Windows devices' (#240) from navodzoysa/device-mgt-core:fix-windows-analytics into master
Reviewed-on: community/device-mgt-core#240
|
1 year ago |
Pahansith Gunathilake
|
28eb838846
|
Merge pull request 'Fix incorrect grafana permission annotations' (#241) from navodzoysa/device-mgt-core:grafana-perm into master
Reviewed-on: community/device-mgt-core#241
|
1 year ago |
Pramila Niroshan
|
77823e2839
|
Modify get Geofence API to get total count
|
1 year ago |
Isuri Mendis
|
de16f6ae5b
|
test modifications
|
1 year ago |
Isuri Mendis
|
7d0d7e4910
|
sql modifications
|
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 |
Isuri Mendis
|
c8c7922e97
|
Modifications to getChildrenOf and getParentsOf methods logic
|
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 |
Isuri Mendis
|
34da115a53
|
device organization scripts added to device mgt basics feature
|
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 |
Isuri Mendis
|
4bd5b7d223
|
doc comments
|
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 |
Isuri Mendis
|
63ae04e858
|
Device Organization unique key add, get all operation and test optimization
|
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 |
Isuri Mendis
|
cfb47a1ebb
|
test duplicate addition for device organization and unit tests
|
1 year ago |
Isuri Mendis
|
0d57fdd207
|
Device Organization Feature
|
1 year ago |
Isuri Mendis
|
d7dc2c4791
|
Device Organization getChildrenOf and getParentsOf modifications
|
1 year ago |
Isuri Mendis
|
ea0657e221
|
Device Organization getChildrenOf Modifications
|
1 year ago |
Isuri Mendis
|
1e93dcce2b
|
Device Organization CRUD operations
|
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 |
Isuri Mendis
|
eced345be8
|
DeviceOrganization extension init
|
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 |