Commit Graph

10110 Commits

Author SHA1 Message Date
Dharmakeerthi Lasantha
c46a459e6d Add Application key generating logic 2023-06-06 17:03:33 +05:30
Dharmakeerthi Lasantha
2d37dcb340 Add API app registering refactored code 2023-06-06 11:17:29 +05:30
Dharmakeerthi Lasantha
22f4da908f Add Consumer REST API integration 2023-06-01 17:13:51 +05:30
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>
2023-06-01 09:50:58 +00:00
Dharmakeerthi Lasantha
c3d23c3cfa Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into apim420 2023-06-01 15:01:51 +05:30
Dharmakeerthi Lasantha
6e0fe2e26e Integrate with APIM dev-portal APIs 2023-06-01 08:52:26 +05:30
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>
2023-06-01 03:19:37 +00:00
Lasantha Dharmakeerthi
d2f8d30cca Fix create geofence issue with MSSQL db 2023-05-31 07:30:44 +00:00
prathabanKavin
79d49a0512 used try with resources 2023-05-31 12:09:53 +05:30
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: https://repository.entgra.net/community/device-mgt-core/pulls/129
2023-05-31 03:49:58 +00:00
pasindu
1d1d045b75 Update copyright 2023-05-31 08:05:56 +05:30
prathabanKavin
d49ab1c7f0 Fix create geofence issue with mssql db 2023-05-30 23:59:39 +05:30
pasindu
1404f573e2 Make separate feature for apim rest api component 2023-05-30 16:27:41 +05:30
Amalka Subasinghe
b5012d9681 Merge pull request 'Update copyright' (#127) from tcdlpds/device-mgt-core:apim420 into apim420
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/127
2023-05-30 03:40:31 +00:00
Dharmakeerthi Lasantha
36f7d9ea9b Sync with master 2023-05-28 23:54:31 +05:30
Amalka Subasinghe
2d1d6488f1 Merge pull request 'Update copyright' (#126) from tcdlpds/device-mgt-core:master into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/126
2023-05-27 13:25:25 +00:00
Dharmakeerthi Lasantha
713759f3f7 Update copyright 2023-05-26 23:58:39 +05:30
Amalka Subasinghe
073762c9db updated versions for apim 420 and jdk 17 2023-05-26 11:46:35 +05:30
Amalka Subasinghe
302f62a264 Merge pull request 'Implement API layer for publish API method' (#112) from pasindu/device-mgt-core:publisherAPILayer into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/112
2023-05-26 02:43:34 +00:00
pasindu
c5a7902386 Fix error message and minor fixes in loop and if condition 2023-05-25 16:50:43 +05:30
pasindu
014f95bd10 Rename API dto file and refactor 2023-05-25 14:04:24 +05:30
pasindu
b133f56965 Cleanup code base and fix getApiRevision method 2023-05-25 13:17:07 +05:30
pasindu
7246209bd8 Added licence header for newly added files 2023-05-25 12:55:25 +05:30
pasindu
a683bd7110 Fix API response 2023-05-25 12:49:14 +05:30
pasindu
cbb03d4d1f Minor fixes in api requests 2023-05-24 09:06:51 +05:30
pasindu
7e94f152ea Remove wild card imports 2023-05-24 09:06:51 +05:30
pasindu
65da984f66 Remove comented code lines 2023-05-24 09:06:51 +05:30
pasindu
a8cc35ef3d Fix apis 2023-05-24 09:06:51 +05:30
pasindu
c6b43cc794 Implment API layer for API publisher 2023-05-24 09:06:51 +05:30
pasindu
fa3c112a68 Implement on progress publisher api layer 2023-05-24 09:06:51 +05:30
Lasantha Dharmakeerthi
89132f4824 Add search by serial number in store 2023-05-23 18:08:38 +00:00
osh
2b72f4890b Add by serial number in store 2023-05-23 23:16:55 +05:30
Lasantha Dharmakeerthi
e2a21c292b Add fix for serial number search 2023-05-23 06:42:08 +00:00
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
2023-05-23 11:54:48 +05:30
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: https://repository.entgra.net/community/device-mgt-core/pulls/117
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
2023-05-17 05:58:02 +00:00
Lasantha Dharmakeerthi
638c426c6a Fix remote session not working with MSSQL 2023-05-17 05:32:47 +00:00
prathabanKavin
9bf0fa553a Fix remote session not working with MSSQL 2023-05-17 10:51:01 +05:30
Amalka Subasinghe
0ef880eb3c fix issues related to uem test failures 2023-05-15 22:50:55 +05:30
Amalka Subasinghe
ba0e2001bd Merge pull request 'Fix SSL timeout issue in Rest client' (#120) from pasindu/device-mgt-core:fixSSLTimeOut into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/120
2023-05-15 16:33:37 +00:00
pasindu
9ceb6cc0cf mend 2023-05-15 21:58:39 +05:30
pasindu
401c549f13 Fix SSL timeout issue in Rest client 2023-05-15 21:54:31 +05:30
Amalka Subasinghe
a438b0fbd4 Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core 2023-05-12 21:51:42 +05:30
Amalka Subasinghe
951dde2a31 fixed build issues after restucturing 2023-05-12 21:51:36 +05:30
Charitha Goonetilleke
ea4b7ac97b Merge pull request 'Add missing log method's contents in logger component' (#118) from kavindya_devindi/device-mgt-core:master into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/118
2023-05-12 11:01:35 +00:00
kavindya_devindi
55e3bb953f Add missing log method's contents in logger component 2023-05-12 16:17:06 +05:30
Amalka Subasinghe
1229f275f6 fixing issues after component refactoring 2023-05-11 18:59:03 +05:30
Amalka Subasinghe
61f8589113 refactored version variables, oauth extension component 2023-05-11 14:38:47 +05:30
Amalka Subasinghe
0bf534689f refactiored device mgt components 2023-05-11 13:29:16 +05:30
Amalka Subasinghe
243a74da8c refactored heart beat, notification logger, identity extensions component 2023-05-11 12:30:03 +05:30
Amalka Subasinghe
75309b8d96 refactored device-mgt extension component 2023-05-11 12:14:29 +05:30