Prabath Abeysekara
cc90bef42b
Merge pull request #318 from Securepoint/master
...
Minor bug fixies and code improvements
2016-08-03 14:12:24 +05:30
Ace
07b12fe4ea
Bug fixes
2016-07-26 22:03:14 +05:30
Ace
ca8859c80a
Fixing broken build due to new javax.xml imports
2016-07-18 09:09:29 +05:30
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.
2016-07-15 16:25:31 +02:00
Timo Briddigkeit
0ac4752b2b
Fixed null pointer dereference
2016-07-15 09:47:08 +02:00
Timo Briddigkeit
ee5b077e6a
Fixed various XML External Entity (XXE) attack vulnerabilities
2016-07-13 15:02:11 +02:00
Chatura Dilan
4ec11e8c08
[maven-release-plugin] prepare for next development iteration
2016-07-08 19:11:40 +05:30
Chatura Dilan
ffedcac543
[maven-release-plugin] prepare release v1.1.1
2016-07-08 19:09:55 +05:30
prabathabey
9aa54f2ead
Improving policy management functionalities to use deviceType in place of deviceTypeId for persisting policy information
2016-07-07 13:10:19 +05:30
Chatura Dilan
2befefc967
Added OS build date
2016-07-01 15:45:59 +05:30
prabathabey
be7e63c390
merging rest-api-improvements branch to master
2016-06-30 16:40:15 +05:30
Chatura Dilan
24b462f4f4
Added is-active field to the Application
2016-06-29 17:41:45 +05:30
prabathabey
624e7df688
Improving HTTP status code handling and the resource implementations
2016-06-27 16:28:49 +05:30
geethkokila
1fabb0eee3
Fixing the database syncing issue
2016-06-07 12:55:15 +05:30
prabathabey
b24250f3f2
Returning device info within the device bean itself
2016-06-02 20:49:23 +05:30
prabathabey
5ed982beb4
Adding more improvements to the JAX-RS APIs of CDM-F
2016-05-30 16:40:57 +05:30
prabathabey
726a700528
Improving error handling in checking for monitoring frquency
2016-05-30 11:45:02 +05:30
prabathabey
6e5148a374
Fixing inconsistencies between what's represented via swagger and the real implementation, and bugs found in admin services
2016-05-30 08:21:59 +05:30
prabathabey
8b9cf0da85
Resolving conflicts caused by merging with the updates in master
2016-05-25 17:37:21 +05:30
inosh
1341884957
resolving conflicts
2016-05-23 14:14:05 +05:30
inosh
60b42715d6
syncing admin api from product emm
2016-05-23 14:11:25 +05:30
mharindu
3e291c5b13
[maven-release-plugin] prepare for next development iteration
2016-05-20 16:43:16 +05:30
mharindu
9549ac446b
[maven-release-plugin] prepare release v1.1.0
2016-05-20 16:43:02 +05:30
prabathabey
a375252a94
Adding pluggable push notification framework
2016-05-19 00:20:45 +05:30
Madhawa Perera
94aacb1625
Adding swagger annotations to beans
2016-05-13 02:38:10 +05:30
Madhawa Perera
5d1bf67630
Adding swagger annotations to beans
2016-05-13 01:31:33 +05:30
Madhawa Perera
087adafeb7
Adding swagger annotations to beans
2016-05-13 01:25:29 +05:30
geethkokila
3396a5066d
Adding changes for the updated time of device info and device location
2016-04-29 22:30:07 +05:30
geethkokila
4029c86da4
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
2016-04-27 10:26:51 +05:30
geethkokila
2fb42518b6
Adding the changes for the device group with policy.
2016-04-27 10:26:47 +05:30
prabathabey
9068a3d893
Fixing compilation failures caused due to API changes
2016-04-26 16:40:30 +05:30
geethkokila
4cf37bb16c
Fixing the compilation error on the proprietory plugins.
2016-04-24 08:54:31 +05:30
dilanua
ce8d4b53a2
Adding temporary development code bits of dashboard analytics feature
2016-04-08 15:10:01 +05:30
ayyoob
c45895685b
Added device type multi tenancy capability.
2016-03-29 11:40:58 +05:30
geethkokila
e9da24c9e8
Changing the snapshot versions from 1.0.4 to 1.1.0
2016-03-24 11:41:52 +05:30
geethkokila
41191d6df0
Adding the search feature to device mgt plugin
2016-03-21 10:33:35 +05:30
geethkokila
e0e0a57c11
[maven-release-plugin] prepare for next development iteration
2016-01-05 18:15:38 +05:30
geethkokila
cebb88e712
[maven-release-plugin] prepare release v1.0.3
2016-01-05 18:15:28 +05:30
geethkokila
e66d291947
[maven-release-plugin] prepare for next development iteration
2015-12-30 14:19:05 +05:30
geethkokila
f416a73e75
[maven-release-plugin] prepare release v1.0.2
2015-12-30 14:18:57 +05:30
geethkokila
d0a2c5521c
Commenting this due to policy compliance warn will block the device
2015-12-24 11:09:32 +05:30
geethkokila
185a59fbd4
[maven-release-plugin] prepare for next development iteration
2015-12-23 22:39:29 +05:30
geethkokila
b3580d754b
[maven-release-plugin] prepare release v1.0.1
2015-12-23 22:39:20 +05:30
harshanl
402b843e5d
Updated task schedule service to fix EMM-1145, EMM-1100
2015-12-23 19:35:50 +05:30
prabathabey
7a27e88551
Changing the log levels configured in log4j.properties files used as part of test configurations
2015-12-22 22:43:26 +05:30
geethkokila
4e9255fbc9
[maven-release-plugin] prepare for next development iteration
2015-12-22 08:28:42 +05:30
geethkokila
ceb60adb34
[maven-release-plugin] prepare release v1.0.0
2015-12-22 08:28:33 +05:30
pasinduj
ddefa19e0f
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
2015-12-17 09:41:19 +05:30
Kasun Delgolla
d5f87f4dc1
Committing policy compliance monitoring issue
2015-12-16 14:38:32 +05:30
pasinduj
9a50455a29
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
2015-12-14 08:57:36 +05:30