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: #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: #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: #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: #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: #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: #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: #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: #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: #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: #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: #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: #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: #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: #221
|
1 year ago |
Thameera
|
680f57ade5
|
URL permission issue fixes (Removed * from root URLs)
|
1 year ago |