Pramila Niroshan
2ab1cf767a
Refactor SQL query to filter out 'REMOVED' and 'DELETED' statuses
7 months ago
Ashvini Wegodapola
2169c6937a
Fix unknown application type error when installing web apps
7 months ago
Pahansith Gunathilake
1171086eb7
Remove duplicate properties field
7 months ago
Pahansith Gunathilake
8fd032c336
Fix issue in operation log not loading
7 months ago
Rajitha Kumara
faab9c8632
Update dependency list
7 months ago
Rajitha Kumara
0b06ed6e03
Fix conflicts
7 months ago
Rajitha Kumara
ce2e57c6d0
Fix tenant-mgt build failure
7 months ago
tcdlpds
6ac4774001
Fix build failure
7 months ago
tcdlpds
63a3c3eab3
Fix build failure
7 months ago
tcdlpds
8cf830b7c8
Fix server starting issue with latest WUM
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: #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
Ashvini Wegodapola
10d70ddd82
Resolve inability to edit app related data
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
8 months ago
builder
ff8147db5e
[maven-release-plugin] prepare release v5.0.41
8 months ago
Ashvini Wegodapola
16199a7311
Fix DAO error in Tenant Deletion
...
Fix errors
Fix errors
8 months ago
Lasantha Dharmakeerthi
ea542894cf
Delete tenant data
8 months ago
Ashvini Wegodapola
159f603605
Delete tenant data
...
Refactor code
Add begin transaction
Refactor code
8 months ago
Navod Zoysa
2f1271f3be
Revert Windows Content and Package URI changes
8 months ago
Rajitha Kumara
f86a16220c
Fix appx app installation issue
8 months ago
Rajitha Kumara
dfdf2611a1
Fix extension resolving issue when content-disposition unavailable
8 months ago
Lasantha Dharmakeerthi
f3974c2cb4
Fix AutoCommit issue in Tenant Deletion
8 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
8 months ago
Rajitha Kumara
00022b17cf
Fix remote meta descriptor resolving issue
8 months ago
Rajitha Kumara
4957741173
Refactored the code
8 months ago
Rajitha Kumara
bd021ff835
Add Content and Package URI changes
8 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>
8 months ago
Pahansith Gunathilake
ea53734901
revert 6c1286ebad
...
revert Improvements for the reporting data publishing
8 months ago
Pahansith Gunathilake
0071e13692
revert b74dc5796b
...
revert Make the executor Callable and retrieve the response
8 months ago
Pahansith Gunathilake
8d597ab310
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into imprv/reporting-data-publish
8 months ago
Pahansith Gunathilake
b74dc5796b
Make the executor Callable and retrieve the response
8 months ago
Lasantha Dharmakeerthi
093df7c161
Add capability to delete a tenant
8 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
8 months ago
Lasantha Dharmakeerthi
7df968a6f7
Fix app name duplicating error
8 months ago
Ashvini Wegodapola
d3ac0ce5b0
Fix app name duplicating error
8 months ago
Pahansith Gunathilake
97b690b8ef
Fix user search by Firstname and Lastname
8 months ago
Pahansith Gunathilake
6c1286ebad
Improvements for the reporting data publishing
8 months ago
Lasantha Dharmakeerthi
d050736aaf
Fix for the Windows app installed devices not loading
8 months ago
Pahansith Gunathilake
a77c092645
Merge pull request 'Fix remote url resolving issue' ( #366 ) from rajitha/device-mgt-core:stream-api into master
...
Reviewed-on: #366
8 months ago
Rajitha Kumara
9caf1678de
Fix remote url resolving issue
8 months ago
Pahansith Gunathilake
78dd491789
Merge pull request 'Add stream base file uploading' ( #338 ) from rajitha/device-mgt-core:stream-api into master
...
Reviewed-on: #338
8 months ago
Pahansith Gunathilake
170f1dcfe5
Merge branch 'master' into task-mgt
8 months ago
Charitha Goonetilleke
8f1781f4b6
Fix db connection pool exhaustion due to too many queries
8 months ago
Rajitha Kumara
a54d2b0924
Fix building issue
8 months ago
Rajitha Kumara
3798134011
Add stream base file uploading
8 months ago
Rajitha Kumara
0673792bcc
Fix policy delegation task starting issue
8 months ago
Pahansith Gunathilake
862cc72499
Fix for the Windows app installed devices not loading
8 months ago
Pahansith Gunathilake
e1519fa2a8
Add policy content store as Json
8 months ago
Lasantha Dharmakeerthi
dd03a073b2
Update user deletion logic
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
Charitha Goonetilleke
e0cfa4d719
Add generated task id to dynamicTask object
8 months ago
Gimhan Wijayawardana
291249f80f
Fix formatting issues
9 months ago
Gimhan Wijayawardana
59cd06df0f
Handle default authdata in oauth2token handler
9 months ago
Pasindu Rupasinghe
f03cae09fe
Sync with master branch
9 months ago
Lasantha Dharmakeerthi
202b9b7016
Upgrade versions of dependencies
9 months ago
tcdlpds
4e4ff9c960
Improve dependencies
9 months ago
tcdlpds
e67630feeb
Upgrade wso2 tomcat version
9 months ago
Rajitha Kumara
cd56147da9
Add user removable status to basic user info
9 months ago
Isuri Mendis
0de808229f
deviceOrg: get children of root best practices apply
9 months ago
Isuri Mendis
d2593114b7
deviceOrg: get children of roots code refactor, license add
9 months ago
Pasindu Rupasinghe
58989472c9
Fix import issues in certificate management core
9 months ago
Isuri Mendis
efd73ba3c5
Merge branch 'master' into deviceOrgImprovements
9 months ago
Isuri Mendis
89bd784a57
deviceOrg: get children of root nodes api implementation
9 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
Pasindu Rupasinghe
6b79abeaeb
Fix Osgi issues
9 months ago
Ashvini Wegodapola
464214fe1b
Sanitize app names and shorten screenshot names ( #349 )
...
Fixes:
https://roadmap.entgra.net/issues/9241
https://roadmap.entgra.net/issues/10628
Co-authored-by: ashvini <ashvini@entgra.io>
Reviewed-on: #349
Co-authored-by: Ashvini Wegodapola <ashvini@entgra.io>
Co-committed-by: Ashvini Wegodapola <ashvini@entgra.io>
9 months ago
Charitha Goonetilleke
d2ad8ac579
Optimize based on review comments
9 months ago
Charitha Goonetilleke
5d69d08100
Improve dynamic and random task execution
9 months ago
Charitha Goonetilleke
4045e39a76
Fix inconsistencies in dynamic and random task execution
9 months ago
tcdlpds
fdf5c62204
Fix scope issue with code grant type
9 months ago
tcdlpds
b6c4cb66f5
Improve logger dependencies
9 months ago
Pasindu Rupasinghe
de1de88e4a
Sync with master
9 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
Amalka Subasinghe
1c0a0227ab
post api publishing observer implementation
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
Pasindu Rupasinghe
47bc27a36d
Minor fixes in application registration flow
9 months ago
Pasindu Rupasinghe
14554ba161
Fix sql issues
10 months ago
Pasindu Rupasinghe
1a9782c3f3
Fix dependency issues
10 months ago
Pasindu Rupasinghe
d938195373
Fix osgi reference addings in Service components
10 months ago
Pasindu Rupasinghe
67975ea5f8
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into apim420
10 months ago
Rajitha Kumara
d1e72cdf7a
Restructured CEA mgt admin api
10 months ago
Pasindu Rupasinghe
f7f0a4a2a4
Fix user scopes payload issue
10 months ago
Pasindu Rupasinghe
86f78f0a86
Fix Role Management Service loger issues
10 months ago
tcdlpds
94905d020d
Fix custom log printing issue
10 months ago
tcdlpds
51199fbb70
Merge branch 'apim420' of https://repository.entgra.net/community/device-mgt-core into apim420
10 months ago
tcdlpds
e2f2237b2d
Fix log class loading issue
10 months ago
Pahansith Gunathilake
53c6fa86bc
Merge pull request 'Modify operation template' ( #322 ) from thameera/device-mgt-core:master into master
...
Reviewed-on: #322
10 months ago
Isuri Mendis
bd13e99e6c
deviceOrgFix: service negative test fix
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
Thameera
a600c69fdb
Operation template codes implementation for subtypes
10 months ago
Thameera
fbbdd172e7
Modify method names
10 months ago
Thameera
c071b9de01
Modify operation template
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
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
Pasindu Rupasinghe
cc21c661ae
Fix UI issue from interceptor side
10 months ago
Lasantha Dharmakeerthi
9b4c5e6adb
Add conditional email access feature changes
10 months ago
Rajitha Kumara
957cb748d7
Refactor code
10 months ago
prathabanKavin
a259a5892e
Add attched roles to logs when creating groups
10 months ago
prathabanKavin
a344b27a1b
Removing redundant methods from loggers
10 months ago
Pasindu Rupasinghe
5ad0734b7b
Fix import issue in webapp publisher
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
Pasindu Rupasinghe
1d0a087734
Fix JITEnrollmentCallbackHandler bugs after httpclient update
10 months ago
Pasindu Rupasinghe
c48944b20a
Resolve conflicts when syncing with master
10 months ago
Pasindu Rupasinghe
6a12911487
Sync with master
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
11 months ago
builder
79d1e534b5
[maven-release-plugin] prepare for next development iteration
11 months ago
builder
0d84a0ca6b
[maven-release-plugin] prepare release v5.0.37
11 months ago
Lasantha Dharmakeerthi
fb3f22b182
Add doc-url template variable
11 months ago
Rajitha Kumara
bdfb21800c
Add license
11 months ago
Lasantha Dharmakeerthi
e017425539
Add scope publishing to sub tenants
11 months ago
Navod Zoysa
1fde569f4a
Add scope publishing to sub tenants
11 months ago
Rajitha Kumara
5184d60805
Add doc url template variable
11 months ago
prathabanKavin
654b4341e1
Add custom logs for roles,users,groups,login
11 months ago
Rajitha Kumara
a0bf57ed14
Update invitation sending endpoint scope
11 months ago
Pasindu Rupasinghe
b8e8450108
Http update fixes
11 months ago
shamalka
2c7a40ac57
Add scope retrieval to tenantcreateobserver
11 months ago
shamalka
89f56c7575
Add sub tenant reserved user creation
11 months ago
builder
cfcecaeec2
[maven-release-plugin] prepare for next development iteration
11 months ago
builder
a221a2b17a
[maven-release-plugin] prepare release v5.0.36
11 months ago
Lasantha Dharmakeerthi
4c7ccc9f26
Add OSGI services for API manager services
11 months ago
builder
1b66ba6bb1
[maven-release-plugin] prepare for next development iteration
11 months ago
builder
5284781270
[maven-release-plugin] prepare release 5.0.35v
11 months ago
Gimhan Wijayawardana
1efc76b6e1
Fix test faliure by removing location null exception
11 months ago
Pasindu Rupasinghe
54ca87c9db
Need to fix http client update
11 months ago
Pasindu Rupasinghe
122f3f16f1
Sync with master
11 months ago
tcdlpds
56033e2e3a
Fix build failure
11 months ago
tcdlpds
8bf027f2b3
Fix invoker handler
11 months ago
tcdlpds
7007558623
Fix OTP request handler
11 months ago
osh
d13cb90a2f
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into ios-user-fix-10188
11 months ago
osh
9bda7f63c5
Fix UTC time issue
...
fixes https://roadmap.entgra.net/issues/10188
11 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
11 months ago
Pahansith Gunathilake
9ae64c718c
Merge pull request 'Add JIT base provision and enrollment handlers' ( #230 ) from rajitha/device-mgt-core:jit-feature into master
...
Reviewed-on: #230
11 months ago
Rajitha Kumara
b144be0f97
Add requested changes
11 months ago
Rajitha Kumara
a9aa66173a
Add csrf protection for provision handlers
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
tcdlpds
8c841dfc2e
Fix login handler
11 months ago
Rajitha Kumara
041c84a45f
Fix duplicate scope publishing issue
11 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
Pramila Niroshan
946431905f
Remove Tenant id from saveApplicationIcon method
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
12 months ago
builder
a47fda9779
[maven-release-plugin] prepare release v5.0.34
12 months ago
Pramila Niroshan
4b4ed5793a
Add method for get installed applications using device ID
12 months ago
osh
8377d0ddf5
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into wifi-10045
12 months ago
osh
0427959f23
Fix reggex issue when configuring wifi
12 months ago
Pramila Niroshan
07b72ca016
Fix geofence searching with geofence name
12 months ago
tcdlpds
66eac3c744
Fix compilation issues in user handler
12 months ago
builder
fb65db10fe
[maven-release-plugin] prepare for next development iteration
12 months ago
builder
17dcbde4ab
[maven-release-plugin] prepare release v5.0.33
12 months ago
Rajitha Kumara
6ee86e8cd2
Add java doc comments
12 months ago
Rajitha Kumara
8c0ae2511e
Add enrollment mails
12 months ago
Pahansith Gunathilake
63c0606fdf
Merge pull request 'Fix app invisibility when retired' ( #291 ) from osh.silva/device-mgt-core:apps-10154 into master
...
Reviewed-on: #291
1 year ago
osh
c1d5ecf0d4
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into app-restrict-10165
1 year ago
osh
c4be66bc2e
Add fix for apps not loading
1 year ago
Lasantha Dharmakeerthi
a2002410d3
Fix operation log timing incorrectness with MSSQL db
1 year ago
osh
1436332b32
Fix app invisibility when retired
1 year ago
tcdlpds
2d9352a788
Upgrade with latest http client
1 year ago
Lasantha Dharmakeerthi
ababfc8100
Add fix for usage load performance
1 year ago
tcdlpds
d4f9472e48
Fix build failure
1 year ago
tcdlpds
fb859f046d
Add upstream changes
1 year ago
tcdlpds
1bc89dd3e4
Fix conflicts
1 year ago
tcdlpds
52b2cccf9f
Upgrade apache http client version
1 year 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
1 year ago
Pramila Niroshan
46090437f0
Optimize multiple dis-enrollment
1 year ago
prathabanKavin
aa6c9f6734
Fix certificate search by partial device identifiers
1 year ago
Pahansith Gunathilake
bea478d0ca
Merge pull request 'Fix device permanent delete with mssql' ( #283 ) from prathabanKavin/device-mgt-core:permanantdeletefix into master
...
Reviewed-on: #283
1 year ago
Pahansith Gunathilake
93650ce4bd
Merge pull request 'Fix geofence group device assignment in mssql' ( #285 ) from prathabanKavin/device-mgt-core:geofencegroups into master
...
Reviewed-on: #285
1 year ago
Pahansith Gunathilake
73bf440852
Merge pull request 'Fix to ignore devicetype check for webclip' ( #287 ) from prathabanKavin/device-mgt-core:webclipfix into master
...
Reviewed-on: #287
1 year ago
Pahansith Gunathilake
8475cb5764
Merge pull request 'Fix user search by partial filters' ( #284 ) from prathabanKavin/device-mgt-core:searchusersfix1 into master
...
Reviewed-on: #284
1 year ago
prathabanKavin
200e7e69c2
Fix to ignore devicetype check for webclip
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
Thameera
d297c55b73
Update missiong scope
1 year ago
Pahansith Gunathilake
07c238f97f
Merge pull request 'set device identifire for certificate table' ( #278 ) from nishan/device-mgt-core:identifire#10145 into master
...
Reviewed-on: #278
1 year ago
prathabanKavin
b96074e56f
Fix geofence group device assignment in mssql
1 year ago
prathabanKavin
8d1d418f67
Fix user search by partial filters
1 year ago
prathabanKavin
27d582456b
Add single class imports
1 year ago
prathabanKavin
410e04c015
Fix device permant delete with mssql
1 year ago
Pahansith Gunathilake
d1799e54e7
Merge pull request 'Search roles with partial role names' ( #281 ) from prathabanKavin/device-mgt-core:searchrolefix into master
...
Reviewed-on: #281
1 year ago
Pahansith Gunathilake
e9b441e97d
Merge pull request 'Add tenant id when inserting operation' ( #280 ) from prathabanKavin/device-mgt-core:remotefix into master
...
Reviewed-on: #280
1 year ago
prathabanKavin
ce62632702
Fix geofence search by partial name
1 year ago
prathabanKavin
fe9273ab45
Search roles with partial role names
1 year ago
prathabanKavin
a4bd373c97
Add tenant id when inserting operation
1 year ago
Pramila Niroshan
2d6e512fdf
Add multiple device dis-enrollment support
1 year ago
Nishan Sangeeth
28775010bc
set device identifire for certificate table
1 year ago
Viranga Gunarathna
fdd5a7cfcf
change permission string for update password
1 year ago
Navod Zoysa
e8dd6942ad
Add storeVisibilityEnabled flag to plugin device types
1 year ago
Lasantha Dharmakeerthi
8d92265eb3
Add certificate search by partial serial number
1 year ago
prathabanKavin
3cd6b01f4a
Add certificate search by partial serial number
1 year ago
Pasindu Rupasinghe
9e09cd98e9
Add OSGI services for API manager services
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
Rajitha Kumara
d8a2f72d8f
Add resource refreshing logic
1 year ago
shamalka
df14fbab07
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into 201013
1 year ago
shamalka
0f1f236c91
Add storeVisibilityEnabled to device types
1 year ago
Pasindu Rupasinghe
66bc7e88bd
Sync with upstream
1 year ago
Rajitha Kumara
29132ba84d
Fix permission updating issue
1 year ago
Amalka Subasinghe
d67acc3d50
introduce configs and added heart beat logic
1 year ago
Amalka Subasinghe
cb5d672583
user store role mapping feature
1 year ago
Amalka Subasinghe
3d159c0111
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
Pasindu Rupasinghe
26a2950f85
Fix webapp publisher issues
1 year ago
Pasindu Rupasinghe
383eed95e8
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into sync-master
1 year ago
osh
a92dc3fa94
Add fix for usage load performance
1 year ago
Lasantha Dharmakeerthi
ba17f0e778
Add tenant view perm to role permissions
1 year ago
prathabanKavin
9ab12d1b3f
Add tenant view perm to role permissions
1 year ago
Rajitha Kumara
9054329e34
Fix not detecting resource path
1 year ago
Pasindu Rupasinghe
a46ab4c355
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into apim420
1 year ago
Rajitha Kumara
a7387fda31
Add missed role key
1 year ago
Rajitha Kumara
30f7a32c55
Fix unmodifiable list referencing issue
1 year ago
Pasindu Rupasinghe
518bc7271a
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into apim420
1 year ago
Lasantha Dharmakeerthi
8385c0c836
Fixes in API publishing flow
1 year ago
Sasini Sandamali
3631acfe45
Add new get device activities API
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
Pasindu Rupasinghe
1325780e3b
Map JsonObject to dto classes in publisher API documentation
1 year ago
Pasindu Rupasinghe
fa37fa33cc
Map JsonObject to dto classes in publisher API revesion
1 year ago
Pasindu Rupasinghe
bdf1e97d84
Map Json object return types to dto classes in Publisher
1 year ago
Pasindu Rupasinghe
565a7614ad
Change JSON object return methods:Scopes
1 year ago
Pasindu Rupasinghe
1eda7bd237
Fixes in API publishing flow
1 year ago
Kavin Prathaban
9767f7e90f
Add validation for user deletion ( #244 )
...
## Purpose
* Fixes https://roadmap.entgra.net/issues/10337
## Description
* Add validation to check whether the user has enrolled devices
Co-authored-by: prathabanKavin <kavinprathaban025@gmail.com>
Reviewed-on: #244
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
1 year ago
Charitha Goonetilleke
e3e9ad851c
Merge branch 'master' into master
1 year ago
Inosh Perara
15de6d397e
Merge pull request 'Add permission updating logic' ( #254 ) from tcdlpds/device-mgt-core:master into master
...
Reviewed-on: #254
1 year ago
Oshani Silva
c3cc4fe6d4
Add fix for search operation ( #251 )
...
fixes https://roadmap.entgra.net/issues/10279
Co-authored-by: osh <osh.silva@gmail.com>
Reviewed-on: #251
Co-authored-by: Oshani Silva <oshani@entgra.io>
Co-committed-by: Oshani Silva <oshani@entgra.io>
1 year ago
Lasantha Dharmakeerthi
1b0ad156b2
Add Java Doc comments
1 year ago
Pahansith Gunathilake
8696ec9343
Merge pull request 'Modify get Geofence API to get total count' ( #243 ) from pramilaniroshan/device-mgt-core:add-geofence-count into master
...
Reviewed-on: #243
1 year ago
Akeela Azhar
22b9897a4b
Add permission updating logic
1 year ago
Rajitha Kumara
3a63f948a0
Add admin role when adding shared scopes
1 year ago
Pahansith Gunathilake
98954c9374
Merge pull request 'Add default perm config' ( #252 ) from tcdlpds/device-mgt-core:master into master
...
Reviewed-on: #252
1 year ago
tcdlpds
49747efa18
Add default perm config
1 year ago