prabathabey
da34270a61
Fixing API Manager related issues
10 years ago
harshanL
e40424c758
Added copying mobile db scripts to bin.xml & refactored code
10 years ago
Dulitha Wijewantha
899662c5d5
Merge branch 'master' of github.com:wso2/product-mdm
...
Conflicts:
components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/dao/MobileFeatureDAO.java
10 years ago
Dulitha Wijewantha
df09c4bd3c
* Added method to the mobile feature DAO to get features by type
...
* Changed method - getFeaturePropertyOfFeature to accept a string
* Added Device Type to the Feature DAO implementations
* Changed Device Feature properties DAO for Int
* Implemented the get feature by type to android operation manager
10 years ago
harshanL
54e827ce68
Added unit-tests & refactored the code
10 years ago
Dulitha Wijewantha
f1193b5647
Fixed indentation. UI module changes
10 years ago
Dulitha Wijewantha
24184b48a7
Reverted changes back to the list implementation. The Map conversion is not properly supported in CXF
10 years ago
harshanL
ad3f748e0b
Fixed merge conflicts
10 years ago
harshanL
163fe58120
Added new changes in operation management
10 years ago
Dulitha Wijewantha
9f71408001
* Fixed the JNDI bug
...
* Added a device module method and apis for a single device
* UI improvement to the device page
10 years ago
Dulitha Wijewantha
99f7cd25e8
Merging left over changes from MDM. Most of the changes are from @harshahL.
10 years ago
harshanL
193eca9e2d
Added operation persistance logic & refactored the code
10 years ago
harshanL
771575c408
Fixed conflicts in merge
10 years ago
harshanL
207a51a269
Added license headers with changes
10 years ago
prabathabey
74b8a32be3
Fixing exception getting swallowed in activate method of the service component
10 years ago
prabathabey
043bfb7742
Code cleanup
10 years ago
prabathabey
07e3dc9644
Fixing exception getting swallowed in deactivate method of the service component
10 years ago
prabathabey
83c9ae42b5
Fixing NPE thrown at server startup as a result of APIManagerConfigurationService not being available while the JAX-RS services are registered as APIs
10 years ago
prabathabey
b7984c18b6
Code cleanup
10 years ago
inosh-perera
40ee310f42
returning auto incremented id
10 years ago
harshanL
92503ac0fe
Added CDM-REST APIs
10 years ago
prabathabey
2871af5c38
cleaning up poms, removing unused dependencies from pom, declaring missing dependencies
10 years ago
prabathabey
aa7d4e4eba
Fixing API config initialization issues
10 years ago
prabathabey
717fa6dea8
Restructuring plugin config hierarchy
10 years ago
prabathabey
72dfc1ea14
Fixing more server start-up issues caused by not having proper package exports configured in org.wso2.carbon.device.mgt.mobile.impl as well as not having application-authentication.xml copied into CDM_HOME/repository/conf/security directory
10 years ago
inosh-perera
f2c6eab6a3
OperationDAO, FeaturePropertyDAO, OperationProperty and related implementaions
10 years ago
inosh-perera
1c2ede6be5
adding FeaturePropertyDAO and related implementation classes
10 years ago
inosh-perera
d51669539a
Merge branch 'master' of https://github.com/geethkokila/product-cdm
10 years ago
prabathabey
03e9bd341e
Code cleanup
10 years ago
inosh-perera
f103b73367
adding featureDAO classes and unit tests
10 years ago
harshanL
0cd90fc349
Added device type to DB when registering the plugin
10 years ago
prabathabey
7f089b2a30
fixing packaging structure of mobile impl module and adding operations manager related interfaces
10 years ago
prabathabey
fea3486084
adding API Everywhere related changes to device-mgt component
10 years ago
harshanL
e60e7b6d7f
Fixed issues in Android JAX-RS app
10 years ago
harshanL
ad10426c11
Added mobile device management service with db schema
10 years ago
prabathabey
674735d9db
code cleanup
10 years ago
prabathabey
f563e1f448
Fixing merge conflicts
10 years ago
prabathabey
a69fc9dc4c
Fixing issues spotted as a result of the bundle getting activated before the datasources used underneath are registered in JNDI
10 years ago
harshanL
95f72f77f1
Commented MobileActivator jndi lookup code
10 years ago
harshanL
4a419f3ebf
Added mobile device management related db classes
10 years ago
harshanL
a5018afadf
Making the plugin resolution optional for the core component
10 years ago
harshanL
9f5fb3fb91
Added MobileDeviceDAO classes
10 years ago
harshanL
006b07b399
Fixed issues in build & added COPE to enum
10 years ago
prabathabey
c199f6fe69
Renaming MobileDeviceManagementServiceComponent.java as MobileDeviceManagementBundleActivator.java and adding missing Bundle-Activator header in org.wso2.carbon.device.mgt.mobile.impl pom
10 years ago
harshanL
7c7768101f
Modified Android enrollment APIs and changed isRegistered to isEnrolled
10 years ago
harshanL
d09b37b4ce
merged changes to master
10 years ago
harshanL
c2f5d79b9c
Added Android-REST API implementation changes
10 years ago
prabathabey
441a135acb
Cleaning up constants
10 years ago
prabathabey
1476036b89
cleaning up constants
10 years ago
harshanL
4b22589796
Modified DeviceManagerService to return operation status.
10 years ago
prabathabey
278240b02f
Bridging DeviceManagement core functionalities together with the persistence layer
10 years ago
prabathabey
19256e2638
Impproving the DAO layer, DeviceManagerService SPIs and implmenting initial bits of plugin management
10 years ago
Geeth Munasinghe
d24030dd74
Fixing the compilation failure
10 years ago
Geeth Munasinghe
2c370acfa9
Fixing the compilation failure
10 years ago
Geeth Munasinghe
7b30fc9642
Fixing mobile implementations
10 years ago
prabathabey
a7ff8a954c
Making all the implementations of DeviceManagerService interface compatible with the changes introduced into the same
10 years ago
prabathabey
ef95ac4621
Making all the implementations of DeviceManagerService interface compatible with the changes introduced into the same
10 years ago
harshanL
e656ec54f6
Merge remote-tracking branch 'origin/master'
10 years ago
harshanL
d5d332e91c
Added updateDeviceInfo method to DeviceManagerService.
10 years ago
prabathabey
7ebb6fba4d
Fixing mobile related implementations of DeviceManagerService SPI to be able to support newly added getProviderType method
10 years ago
harshanL
843322d33f
Added service registrations to Mobile DeviceManagerService component .
10 years ago
harshanL
db95056952
Added Mobile-platform specific DeviceManagerService implementations.
10 years ago
prabathabey
6bd0f82e2c
adding mobile plugin implementation related modules
10 years ago