harshanl
d628699e8b
Fixed repeating task operations.
8 years ago
mharindu
7346313d27
Modified scope management service
8 years ago
Ace
d8c6720857
Removing previous query
8 years ago
Ace
aa01c7a52e
Adding query improvements to activities retrieval query
8 years ago
hasuniea
349c3bdb63
fixing App Version not updating in portal after being initially set
8 years ago
harshanl
8fa311e119
Removed unnecessary properties from EnrollmentInfo object
8 years ago
prabathabey
fc5021a0d5
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
8 years ago
prabathabey
c7730adbcb
Improving the retrieval of activities
8 years ago
harshanl
eb801696bf
Fixed EMM-1492
8 years ago
harshanl
f82ce82648
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
8 years ago
harshanl
08ff70bb3c
Refactored CertMgt component
8 years ago
mharindu
5bdb4630af
Fixed conflicts and merged
8 years ago
mharindu
734aaa8c9e
Fixed null pointer exception
8 years ago
mharindu
886e2e08f2
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into scope-impl
8 years ago
hasuniea
1b07b18678
adding security fixes
8 years ago
mharindu
acf6d7ecd7
Fixed conflicts and merged
8 years ago
harshanl
f1c1c67656
Removed unused policy.mgt module from device core bundle
8 years ago
harshanl
657e4864fb
Added MSSQL, PostgreSQL and Oracle db support for Notification feature.
8 years ago
harshanl
35ea88b9de
Fixed EMM-1476.
8 years ago
Prabath Abeysekara
cc90bef42b
Merge pull request #318 from Securepoint/master
...
Minor bug fixies and code improvements
8 years ago
mharindu
eb5216091e
Fixed conflicts and merged
8 years ago
madhawap
5bd879545b
fix for the iOS device operations blocker
8 years ago
madhawap
2e71c21378
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
8 years ago
madhawap
d315e739e4
fix for the iOS device operations blocker
8 years ago
inoshperera
2e8df6a16a
Merge pull request #322 from charithag/master
...
Fix issues in sql statements
8 years ago
charitha
efcd5272d2
Fix issues in sql statements
8 years ago
harshanl
6cc1bb088c
Fixed EMM-1447, EMM-1424
8 years ago
mharindu
84090fb16c
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into scope-impl
8 years ago
Milan Perera
c49dc435e1
Merge pull request #319 from ayyoob/transport
...
Updated grant type implementation
8 years ago
prabathabey
5ed3174a28
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
8 years ago
prabathabey
5adfab9f8a
Improving connection handling in cert management related functionalities, adding UNIQUE key constraints to DM_DEVICE and DM_ENROLMENT tables, improving response handling of certificate management admin API
8 years ago
Ace
07b12fe4ea
Bug fixes
8 years ago
prabathabey
c63818b78f
Avoiding multiple device data getting retrieved upon the same id
8 years ago
prabathabey
e27905792f
Code cleanup
8 years ago
prabathabey
5bc7cf7c30
Simplifying operation management related implementations
8 years ago
mharindu
564c2b280e
Fixed conflicts and merged
8 years ago
Chatura Dilan
046cd6586c
Merge branch 'master' of github.com:wso2/carbon-device-mgt
8 years ago
Chatura Dilan
7af8ecc686
Added userstore for role listing
8 years ago
prabathabey
bd1322e801
Improving transaction handling in certificate management component and cleaning up the OperationManagerImpl
8 years ago
mharindu
827567733c
Fixed scope update issue in API update
8 years ago
ayyoob
250ce1f77c
added device mgt grant types
8 years ago
mharindu
b3d309583d
Fixed issues in scope service
8 years ago
mharindu
7f1e2fdf0b
Implemented scope management service
8 years ago
mharindu
bdec8880bb
Fixed conflicts and merged
8 years ago
mharindu
186432e1df
Fixed webapp name resolving issue
8 years ago
Dulitha Wijewantha
03f323d6e2
Fixed a bug where getBoolean wasn't used
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
mharindu
80f737822e
Fixed enrollment device mapping issue
8 years ago
Prabath Abeysekara
fbb09a7f58
Merge pull request #316 from xenobyte/master
...
Fixed predictable pseudorandom number generator
8 years ago
prabathabey
40b43a8b97
DAO exceptions thrown while retrieving advance details of devices appears to have been swallowen at the REST API implementation that exposes the aforementioned functionality. This particular fix resolves it
8 years ago