builder
fb4e20490a
[maven-release-plugin] prepare release v5.0.15
2 years ago
Pahansith Gunathilake
d5b2d8ac3b
Merge branch 'master' into publisher-fix
2 years ago
navodzoysa
472d34dc09
Fix incorrect query param when directly publishing an app
2 years ago
Thilina Sandaruwan
1bea33b259
fixed ownership validation issue
2 years ago
Thilina Sandaruwan
e4bc9f87f8
fixed the validation issue
2 years ago
shamalka
0712cd744a
Remove unwanted lines
2 years ago
shamalka
184716b17a
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into HEAD
2 years ago
shamalka
9a5322845f
Change otp api to return token
2 years ago
Amalka Subasinghe
458ab34269
updated EntgraLogger methods ( #30 )
...
Co-authored-by: Amalka Subasinghe <amalkasubasinghe@gmail.com>
Co-authored-by: Pahansith Gunathilake <pahansith@entgra.io>
Reviewed-on: community/device-mgt-core#30
Co-authored-by: Amalka Subasinghe <amalka@entgra.io>
Co-committed-by: Amalka Subasinghe <amalka@entgra.io>
2 years ago
Lasantha Dharmakeerthi
6d72292789
Fix duplicate group and role error handling responses
2 years ago
Kavin Prathaban
71c4e3b4d0
Add fix for error on searching app with AppType with ALL filter
...
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
2 years ago
navodzoysa
a367cd6b35
Fix duplicate group and role error handling responses
2 years ago
navodzoysa
578266a419
Fix error when deleting tags/categories with special characters
2 years ago
shamalka
4e567a0a4f
Fix app publishing issue on publisher
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
Deenath Geeganage
7e914aeafd
Device names in endpoint-mgt and traccar are not consistent - Fix ( #21 )
...
Fix: [https://roadmap.entgra.net/issues/9656 ](https://roadmap.entgra.net/issues/9656 )
When renaming an agent, the update wasn't send to the traccar server.
Added new methods and combined it with existing agent modification code
Co-authored-by: Deenath Geegange <deenathgeeganage@gmail.com>
Co-authored-by: Pahansith Gunathilake <pahansith@entgra.io>
Reviewed-on: community/device-mgt-core#21
Co-authored-by: Deenath Geeganage <deenathgeeganage@gmail.com>
Co-committed-by: Deenath Geeganage <deenathgeeganage@gmail.com>
2 years ago
Pahansith Gunathilake
a86da84b6f
Merge branch 'master' into traccar-fix
2 years ago
Pahansith Gunathilake
7c2b4bd687
Fix group delete
2 years ago
navodzoysa
93684174d4
Update traccar configuration
2 years ago
Pahansith Gunathilake
e5d7512d0a
fix traccar nullpointer error
2 years ago
Vigneshan Seshamany
17638029d3
Fix group update issue
2 years ago
Vigneshan Seshamany
96b07648ca
Update token introspection endpoint inside user handler
2 years ago
Vigneshan Seshamany
1ac460a4fe
Fix signature validation issue for jwt token requests
2 years ago
Vigneshan Seshamany
65d18fd037
Fix invalid admin credentials issue in token endpoint
2 years ago
navodzoysa
a78da4a4a9
Fix build failure
2 years ago
Vigneshan Seshamany
d28edf1b88
Modify password and client_credentials grant handling
2 years ago
Vigneshan Seshamany
5693977b01
Update token api success response status code
2 years ago
Pahansith Gunathilake
1cf14c19f6
Merge branch 'master' into fix/key-mgt-api
2 years ago
Vigneshan Seshamany
dd553a2326
Improve error handling for token endpoint
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
Dharmakeerthi Lasantha
388ae39fef
Add device mgt denying exception class
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
Pahansith Gunathilake
3332d8e85e
Merge branch 'swagger-fix' into 'master'
...
Swagger fix
See merge request entgra/carbon-device-mgt!921
2 years ago
Shamalka Navod
3384b597f9
Improve device name search
2 years ago
Kavindya. Sathsarani
bb5f779c26
Add a searchable input for App Restriction Settings policy
2 years ago
Dharmakeerthi Lasantha
d1f41971dd
Merge branch 'improvement_policy_ui' into 'master'
...
Improve table component structure of the policy config
See merge request entgra/carbon-device-mgt!923
2 years ago
inoshperera
7235f84c3a
Fixes app management related swaggers
2 years ago
kavindyaS007
92f2a6f50d
improvements in policy ui
2 years ago
inoshperera
c14047f913
Fix issues in the swagger related to URLs
2 years ago
inoshperera
0fc27682df
Test case fix and logs added
...
Related to https://gitlab.com/entgra/product-iots/-/issues/1541
2 years ago
inoshperera
e9cf04551a
Fix ios enrolment error
...
fixes https://gitlab.com/entgra/product-iots/-/issues/1541
2 years ago
inoshperera
259795a274
fix swagger syntax issues
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