Dilshan Edirisuriya
52b48f3223
Reading from enum
10 years ago
Dilshan Edirisuriya
4198764cb2
Implementing services
10 years ago
manoj
e1b2e40847
Set profile operation DAO for profile operations
10 years ago
manoj
7cf5460fe6
Set profile operation DAO for profile operations
10 years ago
prabathabey
befb9cc711
Extending operation management implementation to support getPendingOperations() and getOperations() functionalities
10 years ago
prabathabey
0583695338
Fixing improper API name getting displayed when an API is republished
10 years ago
prabathabey
36dea72e02
Fixing API publishing related issues
10 years ago
prabathabey
5d02746a5e
Fixing API publishing related issues
10 years ago
prabathabey
2b26ad08c2
Adding an info log to indicate the success of publishing a given API
10 years ago
prabathabey
add470c483
Fixing AppManager connector initialization issue at server start up and adding support for retrieving the complete operation list for a given device
10 years ago
prabathabey
5f7e4306de
Adding support to retrieve the next available operation to be installed
10 years ago
prabathabey
e6d74ac9b4
Cleaning up app manager connector implementation
10 years ago
prabathabey
14e7be6146
Extending operation management functionality to support Profile operations
10 years ago
prabathabey
365d5a4c73
Committing changes to Operation bean
10 years ago
harshanL
a6363348b5
Fixed getFeatureManager method
10 years ago
prabathabey
1f587bddf8
Code cleanup
10 years ago
prabathabey
8ac5cb47a7
Code cleanup
10 years ago
prabathabey
103a83d425
Adding the remaining interface methods that are required to support the complete set of operation management related tasks
10 years ago
prabathabey
0d5c80c80b
More code cleanups
10 years ago
prabathabey
98e1d5b1ec
Mode code cleanups
10 years ago
prabathabey
92198a40c0
More code cleanups
10 years ago
prabathabey
1a1700d219
Code cleanup
10 years ago
manoj
9a1ffa6ab7
Add listner to Data source service
10 years ago
manoj
105bc2c6cf
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
manoj
bee82d40e2
Add payload parameter to update operation
10 years ago
prabathabey
dd03eafe9d
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
prabathabey
8f83027e74
Making plugin registration deferred till the core completely registered
10 years ago
manoj
9b665eaddb
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
manoj
e3acecd5a0
Create databases for plugins
10 years ago
inosh-perera
2002c92032
adding existing API check before publishing
10 years ago
manoj
7e0f4a4b2f
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
prabathabey
a0571dd310
Fixing API endpoint not getting properly added when the APIs are registered
10 years ago
manoj
ab08b835f4
Create plugin level databases
10 years ago
prabathabey
7c39871feb
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
prabathabey
2cef474281
Adding deactivate method into the service component
10 years ago
inosh-perera
504099a2c4
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
inosh-perera
4a061e7be2
adding App management integeration related code
10 years ago
prabathabey
bcc1cad6e5
Merging Webapp authenticator framework implementation
10 years ago
prabathabey
3070488adf
Fixing Pom issues
10 years ago
manoj
fee9fbad7d
Refactor Email Functionality
10 years ago
manoj
55d57f6577
Refactor email functionality
10 years ago
manoj
ee6c067398
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
Dulitha Wijewantha
6d7f6767b5
* Implemented the OperationManager’s mapping of device and operation
...
* Change method signature of OperationMappingDAO.addOperationMapping to support a list of device id integers
* Removed h2.sql and added them to CreateH2TestDB.sql in the test resources
* Cleaned up the DeviceManagementBaseTest class
10 years ago
manoj
d7aa86cc0b
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
manoj
3e51415a64
Refactor Email functionality
10 years ago
manoj
03b4f41a2e
Refactor Email functionality
10 years ago
prabathabey
c40af0de7a
Moving API registration bits to device.mgt.core
10 years ago
prabathabey
fc80514d74
Resolving merge conflicts
10 years ago
manoj
0a824d9644
Format enrol email message
10 years ago
prabathabey
d71ea209c2
Code cleanup
10 years ago
manoj
7dfd3f0dd2
Improve email message format
10 years ago
manoj
e6d0d3fd00
Email format
10 years ago
manoj
a458c71789
Email format
10 years ago
prabathabey
9a776b15dc
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
prabathabey
8b3d8b74bf
Fixing more feature management related changes
10 years ago
Dulitha Wijewantha
8277a9a818
* Added a method to get a single user
10 years ago
prabathabey
80908bac1e
Adding feature manager related changes
10 years ago
manoj
28a00cd21c
Email functionality
10 years ago
manoj
7c0ca194a1
Email functionality
10 years ago
manoj
78959f0cfb
user management
10 years ago
prabathabey
61073f0a4b
Committing operation management improvements
10 years ago
prabathabey
0e598aad59
Improving operation management implementation
10 years ago
manoj
d790d343a9
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
...
Conflicts:
components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/java/org/wso2/carbon/device/mgt/core/service/DeviceManagementServiceImpl.java
components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/java/org/wso2/carbon/device/mgt/core/util/DeviceManagerUtil.java
10 years ago
manoj
b2d8f3f7f5
Email Management
10 years ago
manoj
34ad4a63a2
Email management
10 years ago
Dulitha Wijewantha
fc86ccd86d
* Setup the datasource for the operation manager dao factory
...
* Implemented the get all devices and get devices for user
* Added support for tenant domain in get devices for user (This has to be added to all methods)
10 years ago
Dulitha Wijewantha
4600968d60
* Re-added the method to convert a Device Property list to a Map
10 years ago
prabathabey
4638d25ff1
Code cleanup
10 years ago
manoj
58337a986d
Email functionality
10 years ago
manoj
e7d165d3b9
Email sending
10 years ago
manoj
232ef4bd90
merge with master
10 years ago
manoj
d398b2929c
Users functionalities
10 years ago
manoj
a41c1421e9
User list
10 years ago
prabathabey
19fbc11642
Restructuring the sources
10 years ago
prabathabey
3219a7cc41
Restructuring source code to be able to make it more maintenable
10 years ago
Geeth Munasinghe
5bdbcaa077
Seperating the dao to Feature, profile, policy and adding the exeception for each ones
10 years ago
Geeth Munasinghe
d7abfbc19b
Adding the missed classes
10 years ago
Geeth Munasinghe
5a253b286e
Adding the policy management service and dao implementation, basic architecture is implemented here, only thing we have to do is to fill the method with relavant informations. PDP, PEP, PIP services are renamed.
10 years ago
prabathabey
7056b01d18
Fixing more build issues
10 years ago
prabathabey
d5127f6874
Code cleanup and fixing build failures
10 years ago
prabathabey
3fb61d9c8b
Resolving more merge conflicts
10 years ago
prabathabey
8b5f491d69
Fixing merge conflicts
10 years ago
prabathabey
31b931537f
Adding operation and license management implementations
10 years ago
prabathabey
8662eb36e4
Adding operation manager related changes
10 years ago
inosh-perera
4754da70be
get all devices when the username is provided
10 years ago
Geeth Munasinghe
c13b942f0e
Adding the DAO layers for the policy administration, Test cases are added for H2 database type and MySql, This is having the initial cut of the policy and profile saving
10 years ago
Geeth Munasinghe
ac2fa547d4
[maven-release-plugin] prepare for next development iteration
10 years ago
Geeth Munasinghe
28a1bd9fde
[maven-release-plugin] prepare release v0.9.1
10 years ago
Geeth Munasinghe
1a550269f1
Changing the version to 0.9.1-SNAPSHOT
10 years ago
Geeth Munasinghe
835207a13d
[maven-release-plugin] prepare for next development iteration
10 years ago
Geeth Munasinghe
7933271193
[maven-release-plugin] prepare release v0.9.1
10 years ago
harshanL
021c27666c
Removed governance dependencies
10 years ago
prabathabey
b52f8d8697
Making LicenseManagement OSGi service use the existing LicenseManagerImpl
10 years ago
prabathabey
916760275f
Refactoring license management implementation
10 years ago
prabathabey
9ad8d6eab9
Refactoring License management functionality
10 years ago
prabathabey
a9a0ac5899
Fixing merge conflicts
10 years ago
prabathabey
8db95a349d
Improving License handling functionality
10 years ago
Geeth Munasinghe
60e98f12b2
Adding the bundle activator for PIP
10 years ago
manoj
cd3913d43d
Remove Date Adaptor class
10 years ago
manoj
2086fb59eb
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago