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
Pasindu Rupasinghe
45d98d5e49
Improve get all api method to accept header params
1 year ago
Pasindu Rupasinghe
a8d45ee41a
Create methods for consumer api app creation and get details of app
1 year ago
Pasindu Rupasinghe
a513c13037
Improvements in consumer rest apis
1 year ago
Dharmakeerthi Lasantha
c46a459e6d
Add Application key generating logic
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
Dharmakeerthi Lasantha
2d37dcb340
Add API app registering refactored code
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
Dharmakeerthi Lasantha
22f4da908f
Add Consumer REST API integration
1 year ago
Pasindu Rupasinghe
c98237dc6f
Implement service for consumer rest APIs
...
Co-authored-by: Pasindu Rupasinghe <pasindu@entgra.io>
Co-committed-by: Pasindu Rupasinghe <pasindu@entgra.io>
1 year ago
Dharmakeerthi Lasantha
c3d23c3cfa
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into apim420
1 year ago
Dharmakeerthi Lasantha
6e0fe2e26e
Integrate with APIM dev-portal APIs
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
Lasantha Dharmakeerthi
d2f8d30cca
Fix create geofence issue with MSSQL db
1 year ago
prathabanKavin
79d49a0512
used try with resources
1 year ago
Amalka Subasinghe
c150d419cc
Merge pull request 'Make separate feature for apim rest api component' ( #129 ) from pasindu/device-mgt-core:restApiFeature into master
...
Reviewed-on: community/device-mgt-core#129
1 year ago
Pasindu Rupasinghe
1d1d045b75
Update copyright
1 year ago
prathabanKavin
d49ab1c7f0
Fix create geofence issue with mssql db
1 year ago
Pasindu Rupasinghe
1404f573e2
Make separate feature for apim rest api component
1 year ago
Amalka Subasinghe
b5012d9681
Merge pull request 'Update copyright' ( #127 ) from tcdlpds/device-mgt-core:apim420 into apim420
...
Reviewed-on: community/device-mgt-core#127
1 year ago
Dharmakeerthi Lasantha
36f7d9ea9b
Sync with master
1 year ago
Amalka Subasinghe
2d1d6488f1
Merge pull request 'Update copyright' ( #126 ) from tcdlpds/device-mgt-core:master into master
...
Reviewed-on: community/device-mgt-core#126
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
Amalka Subasinghe
302f62a264
Merge pull request 'Implement API layer for publish API method' ( #112 ) from pasindu/device-mgt-core:publisherAPILayer into master
...
Reviewed-on: community/device-mgt-core#112
1 year ago
Pasindu Rupasinghe
c5a7902386
Fix error message and minor fixes in loop and if condition
1 year ago
Pasindu Rupasinghe
014f95bd10
Rename API dto file and refactor
1 year ago
Pasindu Rupasinghe
b133f56965
Cleanup code base and fix getApiRevision method
1 year ago
Pasindu Rupasinghe
7246209bd8
Added licence header for newly added files
1 year ago
Pasindu Rupasinghe
a683bd7110
Fix API response
1 year ago
Pasindu Rupasinghe
cbb03d4d1f
Minor fixes in api requests
1 year ago
Pasindu Rupasinghe
7e94f152ea
Remove wild card imports
1 year ago
Pasindu Rupasinghe
65da984f66
Remove comented code lines
1 year ago
Pasindu Rupasinghe
a8cc35ef3d
Fix apis
1 year ago
Pasindu Rupasinghe
c6b43cc794
Implment API layer for API publisher
1 year ago
Pasindu Rupasinghe
fa3c112a68
Implement on progress publisher api layer
1 year ago
Lasantha Dharmakeerthi
89132f4824
Add search by serial number in store
1 year ago
osh
2b72f4890b
Add by serial number in store
1 year ago
Lasantha Dharmakeerthi
e2a21c292b
Add fix for serial number search
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
Lasantha Dharmakeerthi
638c426c6a
Fix remote session not working with MSSQL
1 year ago