osh
|
8377d0ddf5
|
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into wifi-10045
|
12 months ago |
osh
|
0427959f23
|
Fix reggex issue when configuring wifi
|
12 months ago |
builder
|
fb65db10fe
|
[maven-release-plugin] prepare for next development iteration
|
12 months ago |
builder
|
17dcbde4ab
|
[maven-release-plugin] prepare release v5.0.33
|
12 months ago |
tcdlpds
|
fb859f046d
|
Add upstream changes
|
1 year ago |
Pahansith Gunathilake
|
95a257ecc6
|
Merge pull request 'Add multiple device dis-enrollment support' (#279) from pramilaniroshan/device-mgt-core:rm-9970-dis into master
Reviewed-on: community/device-mgt-core#279
|
1 year ago |
Pramila Niroshan
|
46090437f0
|
Optimize multiple dis-enrollment
|
1 year ago |
Pahansith Gunathilake
|
8475cb5764
|
Merge pull request 'Fix user search by partial filters' (#284) from prathabanKavin/device-mgt-core:searchusersfix1 into master
Reviewed-on: community/device-mgt-core#284
|
1 year ago |
builder
|
d01e55ed08
|
[maven-release-plugin] prepare for next development iteration
|
1 year ago |
builder
|
8c6ac48c7b
|
[maven-release-plugin] prepare release v5.0.32
|
1 year ago |
Thameera
|
d297c55b73
|
Update missiong scope
|
1 year ago |
prathabanKavin
|
8d1d418f67
|
Fix user search by partial filters
|
1 year ago |
prathabanKavin
|
fe9273ab45
|
Search roles with partial role names
|
1 year ago |
Pramila Niroshan
|
2d6e512fdf
|
Add multiple device dis-enrollment support
|
1 year ago |
Viranga Gunarathna
|
fdd5a7cfcf
|
change permission string for update password
|
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 |
Pasindu Rupasinghe
|
66bc7e88bd
|
Sync with upstream
|
1 year ago |
Pasindu Rupasinghe
|
c7494bcd81
|
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into apim420
|
1 year ago |
Lasantha Dharmakeerthi
|
ba17f0e778
|
Add tenant view perm to role permissions
|
1 year ago |
prathabanKavin
|
9ab12d1b3f
|
Add tenant view perm to role permissions
|
1 year ago |
Rajitha Kumara
|
9054329e34
|
Fix not detecting resource path
|
1 year ago |
Pasindu Rupasinghe
|
a46ab4c355
|
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into apim420
|
1 year ago |
Pasindu Rupasinghe
|
518bc7271a
|
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into apim420
|
1 year ago |
Sasini Sandamali
|
3631acfe45
|
Add new get device activities API
|
1 year ago |
Kavin Prathaban
|
9767f7e90f
|
Add validation for user deletion (#244)
## Purpose
* Fixes https://roadmap.entgra.net/issues/10337
## Description
* Add validation to check whether the user has enrolled devices
Co-authored-by: prathabanKavin <kavinprathaban025@gmail.com>
Reviewed-on: community/device-mgt-core#244
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
|
1 year ago |
Inosh Perara
|
15de6d397e
|
Merge pull request 'Add permission updating logic' (#254) from tcdlpds/device-mgt-core:master into master
Reviewed-on: community/device-mgt-core#254
|
1 year ago |
Lasantha Dharmakeerthi
|
1b0ad156b2
|
Add Java Doc comments
|
1 year ago |
Pahansith Gunathilake
|
8696ec9343
|
Merge pull request 'Modify get Geofence API to get total count' (#243) from pramilaniroshan/device-mgt-core:add-geofence-count into master
Reviewed-on: community/device-mgt-core#243
|
1 year ago |
Akeela Azhar
|
22b9897a4b
|
Add permission updating logic
|
1 year ago |
Viranga Gunarathna
|
d63f2a3f24
|
mapping permissions with scopes
|
1 year ago |
tcdlpds
|
58670028c0
|
Fix scope attaching issue
|
1 year ago |
tcdlpds
|
563077fbfb
|
Add scope perm mapping logic
|
1 year ago |
Pramila Niroshan
|
77823e2839
|
Modify get Geofence API to get total count
|
1 year ago |
Viranga Gunarathna
|
9e0427021e
|
Duplicate keys for same permission in different files
|
1 year ago |
Viranga Gunarathna
|
48a72e80e9
|
Modify scope keys
|
1 year ago |
Pasindu Rupasinghe
|
cc6bbf1435
|
Improvements in App registration
|
1 year ago |
tcdlpds
|
500fa0df98
|
Add improvements to app registering logic
|
1 year ago |
tcdlpds
|
088642e7ce
|
Improve API app registration
|
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 |
Sasini Sandamali
|
26a049473c
|
Modify View Activities endpoint by including operation id
|
1 year ago |
Arshana
|
9c7fd9027e
|
Fix the API to check if a device is enrolled
|
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 |
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 |
Thilina Sandaruwan
|
7a7974eb36
|
Add: hierarchical group count API
|
1 year ago |
osh
|
1fed47e8fd
|
Add app details for UNMANAGED_APP_UNINSTALL
|
1 year ago |
osh
|
81e57ce78f
|
Retrieve extra details
|
1 year ago |
osh
|
e2a467bc45
|
Update activity loading
|
1 year ago |
osh
|
e6ee539239
|
Add api changes for getting app details of operation
|
1 year ago |
Dharmakeerthi Lasantha
|
938190deca
|
Merge branch 'apim420' of https://repository.entgra.net/community/device-mgt-core into apim420
|
1 year ago |
Dharmakeerthi Lasantha
|
8289db1af8
|
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into sync-master
|
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 |
Pasindu Rupasinghe
|
7dfcb418f4
|
Fix jwt token generation
|
1 year ago |
Dharmakeerthi Lasantha
|
fe58a16d17
|
sync with upstream apim420
|
1 year ago |
Dharmakeerthi Lasantha
|
8215186061
|
Revert "Fixes in JWT token generation and sync with upstream apim420 branch"
This reverts commit d567209c11 , reversing
changes made to 437c0e642d .
|
1 year ago |
Pasindu Rupasinghe
|
8ea4932019
|
Fixes in JWT token generation
|
1 year ago |
Dharmakeerthi Lasantha
|
dc6bbdd282
|
Improve functionality and fix formatting issues
|
1 year ago |
Dharmakeerthi Lasantha
|
ef2838414a
|
Fix build failure
|
1 year ago |
Dharmakeerthi Lasantha
|
087a9fe728
|
Fix dependency importing issue
|
1 year ago |
Thilina Sandaruwan
|
b765c8ded3
|
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 |
Thilina Sandaruwan
|
b682e77d34
|
fix: group assigned role issue
|
1 year ago |
Thilina Sandaruwan
|
0581151248
|
add: super-tenant admin check
|
1 year ago |
Thilina Sandaruwan
|
fde6de94bb
|
fix: sub tenants grouping issue
|
1 year ago |
Navod Zoysa
|
d90c5c459a
|
Remove reserved_user when fetching users
|
1 year ago |
Nishan Sangeeth
|
1844db87d8
|
Improve app visibility restricting functionality
Co-authored-by: Nishan Sangeeth <nishan@entgra.io>
Co-committed-by: Nishan Sangeeth <nishan@entgra.io>
|
1 year ago |
Nishan Sangeeth
|
da6f7158cf
|
add api for get visible roles
|
1 year ago |
Navod Zoysa
|
566942694c
|
Remove apim_reserved_user when fetching users
|
1 year ago |
builder
|
48801a3b8e
|
[maven-release-plugin] prepare for next development iteration
|
1 year ago |
builder
|
4c1963a32b
|
[maven-release-plugin] prepare release v5.0.26
|
1 year ago |
Thilina Sandaruwan
|
7d05446a38
|
add error log
|
1 year ago |
Thilina Sandaruwan
|
cd9d127a5e
|
remove unnecessary variable, change error msg
|
1 year ago |
Thilina Sandaruwan
|
88356c57aa
|
Add hierarchical grouping feature
|
1 year ago |
Dharmakeerthi Lasantha
|
74041070f9
|
Fix class def not found issue
|
1 year ago |
Dharmakeerthi Lasantha
|
349bb0a3dc
|
Fix test case failure
|
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 |
Charitha Goonetilleke
|
6e1e58f2ec
|
Merge branch 'master' into master
|
1 year ago |
Dharmakeerthi Lasantha
|
3bf6f7dd75
|
Improve functionality and fix formatting issues
|
1 year ago |
Dharmakeerthi Lasantha
|
78aee58c1a
|
Fix build failure
|
1 year ago |
Dharmakeerthi Lasantha
|
11efc83b06
|
Fix dependency importing issue
|
1 year ago |
Dharmakeerthi Lasantha
|
816ade11e6
|
Sync with master
|
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 |
Dharmakeerthi Lasantha
|
437c0e642d
|
Merge branch 'apim420' of https://repository.entgra.net/community/device-mgt-core into apim420
|
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 |
Amalka Subasinghe
|
1c3cd7cd2f
|
fixed webapp deploying failure
|
1 year ago |
Dharmakeerthi Lasantha
|
35ee44f799
|
Remove Capp Deploying service
|
1 year ago |
Navod Zoysa
|
8d9e3c8f51
|
Remove reserved_user when fetching users
|
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 |
Nishan Sangeeth
|
4a31d80660
|
add api for get visible roles
|
1 year ago |
Navod Zoysa
|
00bd74734a
|
Remove apim_reserved_user when fetching users
|
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 |
Dharmakeerthi Lasantha
|
342e201c4c
|
Add improvements to APIM application creating logic
|
1 year ago |
Dharmakeerthi Lasantha
|
bfaeb1778f
|
Add JWT support
|
1 year ago |
Thilina Sandaruwan
|
e66c3dc6f6
|
add error log
|
1 year ago |
Thilina Sandaruwan
|
00b107ee99
|
remove unnecessary variable, change error msg
|
1 year ago |
Pasindu Rupasinghe
|
7dfcc0e33c
|
Get token separately for REST calls
Co-authored-by: Pasindu Rupasinghe <pasindu@entgra.io>
Co-committed-by: Pasindu Rupasinghe <pasindu@entgra.io>
|
1 year ago |
Thilina Sandaruwan
|
bb50717370
|
remove unnecessary imports, fixes line issues
|
1 year ago |
Thilina Sandaruwan
|
145740fec6
|
Add hierarchical grouping feature
|
1 year ago |
Dharmakeerthi Lasantha
|
d40dccc240
|
Add improvements to token generation for devices
|
1 year ago |
Dharmakeerthi Lasantha
|
a09d72c33c
|
Add todo Comments
|
1 year ago |
Amalka Subasinghe
|
541e517b46
|
updated from master branch
|
1 year ago |
Amalka Subasinghe
|
3470c58705
|
updated apim420
|
1 year ago |
Amalka Subasinghe
|
1bb571acde
|
fixing dependency issues when installing on apim420
|
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>
|
2 years ago |
Dharmakeerthi Lasantha
|
36f7d9ea9b
|
Sync with master
|
2 years ago |
Dharmakeerthi Lasantha
|
713759f3f7
|
Update copyright
|
2 years ago |
Amalka Subasinghe
|
073762c9db
|
updated versions for apim 420 and jdk 17
|
2 years ago |
Amalka Subasinghe
|
0ef880eb3c
|
fix issues related to uem test failures
|
2 years ago |
Amalka Subasinghe
|
951dde2a31
|
fixed build issues after restucturing
|
2 years ago |
Amalka Subasinghe
|
0bf534689f
|
refactiored device mgt components
|
2 years ago |