mharindu
6e742ee6ac
Added scope beans
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
dilanua
34edbce1a0
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
8 years ago
dilanua
c228f03481
Refactoring oauth token handling functions and dependants
8 years ago
prabathabey
89634a9c38
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
8 years ago
prabathabey
bd1322e801
Improving transaction handling in certificate management component and cleaning up the OperationManagerImpl
8 years ago
dilanua
2e5d046fbf
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
8 years ago
dilanua
b72d099641
Refactoring oauth token handling functions
8 years ago
hasuniea
70f23b0919
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
8 years ago
hasuniea
a02f7a5db1
fixing formatting issue
8 years ago
dilanua
d05c6e2170
Deprecating /api/token.jag (unused)
8 years ago
mharindu
3457bba4a3
Adding Annotation reading fix for device-mgt-extensions
8 years ago
dilanua
87dbb5f9e1
Refactoring ui token handling functions
8 years ago
dilanua
7facff4b58
Updating ui init logic
8 years ago
mharindu
19275634a1
Fixed webapp name resolving issue
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
mharindu
3331604699
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into scope-impl
8 years ago
mharindu
827567733c
Fixed scope update issue in API update
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
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
mharindu
b3d309583d
Fixed issues in scope service
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
mharindu
b8f2457046
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into scope-impl
8 years ago
dilanua
31b62e6336
Adding jaggery.conf url mapping for data-tables-invoker-api
8 years ago
mharindu
7f1e2fdf0b
Implemented scope management service
8 years ago
Ace
b8635db485
Adding changes to common modules to accomodate ui restructuring
8 years ago
mharindu
bdec8880bb
Fixed conflicts and merged
8 years ago
mharindu
9932f061fb
Fixed webapp name resolving issue
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
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
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
mharindu
99664b23c5
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into scope-impl
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
mharindu
789086a667
Changed context paths
8 years ago
mharindu
0f904e21d8
Fixed conflicts and merged
8 years ago
Chatura Dilan
4ec11e8c08
[maven-release-plugin] prepare for next development iteration
8 years ago
Chatura Dilan
ffedcac543
[maven-release-plugin] prepare release v1.1.1
8 years ago
mharindu
79a6da82f2
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
8 years ago
mharindu
c7eef634ac
Added send-invitation endpoint
8 years ago
dilanua
c61ef1c98e
Fixing issues of GET /compliance-data API
8 years ago
Ace
58666bc4b0
Adding device name url param for device search
8 years ago
madhawap
c3cbc5b4fb
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
8 years ago
madhawap
0b1e4ad86b
Updated permissions.xml according to new end-points
8 years ago
Ace
d58fb57f4e
Enabling device search for multiple params
8 years ago
madhawap
e52fed0b2d
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
8 years ago
madhawap
34354c032e
Added end-point to get devices enrolled under a specific user
8 years ago
prabathabey
68fbfaf346
Merge branch 'certmgt-postgresql'
8 years ago
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
8 years ago
prabathabey
6edfad5fb7
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
8 years ago
prabathabey
9aa54f2ead
Improving policy management functionalities to use deviceType in place of deviceTypeId for persisting policy information
8 years ago
Dilan U. Ariyaratne
73551590b9
Merge pull request #313 from madhawap/master
...
Added end point to get Compliance Data Of a Device
8 years ago
madhawap
09e2d2ecaf
Removing the internal status code added to the compliance data wrapper
8 years ago
madhawap
68b7d304a0
Added end point to get Compliance Data Of a Device
8 years ago
prabathabey
0125310440
Prepending the url template configured for updating notifications with a '/'
8 years ago
prabathabey
78057b2992
Adding an API to return the list of device types registered in the underlying device management platform
8 years ago
mharindu
d3982c9797
Modified API definitions
8 years ago
mharindu
cc5f677165
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into scope-impl
8 years ago
mharindu
aa6085ac8c
Added scopes to APIs
8 years ago
hasuniea
282ac72249
adding SCEPManagerService to scep manager compenent
8 years ago
hasuniea
bbbbb28795
removing unused packages
8 years ago
hasuniea
911d5b5257
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
8 years ago
hasuniea
bf58c0bec3
add package changes to appAuthenticatorFrameworkServiceComponent.java
8 years ago
mharindu
ff82accb48
added scopes to notification API
8 years ago
mharindu
60659ce15b
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into scope-impl
8 years ago
mharindu
fe28bc25f1
Refactored scopes
8 years ago
madhawap
c17dda082d
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
8 years ago
madhawap
2136ebbeee
changes to 'updateNotificationStatus' swagger annotations
8 years ago
hasuniea
646e8b68d8
remove unwanted package
8 years ago
hasuniea
54498f41cd
modifying scep utils
8 years ago
mharindu
ac75ff1d71
Fixed conflict and merged
8 years ago
mharindu
49623a4693
Implemented scope based authorization
8 years ago
Chatura Dilan
2befefc967
Added OS build date
9 years ago
madhawap
b55a164457
added 'updateNotificationStatus' endpoint and minor formattings to swagger annotations
9 years ago
madhawap
dbf938416b
added 'updateNotificationStatus' endpoint and minor formattings to swagger annotations
9 years ago
prabathabey
49ce42b797
Code cleanup
9 years ago
prabathabey
be7e63c390
merging rest-api-improvements branch to master
9 years ago
Chatura Dilan
23f5ca2ca5
Merge branch 'master' of github.com:wso2/carbon-device-mgt
9 years ago
prabathabey
ed5d611c35
Code cleanup
9 years ago
prabathabey
f33ac36bfa
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
9 years ago
prabathabey
37852051ff
Improving Device and Policy Management APIs and cleaning up code of Role and User Management APIs
9 years ago
Chatura Dilan
24b462f4f4
Added is-active field to the Application
9 years ago
mharindu
59028f9f09
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
9 years ago
mharindu
5de4993319
Fixed URL tampering issue
9 years ago
Ace
cf887a2e93
Merging emm module changes to devicemgt iot app
9 years ago
Chatura Dilan
f100853031
Merge branch 'master' of github.com:wso2/carbon-device-mgt
9 years ago
dilanua
d34f29ab46
Fixing device types not retrieving issue
9 years ago
Chatura Dilan
bb6d2f2012
Fixed user search
9 years ago
madhawap
d9b35c29cd
swagger annotation fix to policy 'apply-changes' end point
9 years ago
madhawap
88feb5a852
Add Pagination to Notification end points
9 years ago
prabathabey
624e7df688
Improving HTTP status code handling and the resource implementations
9 years ago
prabathabey
a23f44e682
Improving AcitivityManagement API implementation with proper error handling, etc
9 years ago
prabathabey
ad6b95ff62
Code cleanup
9 years ago
prabathabey
a46bd9194b
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
9 years ago
prabathabey
4236744d39
Improving UserManagement and RoleManagement API implementations to return proper error codes when no role/user exists, etc
9 years ago
Dilan U. Ariyaratne
a278b788d6
Merge pull request #308 from madhawap/rest-api-improvements
...
added priorities end-point to PolicyManagement
9 years ago
madhawap
b50e007897
added /priorities end-point to PolicyManagement
9 years ago
madhawap
9c215c4ac9
added /priorities end-point to PolicyManagement
9 years ago
Ruwan
6ce7f8c65a
Merge pull request #307 from ayyoob/transport
...
Few changes added after testing with the cluster
9 years ago
ayyoob
ba6e202442
Few changes added after testing with the cluster
9 years ago
inoshperera
50009c7ac5
adding apply policy end point
9 years ago
inoshperera
16edca2aea
fixing ios enrollment issue by fetching the identity certificate from the header.
9 years ago
madhawap
ee11bde8b0
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
9 years ago
madhawap
235d690f1e
Implemented 'offset' and 'limit' parameters to the 'operation' api
9 years ago
prabathabey
0c54753b34
Cleaning up UserManagementService API implementation
9 years ago
prabathabey
f1eca17991
Code cleanup
9 years ago
prabathabey
9a7286a84b
Removing DeviceWrapper and all its associated usage, as it appeared to be a redundant element in the precense of 'Device'
9 years ago
prabathabey
3813856be8
Removing DeviceWrapper and all its associated usage, as it appeared to be a redundant element in the precense of 'Device'
9 years ago
prabathabey
aeb4ad3295
Merging rest-api-improvements branch to master
9 years ago
geethkokila
c07914eb36
Adding the activity count for the activty paginantion
9 years ago
geethkokila
a67f432993
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
9 years ago
geethkokila
236eb90ce2
Fixing the limit and offset for activity
9 years ago
madhawap
f2ab923df5
fix related to http status code in 'getDevices' endpoint
9 years ago
ayyoob
ebebca8573
Added support for push notification for xmpp, mqtt and few changes to the after testing
9 years ago
ayyoob
0c2de7965f
Added device scope validation
9 years ago
madhawap
ea56d4ced3
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
9 years ago
madhawap
015ca0575e
added 'updatedTimeStamp' to the Activity get response
9 years ago
ayyoob
1373e995fb
added support to load device type configuration in base ui
9 years ago
dilanua
1513c6cf8a
Adding isActive property to PolicyWrapper
9 years ago
madhawap
7cdb7dcee1
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt into rest-api-improvements
9 years ago
dilanua
0eed97e84c
Adding API for getting device types
9 years ago