Lasantha Dharmakeerthi
5c03b3befc
Merge with master
6 months ago
tcdlpds
3106b23d31
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into apim420
6 months ago
Pramila Niroshan
14580b5f5f
Fix EVENT_REVOKE operation is not being sent after geofence delete
6 months ago
Pramila Niroshan
60eac79c74
Add EVENT_UPDATE operation code and refactor geo fence update
6 months ago
Lasantha Dharmakeerthi
03d6a145d8
Fix unknown application type error when installing web apps
6 months ago
Ashvini Wegodapola
3fd6163603
Remove comments
6 months ago
Pramila Niroshan
2ab1cf767a
Refactor SQL query to filter out 'REMOVED' and 'DELETED' statuses
6 months ago
Lasantha Dharmakeerthi
43e70bcb6c
Fix issue in operation log not loading
6 months ago
Ashvini Wegodapola
2169c6937a
Fix unknown application type error when installing web apps
6 months ago
Pahansith Gunathilake
1171086eb7
Remove duplicate properties field
6 months ago
Pahansith Gunathilake
8fd032c336
Fix issue in operation log not loading
6 months ago
Lasantha Dharmakeerthi
bb2c1d8906
Fix tenant-mgt build failure
6 months ago
Rajitha Kumara
faab9c8632
Update dependency list
6 months ago
Rajitha Kumara
0b06ed6e03
Fix conflicts
6 months ago
Rajitha Kumara
ce2e57c6d0
Fix tenant-mgt build failure
6 months ago
Lasantha Dharmakeerthi
7ffc54dbde
Fix build failure
6 months ago
tcdlpds
6ac4774001
Fix build failure
6 months ago
Lasantha Dharmakeerthi
f06387fc4b
Fix build failure
6 months ago
tcdlpds
63a3c3eab3
Fix build failure
6 months ago
Lasantha Dharmakeerthi
9ff29f14ea
Fix server starting issue with latest WUM
7 months ago
tcdlpds
8cf830b7c8
Fix server starting issue with latest WUM
7 months ago
Lasantha Dharmakeerthi
1282a2d270
Synced with APIM 420
7 months ago
Rajitha Kumara
177b8cc831
Sync with master
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
Gimhan Wijayawardana
64189a400d
Implement multi value (status) filtering for getting activity details
...
Co-authored-by: Gimhan Wijayawardana <gimhan@entgra.io>
Co-committed-by: Gimhan Wijayawardana <gimhan@entgra.io>
7 months ago
Pahansith Gunathilake
ff92eae958
Merge pull request 'Resolve inability to edit app related data' ( #382 ) from ashvini/device-mgt-core:Bug#11020 into master
...
Reviewed-on: community/device-mgt-core#382
7 months ago
Ashvini Wegodapola
10d70ddd82
Resolve inability to edit app related data
7 months ago
Lasantha Dharmakeerthi
5da2ae1f74
Add device-group authorization improvements
7 months ago
Amalka Subasinghe
89bc0281c0
updated from master and fix merge conflicts
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
Pahansith Gunathilake
b3f91fba66
Merge pull request 'Fix DAO error in Tenant Deletion' ( #380 ) from ashvini/device-mgt-core:FixDAOIssues into master
...
Reviewed-on: community/device-mgt-core#380
7 months ago
Ashvini Wegodapola
16199a7311
Fix DAO error in Tenant Deletion
...
Fix errors
Fix errors
7 months ago
Lasantha Dharmakeerthi
ea542894cf
Delete tenant data
7 months ago
Ashvini Wegodapola
159f603605
Delete tenant data
...
Refactor code
Add begin transaction
Refactor code
7 months ago
Pahansith Gunathilake
7d353b6b23
Merge pull request 'Revert Windows Content and Package URI changes' ( #379 ) from navodzoysa/device-mgt-core:issue-9468/windows-apps into master
...
Reviewed-on: community/device-mgt-core#379
7 months ago
Navod Zoysa
2f1271f3be
Revert Windows Content and Package URI changes
7 months ago
Navod Zoysa
ab62ca9c82
Merge pull request 'Fix appx app installation issue' ( #377 ) from rajitha/device-mgt-core:stream-api into master
...
Reviewed-on: community/device-mgt-core#377
7 months ago
Rajitha Kumara
f86a16220c
Fix appx app installation issue
7 months ago
Pahansith Gunathilake
6f2e730b3f
Merge pull request 'Fix extension resolving issue when content-disposition unavailable' ( #376 ) from rajitha/device-mgt-core:stream-api into master
...
Reviewed-on: community/device-mgt-core#376
7 months ago
Rajitha Kumara
dfdf2611a1
Fix extension resolving issue when content-disposition unavailable
7 months ago
Lasantha Dharmakeerthi
f3974c2cb4
Fix AutoCommit issue in Tenant Deletion
7 months ago
Lasantha Dharmakeerthi
43595228db
Fix remote meta descriptor resolving issue
7 months ago
Ashvini Wegodapola
8c75b30378
Fix AutoCommit issue in Tenant Deletion
...
Set autocommit to false
Fix error message
Fix data not deleting issue
Fix error message
7 months ago
Rajitha Kumara
00022b17cf
Fix remote meta descriptor resolving issue
7 months ago
Lasantha Dharmakeerthi
92f7e0c2fa
Add Content and Package URI changes
7 months ago
Rajitha Kumara
4957741173
Refactored the code
7 months ago
Rajitha Kumara
bd021ff835
Add Content and Package URI changes
7 months ago
Pahansith Gunathilake
c05d4e0b2c
Add improvements for the reporting data publishing
...
Co-authored-by: Pahansith Gunathilake <pahansith@entgra.io>
Co-committed-by: Pahansith Gunathilake <pahansith@entgra.io>
7 months ago