Gimhan-minion
a6a9e82c35
Update debug and error logs
2023-06-07 10:43:32 +05:30
Gimhan-minion
b58b8c931b
Implement DeleteDeviceLocation method for deleting location from a device
2023-06-07 10:43:32 +05:30
Lasantha Dharmakeerthi
cebc3bf5d4
Fix issue with delete geofences with MSSQL db
2023-06-02 05:59:40 +00:00
osh
891e7972c8
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into search-10113
2023-06-01 23:37:13 +05:30
osh
96e3c3f0e0
Fix search by user
...
fixes https://roadmap.entgra.net/issues/10113
2023-06-01 23:37:01 +05:30
prathabanKavin
1fb777264d
Check for logged in tenant id
2023-06-01 22:55:04 +05:30
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>
2023-06-01 16:11:35 +00:00
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
prathabanKavin
bd5776947d
Fix issue with delete geofences with mssql db
2023-05-31 21:45:31 +05:30
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
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
7100b36e35
Fix package name issue
2023-05-29 12:27:50 +05:30
Dharmakeerthi Lasantha
713759f3f7
Update copyright
2023-05-26 23:58:39 +05:30
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
209f2b66c9
Add tenant based storing and loading SCEP certificates
2023-05-25 11:55:14 +05:30
inoshperera
1aafd53d3e
OTP for enrollment with Mutual TLS
...
Fixes https://roadmap.entgra.net/issues/10093
2023-05-24 16:48:17 +05:30
Lasantha Dharmakeerthi
19ce7d6fac
Add try it now feature ( #99 )
...
Co-authored-by: Dharmakeerthi Lasantha <tcdlpds@gmail.com>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/99
Co-authored-by: Lasantha Dharmakeerthi <lasantha@entgra.io>
Co-committed-by: Lasantha Dharmakeerthi <lasantha@entgra.io>
2023-05-24 16:48:13 +05:30
d34adaae96
Fix issue with Nginx not recognizing the SCEP client certificate ( #105 )
...
Co-authored-by: Pahansith <pahansith@entgra.io>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/105
Co-authored-by: Pahansith Gunathilake <pahansith@entgra.io>
Co-committed-by: Pahansith Gunathilake <pahansith@entgra.io>
2023-05-24 16:47:42 +05:30
inoshperera
dfe957b019
Add SCEP support
...
fixes https://roadmap.entgra.net/issues/10042
2023-05-24 16:47:39 +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
osh
2b72f4890b
Add by serial number in store
2023-05-23 23:16:55 +05:30
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
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
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
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
Amalka Subasinghe
0bf6b3899e
refactored apimgt extension component
2023-05-11 11:33:09 +05:30
Amalka Subasinghe
d98abb1ddf
refactored application mgt component
2023-05-11 11:03:21 +05:30
Amalka Subasinghe
162507ac8b
refactored policy mgt component
2023-05-11 10:43:14 +05:30
Amalka Subasinghe
5d5980c720
refactored cert mgt component
2023-05-11 09:51:57 +05:30
Amalka Subasinghe
1d0f27b98e
refactored ui request handler component
2023-05-11 09:40:03 +05:30
Amalka Subasinghe
f0380076c1
refactored transport mgt component
2023-05-11 09:31:30 +05:30
Amalka Subasinghe
8e26f3b4dd
refactored analytics mgt component
2023-05-11 09:23:38 +05:30
Amalka Subasinghe
7215c2f827
refactored webapp authentication component
2023-05-11 09:14:19 +05:30
Amalka Subasinghe
baf7661e9d
refactored task mgt component
2023-05-10 20:08:20 +05:30
Amalka Subasinghe
721de62362
refactored sub type mgt component
2023-05-10 19:55:42 +05:30
Amalka Subasinghe
2caf5a4f28
refactored tenant mgt component
2023-05-10 19:51:16 +05:30
Amalka Subasinghe
e3c4765650
refactored operation mgt component
2023-05-10 19:41:37 +05:30
Amalka Subasinghe
fdedc2b8f4
refactored feature artifact ids and folder names
2023-05-10 19:34:56 +05:30
Amalka Subasinghe
fa2056e9d6
fixed parent artifact id
2023-05-10 11:56:29 +05:30
Amalka Subasinghe
a71abaa6e9
change the group id
2023-05-10 11:53:11 +05:30
Amalka Subasinghe
18c35218fd
fixed build issues due to op template feature
2023-05-10 10:47:39 +05:30
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: https://repository.entgra.net/community/device-mgt-core/pulls/113
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
2023-05-10 04:47:36 +00:00
Charitha Goonetilleke
9159b1105b
Merge branch 'master' into feature/operation-template
2023-05-10 04:31:56 +00:00
osh
f425a0c869
Fix cache issue when billing cache is enabled
2023-05-10 11:21:33 +10:00
Thameera
8533542035
Update operation template core changes
2023-05-09 22:46:15 +05:30
Thameera
f92e766856
add version changes and modifications
2023-05-09 21:41:33 +05:30
Thameera
800fa4fb9a
add some modifications to operation template
2023-05-09 21:41:33 +05:30
Thameera
7562c1fbf1
Operation Template implementation
2023-05-09 21:41:33 +05:30
Lasantha Dharmakeerthi
dc0f8f9979
Fix web app URL missing issue when editing the web app
2023-05-09 13:35:45 +00:00
Oshani Silva
d7d28b1879
Fix billing issues
...
Co-authored-by: Oshani Silva <oshani@entgra.io>
Co-committed-by: Oshani Silva <oshani@entgra.io>
2023-05-05 07:28:25 +00:00
Nishan Sangeeth
00b2c06ec0
Fix-invite-users-issue
...
Co-authored-by: Nishan Sangeeth <nishan@entgra.io>
Co-committed-by: Nishan Sangeeth <nishan@entgra.io>
2023-05-05 07:22:02 +00:00
dilini
d69809b319
Fix : Web-app url not updating
2023-04-27 21:39:13 +05:30
kavindya_devindi
c3abf3d6b7
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core
2023-04-27 17:57:11 +05:30
kavindya_devindi
06ec100ae1
Fix dependency issue in subtype mgt component
2023-04-27 17:52:51 +05:30
pasindu
bb325f7c46
Remove wild card imports
2023-04-27 09:32:04 +05:30
pasindu
6b6b303d87
Create interface for Publlisher rest api services
2023-04-26 23:38:32 +05:30
pasindu
455917f21e
Implement method for Https ssl trustmanager and improve exception
2023-04-26 20:43:16 +05:30
pasindu
eb11036b6c
Change version snd remove unwanted dependencies
2023-04-26 11:52:36 +05:30
pasindu
2ca425819e
Get hardcoded values as constats and fix exception error handling
2023-04-26 09:28:54 +05:30
pasindu
ba5effbf65
Remove unwanted dependencies and minor fixes
2023-04-26 09:28:53 +05:30
pasindu
9ced84a2df
Fix scope id issue
2023-04-26 09:28:53 +05:30
pasindu
50fbb5120a
Minor fixes
2023-04-26 09:28:53 +05:30
pasindu
07c157e9d6
Fix URL Generation, Make feature, Refactor the module
2023-04-26 09:28:53 +05:30
pasindu
34ae40e233
Code format fixes
2023-04-26 09:28:53 +05:30
pasindu
aab94d8fdd
Implement get scopesID API call and rename the module
2023-04-26 09:28:53 +05:30
pasindu
e920df6da3
Minor changes
2023-04-26 09:28:53 +05:30
pasindu
0d70576401
change http client to okhttp
2023-04-26 09:28:53 +05:30
pasindu
f1120baec3
Implement exception handling
2023-04-26 09:28:53 +05:30
pasindu
8e4998ede8
Test okhttp
2023-04-26 09:28:53 +05:30
pasindu
a9bb2fcb93
Use apache http client
2023-04-26 09:28:53 +05:30
pasindu
ac834d0359
Automated api calls with http client
2023-04-26 09:28:53 +05:30
builder
fa7ee67aed
[maven-release-plugin] prepare for next development iteration
2023-04-26 09:20:38 +05:30
builder
71007cc03c
[maven-release-plugin] prepare release v5.0.25
2023-04-26 09:20:33 +05:30
Kavindya Devindi
47990e4a16
Add subtype-mgt feature ( #74 )
...
## Purpose
To seperate out component with main generic things of subtype management.
## Goals
This subtype-mgt component enables the dynamic implementation of any subtypes using APIs. PFA
## Approach
* Add generic methods to subtype management component.
* Add cacheloader mechanism to optimum data loading part.
* Add unit test cases for all subtype's methods.
## Documentation
Requirement & Design Approach of Subtype Management ->
https://docs.google.com/document/d/1Cp7LqFKuV2FZOhN-cOCveLYcjyrzbZTDA0gNPYuV918/edit?usp=sharing
## Automation tests
- Unit tests
- service test
- service negative test
- DAO test
- DAO negative test
- Integration tests
> N/A
## Security checks
> N/A
## Related MRs
> N/A
## Test environment
Linux 22.04
## Learning
> N/A
Co-authored-by: kavindya_devindi <kavindyadevindi038@gmail.com>
Co-authored-by: Pahansith Gunathilake <pahansith@entgra.io>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/74
Co-authored-by: Kavindya Devindi <kavindya@entgra.io>
Co-committed-by: Kavindya Devindi <kavindya@entgra.io>
2023-04-25 08:25:27 +00:00
kavindya_devindi
129d49e897
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core
2023-04-25 13:47:23 +05:30
Sasini Sandamali
7324acb8d3
Add API doc while publishing APIs ( #79 )
...
Co-authored-by: Sasini_Sandamali <sasini@entgra.io>
Co-authored-by: Pahansith Gunathilake <pahansith@entgra.io>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/79
Co-authored-by: Sasini Sandamali <sasini@entgra.io>
Co-committed-by: Sasini Sandamali <sasini@entgra.io>
2023-04-25 08:15:47 +00:00
102d70253a
Merge branch 'master' into issue-9736-2
2023-04-25 07:57:43 +00:00
36bae5e3c1
Fix geofences not loading with MSSQL db ( #75 )
...
## Purpose
* Fixes https://roadmap.entgra.net/issues/9987
## Description
* Fix geofences page not loading when starting the pack with MSSQL databases.
Co-authored-by: prathabanKavin <kavinprathaban025@gmail.com>
Co-authored-by: Pahansith Gunathilake <pahansith@entgra.io>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/75
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
2023-04-25 07:54:05 +00:00
27cceecd33
Fix device enrolment using MSSQL as database ( #72 )
...
## Purpose
* Fixes https://roadmap.entgra.net/issues/9859
## Description
* Fix device enrolment using MSSQL as database
* Fix test case failures of database engine getting a null value
Co-authored-by: prathabanKavin <kavinprathaban025@gmail.com>
Co-authored-by: Pahansith Gunathilake <pahansith@entgra.io>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/72
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
2023-04-25 07:50:37 +00:00