lasanthaDLPDS
a01ecdb9c3
Modify ArtifactParser and get the version of an artifact through ArtifatcParser
6 years ago
inoshperera
2011843736
Adding APK parcing and ipa parsing capability
6 years ago
lasanthaDLPDS
222225121c
Modify isRestricted data type
6 years ago
lasanthaDLPDS
4316cb0ef4
Add javadoc comments and improve logic
6 years ago
lasanthaDLPDS
26568273e5
Improve app creating logic and comment management
6 years ago
lasanthaDLPDS
e5ef68fa3c
Improve comment management
6 years ago
lasanthaDLPDS
2fd7601139
Refactor and modify storage management logic
6 years ago
lasanthaDLPDS
c950223283
Refactor the source
6 years ago
lasanthaDLPDS
1cce5d7e34
Improve app managing functionalties and refactor the source
6 years ago
lasanthaDLPDS
9379c2ae47
Fix build failure
6 years ago
lasanthaDLPDS
797652b741
Merge branch 'application-mgt-new' of https://github.com/wso2/carbon-device-mgt into application-mgt-new
6 years ago
Dharmakeerhi Lasantha
bc162d05fd
Merge pull request #1199 from NishadiPrasangini/AppManager
...
App manager
7 years ago
lasanthaDLPDS
c755dc018a
Add Application updating functionality
7 years ago
lasanthaDLPDS
6c65aef26c
Remove unnecessary imports
7 years ago
lasanthaDLPDS
d5b2bfd510
Modify Application and Release validation methods
...
Ahis commit contaisns followings. Added a query to get application release when application id and release UUID is passed. Modified application validation method and removed unnecessary logic. Modified Application release validation method aand removed unnecessary logic. As a result of these modifications, modified relevant method calls as well
7 years ago
lasanthaDLPDS
47a02dc903
Add permision check and app status check for deletion
7 years ago
lasanthaDLPDS
a05c412d77
Copy publisher and store web apps into IoTS webapp folder
...
Added p2.inf configuration to copy store and publisher web apps into IoTS webapp folder
7 years ago
lasanthaDLPDS
0b78df50a7
Add application deleting functionality
...
Modified DAO layer. When delete an application it is moved to REMOVED status.
7 years ago
lasanthaDLPDS
c95733a781
Add iOS applications and Web Clip publishing functionality
...
This commit contains followings
Added dependencies for URL validation and plist parsing.
Added version retrieval functionality for iOS application
Added WEB clip publishing functionality.
In order to compatible with above functionalities modified the source
7 years ago
lasanthaDLPDS
b45d11bfdc
Fix issues in swagger definition
7 years ago
lasanthaDLPDS
976d0ad60d
Modify application retrieval API
...
As per the API designing best practices, added offset and limit query parameters for application getting API.
7 years ago
lasanthaDLPDS
71aa6762ac
Refactor APPM DAO Layer
...
Refactored the APPM DAO layer. Further verified and added required functionality to compatible with other DBMS, such as Oracle, PostgreSQL, MSSQL
7 years ago
lasantha
f9559a510b
Remove tenant id from the Application Release bean
7 years ago
lasantha
e00aa1be09
Fix build failure
...
Removed application release management service refernce from the ApplicationManagementUtil.java
7 years ago
lasantha
6f18a70d4b
Add application release updating logic into the service layer
...
Adding application release updating logic and application release creating logic into the service layer.
7 years ago
lasantha
f83b466955
Format the application management API source
7 years ago
lasantha
8b505a7741
Reformat the DAO layer and add application release updating SQL logic
...
In order to fix DAO issues and improve the logic, modified the DAO layer. Further added generic application release SQL to update application release.
7 years ago
lasantha
1b7451327e
Remove application release management service source.
...
The application release management service source is moved to application management service. Therefore removed the application release management service source from the application management component.
7 years ago
lasantha
fc30d00ecd
Fix minor DAO layer issues
7 years ago
lasantha
b0eafe7180
Fixed application management issues and improve functionalities
7 years ago
lasantha
7278408b44
Refactored the source code
7 years ago
lasantha
c3f04eeed0
refactored the Application management DAO layer
7 years ago
lasantha
6e3cc085ff
Fixed application getting issues and improved the application getting functionality
...
Improved application functionalities. Modified service layer, DAO layer and API layer
7 years ago
lasantha
ef0e7ee738
adding sorting orders
7 years ago
lasantha
9f609964b7
adding application types
7 years ago
lasantha
6b0e281112
Adding APK file validation functionalty
...
To implement apk file validation we are using external library. APK parser: https://github.com/hsiafan/apk-parser
7 years ago
lasantha
460a356bee
Adding Application management functionalities and API
...
Adding application, application lifecycle and application release management business logic and also API implementation
7 years ago
lasantha
5ee9983305
modified application management store API
...
This is WIP API and in order to avoid build failure commented few lines and those need to be fixed when the development continues
7 years ago
lasantha
c3d0b375a5
Adding App storing functionalities
...
Adding App deleting, editing and storing fucntionalities and fixed related bugs. To delete application artifacts, used recursive method and validation application is removed from the storage management. Since application validation is doing at application management and it is guaranteed that storage management is called after the application management removed the application validation from storage management
7 years ago
lasantha
2cbf78d464
Fixed issues in Generic DAO Impl
7 years ago
nishadi
565087f4f2
Changed CommentManagementAPIImpl
...
Message of the errors were changed.
7 years ago
nishadi
b5c28943ee
Changed CommentManagementAPIImpl
...
changed returning null into response ok.
7 years ago
nishadi
2981a1537e
Changed CommentManagementAPIImpl
...
changed returning null into response ok.
7 years ago
nishadi
f82368990f
Changed CommentManagementAPIImpl
7 years ago
nishadi
0ac0efcf2e
Add new methods
...
Exception handling test methods for rating methods
7 years ago
nishadi
e70899a193
Add new methods
...
Exception handling test methods for rating methods
7 years ago
nishadi
55a005e992
Add new methods
...
Exception handling test methods for rating methods
7 years ago
nishadi
dab9208168
Add new methods
...
TestAddCommentInternalError and TestDeleteComment.
7 years ago
nishadi
dff3cf7645
Reformatted the codes
7 years ago
nishadi
9936bda78b
CommentManagementAPITest class
...
adding copyright message.
7 years ago
nishadi
891c3410ee
CommentManagementAPITest class
...
adding copyright message.
7 years ago
nishadi
87d48dca98
Reformat CommentManagementAPITest class
7 years ago
nishadi
37f595d382
Added CommentManagementAPITest class
...
Test of CommentManagementAPI class
7 years ago
nishadi
97915e29be
Application mgt api Pom.xml changed
7 years ago
nishadi
20c1ba1052
CommentManager
...
Tenant Id variable was added to CommentManagerImpl class.
7 years ago
nishadi
471e6e3b21
CommentManagerImpl
...
Variable values changed.
7 years ago
nishadi
072d8b6455
CommentManagementAPIImpl
7 years ago
nishadi
7d22c45636
CommentManagementAPIImpl
7 years ago
nishadi
c26903c446
CommentManagementAPIImpl
...
variable redundant reduced.
7 years ago
nishadi
c3f8d15910
CommentManagementAPIImpl
...
newStar variable changed.
7 years ago
nishadi
ef059800e2
CommentManagementAPIImpl
...
CommentManagementAPIImpl class moved to store/api/services/impl directory.
7 years ago
nishadi
b60f3f0a9e
CommentManagementApi
...
CommentManagementApi class moved to store/api/services directory.
7 years ago
nishadi
c216048b57
Test Resources
...
log4j.properties and testng.xml files added.
7 years ago
nishadi
09a2c484f0
CommentMgtTestHelper
...
Dummy data for comments Testing.
7 years ago
Madawa Soysa
b911c9e169
Adding entity application mapping to the database
...
When an application installation request is made other than adding an application install operation a mapping between the devices and the installed applications are kept in the database. In a case where an enterprise wide installation happens a mapping is made with the respective entity and the application.
This commit implement the mapping function.
Related to issue wso2/product-iots#1688
7 years ago
Madawa Soysa
debe93cb03
Improving application subscription API
...
Changing the DeviceIdentifier bean to the same as org.wso2.carbon.device.mgt.common.DeviceIdentifier and implement the install app device.
Adding an ApplicationInstallResponse as the response to respond with more information to the application install request.
related to wso2/product-iots#1688
7 years ago
Madawa Soysa
f66ff60ada
Adding a method to retrieve Application by UUID
...
Application install request is made for a UUID which is associated with an application release. In order to get the details of the application to build the payload of the install application operation, it is required to get the application from the database related to the UUID.
7 years ago
Madawa Soysa
690eff6660
Refactoring mobile application subscription API
7 years ago
lasantha
6792c21210
Rmoved the lifecycle managemt
...
Removed the lifecycle management core and formatted the source
7 years ago
lasantha
9b1820dca5
Adding Lifecycle Management functionalities and fixed related bugs
7 years ago
lasantha
fb8d9dd494
refactored the source and fixed some bugs
7 years ago
lasantha
669881eae7
adding appliction release functionalites and fixed build failure
7 years ago
lasantha
f17c36d13f
Added app release updating fucntionality and fixed APPM related bugs
7 years ago
lasantha
c392f0e57d
merge with upstream and fixed conflicts
7 years ago
lasantha
fdac04dd3e
complete app release getting flow and fixed related bugs
7 years ago
lasantha
569007514e
Added app release creation method and fixed issues
7 years ago
lasantha
317386afb8
bump version of the app manager component
7 years ago
nishadi
c50de8e2de
Modified CommentsDAOmpl
...
Removed concatenation.
7 years ago
nishadi
a321bf934b
Modified CommentsManagerImpl
...
Reformatted.
7 years ago
nishadi
40771cbfcd
Modified CommentDAOImpl
...
String sql change int constant.
7 years ago
nishadi
8f8ec9a86a
parameter in the consumes annotation changed to application/json
7 years ago
nishadi
eced883e7f
Error response message changed.
7 years ago
nishadi
7242c63e60
CommentId changed into commentId
7 years ago
nishadi
27d3862ac8
CommentId changed into commentId
7 years ago
nishadi
3b86f8a443
CommentId changed into commentId
7 years ago
nishadi
da0b147050
modified commentsManagerImpl
...
Reformatted.
7 years ago
nishadi
f02a0b9e6c
Modified pom.xml at org.wso2.carbon.device.application.mgt.common
...
Extra dependency to "org.wso2.carbon.device.application.mgt.core" is removed.
7 years ago
nishadi
4ea87284f2
Modified CommentAPIImpl
...
Reformatted
7 years ago
nishadi
a1868939a7
Modified CommentDAOImpl
...
Reformatted
7 years ago
nishadi
30ae09b067
Modified CommentDAOImpl
...
Reformatted
7 years ago
nishadi
c35ccf9888
Modified CommentManagerImpl
...
Changed the messages of the Exceptions.
7 years ago
nishadi
62ac3455dd
Changed license year
7 years ago
nishadi
ff3eacd0ba
Removed suppressing deprecated warning.
7 years ago
nishadi
a6f2486ec6
Modified Comment ManagementAPiImpl
...
changed returning error response message into "return Response.status(Response.Status.INTERNAL_SERVER_ERROR).entity(msg).build();"
7 years ago
nishadi
919a7a8ddd
Modified pom.xml at org.wso2.carbon.device.application.mgt.api
...
removed extra dependencies
7 years ago
nishadi
4c1d8dfa4d
Modified APIUtil
...
Modified the osgi contexts and reformatted.
7 years ago
nishadi
3cc15d0df0
Reformatted the code.
7 years ago
nishadi
3bfb2addbb
Reformatted the code.
7 years ago
nishadi
1bbd0b1aa5
Modified CommentManagerImpl ,CommentManagementAPIImpl,CommentManagementAPI
...
Modified the exceptions.
7 years ago
nishadi
c1dca737f7
Modified CommentManager
...
Edited the comments.
7 years ago
nishadi
3bd6d03b4c
Modified CommentManagerImpl and CommentManager
...
wrapped & thrown the sql and db exceptions with CommentManagementException and ApplicationManagementException.
7 years ago
nishadi
caa47417bc
Modified CommentManagerImpl
...
removed catch (SQLException e) and catch (DBConnectionException e).
7 years ago
nishadi
74ea82c926
Modified CommentManagerImpl
...
Renamed ApplicationManagementDAOFactory.getCommentDAO as commentDAO
7 years ago
nishadi
a45ba625fe
Renamed apAppCommentId into CommentId
7 years ago
nishadi
906535eb24
Modify CommentsManagerImpl
...
Removed Not found Exception
7 years ago
nishadi
4fb77cbee8
Modify CommentsManagerImpl
...
Removed throwing NullPointerException;
7 years ago
nishadi
a1911432a6
Modify PaginationConfiguration
...
Removed commented codes.
7 years ago
nishadi
99b916d6ff
Modify Comment
...
Removed commented codes.
7 years ago
nishadi
453559a07b
Modify CommentManagementAPIImpl
...
returned Error Response.
7 years ago
nishadi
06059cacf1
Modify CommentManagementAPIImpl
...
Removed the comment.
7 years ago
nishadi
0f4e4ea483
Modify CommentManagementAPI
...
add "defaultValue" parameter here in the ApiParams
7 years ago
nishadi
7849d0938b
Modify APIUtil
...
change the format of imports.
7 years ago
nishadi
a6434d918b
Modify APIUtil
...
change the format of imports.
7 years ago
nishadi
5dce27e23b
Adding CommentDAOImpl
...
Implementation of CommentDAO interface.
7 years ago
nishadi
7fb0faa2b8
Modify pom.xml at org.wso2.carbon.device.application.mgt.api
7 years ago
nishadi
f7caa02b81
Modify pom.xml at org.wso2.carbon.device.application.mgt.common
...
Dependancy is added to org.wso2.carbon.device.application.mgt.core
7 years ago
nishadi
819034f97d
Adding Implementation of Comment Manager
7 years ago
nishadi
6b6a5bdbb1
Adding Comment Manager Interface
...
Included the comment management methods and stars rating methods
7 years ago
nishadi
64e8faa153
Adding CommentDAO Interface
7 years ago
nishadi
99857c9acc
Modify Util
...
validateCommentListPageSize method is added.
7 years ago
nishadi
35e4174211
Modify Application Management DAO Factory
...
getCommentDAO method is added.
7 years ago
nishadi
5096654658
Adding Pagination Configuration for application-mgt
7 years ago
nishadi
87d1928f4c
Modify Configuration Management
7 years ago
nishadi
9f44795682
Modify Configuration
...
Pagination Configuration is added.
7 years ago
nishadi
9f67e52741
Adding Pagination Result for application-mgt
7 years ago
nishadi
849474de87
Adding Pagination Request for application-mgt
7 years ago
nishadi
a0ef2dbafe
Adding Comment
7 years ago
nishadi
c00345e7d7
Modify Application Release
...
Variables are added- noOfRatedUsers and stars.
7 years ago
nishadi
6dbdddb3d2
Adding Comment Manager Interface
...
Included the comment management methods and stars rating methods
7 years ago
nishadi
46f087f215
Adding Comment Management Exception
...
Handle the Exceptions of Comment Management.
7 years ago
nishadi
dbd9ad77ae
Modified API Util
...
getComment method is added to the APIUtil file.
7 years ago
nishadi
b9bb6830f4
Adding Implementation of Comment Management API
7 years ago
nishadi
627aaab233
Adding Comment Management API
7 years ago
lasantha
393d11630b
resolve pom issues
7 years ago
lasantha
486aac1cdc
adding application release creation functioanlity (NC)
7 years ago
lasantha
f8c5ff95b9
Device API layer into two sections. named as store and publisher
7 years ago
lasantha
05b1221641
increase version
7 years ago
lasantha
11ea50e8ab
Adding AP improvements(incomplete)
7 years ago
lasantha
c21ddceae1
adding application and release management implementation
7 years ago
lasantha
1c6393959d
adding app manager changes - not complete
7 years ago
lasantha
460bda420b
adding role restriction DAO layer implementation
7 years ago
lasantha
d196e3e0e1
Adding DAO layer changes
7 years ago
Ruwan
cac80fc270
Merge pull request #1087 from Kamidu/application-mgt
...
changing the sso config for store jag application
7 years ago
Ruwan
e99f6ba481
Merge pull request #1081 from menakaj/application-mgt
...
Fixing code formatting issues
7 years ago
lasantha
45c668ecce
adding DAO methods for pplication management
7 years ago
lasantha
81be917e10
adding application registrating functionality and partial DAO modefications
7 years ago
lasantha
dc6ab1db2f
resolved issues and resolved merge conflicts with master branch
7 years ago
kamidu
6f2f98545d
changing the sso config for store
7 years ago
lasantha
f4c3a0b124
Remove unnecessary pages and units
7 years ago
lasantha
ede7680b40
Fixed build failure
7 years ago