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
Kamidu Sachith Punchihewa
17bce6fed1
Adding the store user interface. ( #1084 )
7 years ago
Menaka Jayawardena
5756fa1519
Fixing code formatting issues in Platform related components.
7 years ago
Menaka Jayawardena
73e820b78e
Fixing code formatting issues in DataTable components.
7 years ago
amalhub
659713b593
Code formatting
7 years ago
amalhub
c0ffb02420
Code formatting
7 years ago
amalhub
90bf818fc6
Merge branch 'application-mgt' of https://github.com/wso2/carbon-device-mgt into application-mgt
7 years ago
sinthuja
470ec89fa5
Merge pull request #1030 from Megala21/migrate_application
...
Adding support for application category
7 years ago
megala21
300e7a710e
Changes according maven check style plugin
7 years ago
megala21
b32c59b840
Refactoring
7 years ago
megala21
a1806eb87e
Refactoring
7 years ago
megala21
d8ff31b628
Adding remaining changes
7 years ago
amalhub
89495d9c77
App-mgt-store Adding version name and code simplification
7 years ago
megala21
e26d859236
Adding initiail changes
7 years ago
Megala Uthayakumar
f45ba70b66
Merge pull request #1031 from sinthuja/application-mgt
...
Making the auth handler to be compatible with the store and publisher.
7 years ago
sinthuja
1a4fa74ea8
Removing the backslash in the path.
7 years ago
sinthuja
57c91bc2da
Making the auth handler to be compatible with the store and publisher.
7 years ago
megala21
0fefa094a7
Refactoring
7 years ago
megala21
7a8f3c64dc
Refactoring
7 years ago
megala21
179e34aa92
Adding support for application category
7 years ago
sinthuja
747fe5d8c2
Merge pull request #1029 from menakaj/application-mgt
...
Platform create steps and improvements.
7 years ago
Menaka Jayawardena
a37cdbdbdd
Optimized imports
7 years ago
sinthuja
418e0afca4
Updating the license header.
7 years ago
sinthuja
241392fa2c
Adding store features and adding internationalization for the User Options component.
7 years ago
sinthuja
251fba7830
Merge branch 'wso2-application-mgt' into application-mgt
7 years ago
sinthuja
4d65bb704c
Adding jaggery.conf to store.
7 years ago
sinthuja
596b25a5ab
Adding logout option.
7 years ago
Menaka Jayawardena
a526ec14e9
Removed console.logs
7 years ago
Menaka Jayawardena
4779521c56
Created platform create stepper and content.
7 years ago
Menaka Jayawardena
8488320340
Font change in Chip component.
7 years ago
Menaka Jayawardena
bf974f5377
Changed import
7 years ago
Menaka Jayawardena
ddfbf78e30
Minor changes in switch and step components.
7 years ago
Menaka Jayawardena
20b58330db
Refactored platform listing imports.
7 years ago
Menaka Jayawardena
543dd455b0
Removed unnecessary div elements.
7 years ago
Menaka Jayawardena
4a065f40c9
Modified Switch component based on Material Guidelines.
7 years ago
Menaka Jayawardena
97afd6386c
Modal footer button layout styles.
7 years ago
Menaka Jayawardena
ead3c74fe4
Added key field to data table columns and rows.
7 years ago
Menaka Jayawardena
7ec90258d5
Modified stepper based on material design specs.
7 years ago
Menaka Jayawardena
bde1f80697
Modified the Stepper footer button layout.
7 years ago
Menaka Jayawardena
71875904d3
Fixed malformed code.
7 years ago
Menaka Jayawardena
99af739f15
Stepper component created and added it to the application creation modal.
7 years ago
Menaka Jayawardena
fc44322776
Styled 'Not found' error page.
7 years ago
Menaka Jayawardena
b630410698
Changed element class names.
7 years ago
Menaka Jayawardena
0e0f6b9ff6
Fixed styling.
7 years ago
Menaka Jayawardena
bd9a54f1b7
Removed style loader for wso2 fonts from webpack.config.js
7 years ago
Menaka Jayawardena
ba5c7eb66b
Added button styling in platform cards.
7 years ago
Menaka Jayawardena
672833c583
Modified application edit url pattern.
7 years ago
Menaka Jayawardena
34b35158fb
Added i18n definition.
7 years ago
Menaka Jayawardena
c750aed454
Added application management apis.
7 years ago
sinthuja
362a2d1d32
Adding user login option.
7 years ago
sinthuja
f01f150a37
Merge branch 'wso2-application-mgt' into application-mgt
...
# Conflicts:
# .gitignore
7 years ago
sinthuja
b66ad9ab57
Adding UserOptions drop down, and adding the store ui to the pom.
7 years ago
Menaka Jayawardena
6056a433d5
Resolved Conflicts
7 years ago
Menaka Jayawardena
87aaeca85f
Restored absolute path in index.html.
7 years ago
Menaka Jayawardena
b55878d968
Added i18n definitions.
7 years ago
Menaka Jayawardena
42db66cdf7
Modified page title font and table hover background color.
7 years ago
Menaka Jayawardena
62f19e7411
Added page title.
7 years ago
Menaka Jayawardena
c34ab35e6c
Modified Chip design.
7 years ago
Menaka Jayawardena
5f430a9b0d
Removed npm-debug.log file and added to .gitignore.
7 years ago
Menaka Jayawardena
51aa5e5305
Redesigned the Platform listing based on material-design specs.
7 years ago
Menaka Jayawardena
75427e1021
Added user name to the header.
7 years ago
Menaka Jayawardena
6b944a4e9f
Added material design button styles.
7 years ago
Menaka Jayawardena
8f1c09f779
Modified Floating button based on Material Design specs.
7 years ago
Menaka Jayawardena
3c83cd9b80
Added logo component, material design button styles. Replaced logo in main page.
7 years ago
Menaka Jayawardena
da51c4b270
Fixed table rendering issue.
7 years ago
Menaka Jayawardena
8b310786b9
Fixed axios not defined issue.
7 years ago
Menaka Jayawardena
ed2af13836
Added custom application listing table.
7 years ago
Menaka Jayawardena
7f05b1820c
Modified application view with better styling.
7 years ago
Menaka Jayawardena
3cbcefe3a9
Added WSO2 Logo
7 years ago
Menaka Jayawardena
3ea10491d9
Modified platform view with better styling.
7 years ago
Menaka Jayawardena
cba4eaaedd
Added chips.
7 years ago
Menaka Jayawardena
adad9b307f
Moved CSS files back to components.
7 years ago
Menaka Jayawardena
594996b3fe
Modified Chip component based on Material Design specs.
7 years ago
Menaka Jayawardena
b3bd70ad61
Added responsive styling.
7 years ago
Menaka Jayawardena
55f3b4d0ee
Revert "Moving css files to publica foler"
...
This reverts commit f441976
7 years ago
Menaka Jayawardena
34ff40ef21
Added form validations for application create.
7 years ago
Menaka Jayawardena
7fa3c886fb
Api integration: Application Create steps.
7 years ago
Menaka Jayawardena
4cdb1fc4c9
Stepper header implementation stage 1.
7 years ago
sinthuja
fc3b32b8d8
Fixing the issue in wso2 fonts in loading the icons.
7 years ago
sinthuja
66f8472da7
Merge pull request #1024 from sinthuja/application-mgt
...
Application mgt
7 years ago
sinthuja
e57ff1d378
removing index.js from store.
7 years ago
sinthuja
816f378fda
renaming the method name.
7 years ago
sinthuja
f1aa4b69ba
Adding the server config to be read and used.
7 years ago
sinthuja
b15e532983
Fixing the store retrieve the backend details from config file.
7 years ago
megala21
813302e555
Refactoring
7 years ago
megala21
2fcf1c4e70
Refactoring
7 years ago
megala21
f417f7854e
Adding icon update
7 years ago
megala21
5c23d42de1
Adding icon support for platform
7 years ago
sinthuja
0989f1ac62
Removing unused components.
7 years ago
sinthuja
b61bb7afe2
Making the store to read the server backend configurations from config file.
7 years ago
sinthuja
6374b5d9c1
Merge branch 'wso2-application-mgt' into application-mgt
7 years ago
sinthuja
410fc69bfa
Adding changes for store.
7 years ago
amalhub
8a343fc6b1
App-mgt store device validation for install
7 years ago
sinthuja
5a09c43055
Merge pull request #1018 from Megala21/migrate_application
...
Adding platform retrieval based on tag and getting platform tags
7 years ago
megala21
48fbc40bd2
Adding platform retrieval based on tag and getting platform tags
7 years ago
sinthuja
498b2c02aa
temperory store related changes.
7 years ago
sinthuja
afb67acc70
Merge pull request #1016 from Megala21/migrate_application
...
Making the icon and other image artifacts to retuned with the getApplication request and adding constraint on max screen shot count
7 years ago
megala21
3e6c3d7f3c
Refactoring
7 years ago
megala21
ce986cb118
Adding the ApplicationManagement API to return the images with the getApplication request
7 years ago
megala21
3c76c78d76
Making the icon to be returned with the Application
7 years ago
sinthuja
0032acad36
Merge pull request #1010 from Megala21/migrate_application
...
Adding support for internationalization
7 years ago
megala21
1bcd1707bd
Refactoring
7 years ago
megala21
9a61cf87f5
Adding support for internationalization
7 years ago
Chathura Ekanayake
d0a52bec98
Merging with app management branch
7 years ago
megala21
f441976c3d
Moving css files to publica foler
7 years ago
sinthuja
c0609887b6
Merge pull request #1001 from menakaj/application-mgt
...
WSO2 Font integration and Custom components.
7 years ago
Menaka Jayawardena
cec54c3dc0
Changes as per the code review.
7 years ago
Menaka Jayawardena
426dea0afc
Moved internal CSS files to a single common CSS and imported in index.html.
7 years ago
Menaka Jayawardena
f7d6bbd639
Layout modifications.
7 years ago
Menaka Jayawardena
4a09b41434
Stage 1: Added material design colors and WSO2 fonts.
7 years ago
Menaka Jayawardena
da146bfb07
Created Floating action button component.
7 years ago
Menaka Jayawardena
e0bb4c8523
Integrated WSO2 Font package.
7 years ago
Megala Uthayakumar
3ce30dd294
Merge pull request #983 from menakaj/application-mgt
...
Removed unwanted dependencies.
7 years ago
Menaka Jayawardena
de43164c9e
Removed unwanted dependencies.
7 years ago
Megala Uthayakumar
e1a948b424
Merge pull request #974 from menakaj/application-mgt
...
Reactstrap migration.
7 years ago
Menaka Jayawardena
a64a32f0c3
Changes as per the code review.
7 years ago
Chathura Ekanayake
00e3ac8251
implementing appmanager subscriptions
7 years ago
Pasindu
0fc1d360af
Remove unused SQL String
7 years ago
Pasindu
5f4c0ce9a6
Merge branch 'application-mgt' of https://github.com/wso2/carbon-device-mgt into appm
7 years ago
Pasindu
c9bdceafb5
Adding Platform TAG functionalities
7 years ago
Menaka Jayawardena
60310d3ca1
Created custom components for image button, notification view and notification item.
7 years ago
Menaka Jayawardena
8ee0bd0404
Created Application View Component with styles.
7 years ago
Menaka Jayawardena
5ba211191f
Release and Edit application components.
7 years ago
Menaka Jayawardena
828bb316f6
Package refactoring and adding release app component.
7 years ago
Menaka Jayawardena
db5d71b9a7
Integrated reactstrap components for base and app-create.
7 years ago
megala21
0264c6c533
Fixing build failure
7 years ago
Menaka Jayawardena
52f9a0ad1e
Restored the camel case text.
7 years ago
Menaka Jayawardena
b9721845d8
Changed to camel case text.
7 years ago
megala21
1825f59ea1
Fixing the pom
7 years ago
megala21
a1a68ff563
Refactoring
7 years ago
megala21
324147b939
Reverting the changes to scss files
7 years ago
megala21
48023c5d8b
Changing the image return to be a base6 format
7 years ago
sinthuja
034fe9313e
Merge pull request #963 from menakaj/application-mgt
...
Application Management Publisher UI
7 years ago
Menaka Jayawardena
a582997c80
Changed to camel case text.
7 years ago
Menaka Jayawardena
9619371cab
Removed inline styling and fixed multiple form submit.
7 years ago
sinthuja
d71e58b723
Cleaning and removing the themes package usage.
7 years ago
sinthuja
59d9973200
Removing the unnecessary file.
7 years ago
sinthuja
acb74c5cb9
Adding missing files to the source.
7 years ago
sinthuja
2f726c674d
Updating to have the parent state only.
7 years ago
Menaka Jayawardena
133dc55a23
Code reformatting and styling.
7 years ago
Menaka Jayawardena
4bbfa33534
Api integration stage 3: Defined apis for application and platform.
7 years ago
Menaka Jayawardena
2b6f9a9e2c
Api integration stage 2: Create and retrieve apps and platforms.
7 years ago
Menaka Jayawardena
a4e342ed08
Created Authentication Handler API for Application Management.
7 years ago
Menaka Jayawardena
7ff5823e6d
Authentication handling initial impl and code formatting according to https://github.com/airbnb/javascript/tree/master/react#basic-rules .
7 years ago
Menaka Jayawardena
b3d2abf99e
Added tags to platform create page and basic backend integration api implementation.
7 years ago
sinthuja
d04777a1e6
Merge branch 'wso2-application-mgt' into application-mgt
7 years ago
sinthuja
3496c9c7b0
Removing the unnecessary feature zip bundling from component.
7 years ago
sinthuja
4a880a9715
Adding login page redirection.
7 years ago
sinthuja
549e71317a
Merge pull request #959 from Megala21/appm_new
...
Adding the flexibility to change the css files
7 years ago
megala21
c2789ff9be
Moving the theme loading method to a common place
7 years ago
sinthuja
9f759f8aee
Adding some fixes with login page.
7 years ago
megala21
e5ca86cc66
Renaming variables and adding comment
7 years ago
megala21
237f4cbc6c
Refactoring
7 years ago
megala21
d2d56a3dac
Refactoring
7 years ago
megala21
aae017d6f4
Moving the css files to public folder
7 years ago
sinthuja
591962c2fd
Adding the first cut of base UI.
7 years ago
megala21
8f3d11fa0e
refactoring theming support
7 years ago
amalhub
81f427f34f
App-mgt store removing device type specific impl
7 years ago
megala21
5614914efa
Refactoring the files
7 years ago
megala21
9c490d1989
Adding the flexibility to change the css files
7 years ago
amalhub
8186f6754e
App-mgt store code refactors
7 years ago
amalhub
5beb2b21d7
Adding App-Mgt store implementations
7 years ago
amalhub
137d970fc7
App-mgt store response refactor
7 years ago
amalhub
ae80bd8ba8
App-mgt store mapping validation
7 years ago
amalhub
83f300ae2d
Merge branch 'application-mgt' of https://github.com/wso2/carbon-device-mgt into application-mgt
7 years ago
amalhub
1e191cdf8b
Adding Device-Application mapping implementation
7 years ago
megala21
6e1a48f084
Modify theme support
7 years ago
megala21
4df7431575
Refactoring
7 years ago
megala21
7a08f421b1
Adding support for custom theming
7 years ago
Megala Uthayakumar
56ce03927b
Merge pull request #954 from menakaj/application-mgt
...
Publisher UI modifications.
7 years ago
Menaka Jayawardena
a2e2abc7db
Changes as per the React development guidelines. (Changed the file extensions to JSX)
7 years ago
sinthuja
9ea3be060e
Fixing the NPE in the application toString operation.
7 years ago
sinthuja
692ed6aa59
Adding some more validations fot the application management.
7 years ago
Menaka Jayawardena
b70bf91f3a
Added form validation and image visualization to application and platform create. Removed hash router and used browser router.
7 years ago
Menaka Jayawardena
89b4e6dc10
Application search feature for data table. Basic stage.
7 years ago
Menaka Jayawardena
e32b6d167c
Added missing key attributes to the table rows.
7 years ago
Menaka Jayawardena
9ce111b724
Fixed application listing and form formatting.
7 years ago
Menaka Jayawardena
0746c2f66c
Fixed platform create and platform listing components.
7 years ago
Menaka Jayawardena
c389a5ec50
Added extra features to data table.
7 years ago
Menaka Jayawardena
39925efacf
Created the application listing and platform create components.
7 years ago
Menaka Jayawardena
61befd5a3b
Created the DataTable component.
7 years ago
Menaka Jayawardena
94f126688e
Removed Overview section.
7 years ago
Menaka Jayawardena
319d844972
Added prop types and started creating the data table component.
7 years ago
sinthuja
9656b9b747
Fixing the error reported by check styles plugin.
7 years ago
sinthuja
783ead216e
Merge branch 'wso2-application-mgt' into application-mgt
...
# Conflicts:
# components/application-mgt/org.wso2.carbon.device.application.mgt.core/src/main/java/org/wso2/carbon/device/application/mgt/core/dao/impl/application/GenericApplicationDAOImpl.java
7 years ago
sinthuja
ace4d8d42d
Merge remote-tracking branch 'wso2/application-mgt' into wso2-application-mgt
...
# Conflicts:
# components/application-mgt/org.wso2.carbon.device.application.mgt.core/src/main/java/org/wso2/carbon/device/application/mgt/core/dao/impl/application/GenericApplicationDAOImpl.java
7 years ago
megala21
7fc37d665e
Adding oracle support to application and application release
7 years ago
sinthuja
2d4de10c6c
Adding some fixes for the application management and visibility management.
7 years ago
sinthuja
887675fda2
Committing first cut of modifications to the visibility manager.
7 years ago
sinthuja
78f8507bf3
Merge remote-tracking branch 'wso2/application-mgt' into wso2-application-mgt
7 years ago
sinthuja
bc074ccf59
Merge remote-tracking branch 'wso2/application-mgt' into wso2-application-mgt
7 years ago
amalhub
f4a3eb4601
App-mgt store impl refactoring
7 years ago
amalhub
ee76f6cb0f
Adding app-mgt store interface methods and implementations
7 years ago
amalhub
e54ab93d15
Merge branch 'application-mgt' of https://github.com/wso2/carbon-device-mgt into application-mgt
7 years ago
megala21
5278fa88bf
Adding postgresql database support for application and applicaion release
7 years ago
sinthuja
c04e4d3c42
Committing initial refactoring for visibility change.
7 years ago
megala21
9c31b93937
Fixing minor issues
7 years ago
amalhub
c145b77158
Implimenting API classes for App-mgt Store
7 years ago
Megala Uthayakumar
c10f4e3587
Merge pull request #913 from Megala21/appm_new
...
Fixing some tenant related issues in Application Management and some improvements
7 years ago
megala21
053008932d
Minor fixes to mysql script and refactoring
7 years ago
megala21
17c23b9674
Fixing some issues
7 years ago