Pasindu Rupasinghe
94e1df617a
Get apiApplication registration to single method and fix generateApplicationKeys
1 year ago
Pramila Niroshan
656acbb34e
Remove Application mgt API feature from device mgt core
1 year ago
Dharmakeerthi Lasantha
d251253948
Improve application key generating functionality
1 year ago
Pasindu Rupasinghe
0e62245064
modify generateAndRetrieveApplicationKeys method
1 year ago
Dharmakeerthi Lasantha
6bf6adf2b5
Add API integration
1 year ago
Pasindu Rupasinghe
c53c8f3d63
minor fix
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
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
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
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
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
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
Pasindu Rupasinghe
9ceb6cc0cf
mend
1 year ago
Pasindu Rupasinghe
401c549f13
Fix SSL timeout issue in Rest client
1 year ago
Amalka Subasinghe
a438b0fbd4
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core
1 year ago
Amalka Subasinghe
951dde2a31
fixed build issues after restucturing
1 year ago
kavindya_devindi
55e3bb953f
Add missing log method's contents in logger component
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
1 year ago
Amalka Subasinghe
243a74da8c
refactored heart beat, notification logger, identity extensions component
1 year ago
Amalka Subasinghe
75309b8d96
refactored device-mgt extension component
1 year ago
Amalka Subasinghe
0bf6b3899e
refactored apimgt extension component
1 year ago
Amalka Subasinghe
d98abb1ddf
refactored application mgt component
1 year ago
Amalka Subasinghe
162507ac8b
refactored policy mgt component
1 year ago
Amalka Subasinghe
5d5980c720
refactored cert mgt component
2 years ago
Amalka Subasinghe
1d0f27b98e
refactored ui request handler component
2 years ago
Amalka Subasinghe
f0380076c1
refactored transport mgt component
2 years ago
Amalka Subasinghe
8e26f3b4dd
refactored analytics mgt component
2 years ago
Amalka Subasinghe
7215c2f827
refactored webapp authentication component
2 years ago
Amalka Subasinghe
baf7661e9d
refactored task mgt component
2 years ago
Amalka Subasinghe
721de62362
refactored sub type mgt component
2 years ago
Amalka Subasinghe
2caf5a4f28
refactored tenant mgt component
2 years ago
Amalka Subasinghe
e3c4765650
refactored operation mgt component
2 years ago
Amalka Subasinghe
fdedc2b8f4
refactored feature artifact ids and folder names
2 years ago
Amalka Subasinghe
fa2056e9d6
fixed parent artifact id
2 years ago
Amalka Subasinghe
a71abaa6e9
change the group id
2 years ago
Amalka Subasinghe
18c35218fd
fixed build issues due to op template feature
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
Charitha Goonetilleke
9159b1105b
Merge branch 'master' into feature/operation-template
2 years ago
osh
f425a0c869
Fix cache issue when billing cache is enabled
2 years ago
Thameera
8533542035
Update operation template core changes
2 years ago
Thameera
f92e766856
add version changes and modifications
2 years ago
Thameera
800fa4fb9a
add some modifications to operation template
2 years ago
Thameera
7562c1fbf1
Operation Template implementation
2 years ago
Lasantha Dharmakeerthi
dc0f8f9979
Fix web app URL missing issue when editing the web app
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
Nishan Sangeeth
00b2c06ec0
Fix-invite-users-issue
...
Co-authored-by: Nishan Sangeeth <nishan@entgra.io>
Co-committed-by: Nishan Sangeeth <nishan@entgra.io>
2 years ago
Dilini Bandara
d69809b319
Fix : Web-app url not updating
2 years ago
kavindya_devindi
c3abf3d6b7
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core
2 years ago
kavindya_devindi
06ec100ae1
Fix dependency issue in subtype mgt component
2 years ago
Pasindu Rupasinghe
bb325f7c46
Remove wild card imports
2 years ago
Pasindu Rupasinghe
6b6b303d87
Create interface for Publlisher rest api services
2 years ago
Pasindu Rupasinghe
455917f21e
Implement method for Https ssl trustmanager and improve exception
2 years ago
Pasindu Rupasinghe
eb11036b6c
Change version snd remove unwanted dependencies
2 years ago
Pasindu Rupasinghe
2ca425819e
Get hardcoded values as constats and fix exception error handling
2 years ago
Pasindu Rupasinghe
ba5effbf65
Remove unwanted dependencies and minor fixes
2 years ago
Pasindu Rupasinghe
9ced84a2df
Fix scope id issue
2 years ago
Pasindu Rupasinghe
50fbb5120a
Minor fixes
2 years ago
Pasindu Rupasinghe
07c157e9d6
Fix URL Generation, Make feature, Refactor the module
2 years ago
Pasindu Rupasinghe
34ae40e233
Code format fixes
2 years ago
Pasindu Rupasinghe
aab94d8fdd
Implement get scopesID API call and rename the module
2 years ago