Dulitha Wijewantha
b870490ea3
Merge branch 'master' of github.com:wso2/product-cdm
10 years ago
Dulitha Wijewantha
a3dc5d07e5
* Commented cdm app copying
...
* Implemented the getDevice()
* Added documentation
* Added a method to deviceDAO to get the device by a DeviceIdentifier
10 years ago
harshanL
793786f020
Added a new operation to the operation manager
10 years ago
Dulitha Wijewantha
773fba11bf
Merge branch 'master' of github.com:wso2/product-cdm
10 years ago
Dulitha Wijewantha
49c490a183
Merge branch 'master' of github.com:dulichan/product-cdm
...
Conflicts:
components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/config/datasource/MobileDataSourceConfig.java
components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/dao/MobileDeviceManagementDAOFactory.java
components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/dao/impl/MobileDeviceOperationDAOImpl.java
components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/dao/impl/MobileOperationDAOImpl.java
components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/dao/util/MobileDeviceManagementDAOUtil.java
components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/impl/android/AndroidMobileOperationManager.java
components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/internal/MobileDeviceManagementServiceComponent.java
components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/util/MobileDeviceManagementUtil.java
product/modules/mobileservices/agents/android/jax-rs/src/main/java/org/wso2/cdmserver/mobileservices/android/Enrollment.java
product/modules/mobileservices/agents/android/jax-rs/src/main/webapp/WEB-INF/cxf-servlet.xml
product/modules/mobileservices/agents/windows/jax-rs/pom.xml
product/modules/mobileservices/agents/windows/jax-rs/src/main/webapp/WEB-INF/cxf-servlet.xml
product/modules/mobileservices/agents/windows/jax-rs/src/main/webapp/WEB-INF/web.xml
product/modules/p2-profile-gen/pom.xml
10 years ago
Geeth Munasinghe
462045eac9
Changing the version to 1.0.0
10 years ago
Dulitha Wijewantha
93a82676e3
* Created a utility js to hold the utility functions
...
* Created the UI APIs for mobile
* Fixed a bug and changed the implementation to work with the properties Map instead of the List
* Changed method signature and implementation to accept DeviceType for the conversion
* UI level changes and license headers
10 years ago
Dulitha Wijewantha
6eabb80e47
Merge branch 'master' of https://github.com/geethkokila/product-cdm
10 years ago
harshanL
eb0fd6dc31
Added operation support for Android
10 years ago
Dulitha Wijewantha
9fc79868aa
Added a tabbed layout for the device list UI
10 years ago
Geeth Munasinghe
23226cc48e
As discussed in the product counsil, creating a seperate product for device management framework, this will hold only the core fuctionalities of device management, If some one wants to use this for their device type, they have to use this and write the plugins, uis
10 years ago
harshanL
5cb85e2069
Fixed merge conflicts
10 years ago
harshanL
193eca9e2d
Added operation persistance logic & refactored the code
10 years ago
manoj
17457bf6d3
Refactor Agents module
10 years ago
manoj
72a3df080b
Merge branch 'master' of https://github.com/geethkokila/product-cdm
...
Conflicts:
components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/java/org/wso2/carbon/device/mgt/core/DeviceManagementRepository.java
components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/java/org/wso2/carbon/device/mgt/core/internal/DeviceManagementServiceComponent.java
product/modules/mobileservices/agents/android/jax-rs/src/main/java/org/wso2/cdmserver/mobileservices/android/util/AndroidAPIUtils.java
product/pom.xml
10 years ago
manoj
aa50bf96ed
Add License Mgt
10 years ago
prabathabey
b331f708dd
Adding default H2 database related file contents to be packed during the phase where the final distribution is created
10 years ago
prabathabey
9b57455bcc
Renaming data source names
10 years ago
prabathabey
c6cdf85c11
Fixing start up issues caused by not having proper API management related database schemas available
10 years ago
harshanL
92503ac0fe
Added CDM-REST APIs
10 years ago
manoj
7feb390cef
Add governance and registry features
10 years ago
manoj
d0603f3e0b
Merge branch 'master' of https://github.com/geethkokila/product-cdm
...
Conflicts:
product/modules/p2-profile-gen/pom.xml
10 years ago
Dulitha Wijewantha
c884cfae23
Code formatting
10 years ago
Dulitha Wijewantha
9012737b08
Created a basic cdm app with device view and device list view
10 years ago
Dulitha Wijewantha
bee24366eb
Added the jaggery feature. Also added copying of the jaggeryapps directory to deployments
10 years ago
manoj
b2f89320f7
Android JAX RS Refactor
10 years ago
inosh-perera
08583243e8
plugin database script added
10 years ago
prabathabey
717fa6dea8
Restructuring plugin config hierarchy
10 years ago
prabathabey
d336980b27
Fixing versioning related issues and adding an ant task to distribution pom.xml to create IDP management related schemas during packaging the distribution up
10 years ago
prabathabey
d50f043a55
Removing WSO2 prefix out of all CDM specific data source configurations and assigning more meaningful names
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
prabathabey
3f6d5daa16
Fixing start-up issues of CDM distribution
10 years ago
harshanL
0cd90fc349
Added device type to DB when registering the plugin
10 years ago
harshanL
0ad9d1bd16
Added device type insert query to h2 database script
10 years ago
harshanL
9ba2c0198c
Fixed issues in enrollment process
10 years ago
Geeth Munasinghe
29247f7b50
Removing the unnessacary files from distribution target folder and changing the policy
10 years ago
harshanL
ad10426c11
Added mobile device management service with db schema
10 years ago
Geeth Munasinghe
78cc3b0070
Removing white spaces from the policy management and making data time fileds long
10 years ago
manoj
3ee767f1b2
merge after JAX-RS changes
10 years ago
Geeth Munasinghe
e268660540
Merge branch 'master' of https://github.com/geethkokila/product-cdm
10 years ago
Geeth Munasinghe
bd5971d263
Comminying policy management related 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
manoj
8fa2f38f37
remove EMM DB scripts file
10 years ago
Geeth Munasinghe
3996e4b95a
Fixing android webapp getting changed by the filtered key word
10 years ago
Geeth Munasinghe
274d9ec37e
Adding the feature management service and android application to webapps
10 years ago
Geeth Munasinghe
fd374b16a1
Fixing datasouce configurations
10 years ago
Geeth Munasinghe
3b79c98335
Adding the cdm-datasources.xml to bin xml
10 years ago
Geeth Munasinghe
e1c9856e1e
Adding cdm-datasources.xml
10 years ago
Geeth Munasinghe
14a3429a19
Fixing cdm-config file adding
10 years ago