Lasantha Dharmakeerthi
c5fd475d17
Add docUrl into metadata
2 months ago
Nipuni Kavindya
930f555835
Add docUrl into metadata.
2 months ago
Navod Zoysa
c8528b68ab
Merge pull request 'Fix warning message showing in login page' ( #516 ) from tcdlpds/device-mgt-core:master into master
...
Reviewed-on: community/device-mgt-core#516
2 months ago
tcdlpds
50a952a1fa
Fix warning message showing in login page
2 months ago
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
230192f2d9
Completed the requested changes
2 months ago
Ruwin Dissanayake
9107efb3a6
Added a method to get the device count based on app os type with group
2 months ago
Oshani Silva
a2b8b8bda2
Remove unwanted connection
2 months ago
Oshani Silva
70f5a99e60
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into usage-11591
2 months ago
Ruwin Dissanayake
a161791fc0
Added a method to retrieve the device count based on application type
2 months ago
Nipuni Kavindya
5cba2d6a81
Add improvements for the TenantMgtServiceComponent.
2 months ago
Navod Zoysa
b61af92293
Fix compile failure
2 months ago
tcdlpds
c6905b968e
Improve device status management service
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
Nipuni Kavindya
77a521e550
Add special warning message for Factory Reset, Enterprise Wipe, disneroll operations.
3 months ago
Lasantha Dharmakeerthi
00686e75d1
Update operations status when serve startup
3 months ago
Pasindu Rupasinghe
0272bda2ce
Get server startup handlers to a single point in device-mgt core
3 months ago
Pasindu Rupasinghe
87b98a6cb5
Use try with resources for dao layer
3 months ago
Pasindu Rupasinghe
6d324c084a
Throw msg and the exception in relevent places
3 months ago
Pasindu Rupasinghe
f59208f6e7
Save OperationStartupHandler in data holder
3 months ago
Oshani Silva
21290dfba6
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into secure-folder-policy
3 months ago
Oshani Silva
59056cc8ff
Add tooltip component to features
3 months ago
Pasindu Rupasinghe
c37cf31ffe
Update operations status when serve startup
3 months ago
Lasantha Dharmakeerthi
f58721b3b6
Implement the search API for Subscription details view
3 months ago
Lasantha Dharmakeerthi
470f9c52a3
Fix search by middle part of the username is not working in uninstall table in app store
3 months ago
Nipuni Kavindya
320d5215de
Implement the search API for Subscription details view
3 months ago
Lasantha Dharmakeerthi
dec953b638
Update release rating data type
3 months ago
Rajitha Kumara
9ce605d883
Update release rating data type
3 months ago
Nipuni Kavindya
afa3294555
Fix search by middle part of the username is not working in uninstall table in app store.
3 months ago
Gimhan Wijayawardana
b8542bfffd
Fix data type inconsistency in tag db scripts
3 months ago
Rajitha Kumara
476fe5f849
Add release version report supportablility
3 months ago
Rajitha Kumara
55f5865726
Fix enroll-web-agent login issue
3 months ago
tcdlpds
ec4e8255a2
Sync with master
3 months ago
Lasantha Dharmakeerthi
fa4d466798
Implement Device Tagging Feature
3 months ago
Gimhan Wijayawardana
cfa40c0d2b
Fix tag feature modifications after review
3 months ago
Rajitha Kumara
0f58430717
Sync with master
3 months ago
Lasantha Dharmakeerthi
52ea270e9f
Fix permission updating issue
3 months ago
Rajitha Kumara
1e20b3d15c
Fix permission updating issue
3 months ago
Charitha Goonetilleke
5a12dc7601
Fix logic issue with user authorization validation for groups
...
Co-authored-by: Charitha Goonetilleke <charitha@entgra.io>
Co-committed-by: Charitha Goonetilleke <charitha@entgra.io>
3 months ago
Gimhan Wijayawardana
8d2fb5fa76
Fix tenant id constraint in DM_TAG table
3 months ago
Gimhan Wijayawardana
295f1831d8
Initialize device tag feature updated req changes
3 months ago
Lasantha Dharmakeerthi
19287b515f
Change the return type of the app lifecycle's updated time
3 months ago
Gimhan Wijayawardana
5e1bfd6d9a
Initialize device tag feature
3 months ago
Gimhan Wijayawardana
07794f97d9
Initialize device tag feature
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
Rajitha Kumara
db1f12ea88
Improve retrying logic and refactor the code
3 months ago
Rajitha Kumara
c6f65d9675
Refactor the code
3 months ago