Charitha Goonetilleke
4e9628dff4
Merge branch 'master' of https://gitlab.com/entgra/carbon-device-mgt into application-mgt-new
5 years ago
milanperera
5e19455882
Fix for entgra/product-iots#141
5 years ago
lasanthaDLPDS
a41b5313a0
Fix merge conflicts
5 years ago
Yohan Avishke
3dff9fef80
Create Endpoints to deploy DAS artifacts as Strings
...
Four new endpoints were created to deploy DAS artifacts. These apis will accept JSON payloads and convert them to Strings and will use those to deploy artifacts. These endpoints are different from the existing endpoints due to accepting different payloads and using different stubs to deploy.
5 years ago
Dharmakeerthi Lasantha
52c7a7ecdd
Improve app subscription functionality
...
Further integrate app management component with device mgt
6 years ago
Gathika94
329499a962
resolve conflicts
6 years ago
Gathika94
6ba46facb1
change xml file and add relevant permission related to app mgmt lifecycle
6 years ago
lasanthaDLPDS
6f020076c5
Fix API tags registering issue
6 years ago
lasantha
81be917e10
adding application registrating functionality and partial DAO modefications
7 years ago
ayyoob
c3f23fa564
fixed multi tenant issues after testing custom device type impl
8 years ago
megala21
47ce861b49
Fixing basic authenticator issue
8 years ago
megala21
4560348697
Fixing isses in authentication
8 years ago
megala21
121c289b39
Adding security filters to web.xml
8 years ago
ayyoob
9967d6e7da
few fixes after testing mqtt authorisation flow
...
(cherry picked from commit 4aba08b)
8 years ago
ayyoob
8a842e8f8e
restricted basic auth support
8 years ago
ayyoob
5e4b0564b7
added permission fix for operation and synchronised application creation to avoid duplicate subscription
8 years ago
ayyoob
c088a9bc93
fixed api subscribe issue for device specific app creation
8 years ago
ayyoob
dac7d3c1ee
made device management to be default tag
8 years ago
Milan Perera
2b4a3cde61
Fixed conflicts and merged
8 years ago
Milan Perera
21d8d14b7e
Fixed multy tenancy issues related to android device type
8 years ago
ayyoob
1370b87618
fixed apim application issue
8 years ago
ayyoob
e74b4e23c4
removed apim dependency from cdmf
8 years ago
ayyoob
5927064435
apim seperation
8 years ago
ayyoob
cdd144237f
removed unused parameter
8 years ago
ayyoob
2fbaf31b93
fixed permission and assigned environment variables for url context
8 years ago
Maninda
0fb5a577b8
Fixed some issues found in FindBugs security analysis.
8 years ago
GPrathap
7807ed77da
removed hardcoded validity period while creating application in APIM
8 years ago
GPrathap
c969013ca2
added new property : validity Period
8 years ago
ayyoob
fede8ec409
few changes after testing with authoriser
8 years ago
ayyoob
fe263efe60
changed device access verification approach
8 years ago
ayyoob
3140c36f7b
added missing license headers
8 years ago
ayyoob
5727886ea1
few changes after apimgt integration
8 years ago
mharindu
bd41e4f4fb
Implemented scope based authorization in device-mgt UI module
8 years ago
Timo Briddigkeit
ed07774552
Fixed literal string comparison.
...
This line is in the form of
String str = ...
str.equals("someOtherString");
//or
str.compareTo("someOtherString");
A NullPointerException may occur if the String variable str is null. If instead the code was restructured to
String str = ...
"someOtherString".equals(str);
//or
"someOtherString".compareTo(str);
that is, call equals() or compareTo() on the string literal, passing the variable as an argument, this exception could never happen as both equals() and compareTo() check for null.
8 years ago
ayyoob
ba6e202442
Few changes added after testing with the cluster
8 years ago
mharindu
106be76118
Fixed issues of API publishing to gateway
9 years ago
mharindu
66ccad65cf
Partial commit for APIM Gateway migration
9 years ago
ayyoob
ba47af3186
added api application registration filter
9 years ago
ayyoob
d3418462d9
few changes in api manager application registration
9 years ago
ayyoob
afe965e787
adding code review changes on JWT and API App registration
9 years ago
charithag
3e4ccf6337
Add missing features and component from IoTS-1.0.0-M4
9 years ago