dilanua
8f81f2bb01
Refactoring data-tables-invoker-api
2016-07-22 18:23:02 +05:30
dilanua
225b1ddc45
Refactoring device-mgt-props
2016-07-22 17:08:55 +05:30
mharindu
3331604699
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into scope-impl
2016-07-22 16:42:00 +05:30
mharindu
827567733c
Fixed scope update issue in API update
2016-07-22 16:41:40 +05:30
dilanua
7e7549437b
Refactoring user module
2016-07-22 15:31:00 +05:30
dilanua
24d846a328
Refactoring user-create page and related modules
2016-07-22 15:25:33 +05:30
dilanua
b636738be3
Fixing issue: user-list not getting updated upon user-removal
2016-07-22 11:54:35 +05:30
madhawap
86fdc85d13
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
2016-07-22 10:59:34 +05:30
madhawap
d79de070f1
fix to iOS device enrolment
2016-07-22 10:58:50 +05:30
ayyoob
250ce1f77c
added device mgt grant types
2016-07-21 20:14:43 +05:30
mharindu
b3d309583d
Fixed issues in scope service
2016-07-21 20:13:38 +05:30
dilanua
da6ff6e7fa
Refactoring user-listing page
2016-07-21 18:04:51 +05:30
dilanua
177b7cf3df
Refactoring data-tables-extended-unit
2016-07-21 17:58:59 +05:30
Ace
c8b37207fc
Fixing context issue in service-invoker
2016-07-21 15:03:17 +05:30
mharindu
b8f2457046
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into scope-impl
2016-07-21 14:32:26 +05:30
dilanua
31b62e6336
Adding jaggery.conf url mapping for data-tables-invoker-api
2016-07-21 12:54:39 +05:30
mharindu
7f1e2fdf0b
Implemented scope management service
2016-07-21 12:43:21 +05:30
Ace
b8635db485
Adding changes to common modules to accomodate ui restructuring
2016-07-21 07:42:20 +05:30
mharindu
bdec8880bb
Fixed conflicts and merged
2016-07-18 20:22:27 +05:30
mharindu
9932f061fb
Fixed webapp name resolving issue
2016-07-18 20:09:16 +05:30
mharindu
186432e1df
Fixed webapp name resolving issue
2016-07-18 20:08:51 +05:30
Dulitha Wijewantha
03f323d6e2
Fixed a bug where getBoolean wasn't used
2016-07-18 12:29:58 +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
mharindu
80f737822e
Fixed enrollment device mapping issue
2016-07-15 19:45:04 +05:30
Prabath Abeysekara
fbb09a7f58
Merge pull request #316 from xenobyte/master
...
Fixed predictable pseudorandom number generator
2016-07-15 13:17:23 +05:30
Timo Briddigkeit
0ac4752b2b
Fixed null pointer dereference
2016-07-15 09:47:08 +02:00
Timo Briddigkeit
0ea2c458e7
instanceof will return false for null references, the null check is not needed.
2016-07-15 09:39:50 +02:00
Timo Briddigkeit
90910518d6
Fixed null pointer dereferences
2016-07-15 09:26:27 +02:00
Ace
15ae91d1c5
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
2016-07-15 11:59:42 +05:30
Ace
ca10ad53bb
Adding emm apis as common modules
2016-07-15 11:59:15 +05:30
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
2016-07-14 01:24:00 +05:30
Timo Briddigkeit
b674304087
Made constants real constant using final
2016-07-13 15:57:12 +02:00
Timo Briddigkeit
ee5b077e6a
Fixed various XML External Entity (XXE) attack vulnerabilities
2016-07-13 15:02:11 +02:00
Timo Briddigkeit
09020ccb9f
Fixed predictable pseudorandom number generator
2016-07-13 14:35:55 +02:00
mharindu
99664b23c5
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into scope-impl
2016-07-13 11:05:35 +05:30
Dilan U. Ariyaratne
ab5aa3e31c
Merge pull request #315 from madhawap/master
...
Added missing end-point to the permissions.xml
2016-07-12 10:28:38 +05:30
madhawap
0b338a1d25
Added missing end-point to the permissions.xml
2016-07-12 10:24:05 +05:30
mharindu
789086a667
Changed context paths
2016-07-12 01:31:35 +05:30
mharindu
0f904e21d8
Fixed conflicts and merged
2016-07-11 22:12:15 +05:30
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
mharindu
79a6da82f2
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
2016-07-08 18:39:10 +05:30
mharindu
c7eef634ac
Added send-invitation endpoint
2016-07-08 18:38:00 +05:30
dilanua
c61ef1c98e
Fixing issues of GET /compliance-data API
2016-07-08 18:01:10 +05:30
Ace
58666bc4b0
Adding device name url param for device search
2016-07-08 14:57:43 +05:30
madhawap
c3cbc5b4fb
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
2016-07-08 14:29:53 +05:30
madhawap
0b1e4ad86b
Updated permissions.xml according to new end-points
2016-07-08 14:29:29 +05:30
Ace
d58fb57f4e
Enabling device search for multiple params
2016-07-08 10:09:46 +05:30
madhawap
e52fed0b2d
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
2016-07-07 19:51:57 +05:30
madhawap
34354c032e
Added end-point to get devices enrolled under a specific user
2016-07-07 19:46:22 +05:30
prabathabey
68fbfaf346
Merge branch 'certmgt-postgresql'
2016-07-07 14:10:48 +05:30
prabathabey
ce2a801934
Fixing https://wso2.org/jira/browse/EMM-1448 which fixes issues while persisting certificates when PostgreSQL is used as the underlying certificate management repository database
2016-07-07 14:10:03 +05:30
prabathabey
6edfad5fb7
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
2016-07-07 13:10:30 +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
Dilan U. Ariyaratne
73551590b9
Merge pull request #313 from madhawap/master
...
Added end point to get Compliance Data Of a Device
2016-07-07 11:16:09 +05:30
madhawap
09e2d2ecaf
Removing the internal status code added to the compliance data wrapper
2016-07-07 11:14:43 +05:30
madhawap
68b7d304a0
Added end point to get Compliance Data Of a Device
2016-07-06 18:40:49 +05:30
prabathabey
0125310440
Prepending the url template configured for updating notifications with a '/'
2016-07-05 15:39:50 +05:30
prabathabey
78057b2992
Adding an API to return the list of device types registered in the underlying device management platform
2016-07-05 15:09:11 +05:30
mharindu
d3982c9797
Modified API definitions
2016-07-04 19:26:15 +05:30
mharindu
cc5f677165
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into scope-impl
2016-07-04 18:01:55 +05:30
mharindu
aa6085ac8c
Added scopes to APIs
2016-07-04 18:01:42 +05:30
hasuniea
282ac72249
adding SCEPManagerService to scep manager compenent
2016-07-04 17:58:14 +05:30
hasuniea
bbbbb28795
removing unused packages
2016-07-04 16:51:36 +05:30
hasuniea
911d5b5257
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
2016-07-04 16:46:23 +05:30
hasuniea
bf58c0bec3
add package changes to appAuthenticatorFrameworkServiceComponent.java
2016-07-04 16:45:36 +05:30
mharindu
ff82accb48
added scopes to notification API
2016-07-04 14:11:51 +05:30
mharindu
60659ce15b
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into scope-impl
2016-07-04 14:09:44 +05:30
mharindu
fe28bc25f1
Refactored scopes
2016-07-04 14:06:30 +05:30
madhawap
c17dda082d
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
2016-07-04 13:38:55 +05:30
madhawap
2136ebbeee
changes to 'updateNotificationStatus' swagger annotations
2016-07-04 13:38:32 +05:30
hasuniea
646e8b68d8
remove unwanted package
2016-07-04 12:40:48 +05:30
hasuniea
54498f41cd
modifying scep utils
2016-07-04 12:24:28 +05:30
mharindu
ac75ff1d71
Fixed conflict and merged
2016-07-03 15:09:05 +05:30
mharindu
49623a4693
Implemented scope based authorization
2016-07-03 15:03:47 +05:30
Chatura Dilan
2befefc967
Added OS build date
2016-07-01 15:45:59 +05:30
madhawap
b55a164457
added 'updateNotificationStatus' endpoint and minor formattings to swagger annotations
2016-06-30 20:38:04 +05:30
madhawap
dbf938416b
added 'updateNotificationStatus' endpoint and minor formattings to swagger annotations
2016-06-30 20:24:01 +05:30
prabathabey
49ce42b797
Code cleanup
2016-06-30 18:19:11 +05:30
prabathabey
be7e63c390
merging rest-api-improvements branch to master
2016-06-30 16:40:15 +05:30
Chatura Dilan
23f5ca2ca5
Merge branch 'master' of github.com:wso2/carbon-device-mgt
2016-06-30 15:12:01 +05:30
prabathabey
ed5d611c35
Code cleanup
2016-06-29 18:05:09 +05:30
prabathabey
f33ac36bfa
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
2016-06-29 17:49:48 +05:30
prabathabey
37852051ff
Improving Device and Policy Management APIs and cleaning up code of Role and User Management APIs
2016-06-29 17:49:34 +05:30
Chatura Dilan
24b462f4f4
Added is-active field to the Application
2016-06-29 17:41:45 +05:30
mharindu
59028f9f09
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
2016-06-28 17:23:47 +05:30
mharindu
5de4993319
Fixed URL tampering issue
2016-06-28 17:23:39 +05:30
Ace
cf887a2e93
Merging emm module changes to devicemgt iot app
2016-06-28 17:00:02 +05:30
Chatura Dilan
f100853031
Merge branch 'master' of github.com:wso2/carbon-device-mgt
2016-06-28 16:59:14 +05:30
dilanua
d34f29ab46
Fixing device types not retrieving issue
2016-06-28 16:50:53 +05:30
Chatura Dilan
bb6d2f2012
Fixed user search
2016-06-28 16:47:16 +05:30
madhawap
d9b35c29cd
swagger annotation fix to policy 'apply-changes' end point
2016-06-28 15:04:04 +05:30
madhawap
88feb5a852
Add Pagination to Notification end points
2016-06-28 13:15:06 +05:30
prabathabey
624e7df688
Improving HTTP status code handling and the resource implementations
2016-06-27 16:28:49 +05:30
prabathabey
a23f44e682
Improving AcitivityManagement API implementation with proper error handling, etc
2016-06-27 15:04:15 +05:30
prabathabey
ad6b95ff62
Code cleanup
2016-06-27 14:45:43 +05:30
prabathabey
a46bd9194b
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
2016-06-27 14:20:55 +05:30
prabathabey
4236744d39
Improving UserManagement and RoleManagement API implementations to return proper error codes when no role/user exists, etc
2016-06-27 14:20:38 +05:30
Dilan U. Ariyaratne
a278b788d6
Merge pull request #308 from madhawap/rest-api-improvements
...
added priorities end-point to PolicyManagement
2016-06-27 11:45:17 +05:30
madhawap
b50e007897
added /priorities end-point to PolicyManagement
2016-06-27 11:22:42 +05:30
madhawap
9c215c4ac9
added /priorities end-point to PolicyManagement
2016-06-27 10:51:09 +05:30
Ruwan
6ce7f8c65a
Merge pull request #307 from ayyoob/transport
...
Few changes added after testing with the cluster
2016-06-27 09:39:17 +05:30
ayyoob
ba6e202442
Few changes added after testing with the cluster
2016-06-27 00:12:46 +05:30
inoshperera
50009c7ac5
adding apply policy end point
2016-06-24 16:13:50 +05:30
inoshperera
16edca2aea
fixing ios enrollment issue by fetching the identity certificate from the header.
2016-06-24 13:57:48 +05:30
madhawap
ee11bde8b0
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
2016-06-24 12:21:53 +05:30
madhawap
235d690f1e
Implemented 'offset' and 'limit' parameters to the 'operation' api
2016-06-24 12:19:32 +05:30
prabathabey
0c54753b34
Cleaning up UserManagementService API implementation
2016-06-22 15:31:55 +05:30
prabathabey
f1eca17991
Code cleanup
2016-06-22 14:57:12 +05:30
prabathabey
9a7286a84b
Removing DeviceWrapper and all its associated usage, as it appeared to be a redundant element in the precense of 'Device'
2016-06-22 14:52:59 +05:30
prabathabey
3813856be8
Removing DeviceWrapper and all its associated usage, as it appeared to be a redundant element in the precense of 'Device'
2016-06-22 14:52:19 +05:30
prabathabey
aeb4ad3295
Merging rest-api-improvements branch to master
2016-06-21 15:52:35 +05:30
geethkokila
c07914eb36
Adding the activity count for the activty paginantion
2016-06-21 12:56:57 +05:30
geethkokila
a67f432993
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
2016-06-20 15:41:59 +05:30
geethkokila
236eb90ce2
Fixing the limit and offset for activity
2016-06-20 15:41:53 +05:30
madhawap
f2ab923df5
fix related to http status code in 'getDevices' endpoint
2016-06-20 12:17:59 +05:30
ayyoob
ebebca8573
Added support for push notification for xmpp, mqtt and few changes to the after testing
2016-06-20 02:33:59 +05:30
ayyoob
0c2de7965f
Added device scope validation
2016-06-20 02:33:17 +05:30
madhawap
ea56d4ced3
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
2016-06-17 17:37:23 +05:30
madhawap
015ca0575e
added 'updatedTimeStamp' to the Activity get response
2016-06-17 17:36:50 +05:30
ayyoob
1373e995fb
added support to load device type configuration in base ui
2016-06-17 17:21:39 +05:30
dilanua
1513c6cf8a
Adding isActive property to PolicyWrapper
2016-06-17 12:05:35 +05:30
madhawap
7cdb7dcee1
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
2016-06-17 10:14:21 +05:30
dilanua
0eed97e84c
Adding API for getting device types
2016-06-15 14:21:31 +05:30
madhawap
b3f95d19c1
add changes to 'since' QueryParam and 'if-modified-since' HeaderParam
2016-06-15 12:05:44 +05:30
inoshperera
96eb71314b
Merge pull request #297 from madhawap/rest-api-improvements
...
add changes to 'since' QueryParam and 'if-modified-since' HeaderParam
2016-06-14 18:49:01 +05:30
madhawap
d7b860b955
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
2016-06-14 18:09:16 +05:30
madhawap
59119f9167
add changes to 'since' QueryParam and 'if-modified-since' HeaderParam
2016-06-14 18:08:43 +05:30
ayyoob
7b2c04152f
changed the UI calls from tomcat to apimgt gateway
2016-06-14 15:49:34 +05:30
Ace
7b62d2769e
Changing response code returned when adding user
2016-06-14 15:28:59 +05:30
madhawap
3d416da6fe
add changes to 'since' QueryParam and 'if-modified-since' HeaderParam
2016-06-14 12:03:14 +05:30
geethkokila
626142a59b
Fixing the isssue in retrieving the device info
2016-06-14 10:47:07 +05:30
Ace
016414c076
Bug fixes for role search
2016-06-13 15:43:21 +05:30
geethkokila
d6501cbf8c
Fixing the device search issues
2016-06-13 10:15:26 +05:30
hasuniea
629a0103d9
renaming scep web app
2016-06-10 09:39:39 +05:30
hasuniea
81aae9716d
fixing certmgt issue
2016-06-09 14:16:02 +05:30
hasuniea
ec3d032bc5
fixinf code issues
2016-06-09 10:07:01 +05:30
hasuniea
6471055c3f
add refactored stuff
2016-06-09 10:00:35 +05:30
ayyoob
b94eed267c
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into transport
2016-06-08 22:41:04 +05:30
ayyoob
52e84273d1
added profile check before publishing apis
2016-06-08 22:38:49 +05:30
Shabirmean
adec5cc303
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
2016-06-08 12:01:32 +05:30
Sahan Kariyawasam
35f43a60e7
Added Dashboard server url property
2016-06-07 19:18:03 +05:30
geethkokila
1fabb0eee3
Fixing the database syncing issue
2016-06-07 12:55:15 +05:30
Shabirmean
a55dc9bce8
Adding necessary imports for the Certificate generation from CSR
2016-06-07 09:29:54 +05:30
Shabirmean
4380f7e242
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
2016-06-06 19:13:56 +05:30
mharindu
de72cc21c6
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into apim
2016-06-06 15:52:57 +05:30
mharindu
3858920d72
Changed HTTPS Url
2016-06-06 15:52:22 +05:30
ayyoob
bb051deebc
added https url for jaggery app deployment server
2016-06-06 13:55:05 +05:30
ayyoob
c5a997b1bf
added missing imports
2016-06-06 10:42:31 +05:30
mharindu
a80ca2d696
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into apim
2016-06-06 09:10:07 +05:30
GPrathap
efb71d472a
changing sso default state
2016-06-05 23:21:39 +05:30
GPrathap
e23044d59d
fixing jira:IOTS-195
2016-06-05 23:15:54 +05:30
mharindu
f7c653b61c
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
2016-06-04 11:33:37 +05:30
mharindu
9eb2f5df86
Fixed foriegn key violation issue when getting pending operations
2016-06-04 11:33:22 +05:30
madhawap
f80603a365
Fixes to if-modified-since in activity provider
2016-06-03 22:19:40 +05:30
Ace
4609888ad1
Fixes to ifmodified-since in activity provider
2016-06-03 21:03:29 +05:30
ayyoob
23ee3e25e7
updated the timestamp
2016-06-03 19:38:24 +05:30
geethkokila
42ce71da2c
Fixing the spelling mistake
2016-06-03 18:06:33 +05:30
geethkokila
6aea69ae44
Fixing the duplicate issue
2016-06-03 11:40:00 +05:30
geethkokila
efa74030b4
Fixing response duplicate issue
2016-06-03 10:25:22 +05:30
prabathabey
8819c6e36b
Adding support for 'If-Modified-Since' header and 'since' query filter
2016-06-03 04:35:22 +05:30
inoshperera
d71f0c6e6d
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
2016-06-03 01:46:03 +05:30
inoshperera
037acbe5bb
fixing platform configuration appearing twice issue.
2016-06-03 01:43:21 +05:30
prabathabey
3c21583db6
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
2016-06-02 23:45:04 +05:30
prabathabey
1a29a9f58f
Further fixing retrieving application list with device info
2016-06-02 23:44:46 +05:30
geethkokila
ae887d6842
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
2016-06-02 23:10:18 +05:30
geethkokila
a04300b3b6
Fixing the activity Id issue
2016-06-02 23:09:55 +05:30
prabathabey
d3ce96585f
Fixing issues in returning application list in the device response
2016-06-02 22:45:44 +05:30
geethkokila
cc6883d955
Changing the if to a while loop, fixing the activity id issue
2016-06-02 22:26:19 +05:30
prabathabey
67c9ee0e70
Fixing commit conflict
2016-06-02 20:52:26 +05:30
prabathabey
b24250f3f2
Returning device info within the device bean itself
2016-06-02 20:49:23 +05:30
hasuniea
dc72fd1553
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
2016-06-02 19:01:01 +05:30
hasuniea
e2cebcd430
removed If-Modified-Since header param
2016-06-02 19:00:41 +05:30
inoshperera
ee948abc9d
fixing conflicts and improving swagger annotations and validations
2016-06-02 18:44:26 +05:30
Shabirmean
cbd42d2026
Changes to the certificate generators to fetch the Certificate alias from the Unique Identifier set in the CSR
2016-06-02 17:13:09 +05:30
inoshperera
5620e38681
adding proper error messages for APIs
2016-06-02 11:04:33 +05:30
prabathabey
92cf44380e
Adding validations to certificate deletion operation
2016-06-02 00:48:44 +05:30
prabathabey
fe22bfc125
Renaming 'recieved' to 'received'
2016-06-02 00:33:14 +05:30
prabathabey
d32cd96a74
Fixing merge conflicts
2016-06-02 00:28:47 +05:30
prabathabey
9ebf705323
Re-enabling retrieval of device info
2016-06-02 00:22:46 +05:30
prabathabey
e002ffb54a
Re-enabling retrieval of device info
2016-06-02 00:20:14 +05:30
dilanua
dada719486
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
2016-06-01 15:59:14 +05:30
dilanua
0bd2a46690
Adding H2/MSSQL/ORACLE/POSTGRESQL support for GET /admin/devices API
2016-06-01 15:58:45 +05:30
ayyoob
52c59c8e53
added permission updates on certificates
2016-06-01 12:39:38 +05:30
ayyoob
aa6298b5e7
updated device management admin api permission
2016-06-01 12:28:10 +05:30
ayyoob
d926bdaa34
removed unused permission from permission.xml
2016-06-01 12:20:18 +05:30
dilanua
07a4a65c7c
Fixing permission issues with GET /devices/*/*/features API
2016-06-01 11:14:17 +05:30
dilanua
25e45dc9f1
Fixing issues in GET /operations and /admin/devices APIs
2016-06-01 10:44:08 +05:30
mharindu
7a029743ba
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
2016-06-01 02:18:53 +05:30
mharindu
81aa298740
Fixed RoleManagementService API issues
2016-06-01 02:18:15 +05:30
prabathabey
3cb9b5bae2
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
2016-06-01 01:30:17 +05:30
prabathabey
61beca5048
Fixing getDevice method to support status, ownership, etc as query param filters
2016-06-01 01:30:02 +05:30
ayyoob
9f1de717c5
updated permissions in the permission.xml
2016-06-01 01:23:13 +05:30
mharindu
7aa37ff4d5
Fixed issues in RoleManagementService
2016-06-01 00:31:48 +05:30
mharindu
63ea40eb27
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
2016-06-01 00:10:36 +05:30
mharindu
ce557266ec
Fixed issues in RoleManagementService
2016-06-01 00:10:30 +05:30
ayyoob
d9c15b62e7
few changes after testing user management api
2016-05-31 23:26:51 +05:30
Prabath Abeysekara
14322d4ba5
Merge pull request #283 from ayyoob/rest-api-improvements
...
fixed api issues in policy
2016-05-31 19:16:25 +05:30
ayyoob
5b8b15f69b
fixed api issues in policy
2016-05-31 19:12:58 +05:30