tcdlpds
|
49747efa18
|
Add default perm config
|
1 year ago |
Viranga Gunarathna
|
d63f2a3f24
|
mapping permissions with scopes
|
1 year ago |
Amalka Subasinghe
|
54cdab5085
|
Improvements to the device sub type impl
|
1 year ago |
Inosh Perara
|
db80546a5a
|
Merge pull request 'Fix scope attaching issue' (#247) from tcdlpds/device-mgt-core:master into master
Reviewed-on: community/device-mgt-core#247
|
1 year ago |
tcdlpds
|
58670028c0
|
Fix scope attaching issue
|
1 year ago |
Pahansith Gunathilake
|
8813619929
|
Merge pull request 'Add scope perm mapping logic' (#235) from tcdlpds/device-mgt-core:master into master
Reviewed-on: community/device-mgt-core#235
|
1 year ago |
tcdlpds
|
563077fbfb
|
Add scope perm mapping logic
|
1 year ago |
Pahansith Gunathilake
|
616c70face
|
Merge pull request 'Fix delete groups with Geo Fence references issue' (#223) from ThilinaPremachandra/device-mgt-core:Bug#10236#issue36 into master
Reviewed-on: community/device-mgt-core#223
|
1 year ago |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Thameera
|
680f57ade5
|
URL permission issue fixes (Removed * from root URLs)
|
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 |
Charitha Goonetilleke
|
c144507b6c
|
Merge branch 'master' into master
|
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 |
Amalka Subasinghe
|
d4c3af5d12
|
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core
|
1 year ago |
Amalka Subasinghe
|
9ecdd486f8
|
imrpoved heart beat to handle cluster formation changed
|
1 year ago |
Amalka Subasinghe
|
1d7700ab5c
|
imrpoved heart beat to handle cluster formation changed
|
1 year ago |
Amalka Subasinghe
|
21606bc5cd
|
operation timeout task updated to execute only in elected node
|
1 year ago |
Amalka Subasinghe
|
349fce4e63
|
improved push notofication task to get allocated operations when heart beat enabled
|
1 year ago |
Amalka Subasinghe
|
cf3d50edf9
|
added new method getAllocatedOperationMappingsByStatus
|
1 year ago |
Navod Zoysa
|
dbc73d18ed
|
Add improvements to certificate component
|
1 year ago |
Nishan Sangeeth
|
017c70fa08
|
Fix Certificate test case and delete and search option
|
1 year ago |
Thilina Sandaruwan
|
7a7974eb36
|
Add: hierarchical group count API
|
1 year ago |
Pahansith Gunathilake
|
d83b417a0b
|
Merge branch 'master' into unmanaged-install-9211
|
1 year ago |
Thameera
|
70c27b647b
|
Operation Template releated changes
|
1 year ago |
osh
|
195bb64bea
|
Resolve comments
|
1 year ago |
osh
|
4fbcd75a61
|
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into unmanaged-install-9211
|
1 year ago |
osh
|
1fed47e8fd
|
Add app details for UNMANAGED_APP_UNINSTALL
|
1 year ago |
Pramila Niroshan
|
388f34e3b8
|
Fix try-it meta-info getting issue
|
1 year ago |
shamalka
|
f286cb2306
|
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into device-info-config
|
1 year ago |
tcdlpds
|
f9ae594326
|
Fix APPs getting issue in APPM DAO
|
1 year ago |
Lasantha Dharmakeerthi
|
3066e51354
|
Show device identifier and delete certificate using certificate Id
|
1 year ago |
shamalka
|
67864cb762
|
Add deviceinfo config beans
|
1 year ago |
osh
|
81e57ce78f
|
Retrieve extra details
|
1 year ago |
osh
|
1d712e1bc2
|
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into app-install-9211
|
1 year ago |
osh
|
e2a467bc45
|
Update activity loading
|
1 year ago |
osh
|
9fa34a32af
|
Resolve conflicts
|
1 year ago |
osh
|
e6ee539239
|
Add api changes for getting app details of operation
|
1 year ago |
Navod Zoysa
|
453034c0e2
|
Revert Windows permission temp fix
|
1 year ago |
osh
|
90a513590e
|
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into vpp-v2
|
1 year ago |
osh
|
4635e2bd14
|
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into device-apps-api-1
|
1 year ago |
osh
|
a20c5a723c
|
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into vpp-v2
|
1 year ago |
Amalka Subasinghe
|
0375eab755
|
fixed build break
|
1 year ago |
Lasantha Dharmakeerthi
|
b11c932814
|
Notify cluster formation changed implementation
|
1 year ago |
Amalka Subasinghe
|
f33e104755
|
refactor oauth2 token generator
|
1 year ago |
Amalka Subasinghe
|
35f11a0d94
|
ws token generator
|
1 year ago |
Amalka Subasinghe
|
7de0e1aabd
|
fixed merge conflict
|
1 year ago |
Charitha Goonetilleke
|
462669e3ec
|
Merge branch 'master' into master
|
1 year ago |
Pasindu Rupasinghe
|
7d859a317c
|
Improve check revision deployment list length logic
|
1 year ago |
Amalka Subasinghe
|
c6c2ef9a01
|
fixed ws api publishing and dynamic endpoint configurations
|
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 |
prathabanKavin
|
f091d26f9c
|
Fix issues with retrieving visible roles
|
1 year ago |
prathabanKavin
|
20906122db
|
Fix for visible role issue
|
1 year ago |
Pahansith Gunathilake
|
8011170379
|
Fix issue in tenant id not append to certificate subject (#188)
Co-authored-by: Pahansith <pahansith@entgra.io>
Reviewed-on: community/device-mgt-core#188
|
1 year ago |
osh
|
4436c48228
|
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into device-apps-api-1
|
1 year ago |
Amalka Subasinghe
|
66f33f4845
|
notify cluster formation changed nug fixes
|
1 year ago |
Amalka Subasinghe
|
615da6303f
|
notify cluster formation changed implementation
|
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 |
Rajitha Kumara
|
7c9d3a2108
|
Fixes for grouping issues (#186)
Co-authored-by: rajitha <rajitha@entgra.io>
Reviewed-on: community/device-mgt-core#186
Co-authored-by: Rajitha Kumara <rajitha@entgra.io>
Co-committed-by: Rajitha Kumara <rajitha@entgra.io>
|
1 year ago |
osh
|
77b68af5d0
|
Add pagination
|
1 year ago |
osh
|
e7b0255a95
|
Add get device apps by id service
|
1 year ago |
osh
|
dd7910268e
|
Add vpp token field
|
1 year ago |
osh
|
b576f3d9bb
|
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into vpp-v2
|
1 year ago |
Inosh Perara
|
2dd3e86f69
|
Merge pull request 'Grouping Issues' (#181) from ThilinaPremachandra/device-mgt-core:groupingIssues into master
Reviewed-on: community/device-mgt-core#181
|
1 year ago |
Thilina Sandaruwan
|
6dbad29776
|
fix: role sharing issues for other users
|
1 year ago |
osh
|
cd17d06158
|
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into vpp-v2
|
1 year ago |
Charitha Goonetilleke
|
6e1e58f2ec
|
Merge branch 'master' into master
|
1 year ago |
osh
|
2249520132
|
Resolve conflicts
|
1 year ago |
Navod Zoysa
|
90741dc502
|
Fix class not found error in analytics component
|
1 year ago |
osh
|
eb740773aa
|
Improve update asset DAO
fixes https://roadmap.entgra.net/issues/10179
|
1 year ago |
Sasini Sandamali
|
b9ecb8ce40
|
Rearrange getOperations by eliminating the necessity of the owner param
|
1 year ago |
Thilina Sandaruwan
|
38b8c8d7b1
|
Grouping Improvements (#169)
Purpose
After deleting a role, delete relevant records from DM_ROLE_GROUP_MAP table
Related tickets: https://roadmap.entgra.net/issues/9528 and https://roadmap.entgra.net/issues/9529
Co-authored-by: ThilinaPremachandra <thilina@entgra.io>
Reviewed-on: community/device-mgt-core#169
Co-authored-by: Thilina Sandaruwan <thilina@entgra.io>
Co-committed-by: Thilina Sandaruwan <thilina@entgra.io>
|
1 year ago |
osh
|
81fd5687ef
|
Update user service and token retrieval
|
1 year ago |
Nishan Sangeeth
|
2d3f2b94da
|
Show device identifier and changeed to delete certificate using Id
|
1 year ago |
Thilina Sandaruwan
|
253dc03233
|
fix: deleted roles removing issue
|
1 year ago |
Thilina Sandaruwan
|
907043fd91
|
Merge branch 'master'
|
1 year ago |
osh
|
dae8c09761
|
Resolve comments
|
1 year ago |
osh
|
b978e31ab0
|
Resolve conflicts
fixes https://roadmap.entgra.net/issues/10186
|
1 year ago |
osh
|
0e5478fb5e
|
Add association DAO and fix meta issue
fixes https://roadmap.entgra.net/issues/10186
|
1 year ago |
Rajitha Kumara
|
67cdcede69
|
Fix realm service unbinding issues
|
1 year ago |
inoshperera
|
026986cd93
|
Add DAO improvements for user APIs
Fixes https://roadmap.entgra.net/issues/10169
|
1 year ago |
Thilina Sandaruwan
|
6c645db486
|
add: proper msg for group delete
|
1 year ago |
Rajitha Kumara
|
5818a5eaed
|
Fix transaction initiating issue
|
1 year ago |
osh
|
c9ed09ee25
|
Resolve conflicts
|
1 year ago |
Thilina Sandaruwan
|
6d012bc614
|
fix: group assigned role issue
|
1 year ago |
Thilina Sandaruwan
|
aecc106f95
|
add: super-tenant admin check
|
1 year ago |
Thilina Sandaruwan
|
39f5ee8ca3
|
fix: sub tenants grouping issue
|
1 year ago |
osh
|
1263c09079
|
Add DAOs for asset management
fixes https://roadmap.entgra.net/issues/10179
|
1 year ago |
inoshperera
|
54111b4d94
|
Add association apis
fixes https://roadmap.entgra.net/issues/10182
|
1 year ago |
inoshperera
|
61ffd4abff
|
Fixing conflics
|
1 year ago |
Navod Zoysa
|
8d9e3c8f51
|
Remove reserved_user when fetching users
|
1 year ago |
osh
|
2e799a545f
|
Resolve comments
|
1 year ago |
Nishan Sangeeth
|
3616245ae6
|
Improve app visibility restricting functionality
Co-authored-by: Nishan Sangeeth <nishan@entgra.io>
Co-committed-by: Nishan Sangeeth <nishan@entgra.io>
|
1 year ago |
inoshperera
|
665702d504
|
Add asset apis
Fixes https://roadmap.entgra.net/issues/10178
|
1 year ago |
osh
|
cd42a2c48f
|
Adding the DAO layer for vpp user management
fixes https://roadmap.entgra.net/issues/10169
|
1 year ago |
Pahansith Gunathilake
|
e0a1cd3dbb
|
Merge pull request 'Add api for get visible roles' (#146) from nishan/device-mgt-core:add-visible-role-api into master
Reviewed-on: community/device-mgt-core#146
|
1 year ago |
Thilina Sandaruwan
|
498dc7ae34
|
HierarchicalGrouping (#153)
Goals
Complete hierarchical grouping task
https://roadmap.entgra.net/issues/9528 and https://roadmap.entgra.net/issues/9529
Approach
Fix the encountered issues
Co-authored-by: ThilinaPremachandra <thilina@entgra.io>
Co-authored-by: Pahansith Gunathilake <pahansith@entgra.io>
Reviewed-on: community/device-mgt-core#153
Co-authored-by: Thilina Sandaruwan <thilina@entgra.io>
Co-committed-by: Thilina Sandaruwan <thilina@entgra.io>
|
1 year ago |
Rajitha Kumara
|
d5270c720c
|
Update invite link
|
1 year ago |
Pahansith Gunathilake
|
979d3b48cb
|
Merge branch 'master' into sync-master
|
1 year ago |
Inosh Perara
|
da694c3dbe
|
Merge pull request 'Add device enrolment log for modifyenrolment' (#148) from prathabanKavin/device-mgt-core:enrolmentlogfix into master
Reviewed-on: community/device-mgt-core#148
|
1 year ago |
Inosh Perara
|
f246d6b8de
|
Merge pull request 'add vpp user services' (#151) from inosh/device-mgt-core:vpp into vpp-v2
Reviewed-on: community/device-mgt-core#151
|
1 year ago |
inoshperera
|
cc8470d3c0
|
add vpp user services
|
1 year ago |
Navod Zoysa
|
7073deb461
|
Fix skip app release error
|
1 year ago |
Pahansith Gunathilake
|
763cd7df25
|
Fix missing imports
|
1 year ago |
Pahansith Gunathilake
|
92d7f5b61f
|
Resolve Conflicts
|
1 year ago |
Nishan Sangeeth
|
cd962b8d24
|
Remove the user has role validation
|
1 year ago |
Nishan Sangeeth
|
4a31d80660
|
add api for get visible roles
|
1 year ago |
Oshani Silva
|
6109f58c49
|
Remove unwanted check in billing logic
Co-authored-by: Oshani Silva <oshani@entgra.io>
Co-committed-by: Oshani Silva <oshani@entgra.io>
|
1 year ago |
prathabanKavin
|
389eb05084
|
Add device enrolment log for modifyenrolment
|
1 year ago |
Inosh Perara
|
9dd24eda17
|
Merge pull request 'Add vpp user apis' (#147) from inosh/device-mgt-core:vpp into vpp-v2
Reviewed-on: community/device-mgt-core#147
|
1 year ago |
inoshperera
|
9ccf3a5fa5
|
Add vpp user apis
fixes https://roadmap.entgra.net/issues/10162
|
1 year ago |
Pahansith Gunathilake
|
577e3e9384
|
Remove unnecessary logs
|
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 |
Pahansith Gunathilake
|
660fadc39d
|
Merge branch 'support-5.0.24' of ssh://repository.entgra.net:222/support/support-carbon-device-mgt into support-5.0.24
|
1 year ago |
Pahansith Gunathilake
|
bfdd6cf8d0
|
Merge branch 'support-5.0.24' into store-certificate-device-id
|
1 year ago |