Commit Graph

11206 Commits

Author SHA1 Message Date
Rajitha Kumara
8f8e5e67d4 Update generic device dao 2024-07-23 19:35:34 +05:30
Lasantha Dharmakeerthi
8f6d213154 Fix issues related to new devices and stats 2024-07-23 13:28:08 +00:00
Rajitha Kumara
c480512f10 Fix issues related to new devices and stats 2024-07-23 18:48:20 +05:30
Lasantha Dharmakeerthi
d4c9f94bd9 Validate billing cost 2024-07-23 06:38:07 +00:00
osh.silva
3112fd92a6 Validate billing cost 2024-07-23 11:59:13 +05:30
Nipuni Kavindya
f585e37d61 Fix build failure
Co-authored-by: Nipuni Kavindya <nipuni@entgra.io>
Co-committed-by: Nipuni Kavindya <nipuni@entgra.io>
2024-07-23 03:51:33 +00:00
Rajitha Kumara
40c12875ac Improve APPM subscription data retrieving logic
Co-authored-by: Rajitha Kumara <rajitha@entgra.io>
Co-committed-by: Rajitha Kumara <rajitha@entgra.io>
2024-07-22 20:44:09 +00:00
Lasantha Dharmakeerthi
d53ab7cea2 Fix space in getAppCount query 2024-07-22 04:35:24 +00:00
prathabanKavin
fa400f8995 Fix space in getAppCount query 2024-07-22 09:56:37 +05:30
Lasantha Dharmakeerthi
ac9c7b1a38 Fix stream corrupted exception for profile type operations 2024-07-21 21:23:28 +00:00
navodzoysa
71eae764ce Fix stream corrupted exception for profile type operations 2024-07-22 02:07:16 +05:30
Lasantha Dharmakeerthi
3d281de94a Sync with master 2024-07-18 16:27:43 +00:00
Lasantha Dharmakeerthi
a7ed2a2423 Fix devices not loading in web apps 2024-07-18 16:21:22 +00:00
7b0f12b890 Fix devices not loading in web apps 2024-07-18 13:45:39 +05:30
Lasantha Dharmakeerthi
9f809d04a4 Fix devices not loading for web apps 2024-07-18 07:37:59 +00:00
8a8846be5a Fix devices not loading in web apps 2024-07-18 12:26:19 +05:30
30f685cce8 Merge pull request 'Fix: Send EVENT_REVOKE when a group is removed from a geofence' (#454) from waruni/device-mgt-core:geofence-revoke-fix into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/454
2024-07-17 09:01:37 +00:00
waruni
7be828a556 Add EVENT REVOKE operation for groupIds to delete 2024-07-17 11:52:35 +05:30
Oshani Silva
8b6eee0a97 Add fix for group subscription table
Co-authored-by: Oshani Silva <oshani@entgra.io>
Co-committed-by: Oshani Silva <oshani@entgra.io>
2024-07-17 05:42:24 +00:00
tcdlpds
211ed7a489 Sync with master 2024-07-16 18:49:54 +05:30
tcdlpds
3d5f4004d0 Sync with master 2024-07-16 17:56:15 +05:30
Jenkins
e062bf79dc [maven-release-plugin] prepare for next development iteration 2024-07-16 08:04:47 +05:30
Jenkins
6d1414d09f [maven-release-plugin] prepare release v5.2.0 2024-07-16 08:04:39 +05:30
subodhinie
0ca4d025ee Add Windows device operation scope: os-updates-info (#406)
Co-authored-by: Subodhinie <subodhinie@entgra.io>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/406
Co-authored-by: subodhinie <subodhinie@entgra.io>
Co-committed-by: subodhinie <subodhinie@entgra.io>
2024-07-15 11:07:55 +00:00
Lasantha Dharmakeerthi
22cbc529f6 Add default case in CategorizedSubscriptionResult constructor 2024-07-15 09:42:59 +00:00
nipuni
7496415ab3 Add default case in CategorizedSubscriptionResult constructor. 2024-07-15 13:24:45 +05:30
Lasantha Dharmakeerthi
08e9625373 Fix searching issue in installation details in app store 2024-07-15 07:26:50 +00:00
nipuni
9561e003bf Fix filtering by device name not working with all and device subscriptions 2024-07-15 09:14:20 +05:30
nipuni
f0fafde0d2 Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into #11464
# Conflicts:
#	components/application-mgt/io.entgra.device.mgt.core.application.mgt.core/src/main/java/io/entgra/device/mgt/core/application/mgt/core/impl/SubscriptionManagerImpl.java
#	components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/dao/EnrollmentDAO.java
#	components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/dao/GroupDAO.java
#	components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/dao/impl/AbstractEnrollmentDAOImpl.java
#	components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/dao/impl/AbstractGroupDAOImpl.java
#	components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/service/DeviceManagementProviderService.java
#	components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/service/DeviceManagementProviderServiceImpl.java
#	components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/service/GroupManagementProviderService.java
#	components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/service/GroupManagementProviderServiceImpl.java
2024-07-13 21:36:24 +05:30
nipuni
22f8497952 Fix Search is not working in installation details in app store 2024-07-13 21:05:41 +05:30
290952ae53 Merge pull request 'Add capability to search policies by device type' (#339) from ashvini/device-mgt-core:Improvement#10585 into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/339
2024-07-12 06:14:38 +00:00
ashvini
8a82d1666c Add capability to search policies by device type
Resolve comments

Resolve comments

Remove unnecessary changes
2024-07-12 09:20:35 +05:30
Lasantha Dharmakeerthi
3342bc8cc6 Add policy type conversion from BLOB to Text DB scripts 2024-07-11 18:51:02 +00:00
020c397769 Merge pull request 'Fix same device data loading for subscriptions' (#450) from prathabanKavin/device-mgt-core:devicelinkrejectfix into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/450
2024-07-11 18:36:36 +00:00
prathabanKavin
11bca0f4ae Remove unnecessary logs 2024-07-11 23:57:14 +05:30
prathabanKavin
de1d79f27c Fix same device data loading for subscriptions 2024-07-11 23:53:34 +05:30
2006d7e97d Add policy type conversion from BLOB to Text DB scripts 2024-07-11 23:33:16 +05:30
Lasantha Dharmakeerthi
cbbac7e37a Add policy content store as Json 2024-07-11 10:29:56 +00:00
090c5d22df Merge pull request 'Fix deleted,removed devices appearing in subscription table' (#447) from prathabanKavin/device-mgt-core:removeddevicefix into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/447
2024-07-11 08:02:37 +00:00
3c31c9d432 Merge branch 'master' into removeddevicefix 2024-07-11 07:07:09 +00:00
prathabanKavin
1a1df97253 Resolve comments 2024-07-11 12:32:39 +05:30
Lasantha Dharmakeerthi
2ac2b0fc37 Add configuration to delete Tenant Application artifacts 2024-07-11 06:03:47 +00:00
03457250fa Merge pull request 'Add Microsoft Store integration for Windows devices' (#443) from navodzoysa/device-mgt-core:issue-10635/store-integration into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/443
2024-07-11 05:49:51 +00:00
faefad1505 Merge pull request 'Fix user, role app installations failing' (#445) from prathabanKavin/device-mgt-core:uuserrolefix into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/445
2024-07-11 05:23:08 +00:00
ashvini
e1a47c68fb Get TenantMgtAdminService as an osgi service
Resolve comments

Remove source reference

Change error messages

Make changes in code

Add license

Resolve comments

Add java doc comments

Resolve comments

Resolve comment
2024-07-11 10:49:47 +05:30
prathabanKavin
953f72afdc Filter devices according to their devicetype 2024-07-11 07:56:34 +05:30
navodzoysa
d566cf966a Add Microsoft Store integration for Windows devices 2024-07-11 02:02:22 +05:30
prathabanKavin
68a4de92d6 Fix all,device,group removed devices 2024-07-11 00:52:53 +05:30
prathabanKavin
f9cea050ae Fix user,role removed devices 2024-07-11 00:52:49 +05:30
Lasantha Dharmakeerthi
9f8f25d310 Fix issues with adding operation log of a subscription 2024-07-10 18:28:11 +00:00