Arshana
30837f2f3d
Add missing cope
2 months ago
Gimhan Wijayawardana
b8542bfffd
Fix data type inconsistency in tag db scripts
2 months ago
Rajitha Kumara
476fe5f849
Add release version report supportablility
3 months ago
tcdlpds
ec4e8255a2
Sync with master
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
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
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
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
subodhinie
0ca4d025ee
Add Windows device operation scope: os-updates-info ( #406 )
...
Co-authored-by: Subodhinie <subodhinie@entgra.io>
Reviewed-on: community/device-mgt-core#406
Co-authored-by: subodhinie <subodhinie@entgra.io>
Co-committed-by: subodhinie <subodhinie@entgra.io>
4 months ago
Pahansith Gunathilake
2006d7e97d
Add policy type conversion from BLOB to Text DB scripts
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
Navod Zoysa
d566cf966a
Add Microsoft Store integration for Windows devices
4 months ago
Lasantha Dharmakeerthi
3b672c74b4
Migrate from legacy FCM APIs to HTTP v1
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
builder
fa7628e47a
[maven-release-plugin] prepare release v5.1.0
4 months ago
tcdlpds
92a49e71c1
Sync with master
4 months ago
osh.silva
502e89ecf3
Add status scope to mdm-config
5 months ago
Rajitha Kumara
aafa824f08
Migrate from legacy FCM APIs to HTTP v1
5 months ago
tcdlpds
ae8a170421
Fix merge conflicts
5 months ago
Lasantha Dharmakeerthi
842f14ea2c
Add missing permission
6 months ago
Rajitha Kumara
65ac47aec0
Add missing permission
6 months ago
Pahansith Gunathilake
9517e80939
Merge pull request 'Improve device mgt core performance' ( #394 ) from improvement/dm-performance into master
...
Reviewed-on: community/device-mgt-core#394
6 months ago
Rajitha Kumara
4b96053419
Add /permission/admin/device-mgt/devices/any-group/permitted-actions-under-owning-group permission
6 months ago
Charitha Goonetilleke
e154c687e6
Add additional indexes to DM_DB
6 months ago
Charitha Goonetilleke
d1fe1baad0
Fix issues with caching
6 months ago
Charitha Goonetilleke
fb79d61b60
Add DEVICE_TYPE and DEVICE_IDENTIFICATION fields to DM_ENROLLMENT table
6 months ago
tcdlpds
8cf830b7c8
Fix server starting issue with latest WUM
7 months ago
Rajitha Kumara
d1661e3f6d
Sync with master
7 months ago
Charitha Goonetilleke
62722718f2
Fix issues with handling OPERATION_DETAILS and OPERATION_PROPERTIES
...
This is to fix incorrectly handled operation details retrieval and operation properties handling.
Need following migration for existing data.
```
ALTER TABLE `DM_DB`.`DM_OPERATION`
ADD COLUMN `OPERATION_PROPERTIES` BLOB NULL DEFAULT NULL AFTER `OPERATION_DETAILS`;
ALTER TABLE `ARCHIVAL_DB`.`DM_OPERATION_ARCH`
ADD COLUMN `OPERATION_PROPERTIES` BLOB NULL DEFAULT NULL AFTER `OPERATION_DETAILS`;
UPDATE DM_OPERATION SET OPERATION_DETAILS = null;
UPDATE DM_ENROLMENT_OP_MAPPING SET STATUS = 'ERROR' WHERE STATUS = 'PENDING' OR STATUS = 'IN_PROGRESS' OR STATUS = 'NOTNOW';
```
Reviewed-on: community/device-mgt-core#371
Co-authored-by: Charitha Goonetilleke <charitha@entgra.io>
Co-committed-by: Charitha Goonetilleke <charitha@entgra.io>
7 months ago
builder
487c576ab2
[maven-release-plugin] prepare for next development iteration
7 months ago
builder
ff8147db5e
[maven-release-plugin] prepare release v5.0.41
7 months ago
Lasantha Dharmakeerthi
093df7c161
Add capability to delete a tenant
7 months ago
Ashvini Wegodapola
e9ac11da78
Create DAO for tenant deletion task
...
Add Application related DAO methods
Add application folder delete function
Change scope
Refactor code
Resolve merge conflicts
Resolve merge conflict
7 months ago
Rajitha Kumara
3798134011
Add stream base file uploading
8 months ago
subodhinie
5dd155e3f7
Add Windows device operation scopes: apps, device-info, firewall-info, security-info ( #360 )
...
Fixes for https://roadmap.entgra.net/issues/10679
Co-authored-by: Subodhinie <subodhinie@entgra.io>
Reviewed-on: community/device-mgt-core#360
Co-authored-by: subodhinie <subodhinie@entgra.io>
Co-committed-by: subodhinie <subodhinie@entgra.io>
8 months ago
Pasindu Rupasinghe
f03cae09fe
Sync with master branch
8 months ago
builder
d4455c5fe7
[maven-release-plugin] prepare for next development iteration
8 months ago
builder
52fe90256c
[maven-release-plugin] prepare release v5.0.40
8 months ago
Charitha Goonetilleke
4045e39a76
Fix inconsistencies in dynamic and random task execution
9 months ago
Pasindu Rupasinghe
de1de88e4a
Sync with master
9 months ago