Pahansith Gunathilake
1d7438bcd6
Merge pull request 'Fix sql syntax errors' ( #407 ) from pramilaniroshan/device-mgt-core:fix-sql-syntax-erros into master
...
Reviewed-on: #407
5 months ago
Pramila Niroshan
641ddbfb85
Fix sql syntax errors
5 months ago
Charitha Goonetilleke
aca7aa3ccc
Disable validateOperationCodeFiltering for validateOperationLogFilters
5 months ago
Charitha Goonetilleke
caf548ac75
Fix overrides in DeviceDAO
5 months ago
Charitha Goonetilleke
7c0df33738
Fix issue DB transaction handling issue
5 months ago
Charitha Goonetilleke
7dea32d2e3
Performance improvements
5 months ago
Charitha Goonetilleke
d1fe1baad0
Fix issues with caching
5 months ago
Charitha Goonetilleke
fb79d61b60
Add DEVICE_TYPE and DEVICE_IDENTIFICATION fields to DM_ENROLLMENT table
5 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: #393
6 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: #395
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
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
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
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
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
Ashvini Wegodapola
16199a7311
Fix DAO error in Tenant Deletion
...
Fix errors
Fix errors
7 months ago
Ashvini Wegodapola
159f603605
Delete tenant data
...
Refactor code
Add begin transaction
Refactor code
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
Pahansith Gunathilake
ea53734901
revert 6c1286ebad
...
revert Improvements for the reporting data publishing
7 months ago
Pahansith Gunathilake
0071e13692
revert b74dc5796b
...
revert Make the executor Callable and retrieve the response
7 months ago
Pahansith Gunathilake
8d597ab310
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into imprv/reporting-data-publish
7 months ago
Pahansith Gunathilake
b74dc5796b
Make the executor Callable and retrieve the response
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
Pahansith Gunathilake
97b690b8ef
Fix user search by Firstname and Lastname
7 months ago
Pahansith Gunathilake
6c1286ebad
Improvements for the reporting data publishing
7 months ago
Pahansith Gunathilake
862cc72499
Fix for the Windows app installed devices not loading
7 months ago
Lasantha Dharmakeerthi
dd03a073b2
Update user deletion logic
7 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>
7 months ago
Rajitha Kumara
cd56147da9
Add user removable status to basic user info
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
d2ad8ac579
Optimize based on review comments
8 months ago
Charitha Goonetilleke
5d69d08100
Improve dynamic and random task execution
8 months ago
Charitha Goonetilleke
4045e39a76
Fix inconsistencies in dynamic and random task execution
8 months ago
Amalka Subasinghe
20cf06122a
remove unused imports and adding licence headers
9 months ago
Amalka Subasinghe
1dbc1d7b0d
device/group authorization improvement
9 months ago
Pahansith Gunathilake
99b91ade01
Improve query param value
9 months ago
Pahansith Gunathilake
62f84461a5
Add application search by package name
9 months ago
Pahansith Gunathilake
7843514332
Fix application search issue
9 months ago
Rajitha Kumara
d1e72cdf7a
Restructured CEA mgt admin api
9 months ago
builder
4ba0be5510
[maven-release-plugin] prepare for next development iteration
9 months ago
builder
790dfaad5b
[maven-release-plugin] prepare release v5.0.39
9 months ago
builder
680cc7bca8
[maven-release-plugin] prepare for next development iteration
9 months ago
builder
ba430be534
[maven-release-plugin] prepare release v5.0.38
9 months ago
Lasantha Dharmakeerthi
9b4c5e6adb
Add conditional email access feature changes
9 months ago
Rajitha Kumara
957cb748d7
Refactor code
9 months ago
prathabanKavin
a259a5892e
Add attched roles to logs when creating groups
10 months ago
Rajitha Kumara
2ad8f54a46
Add conditional email access feature changes
10 months ago
prathabanKavin
8bb0b4c855
Remove device list and store device identifiers on custom logs
10 months ago
prathabanKavin
843095e7c6
Fix null userlist when assigning role permissions
10 months ago
Pahansith Gunathilake
bf4a8a8f63
Merge pull request 'Add custom logs for roles,users,groups,login' ( #300 ) from prathabanKavin/device-mgt-core:logger6 into master
...
Reviewed-on: #300
10 months ago
Rajitha Kumara
07dbd9bc3d
Fix jit mail template not found issue
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
bdfb21800c
Add license
10 months ago
Lasantha Dharmakeerthi
e017425539
Add scope publishing to sub tenants
10 months ago
Navod Zoysa
1fde569f4a
Add scope publishing to sub tenants
10 months ago
Rajitha Kumara
5184d60805
Add doc url template variable
10 months ago
prathabanKavin
654b4341e1
Add custom logs for roles,users,groups,login
10 months ago
Rajitha Kumara
a0bf57ed14
Update invitation sending endpoint scope
10 months ago
shamalka
2c7a40ac57
Add scope retrieval to tenantcreateobserver
10 months ago
shamalka
89f56c7575
Add sub tenant reserved user creation
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
Gimhan Wijayawardana
1efc76b6e1
Fix test faliure by removing location null exception
10 months ago
Pahansith Gunathilake
dfcec7cf3e
Merge pull request 'Add method for get installed applications using device ID' ( #299 ) from pramilaniroshan/device-mgt-core:rm-10291 into master
...
Reviewed-on: #299
10 months ago
Rajitha Kumara
b144be0f97
Add requested changes
10 months ago
Rajitha Kumara
aa4b623283
Add JIT base provision and enrollment handlers
10 months ago
Pahansith Gunathilake
c0ecb841e0
Merge pull request 'Change deletion warning for users with device' ( #301 ) from prathabanKavin/device-mgt-core:userdeletewarning into master
...
Reviewed-on: #301
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
prathabanKavin
a7ae791f9d
Change deletion warning for users with device
11 months ago
Pahansith Gunathilake
77e13f3c4d
Merge pull request 'Fix reggex issue when configuring wifi' ( #298 ) from osh.silva/device-mgt-core:wifi-10045 into master
...
Reviewed-on: #298
11 months ago
Pahansith Gunathilake
73304a826d
Merge pull request 'Fix geofence searching with geofence name' ( #297 ) from pramilaniroshan/device-mgt-core:rm-10431 into master
...
Reviewed-on: #297
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
Pramila Niroshan
4b4ed5793a
Add method for get installed applications using device ID
11 months ago
osh
8377d0ddf5
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into wifi-10045
11 months ago
osh
0427959f23
Fix reggex issue when configuring wifi
11 months ago
Pramila Niroshan
07b72ca016
Fix geofence searching with geofence name
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
Rajitha Kumara
6ee86e8cd2
Add java doc comments
11 months ago
Rajitha Kumara
8c0ae2511e
Add enrollment mails
11 months ago
osh
c1d5ecf0d4
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into app-restrict-10165
11 months ago
osh
c4be66bc2e
Add fix for apps not loading
11 months ago
Lasantha Dharmakeerthi
a2002410d3
Fix operation log timing incorrectness with MSSQL db
11 months ago
Lasantha Dharmakeerthi
ababfc8100
Add fix for usage load performance
12 months ago
Pahansith Gunathilake
95a257ecc6
Merge pull request 'Add multiple device dis-enrollment support' ( #279 ) from pramilaniroshan/device-mgt-core:rm-9970-dis into master
...
Reviewed-on: #279
12 months ago