Amalka Subasinghe
766606f9f7
added analytics extension to persist event streams,receivers,publishers
2 years ago
osh
9b9defed19
Resolve conflicts
2 years ago
osh
5275bb180e
Change config implementation
...
fixes https://roadmap.entgra.net/issues/9939
2 years ago
osh
d2bc463284
Resolve comments
...
fixes http://roadmap.entgra.net/issues/9939
2 years ago
osh
6962e94d44
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into self-guiding-ui-9939
2 years ago
osh
f89e71d4bf
Reuse email implementation
...
fixes http://roadmap.entgra.net/issues/9939
2 years ago
Lasantha Dharmakeerthi
65c93aea81
Add improvements for chat feature
2 years ago
Thashmi-nil
798e851922
Add modifications
2 years ago
Pramila Niroshan
1923fb7dfb
Remove log4j2.properties file
2 years ago
osh
24064b650b
Resolve conflict
2 years ago
Thashmi-nil
2d1879d1b6
Changes on reviews
2 years ago
Pramila Niroshan
c168503994
log4j2.properties file added
2 years ago
Pramila Niroshan
7441e57d36
Refactor log context name
2 years ago
Pramila Niroshan
4005a9e8cb
User log context added
2 years ago
Pramila Niroshan
950f67da5f
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into entgra-logger
...
# Conflicts:
# components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml
# pom.xml
2 years ago
Amalka Subasinghe
800694de97
introduce new datasource for events
2 years ago
builder
4d8d4bdcf7
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
1b363c0978
[maven-release-plugin] prepare release v5.0.20
2 years ago
inoshperera
2b7c8c1c82
Ability to disable or enable apps
...
Fixes https://roadmap.entgra.net/issues/10008
2 years ago
Thashmi-nil
0f6db69c18
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into live-chat-feature
2 years ago
Thashmi-nil
74f50b28c5
Add user identification improvement
2 years ago
osh
0bbcac4a93
Add enrollment guide permissions
...
fixes https://roadmap.entgra.net/issues/9939
2 years ago
prathabanKavin
5fca50f8d7
Change latitude and longitude datatype
2 years ago
prathabanKavin
e4a5f49b9c
Fix dynamic task tables
2 years ago
prathabanKavin
a3eca63dfd
Fix mssql dbscripts of DM_DB, APPM_DB
2 years ago
Chamindu Senanayake
89e72bdf86
Add dynamic task manager and task watcher ( #65 )
...
## Purpose
To Distribute dynamic task execution in multiple nodes.
## Goals
This allows distribute task execution in multiple nodes. Especially this is useful, when system has multiple nodes
## Approach
- Add task manager to handle dynamic tasks and dynamic task properties while adding task into the wso2 ntask core.
- Add task watcher to run periodically after iot server start up and compare tasks from Entgra task manager and wso2 ntask core.
- Add configuration to enable task monitoring in task watcher.
## Documentation
> N/A
## Automation tests
- Unit tests
> N/A
- Integration tests
> N/A
## Security checks
> N/A
## Related MRs
> N/A
## Test environment
Linux 22.04
## Learning
> N/A
Reviewed-on: community/device-mgt-core#65
Co-authored-by: Chamindu Senanayake <chamindu@entgra.io>
Co-committed-by: Chamindu Senanayake <chamindu@entgra.io>
2 years ago
builder
2d56b0ea9a
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
73d17e61a8
[maven-release-plugin] prepare release v5.0.19
2 years ago
Pahansith Gunathilake
2926c2e523
Add unique key constraint into AP_DEVICE_SUBSCRIPTION tables
2 years ago
builder
d715609b53
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
0beeedef43
[maven-release-plugin] prepare release v5.0.18
2 years ago
Pahansith Gunathilake
5228a84400
Revert "Change the device status and see the device status lifecycle history ( #58 )"
...
This reverts commit 7f327bac08
.
2 years ago
builder
9f724eeffb
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
50bc5560f8
[maven-release-plugin] prepare release v5.0.17
2 years ago
Kavin Prathaban
846d7a0f59
Add support to perform group operations ( #59 )
...
## Purpose
* Fixes https://roadmap.entgra.net/issues/8916
## Description
* Created a new API to check whether groups has relevant(Android, iOS, Windows) device types.
Co-authored-by: Arshana <arshana790@gmail.com>
Co-authored-by: prathabanKavin <kavinprathaban025@gmail.com>
Reviewed-on: community/device-mgt-core#59
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
2 years ago
Pramila Niroshan
12b3b1a41d
Add missing dependency
2 years ago
Kavin Prathaban
7f327bac08
Change the device status and see the device status lifecycle history ( #58 )
...
## Purpose
* Fixes https://roadmap.entgra.net/issues/9266
## Feature
* Change device's status and view device's status life-cycle history
## Approach
* Created a API for change status and store changed status in to database.
* Created another API to view the device's life-cycle status history.
* lifecycle of the status is as shown in the diagram.
* lifecycle Status are taken from a xml file.
Co-authored-by: prathabanKavin <kavinprathaban025@gmail.com>
Co-authored-by: Pahansith Gunathilake <pahansith@entgra.io>
Reviewed-on: community/device-mgt-core#58
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
2 years ago
Navod Zoysa
2e2e9abc90
Add Android alternate app install permission to UI config ( #55 )
...
## Purpose
Add permission scope for alternate app install feature so that the operation can be triggered through device operation UI.
Issue - https://roadmap.entgra.net/issues/9641
Co-authored-by: navodzoysa <navod.zoysa@gmail.com>
Co-authored-by: Pahansith Gunathilake <pahansith@entgra.io>
Reviewed-on: community/device-mgt-core#55
Co-authored-by: Navod Zoysa <navod@entgra.io>
Co-committed-by: Navod Zoysa <navod@entgra.io>
2 years ago
Pramila Niroshan
9401a4501b
Add Entgra Device Notification Feature
2 years ago
builder
071b9486bb
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
cf305362b4
[maven-release-plugin] prepare release v5.0.16
2 years ago
Pahansith Gunathilake
9ef3e0cf6e
Revert "Change the device status and see the device status lifecycle history"
...
This reverts commit df6a8e20a3
.
2 years ago
osh
a5177208f8
Add icon and resolve bug
...
fixes https://roadmap.entgra.net/issues/9274
2 years ago
prathabanKavin
df6a8e20a3
Change the device status and see the device status lifecycle history
2 years ago
osh
21669f8dba
Resolve conflicts
...
fixes https://roadmap.entgra.net/issues/9274
2 years ago
Dharmakeerthi Lasantha
01aaa44e89
improve OTP mgt service functionalities
2 years ago
Lasantha Dharmakeerthi
c03e1359d3
Add download URL generating method
2 years ago
Dharmakeerthi Lasantha
d55ea733e7
Add download URL generating method
2 years ago
Oshani Silva
a93f534e06
Improve billing feature
...
Co-authored-by: Oshani Silva <oshani@entgra.io>
Co-committed-by: Oshani Silva <oshani@entgra.io>
2 years ago
builder
1b2bddb167
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
fb4e20490a
[maven-release-plugin] prepare release v5.0.15
2 years ago
Sanjana Rajapakshe
05f7a61af0
Fix incorrect date type issue
...
Co-authored-by: Sanjana Rajapakshe <sanjana@entgra.io>
Co-committed-by: Sanjana Rajapakshe <sanjana@entgra.io>
2 years ago
builder
9d3e5fbc3a
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
744881d21e
[maven-release-plugin] prepare release v5.0.14
2 years ago
Amalka Subasinghe
ec7ebcc384
added device-extensions, logger, default-role-manager, stateengine ( #8 )
...
Co-authored-by: Amalka Subasinghe <amalkasubasinghe@gmail.com>
Reviewed-on: community/device-mgt-core#8
Co-authored-by: Amalka Subasinghe <amalka@entgra.io>
Co-committed-by: Amalka Subasinghe <amalka@entgra.io>
2 years ago
builder
b18ddfedce
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
ec8d08ca63
[maven-release-plugin] prepare release v5.0.13
2 years ago
Vigneshan Seshamany
0d43e7d6aa
Fix dcr and token endpoint related issues
2 years ago
builder
b9f2bf9246
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
8f610eea63
[maven-release-plugin] prepare release v5.0.12
2 years ago
Shamalka Navod
df5cdb5240
Fix traccar issues ( #5 )
...
* Fix traccar client thredpool issue
* Refactor traccar implementation
* Fix traccar loading issue
Co-authored-by: shamalka <shamalkanavod95@gmail.com>
Reviewed-on: community/device-mgt-core#5
Co-authored-by: Shamalka Navod <shamalka@entgra.io>
Co-committed-by: Shamalka Navod <shamalka@entgra.io>
2 years ago
navodzoysa
d2a194b37d
Add device operation cleanup scripts
2 years ago
Amalka Subasinghe
53cffea5d3
remove mdm-ui-config j2 file, since when scope list too long cannot configured in deployment.toml
2 years ago
shamalka
f6b3af2e90
Fix permanant delete issue
2 years ago
builder
223637c887
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
b7311af447
[maven-release-plugin] prepare release v5.0.11
2 years ago
shamalka
eaad94b3e9
Merge branch 'master' of https://gitlab.com/entgra/carbon-device-mgt into traccar
2 years ago
Oshani Silva
cc98f6a881
Update config files to fix billing UI isssues
2 years ago
shamalka
b311908d47
Merge branch 'master' of https://gitlab.com/entgra/carbon-device-mgt into traccar
2 years ago
shamalka
5ff9ef7782
Merge branch 'master' of https://gitlab.com/entgra/carbon-device-mgt into traccar
2 years ago
amith10
ccf8e108c0
Add remove account scope
2 years ago
Vigneshan Seshamany
638c6b12c9
Fix cross-tenant api subscription issue
2 years ago
Pahansith Gunathilake
426dcf16bf
Merge branch 'ui-config' into 'master'
...
Add Windows permission scopes to ui config
See merge request entgra/carbon-device-mgt!895
2 years ago
builder
3c9fc68619
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
0b4fe08847
[maven-release-plugin] prepare release v5.0.10
2 years ago
Vigneshan Seshamany
ebc5f5de31
Implement multi-tenant api publishing
2 years ago
builder
0290758c25
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
790ab62b34
[maven-release-plugin] prepare release v5.0.9
2 years ago
builder
7f96ce3c33
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
e851e21bcd
[maven-release-plugin] prepare release v5.0.8
2 years ago
Rushdi Mohamed
6f79180920
removed unwanted codes
2 years ago
Rushdi Mohamed
e88d5e9c3b
Add traccar configuration on p2.inf and updated mysql.sql
2 years ago
Mohamed Rashd
eb061f9450
Refator page tite to app title
2 years ago
Mohamed Rashd
78546125bc
Add page title to whitelable
2 years ago
Rushdi Mohamed
f61ab0ae69
update p2.inf for traccar
2 years ago
Rushdi Mohamed
515e826711
Update with callable thread and add set/remove user permission on enroll/disenroll device
2 years ago
Rushdi Mohamed
1a7442ba3d
Update h2.sql script
2 years ago
Rushdi Mohamed
d1f2bdb296
update the threadpool apporoach/ add traccar devices/groups for existing UEM devices/groups
2 years ago
Rushdi Mohamed
9d9ff9f391
Update h2.sql with traccar group/device mapping tables
2 years ago
Mohamed Rashd
768950bbb1
Add whitelabel metadata configuration to cdm-config
2 years ago
Mohamed Rashd
1d84adbb4f
Add java doc comment
...
Fix adding default white label on tenant create
Add whitelabel logo and favicon apis as non secured endpoints
Fix License
2 years ago
Mohamed Rashd
7907a1c5ff
Add tenant whitelabeling api
...
Make whitelabel favion and logo api public
Refactor whitelabeling feature in separate classes
2 years ago
navodzoysa
f1585a93b9
Add Windows permission scopes to ui conifg
3 years ago
builder
8636767cba
[maven-release-plugin] prepare for next development iteration
3 years ago
builder
9af9bea2b6
[maven-release-plugin] prepare release v5.0.7
3 years ago
Pahansith Gunathilake
dc84f354c9
Fix issue in parsing pom.xml in APIM keymgt feature
3 years ago
Pahansith Gunathilake
d1754b465e
Merge branch 'fix/permissions' into 'master'
...
Fix identity server connect permission
See merge request entgra/carbon-device-mgt!887
3 years ago
Pahansith Gunathilake
b894d371fb
Merge branch 'master' into 'master'
...
Implement api keymgt extension
See merge request entgra/carbon-device-mgt!890
3 years ago
Vigneshan Seshamany
2e8d1fabf0
Implement api keymgt extension
3 years ago
Pahansith Gunathilake
47fb2c77f5
Merge branch 'billing-api-1226' into 'master'
...
Adding the new billing API
See merge request entgra/carbon-device-mgt!848
3 years ago
builder
817dc57862
[maven-release-plugin] prepare for next development iteration
3 years ago
builder
7196d2daea
[maven-release-plugin] prepare release v5.0.6
3 years ago
Muhammad Rashad
695f4c4a18
Add identity server connect scope to ui conf template
3 years ago
Mohamed Rashd
6b91c89ad0
Add identity server create permission to ui configuration
3 years ago
Mohamed Rashd
75f825a713
Fix dbscript syntax
3 years ago
Pahansith Gunathilake
fb331e0089
Merge branch 'fix/sp-app/dbscripts' into 'master'
...
Fix service provider app integration dbscripts
See merge request entgra/carbon-device-mgt!883
3 years ago
Pahansith Gunathilake
2f1228d845
Merge branch 'windows-scopes' into 'master'
...
Add missing permission scopes for windows device operations
See merge request entgra/carbon-device-mgt!878
3 years ago
Pahansith Gunathilake
2721588635
Merge branch 'fix-change-supadmin' into 'master'
...
Fix invalid config entries
See merge request entgra/carbon-device-mgt!880
3 years ago
Mohamed Rashd
cc15df69cc
Fix AP_IDENTITY_SERVER table script
3 years ago
Mohamed Rashd
cadc9c9c87
Fix service provider app integration dbscripts
3 years ago
Pahansith Gunathilake
ba53197ab7
Fix invalid config entries
3 years ago
Mohamed Rashd
aa2fa45a5f
Tempory merge conflict resolution
3 years ago
navodzoysa
b11f4d08f7
Add missing permission scopes for windows device operations
3 years ago
osh
f86617a264
Add the sql files
...
fixes https://gitlab.com/entgra/product-iots/-/issues/1226
3 years ago
Mohamed Rashd
db1aab1f3a
Add identity service provider config
3 years ago
osh
7ba8311c93
fix conflict
...
fixes https://gitlab.com/entgra/product-iots/-/issues/1226
3 years ago
builder
946a12b84d
[maven-release-plugin] prepare for next development iteration
3 years ago
builder
f55ffbb19a
[maven-release-plugin] prepare release v5.0.5
3 years ago
builder
39216aa651
[maven-release-plugin] prepare for next development iteration
3 years ago
builder
8deff13edd
[maven-release-plugin] prepare release v5.0.4
3 years ago
Mohamed Rashd
c0e5edded2
Add sql scripts to favourites table
...
Fix error logging in DAO layer
3 years ago
Pahansith Gunathilake
236d356a26
Merge branch 'pr/temp/feature/subscription/status/change' into 'master'
...
API to change application subscription status
See merge request entgra/carbon-device-mgt!868
3 years ago
Muhammad Rashad
65f5efb638
Add APIs to get favourite apps
3 years ago
osh
053a57c4f5
Add getting billing cost by domain change
...
fixes https://gitlab.com/entgra/product-iots/-/issues/1226
3 years ago
Mohamed Rashd
0dd9bb2937
Add operation status update wrapper api to store
3 years ago
builder
96e4aa8436
[maven-release-plugin] prepare for next development iteration
3 years ago
builder
739266feca
[maven-release-plugin] prepare release v5.0.3
3 years ago
Mohamed Rashd
6a150b579c
Fix reporting config default db name
3 years ago
Pahansith Gunathilake
0cf45cdecf
Fix android operation buttons not enabling
3 years ago
Mohamed Rashd
5e247c6e6b
Add identity server service provider app integration
3 years ago
Pahansith Gunathilake
791436d061
Add android device info operation permission
3 years ago
builder
06560d24d4
[maven-release-plugin] prepare for next development iteration
3 years ago
builder
2784633dd6
[maven-release-plugin] prepare release v5.0.2
3 years ago
Pahansith Gunathilake
a7400e7074
Bump dependency versions of analytics-mgt
3 years ago
Muhammad Rashad
4e73b778e2
Move grafana to separate module
3 years ago
builder
1896199698
[maven-release-plugin] prepare for next development iteration
3 years ago
builder
a765f780f0
[maven-release-plugin] prepare release v5.0.1
3 years ago
Amalka Subasinghe
4ed28820c8
operation timeout feature
3 years ago
builder
ef558458a0
[maven-release-plugin] prepare for next development iteration
3 years ago
builder
8e191e75a6
[maven-release-plugin] prepare release v5.0.0
3 years ago
Pahansith Gunathilake
8b6a3ef77c
Merge branch 'master' into 'master'
...
adding device status history feature
See merge request entgra/carbon-device-mgt!836
3 years ago
Don Kushan Saminda Wijeratne
7e7fa53b8f
adding device status history feature
3 years ago
Pahansith Gunathilake
4cdd8dcb2f
Merge branch 'master' into 'master'
...
Fix not picking up or push_notification_provider in cdm config template
See merge request entgra/carbon-device-mgt!833
3 years ago
Muhammad Rashad
1f536c40e4
Added grafana integration
3 years ago
builder
2e9832caa6
[maven-release-plugin] prepare for next development iteration
3 years ago
builder
6b0c527bb2
[maven-release-plugin] prepare release v5.0.0
3 years ago
Saad Sahibjan
7f23347701
Fix not picking up or push_notification_provider in cdm config template
3 years ago
builder
d7ccaa559b
[maven-release-plugin] prepare for next development iteration
3 years ago
builder
907fb825ea
[maven-release-plugin] prepare release v5.0.0
3 years ago
Pahansith Gunathilake
b61c97d603
Make timestamps independent from host machine timezone
3 years ago
Pahansith Gunathilake
376cb4ec92
Add missing ios scopes into ios.xml.j2
3 years ago
inoshperera
fbfd9ba911
ios enrollment fixes
...
Fixes https://gitlab.com/entgra/product-iots/-/issues/1184
3 years ago
builder
216e47b429
[maven-release-plugin] prepare for next development iteration
3 years ago
builder
5c2dc99b09
[maven-release-plugin] prepare release v5.0.0
3 years ago
Pahansith
9a86d2fe06
Add missing scope for the device info operation button
3 years ago
Amalka Subasinghe
a031579b80
fixed gw, km, iot, apim urls
3 years ago
Amalka Subasinghe
5272293a31
mdm config tags made configurable
3 years ago
Amalka Subasinghe
29b561e9c3
added config to j2 file
3 years ago
Amalka Subasinghe
4503ab77c7
package name change - appmgt
3 years ago
Amalka Subasinghe
37b08ba389
package name change - appmgt core
3 years ago
Amalka Subasinghe
f9274b0d1a
update from master
3 years ago
Pahansith Gunathilake
76deadcf41
Merge branch 'master' into 'master'
...
Login cache improvements and Refresh token handling improvements
See merge request entgra/carbon-device-mgt!789
3 years ago
Pahansith Gunathilake
939e9faeff
Merge branch 'hierarchical-grouping' into 'master'
...
Hierarchical grouping
See merge request entgra/carbon-device-mgt!780
3 years ago
Vigneshan Seshamany
0eb74d9f60
Modify login cache implementatation with LRU cache
3 years ago
Amalka Subasinghe
f3720e49ff
added scripts and updated config reading
3 years ago
Amalka Subasinghe
bdb01a0098
bug fixing
3 years ago
Amalka Subasinghe
a418fe5d0d
Merge branch 'master' into kernel-4.6.2
3 years ago
Pahansith Gunathilake
c2dd2130b4
Merge branch 'master' into 'master'
...
Update DM_DEVICE_INFO table
See merge request entgra/carbon-device-mgt!776
3 years ago
Saad Sahibjan
e403a92db9
Add PARENT_PATH column to DM_GROUP table
3 years ago
Amalka Subasinghe
d090fef2ac
updated from master and added oauth2 component
3 years ago
sandaru
8f689c8101
Add default sim update operation scope
...
https://gitlab.com/entgra/product-iots/-/issues/991
3 years ago
Amalka Subasinghe
23d2b9d767
added claim adding logic to SP
3 years ago
Amalka Subasinghe
293b5f5a7b
updated pom versions to 5.0.0-SNAPSHOT
3 years ago
Amalka Subasinghe
dfb4235a07
fixed sms-config errors
3 years ago
Amalka Subasinghe
b8935487ef
updated sim-config j2 file
3 years ago
MalshaPiumini
a1567d8a3d
Increase session time for sso and non-sso login.
3 years ago
Kaveesha
e111c1dda8
Update DM_DEVICE_INFO table
3 years ago
Amalka Subasinghe
83b31f0d02
updated from master and fixed conf copying issue
3 years ago
Amalka Subasinghe
af2f8155e5
added webapp authenticator component
4 years ago
Amalka Subasinghe
0162753d6a
Fixed SSO
4 years ago
Amalka Subasinghe
23b25fb540
Templated configs
4 years ago
Amalka Subasinghe
d5c85980e1
move appmgt db creation, application-extension synapse apis, cdm datasource config
4 years ago
inoshperera
2f73bcb0c7
Support AE with QR code based enrollment
...
Fixes https://gitlab.com/entgra/emm-proprietary-plugins/-/merge_requests/601
4 years ago
Amalka Subasinghe
2915651272
cleaned up features
4 years ago
Amalka Subasinghe
056987141b
cleaned up components/device-mgt
4 years ago
Amalka Subasinghe
c33e13b04c
updating to kernel 4.6.1
4 years ago
Pahansith
365b073e6a
Fix app schedule installation issue in single node
4 years ago
Entgra Builder
feacd5029d
[maven-release-plugin] prepare for next development iteration
4 years ago
Entgra Builder
09907233fc
[maven-release-plugin] prepare release v4.1.15
4 years ago
Entgra Builder
ddab435548
[maven-release-plugin] prepare for next development iteration
4 years ago
Entgra Builder
5b2c085a3e
[maven-release-plugin] prepare release v4.1.14
4 years ago
Entgra Builder
ca7ded79cb
[maven-release-plugin] prepare for next development iteration
4 years ago
Entgra Builder
368bb74436
[maven-release-plugin] prepare release v4.1.13
4 years ago
Entgra Builder
7463aa6e5a
[maven-release-plugin] prepare for next development iteration
4 years ago
Entgra Builder
531672de8e
[maven-release-plugin] prepare release v4.1.12
4 years ago
Saad Sahibjan
143816c1e6
Fix sms handler test break
4 years ago
Saad Sahibjan
789ee553e6
Move email-sender component to tranport-mgt
4 years ago
Saad Sahibjan
2aa751de23
Change the structure from sms-mgt to sms-handler to have within transport-mgt
4 years ago
Saad Sahibjan
5539a8d679
Add SMS mgt API feature
4 years ago
Saad Sahibjan
442d741140
Add SMS mgt servicer feature
4 years ago