Ruwin Dissanayake
258b312a49
Set limit and offset to -1 for retrieving all device details
...
Updated the logic to set limit and offset values to -1 when fetching
device details, ensuring that all devices are retrieved. Without this
change, only the devices within the paginated range were being
fetched.
This change removes the pagination constraint, allowing retrieval of
all devices in the system.
2 months ago
Lasantha Dharmakeerthi
df129651fd
Fix for the incorrect device statistics shown in the app store
2 months ago
Ruwin Dissanayake
a161791fc0
Added a method to retrieve the device count based on application type
2 months ago
Ruwin Dissanayake
0609b3a9c2
Used constants instead of hardcoding
2 months ago
Ruwin Dissanayake
6934827920
Fixed the incorrect device statistics issue happening due to REMOVED and DELETED devices.
2 months ago
Ruwin Dissanayake
2da8cdd05f
Fixed the incorrect device statistics issue happening due to REMOVED and DELETED devices.
2 months ago
Lasantha Dharmakeerthi
f58721b3b6
Implement the search API for Subscription details view
2 months ago
Nipuni Kavindya
320d5215de
Implement the search API for Subscription details view
2 months ago
Rajitha Kumara
9ce605d883
Update release rating data type
2 months ago
Rajitha Kumara
476fe5f849
Add release version report supportablility
3 months ago
tcdlpds
bc81c8923c
Change the return type of the app lifecycle's updated time
...
If the API returns Timestamp object it creates from the Unix timestamp (in milliseconds), but its string representation depends on the JVM’s default timezone. Therefore it returns timestamp based on JVM's timezone. Since it is required to return UTC time, changed the data type and returns the long value. With this improvement it is guaranteed that client gets the UTC time of the app lifecycle's updated time.
3 months ago
tcdlpds
e1594c00f1
Improve tenant deleting logic
3 months ago
tcdlpds
2d49cfe2c8
Sync with master branch
4 months ago
builder
fa24f95a69
[maven-release-plugin] prepare for next development iteration
4 months ago
builder
5f94113adf
[maven-release-plugin] prepare release v5.2.3
4 months ago
Jenkins
770575999e
[maven-release-plugin] prepare for next development iteration
4 months ago
Jenkins
41985cc347
[maven-release-plugin] prepare release v5.2.2
4 months ago
prathabanKavin
8a24255089
Fix device count issues in subscription view
4 months ago
Jenkins
b1ff511d4c
[maven-release-plugin] prepare for next development iteration
4 months ago
Jenkins
0deebf09d8
[maven-release-plugin] prepare release v5.2.1
4 months ago
Rajitha Kumara
78cb44d708
Update unsubscribed status check
4 months ago
Rajitha Kumara
c480512f10
Fix issues related to new devices and stats
4 months ago
Nipuni Kavindya
f585e37d61
Fix build failure
...
Co-authored-by: Nipuni Kavindya <nipuni@entgra.io>
Co-committed-by: Nipuni Kavindya <nipuni@entgra.io>
4 months ago
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>
4 months ago
prathabanKavin
fa400f8995
Fix space in getAppCount query
4 months ago
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>
4 months ago
tcdlpds
211ed7a489
Sync with master
4 months ago
tcdlpds
3d5f4004d0
Sync with master
4 months ago
Jenkins
e062bf79dc
[maven-release-plugin] prepare for next development iteration
4 months ago
Jenkins
6d1414d09f
[maven-release-plugin] prepare release v5.2.0
4 months ago
Nipuni Kavindya
9561e003bf
Fix filtering by device name not working with all and device subscriptions
4 months ago
Nipuni Kavindya
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
4 months ago
Nipuni Kavindya
22f8497952
Fix Search is not working in installation details in app store
4 months ago
prathabanKavin
11bca0f4ae
Remove unnecessary logs
4 months ago
prathabanKavin
de1d79f27c
Fix same device data loading for subscriptions
4 months ago
Kavin Prathaban
3c31c9d432
Merge branch 'master' into removeddevicefix
4 months ago
prathabanKavin
1a1df97253
Resolve comments
4 months ago
Lasantha Dharmakeerthi
2ac2b0fc37
Add configuration to delete Tenant Application artifacts
4 months ago
Pahansith Gunathilake
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: community/device-mgt-core#443
4 months ago
Ashvini Wegodapola
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
4 months ago
prathabanKavin
953f72afdc
Filter devices according to their devicetype
4 months ago
Navod Zoysa
d566cf966a
Add Microsoft Store integration for Windows devices
4 months ago
Lasantha Dharmakeerthi
9f8f25d310
Fix issues with adding operation log of a subscription
4 months ago
Nipuni Kavindya
7c90b43485
Fix issues with adding operation log of a subscription
4 months ago
Rajitha Kumara
2eb73213f3
Add requested changes
4 months ago
Rajitha Kumara
1576ef86d0
App publishing improvements
4 months ago
Ashvini Wegodapola
8e33eebbf6
Add tenant application artifact deletion configuration
...
Fix code errors
Remove spaces
Refactor code
4 months ago
Rajitha Kumara
c9763c8a1b
Fix jaxb dependency issue
4 months ago
tcdlpds
c99194299a
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into apim420
4 months ago
builder
15afde08ac
[maven-release-plugin] prepare for next development iteration
4 months ago