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: #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: #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
Pasindu Rupasinghe
f03cae09fe
Sync with master branch
8 months ago
builder
d4455c5fe7
[maven-release-plugin] prepare for next development iteration
9 months ago
builder
52fe90256c
[maven-release-plugin] prepare release v5.0.40
9 months ago
Charitha Goonetilleke
4045e39a76
Fix inconsistencies in dynamic and random task execution
9 months ago
tcdlpds
b6c4cb66f5
Improve logger dependencies
9 months ago
Pasindu Rupasinghe
de1de88e4a
Sync with master
9 months ago
Pahansith Gunathilake
7843514332
Fix application search issue
9 months ago
Pasindu Rupasinghe
e67dcd5ca2
Sync with master
9 months ago
Pasindu Rupasinghe
14554ba161
Fix sql issues
9 months ago
Rajitha Kumara
75511712db
Fix build failure
9 months ago
Pasindu Rupasinghe
67975ea5f8
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into apim420
9 months ago
Rajitha Kumara
d1e72cdf7a
Restructured CEA mgt admin api
9 months ago
tcdlpds
94905d020d
Fix custom log printing issue
10 months ago
Isuri Mendis
9fb3a4dec7
deviceOrg ( #326 )
...
Device Organization Complete Back End
Co-authored-by: isuri <isuri@entgra.io>
Reviewed-on: #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
Pasindu Rupasinghe
6a12911487
Sync with master
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
Pasindu Rupasinghe
122f3f16f1
Sync with master
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: #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: #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
12 months ago
Rajitha Kumara
8c0ae2511e
Add enrollment mails
12 months ago
tcdlpds
fb859f046d
Add upstream changes
1 year ago
builder
d01e55ed08
[maven-release-plugin] prepare for next development iteration
1 year ago
builder
8c6ac48c7b
[maven-release-plugin] prepare release v5.0.32
1 year ago
Rajitha Kumara
caff091ff2
Update tryit mail templates
1 year ago
Arshana
2a6cdab905
Add missing scope dm:devices:status:change
1 year ago
builder
6b948c9989
[maven-release-plugin] prepare for next development iteration
1 year ago
builder
0e769a8dd9
[maven-release-plugin] prepare release v5.0.31
1 year ago
Pahansith Gunathilake
548aba7da9
revert b9b2c97841
...
revert Added query for set foreign key
1 year ago
Pahansith Gunathilake
d47c7aab6a
Merge pull request 'Added query for set foreign key' ( #257 ) from nishan/device-mgt-core:Certificate-identifire into master
...
Reviewed-on: #257
1 year ago
Amalka Subasinghe
d67acc3d50
introduce configs and added heart beat logic
1 year ago
Amalka Subasinghe
53c48d87ca
user store role mapping feature
1 year ago
Amalka Subasinghe
944c304a68
user store role mapping feature
1 year ago
Pasindu Rupasinghe
c7494bcd81
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into apim420
1 year ago
Navod Zoysa
77d82238e2
Add android remove account scope to ui config
1 year ago
Pasindu Rupasinghe
a46ab4c355
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into apim420
1 year ago
Pasindu Rupasinghe
518bc7271a
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into apim420
1 year ago
Viranga Gunarathna
5d5fd5d9a0
Add missing scope
1 year ago
Charitha Goonetilleke
31889b4a05
Merge branch 'master' into master
1 year ago
Lasantha Dharmakeerthi
8fa8cca776
Remove jaggery modules
1 year ago
Nishan Sangeeth
b9b2c97841
Added query for set foreign key
1 year ago
Pahansith Gunathilake
f406399dca
Merge pull request 'Fix errors with MSSQL cdm tables' ( #256 ) from prathabanKavin/device-mgt-core:dbscriptfix into master
...
Reviewed-on: #256
1 year ago
Amalka Subasinghe
d9f61ab35e
Merge pull request 'Update db scripts' ( #255 ) from rajitha/device-mgt-core:admin-role-isssue into master
...
Reviewed-on: #255
1 year ago
prathabanKavin
ead5f2dfc4
Fix errors with cdm tables
1 year ago
Rajitha Kumara
3d30ee9135
Update db scripts
1 year ago
Charitha Goonetilleke
e3e9ad851c
Merge branch 'master' into master
1 year ago
Rajitha Kumara
4418caa631
Update db scripts
1 year ago
Rajitha Kumara
3a63f948a0
Add admin role when adding shared scopes
1 year ago
tcdlpds
49747efa18
Add default perm config
1 year ago
Amalka Subasinghe
54cdab5085
Improvements to the device sub type impl
1 year ago
tcdlpds
58670028c0
Fix scope attaching issue
1 year ago
tcdlpds
563077fbfb
Add scope perm mapping logic
1 year ago
Viranga Gunarathna
9e0427021e
Duplicate keys for same permission in different files
1 year ago
Viranga Gunarathna
6c8c2efb80
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into scope-fixes
1 year ago
Viranga Gunarathna
48a72e80e9
Modify scope keys
1 year ago
Rajitha Kumara
966b9194f2
Add missing scope
1 year ago
Pahansith Gunathilake
f4c0e5f929
Merge pull request 'Fix dbscripts causing errors on startup with MSSQL' ( #225 ) from prathabanKavin/device-mgt-core:mssqldbscriptfix into master
...
Reviewed-on: #225
1 year ago
Sasini Sandamali
4a6e0ce727
Update get Activities to increase the performance
1 year ago
prathabanKavin
42ef84e8a3
Fix table DM_TRACCAR_UNSYNCED_DEVICES
1 year ago
prathabanKavin
94b0278471
Fix dbscripts causing errors on startup
1 year ago
shamalka
203475f87d
Remove custom properties from device table column selection
1 year ago
builder
7c66f6b693
[maven-release-plugin] prepare for next development iteration
1 year ago
builder
b9f12e49ee
[maven-release-plugin] prepare release v5.0.30
1 year ago
Charitha Goonetilleke
c144507b6c
Merge branch 'master' into master
1 year ago
builder
7c0adfbc89
[maven-release-plugin] prepare for next development iteration
1 year ago
builder
f7c3e129c4
[maven-release-plugin] prepare release v5.0.29
1 year ago
Amalka Subasinghe
d4c3af5d12
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core
1 year ago
Amalka Subasinghe
21606bc5cd
operation timeout task updated to execute only in elected node
1 year ago