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
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
Rajitha Kumara
2d06c2c969
Fix tryit pack downloading issue
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
Pahansith Gunathilake
7843514332
Fix application search issue
9 months ago
Rajitha Kumara
75511712db
Fix build failure
9 months ago
Rajitha Kumara
d1e72cdf7a
Restructured CEA mgt admin api
9 months ago
Isuri Mendis
9fb3a4dec7
deviceOrg ( #326 )
...
Device Organization Complete Back End
Co-authored-by: isuri <isuri@entgra.io>
Reviewed-on: community/device-mgt-core#326
Co-authored-by: Isuri Medis <isuri@entgra.io>
Co-committed-by: Isuri Medis <isuri@entgra.io>
10 months ago
builder
4ba0be5510
[maven-release-plugin] prepare for next development iteration
10 months ago
builder
790dfaad5b
[maven-release-plugin] prepare release v5.0.39
10 months ago
Navod Zoysa
3848b46282
Add Windows defender scan operation scope
10 months ago
builder
680cc7bca8
[maven-release-plugin] prepare for next development iteration
10 months ago
builder
ba430be534
[maven-release-plugin] prepare release v5.0.38
10 months ago
Rajitha Kumara
120f488da9
Fix build failure
10 months ago
Rajitha Kumara
2ad8f54a46
Add conditional email access feature changes
10 months ago
builder
79d1e534b5
[maven-release-plugin] prepare for next development iteration
10 months ago
builder
0d84a0ca6b
[maven-release-plugin] prepare release v5.0.37
10 months ago
Lasantha Dharmakeerthi
fb3f22b182
Add doc-url template variable
10 months ago
Rajitha Kumara
5184d60805
Add doc url template variable
10 months ago
osh
9be9f5a79e
Add scope to mdm-config
...
fixes https://roadmap.entgra.net/issues/10489
10 months ago
builder
cfcecaeec2
[maven-release-plugin] prepare for next development iteration
10 months ago
builder
a221a2b17a
[maven-release-plugin] prepare release v5.0.36
10 months ago
builder
1b66ba6bb1
[maven-release-plugin] prepare for next development iteration
10 months ago
builder
5284781270
[maven-release-plugin] prepare release 5.0.35v
10 months ago
Thilina Sandaruwan
0ecf8f4976
Update footer config template values
10 months ago
Rajitha Kumara
93427e0077
Update scopes
11 months ago
Rajitha Kumara
76064844c4
Add generic logic to jit handlers
11 months ago
Rajitha Kumara
aa4b623283
Add JIT base provision and enrollment handlers
11 months ago
Pramila Niroshan
c2a9b6a073
Add a config to decide which device statuses to persist in the database ( #250 )
...
Co-authored-by: pramilaniroshan <pramila@entgra.io>
Reviewed-on: community/device-mgt-core#250
Co-authored-by: Pramila Niroshan <pramila@entgra.io>
Co-committed-by: Pramila Niroshan <pramila@entgra.io>
11 months ago
builder
c702763995
[maven-release-plugin] prepare for next development iteration
11 months ago
builder
a47fda9779
[maven-release-plugin] prepare release v5.0.34
11 months ago
builder
fb65db10fe
[maven-release-plugin] prepare for next development iteration
11 months ago
builder
17dcbde4ab
[maven-release-plugin] prepare release v5.0.33
11 months ago
Pahansith Gunathilake
e398b8abbd
Merge pull request 'Changing the data type of DESCRIPTION from VARCHAR to TEXT' ( #295 ) from arshana790/device-mgt-core-fork:task#10466/change_dbscripts into master
...
Reviewed-on: community/device-mgt-core#295
11 months ago
Arshana
bd79e4a834
Changing the data type of APP_META_INFO from VARCHAR to TEXT
11 months ago
Arshana
31c79d5bc9
Changing the data type of DESCRIPTION from VARCHAR to TEXT
11 months ago