dilanua
7facff4b58
Updating ui init logic
8 years ago
mharindu
19275634a1
Fixed webapp name resolving issue
8 years ago
ayyoob
8eb29a77cc
adding device-mgt-scopes config
8 years ago
dilanua
c57c75945c
Deprecating invoker-request-wrapper (unused)
8 years ago
dilanua
00f98f5cce
Updating base ui app config reader
8 years ago
dilanua
d04cb54ae8
Refactoring base ui app config reader
8 years ago
dilanua
c12630e65c
Refactoring base ui app config reader
8 years ago
dilanua
1916c4df5f
Refactoring cdmf product page layout
8 years ago
dilanua
7d9cde3cfb
Refactoring Navigation Bar
8 years ago
dilanua
99aca9b90a
Updating user-listing
8 years ago
dilanua
bbce1a3d8a
Refactoring user-listing front-end logic
8 years ago
dilanua
8f81f2bb01
Refactoring data-tables-invoker-api
8 years ago
dilanua
225b1ddc45
Refactoring device-mgt-props
8 years ago
dilanua
7e7549437b
Refactoring user module
8 years ago
dilanua
24d846a328
Refactoring user-create page and related modules
8 years ago
dilanua
b636738be3
Fixing issue: user-list not getting updated upon user-removal
8 years ago
hasuniea
74658d1e85
adding certificate scripts
8 years ago
Dilan U. Ariyaratne
2de1c63382
Merge pull request #317 from madhawap/master
...
fix to iOS device enrolment
8 years ago
madhawap
86fdc85d13
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
8 years ago
madhawap
d79de070f1
fix to iOS device enrolment
8 years ago
ayyoob
250ce1f77c
added device mgt grant types
8 years ago
dilanua
da6ff6e7fa
Refactoring user-listing page
8 years ago
dilanua
177b7cf3df
Refactoring data-tables-extended-unit
8 years ago
Ace
c8b37207fc
Fixing context issue in service-invoker
8 years ago
dilanua
31b62e6336
Adding jaggery.conf url mapping for data-tables-invoker-api
8 years ago
Ace
b8635db485
Adding changes to common modules to accomodate ui restructuring
8 years ago
Dulitha Wijewantha
03f323d6e2
Fixed a bug where getBoolean wasn't used
8 years ago
prabathabey
50a2e4733b
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
8 years ago
Ace
ca8859c80a
Fixing broken build due to new javax.xml imports
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
prabathabey
c18bc500d5
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
8 years ago
Timo Briddigkeit
fe489d7f56
Fixed null pointer dereferences
8 years ago
Ace
8a54c5a9cb
Adding emm apis as common modules
8 years ago
Timo Briddigkeit
d28054a39d
Made constants real constant using final
8 years ago
Timo Briddigkeit
666506da90
Fixed various XML External Entity (XXE) attack vulnerabilities
8 years ago
Timo Briddigkeit
796a81311c
Fixed predictable pseudorandom number generator
8 years ago
Prabath Abeysekara
fbb09a7f58
Merge pull request #316 from xenobyte/master
...
Fixed predictable pseudorandom number generator
8 years ago
Timo Briddigkeit
0ac4752b2b
Fixed null pointer dereference
8 years ago
Timo Briddigkeit
0ea2c458e7
instanceof will return false for null references, the null check is not needed.
8 years ago
Timo Briddigkeit
90910518d6
Fixed null pointer dereferences
8 years ago
Ace
15ae91d1c5
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
8 years ago
Ace
ca10ad53bb
Adding emm apis as common modules
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
Timo Briddigkeit
b674304087
Made constants real constant using final
8 years ago
Timo Briddigkeit
ee5b077e6a
Fixed various XML External Entity (XXE) attack vulnerabilities
8 years ago
Timo Briddigkeit
09020ccb9f
Fixed predictable pseudorandom number generator
8 years ago
Dilan U. Ariyaratne
ab5aa3e31c
Merge pull request #315 from madhawap/master
...
Added missing end-point to the permissions.xml
8 years ago
madhawap
0b338a1d25
Added missing end-point to the permissions.xml
8 years ago
Chatura Dilan
4ec11e8c08
[maven-release-plugin] prepare for next development iteration
8 years ago