Amalka Subasinghe
b7848fd0c3
scopes and related permissions added when scope is not attached to an api
7 months ago
Lasantha Dharmakeerthi
3606592c2f
Modify permission of operation status update
7 months ago
Pasindu Rupasinghe
eadb2efb86
Change scope key not found log to debug level log
7 months ago
Gimhan Wijayawardana
31c25de956
Modify permission of operation status update
7 months ago
Lasantha Dharmakeerthi
e84a479c23
Add missing test cases for DevicePersistTests and GroupPersistTests
7 months ago
Pramila Niroshan
d443fef6e0
Add missing test cases for DevicePersistTests and GroupPersistTests
7 months ago
Lasantha Dharmakeerthi
1aec609bff
Fix SQL error
7 months ago
Lasantha Dharmakeerthi
c03e317e4b
Add filter to display web apps in Enrollment Application Install
8 months ago
prathabanKavin
b0362c5825
Fix devices of a group not loading
8 months ago
Lasantha Dharmakeerthi
12e65ee7e1
Fix sql syntax errors
8 months ago
Pramila Niroshan
f0c48c585d
Fix sql syntax errors
8 months ago
Pahansith Gunathilake
1d7438bcd6
Merge pull request 'Fix sql syntax errors' ( #407 ) from pramilaniroshan/device-mgt-core:fix-sql-syntax-erros into master
...
Reviewed-on: community/device-mgt-core#407
8 months ago
Pramila Niroshan
641ddbfb85
Fix sql syntax errors
8 months ago
Charitha Goonetilleke
aca7aa3ccc
Disable validateOperationCodeFiltering for validateOperationLogFilters
8 months ago
Ashvini Wegodapola
7616c2255c
Add filter to get Web apps in Enrollment Application Install
...
Add filter file
8 months ago
Charitha Goonetilleke
caf548ac75
Fix overrides in DeviceDAO
8 months ago
Charitha Goonetilleke
7c0df33738
Fix issue DB transaction handling issue
8 months ago
Charitha Goonetilleke
7dea32d2e3
Performance improvements
8 months ago
Charitha Goonetilleke
d1fe1baad0
Fix issues with caching
8 months ago
Charitha Goonetilleke
fb79d61b60
Add DEVICE_TYPE and DEVICE_IDENTIFICATION fields to DM_ENROLLMENT table
8 months ago
Pahansith Gunathilake
3abe68788c
Merge pull request 'Refactor SQL query to filter out 'REMOVED' and 'DELETED' statuses' ( #393 ) from pramilaniroshan/device-mgt-core:rm-11025 into master
...
Reviewed-on: community/device-mgt-core#393
8 months ago
Pahansith Gunathilake
e17405ee88
Merge pull request 'Add EVENT_UPDATE operation code and refactor geo fence update' ( #395 ) from pramilaniroshan/device-mgt-core:add-event-update-oc into master
...
Reviewed-on: community/device-mgt-core#395
8 months ago
Pramila Niroshan
14580b5f5f
Fix EVENT_REVOKE operation is not being sent after geofence delete
8 months ago
Pramila Niroshan
60eac79c74
Add EVENT_UPDATE operation code and refactor geo fence update
8 months ago
Lasantha Dharmakeerthi
03d6a145d8
Fix unknown application type error when installing web apps
8 months ago
Ashvini Wegodapola
3fd6163603
Remove comments
8 months ago
Pramila Niroshan
2ab1cf767a
Refactor SQL query to filter out 'REMOVED' and 'DELETED' statuses
8 months ago
Ashvini Wegodapola
2169c6937a
Fix unknown application type error when installing web apps
9 months ago
Pahansith Gunathilake
1171086eb7
Remove duplicate properties field
9 months ago
Pahansith Gunathilake
8fd032c336
Fix issue in operation log not loading
9 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>
9 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>
9 months ago
Ashvini Wegodapola
10d70ddd82
Resolve inability to edit app related data
9 months ago
Amalka Subasinghe
89bc0281c0
updated from master and fix merge conflicts
9 months ago
builder
487c576ab2
[maven-release-plugin] prepare for next development iteration
10 months ago
builder
ff8147db5e
[maven-release-plugin] prepare release v5.0.41
10 months ago
Ashvini Wegodapola
16199a7311
Fix DAO error in Tenant Deletion
...
Fix errors
Fix errors
10 months ago
Lasantha Dharmakeerthi
ea542894cf
Delete tenant data
10 months ago
Ashvini Wegodapola
159f603605
Delete tenant data
...
Refactor code
Add begin transaction
Refactor code
10 months ago
Navod Zoysa
2f1271f3be
Revert Windows Content and Package URI changes
10 months ago
Rajitha Kumara
f86a16220c
Fix appx app installation issue
10 months ago
Rajitha Kumara
dfdf2611a1
Fix extension resolving issue when content-disposition unavailable
10 months ago
Lasantha Dharmakeerthi
f3974c2cb4
Fix AutoCommit issue in Tenant Deletion
10 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
10 months ago
Rajitha Kumara
00022b17cf
Fix remote meta descriptor resolving issue
10 months ago
Rajitha Kumara
4957741173
Refactored the code
10 months ago
Rajitha Kumara
bd021ff835
Add Content and Package URI changes
10 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>
10 months ago
Pahansith Gunathilake
ea53734901
revert 6c1286ebad
...
revert Improvements for the reporting data publishing
10 months ago
Pahansith Gunathilake
0071e13692
revert b74dc5796b
...
revert Make the executor Callable and retrieve the response
10 months ago