Commit Graph

103 Commits

Author SHA1 Message Date
Gimhan-minion
cfa40c0d2b Fix tag feature modifications after review 2024-08-22 18:08:15 +05:30
Gimhan-minion
8d2fb5fa76 Fix tenant id constraint in DM_TAG table 2024-08-20 11:59:39 +05:30
Gimhan-minion
295f1831d8 Initialize device tag feature updated req changes 2024-08-17 19:41:48 +05:30
Gimhan-minion
07794f97d9 Initialize device tag feature 2024-08-16 04:18:52 +05:30
osh.silva
3112fd92a6 Validate billing cost 2024-07-23 11:59:13 +05:30
navodzoysa
71eae764ce Fix stream corrupted exception for profile type operations 2024-07-22 02:07:16 +05:30
ashvini
8a82d1666c Add capability to search policies by device type
Resolve comments

Resolve comments

Remove unnecessary changes
2024-07-12 09:20:35 +05:30
Lasantha Dharmakeerthi
2ac2b0fc37 Add configuration to delete Tenant Application artifacts 2024-07-11 06:03:47 +00:00
ashvini
e1a47c68fb Get TenantMgtAdminService as an osgi service
Resolve comments

Remove source reference

Change error messages

Make changes in code

Add license

Resolve comments

Add java doc comments

Resolve comments

Resolve comment
2024-07-11 10:49:47 +05:30
nipuni
61a21edb9d Fix Device renaming is not working issue#11452 2024-07-10 12:34:44 +05:30
ashvini
8e33eebbf6 Add tenant application artifact deletion configuration
Fix code errors

Remove spaces

Refactor code
2024-07-10 11:46:24 +05:30
Nipuni Kavindya
c51b3c49fa Add backend implementation to get devices not in a group
Purpose:
https://roadmap.entgra.net/issues/11349
Co-authored-by: Nipuni Kavindya <nipuni@entgra.io>
Co-committed-by: Nipuni Kavindya <nipuni@entgra.io>
2024-07-04 02:38:06 +00:00
nipuni
fd67b39a46 Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into #11349
# Conflicts:
#	components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/service/DeviceManagementProviderService.java
#	components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/service/DeviceManagementProviderServiceImpl.java
2024-07-03 16:02:15 +05:30
Oshani Silva
05ce0dd0b4 Add fix for multiple device app activity details retrieval
fixes https://roadmap.entgra.net/issues/10260
Co-authored-by: Oshani Silva <oshani@entgra.io>
Co-committed-by: Oshani Silva <oshani@entgra.io>
2024-06-30 10:49:36 +00:00
nipuni
fc269dba22 Add backend implementation to get devices not in a group. 2024-06-28 12:03:24 +05:30
Gimhan-minion
31c25de956 Modify permission of operation status update 2024-06-13 13:16:40 +05:30
1d7438bcd6 Merge pull request 'Fix sql syntax errors' (#407) from pramilaniroshan/device-mgt-core:fix-sql-syntax-erros into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/407
2024-06-07 03:29:32 +00:00
641ddbfb85 Fix sql syntax errors 2024-06-06 09:50:27 +05:30
Charitha
aca7aa3ccc Disable validateOperationCodeFiltering for validateOperationLogFilters 2024-06-02 10:05:43 +05:30
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>
2024-04-16 07:45:53 +00:00
amalka.subasinghe
89bc0281c0 updated from master and fix merge conflicts 2024-04-16 09:35:52 +05:30
ashvini
159f603605 Delete tenant data
Refactor code

Add begin transaction

Refactor code
2024-04-08 18:55:37 +05:30
Lasantha Dharmakeerthi
093df7c161 Add capability to delete a tenant 2024-04-05 04:06:02 +00:00
ashvini
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
2024-04-05 09:25:44 +05:30
97b690b8ef Fix user search by Firstname and Lastname 2024-04-03 14:37:30 +05:30
Rajitha Kumara
cd56147da9 Add user removable status to basic user info 2024-03-07 06:25:27 +05:30
amalka.subasinghe
20cf06122a remove unused imports and adding licence headers 2024-02-20 11:41:22 +05:30
amalka.subasinghe
1dbc1d7b0d device/group authorization improvement 2024-02-20 11:32:23 +05:30
99b91ade01 Improve query param value 2024-02-18 18:44:09 +05:30
62f84461a5 Add application search by package name 2024-02-18 17:59:42 +05:30
Rajitha Kumara
d1e72cdf7a Restructured CEA mgt admin api 2024-02-04 23:48:08 +05:30
Lasantha Dharmakeerthi
9b4c5e6adb Add conditional email access feature changes 2024-01-22 05:08:21 +00:00
Rajitha Kumara
957cb748d7 Refactor code 2024-01-22 10:36:08 +05:30
prathabanKavin
a259a5892e Add attched roles to logs when creating groups 2024-01-21 15:17:12 +05:30
Rajitha Kumara
2ad8f54a46 Add conditional email access feature changes 2024-01-18 22:17:36 +05:30
prathabanKavin
8bb0b4c855 Remove device list and store device identifiers on custom logs 2024-01-18 20:58:57 +05:30
prathabanKavin
843095e7c6 Fix null userlist when assigning role permissions 2024-01-17 14:39:52 +05:30
bf4a8a8f63 Merge pull request 'Add custom logs for roles,users,groups,login' (#300) from prathabanKavin/device-mgt-core:logger6 into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/300
2024-01-16 04:31:36 +00:00
Rajitha Kumara
07dbd9bc3d Fix jit mail template not found issue 2024-01-14 20:02:59 +05:30
Lasantha Dharmakeerthi
e017425539 Add scope publishing to sub tenants 2024-01-11 21:54:00 +00:00
navodzoysa
1fde569f4a Add scope publishing to sub tenants 2024-01-12 03:20:52 +05:30
prathabanKavin
654b4341e1 Add custom logs for roles,users,groups,login 2024-01-11 20:41:27 +05:30
Rajitha Kumara
a0bf57ed14 Update invitation sending endpoint scope 2024-01-11 16:38:38 +05:30
Rajitha Kumara
b144be0f97 Add requested changes 2024-01-01 13:59:37 +05:30
rajitha
aa4b623283 Add JIT base provision and enrollment handlers 2024-01-01 13:59:37 +05:30
c0ecb841e0 Merge pull request 'Change deletion warning for users with device' (#301) from prathabanKavin/device-mgt-core:userdeletewarning into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/301
2023-12-20 05:47:57 +00:00
c2a9b6a073 Add a config to decide which device statuses to persist in the database (#250)
Co-authored-by: pramilaniroshan <pramila@entgra.io>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/250
Co-authored-by: Pramila Niroshan <pramila@entgra.io>
Co-committed-by: Pramila Niroshan <pramila@entgra.io>
2023-12-19 18:56:49 +00:00
prathabanKavin
a7ae791f9d Change deletion warning for users with device 2023-12-18 09:28:09 +05:30
osh
0427959f23 Fix reggex issue when configuring wifi 2023-12-14 08:40:00 +05:30
95a257ecc6 Merge pull request 'Add multiple device dis-enrollment support' (#279) from pramilaniroshan/device-mgt-core:rm-9970-dis into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/279
2023-11-10 12:57:23 +00:00