Dharmakeerthi Lasantha
437c0e642d
Merge branch 'apim420' of https://repository.entgra.net/community/device-mgt-core into apim420
1 year ago
Amalka Subasinghe
1c3cd7cd2f
fixed webapp deploying failure
1 year ago
Dharmakeerthi Lasantha
35ee44f799
Remove Capp Deploying service
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
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
Dharmakeerthi Lasantha
d40dccc240
Add improvements to token generation for devices
1 year ago
Dharmakeerthi Lasantha
253157ba1a
Merge branch 'apim420' of https://repository.entgra.net/community/device-mgt-core into apim420
1 year ago
Amalka Subasinghe
46ee81e78d
updated from master
1 year ago
Dharmakeerthi Lasantha
a09d72c33c
Add todo Comments
1 year ago
Pahansith Gunathilake
8c7412a2f9
Merge branch 'master' into search-10113
1 year ago
Gimhan Wijayawardana
a6a9e82c35
Update debug and error logs
1 year ago
Gimhan Wijayawardana
b58b8c931b
Implement DeleteDeviceLocation method for deleting location from a device
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
Lasantha Dharmakeerthi
cebc3bf5d4
Fix issue with delete geofences with MSSQL db
1 year ago
osh
891e7972c8
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into search-10113
1 year ago
osh
96e3c3f0e0
Fix search by user
...
fixes https://roadmap.entgra.net/issues/10113
1 year ago
prathabanKavin
1fb777264d
Check for logged in tenant id
1 year ago
Sanjana Rajapakshe
c06fd22ecd
Add original app icons into single device app list and application restriction policy app list
...
Co-authored-by: Sanjana Rajapakshe <sanjana@entgra.io>
Co-committed-by: Sanjana Rajapakshe <sanjana@entgra.io>
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>
1 year ago
prathabanKavin
bd5776947d
Fix issue with delete geofences with mssql db
1 year ago
prathabanKavin
79d49a0512
used try with resources
1 year ago
prathabanKavin
d49ab1c7f0
Fix create geofence issue with mssql db
1 year ago
Dharmakeerthi Lasantha
36f7d9ea9b
Sync with master
1 year ago
Dharmakeerthi Lasantha
713759f3f7
Update copyright
1 year ago
Amalka Subasinghe
073762c9db
updated versions for apim 420 and jdk 17
1 year ago
osh
2b72f4890b
Add by serial number in store
1 year ago
osh
7d6cfaa3b1
Add fix for serial number search
...
fixes components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/dao/impl/device/SQLServerDeviceDAOImpl.java
1 year ago
Kavin Prathaban
7688aa375d
Fix operation logs not loading with mssql
...
## Purpose
* Fixes https://roadmap.entgra.net/issues/10050
## Description
* Converting BIGINT to timestamp directly is not supported with MSSQL. Timestamp class is used for conversion.
Co-authored-by: prathabanKavin <kavinprathaban025@gmail.com>
Reviewed-on: community/device-mgt-core#117
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
1 year ago
prathabanKavin
9bf0fa553a
Fix remote session not working with MSSQL
1 year ago
Amalka Subasinghe
0ef880eb3c
fix issues related to uem test failures
1 year ago
Amalka Subasinghe
951dde2a31
fixed build issues after restucturing
1 year ago
Amalka Subasinghe
1229f275f6
fixing issues after component refactoring
1 year ago
Amalka Subasinghe
61f8589113
refactored version variables, oauth extension component
1 year ago
Amalka Subasinghe
0bf534689f
refactiored device mgt components
2 years ago
Amalka Subasinghe
243a74da8c
refactored heart beat, notification logger, identity extensions component
2 years ago
Amalka Subasinghe
75309b8d96
refactored device-mgt extension component
2 years ago
Amalka Subasinghe
0bf6b3899e
refactored apimgt extension component
2 years ago
Amalka Subasinghe
d98abb1ddf
refactored application mgt component
2 years ago
Amalka Subasinghe
162507ac8b
refactored policy mgt component
2 years ago
Amalka Subasinghe
5d5980c720
refactored cert mgt component
2 years ago
Amalka Subasinghe
f0380076c1
refactored transport mgt component
2 years ago
Amalka Subasinghe
baf7661e9d
refactored task mgt component
2 years ago
Amalka Subasinghe
fa2056e9d6
fixed parent artifact id
2 years ago
Amalka Subasinghe
a71abaa6e9
change the group id
2 years ago
Kavin Prathaban
bd35583737
Fix device enrolment and syncing with MSSQL db
...
## Purpose
* Fixes https://roadmap.entgra.net/issues/9859
* Fixes https://roadmap.entgra.net/issues/9892
## Details
* Fix dbscripts to support events and events mapping
* Fix config operation implementation in MSSQL
Co-authored-by: prathabanKavin <kavinprathaban025@gmail.com>
Reviewed-on: community/device-mgt-core#113
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
2 years ago
osh
f425a0c869
Fix cache issue when billing cache is enabled
2 years ago
Oshani Silva
d7d28b1879
Fix billing issues
...
Co-authored-by: Oshani Silva <oshani@entgra.io>
Co-committed-by: Oshani Silva <oshani@entgra.io>
2 years ago