You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
device-mgt-core/.gitignore

43 lines
1.5 KiB

10 years ago
# Ignore everything in this directory
target
.classpath
.settings
.project
*.iml
*.iws
*.ipr
.idea
*.ids
.editorconfig
# Mac crap
.DS_Store
*.class
*.swp
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
Merge branch 'application-mgt-new' into 'master' Add new entgra app manager Closes product-iots#104, product-iots#108, product-iots#110, product-iots#111, product-iots#113, product-iots#160, and product-iots#145 See merge request entgra/carbon-device-mgt!359 (cherry picked from commit b74351680aa622b9819cddfbf76f01906a20fcad) de8ad75b Added aplication management component 02100415 Initialize application management DAOs 7f6b33a0 Fixes for Error handling 10951510 Added Response DTO c53e5d5e Added MySQL DAO c6263ae2 Added filiter to app list b808fa02 Added aplication management component 29bd1283 Initialize application management DAOs ec78984c Fixes for Error handling 493de22d Added Response DTO 9d5e912d Added MySQL DAO 76342ee7 Added filiter to app list a15b179d Added testng files aba2ffec Removed unnecessary test suites. ff211708 Added application-mgt features. f09905a2 Changes to DB queries 345c7863 Fixed APP Mgmt Features. 5d8b8ab6 Added DAOs b5480948 fixed API version 0d68322b Fixing issues in db fileds 954cb3e1 Fixed the issue in the insterface ApplicationManagementAPI 2128c3f1 Added application-mgt UI feature 04d1082b Resolved conflicts. baed4318 Added properties to platform and subscription 84c64439 Fixed build issues. c957894a Merge branch 'application-mgt' of github.com:wso2/carbon-device-mgt into application-mgt 5361ad20 Refactored Application-Mgt code. 8b32cf9f Added Security filter configs. 34366f4e Merge branch 'application-mgt' of github.com:wso2/carbon-device-mgt into application-mgt 5e1be78c Updated mysql dbscript 2c150081 Refactored Application Mgt DTO layer. 9dde7867 Refactored Application-Mgt Database access layer. 6abd289c Removed unnecessary packages for application-mgt core. 36d82c85 Fixed issues in APPM DB scripts. 0d3598d2 Refactored Application-Mgt DAO layer. fa88673a Changed lifecycle management to application from release d5ba2665 Fixed H2 database issue in App-Mgr. 43ef32b3 Refactor services 69ace640 Refactoring services classes dd07101e Fixed MySQL script 23ea67de Fixes for filter properties c89491b9 Changes to schema 9343032c Changes to App Management Externsions Framework dd6e70ce First cut of refactoring the code. d882a058 Reverting back to runtime exceptions. 810c0383 Fixing the compilation failure issues. e6703f47 Merge pull request #754 from sinthuja/app-mgt-refactoring 242cf06f Refactoring the APP manager code, second phase. fd18ab71 Fixing issues in resolving the configuration resolving. 8d6e4cfa Fixing issues in resolving the configuration resolving. 6994d4bf Merge branch 'app-mgt-refactoring' into wso2-application-mgt b25f1466 Fixed issue in Lifecycle class 352c881c Refactor code 41def8fe Adding first cut of platform manager capabilities. b183ec3e Merge remote-tracking branch 'wso2/application-mgt' into wso2-application-mgt fe26352e Adding platform manager first API. 6020b3fb Adding platform manager first API. 2b0ae8c5 Added creating app functionality 6a18d7ab Fixed conflicts 52b2739b Refactoring DAOs ac871fdb Fixed exception class to PlatformDAOException d7b784b0 Removed published from platforms 9bc23a92 Fixed the mysql script for app management 59f43886 Adding the update platform API. a7569456 fixing the build issue due to removing the method in platform manager. e5704ac0 Using the platformManger service instead of using the DAO. fe3325eb Merge remote-tracking branch 'wso2/application-mgt' into wso2-application-mgt 6d6aa50b Added functionailty to update app 58eab351 Merge branch 'application-mgt' of github.com:wso2/carbon-device-mgt into application-mgt d3f87a30 Refactor edit apps functionality 10f1158c Refactor code 5811eb6a removed externsions from api f3bca0f8 Merging with master 4140e212 Adding Maven Code style check 28f1ecfb Implementing application operations for app management 64e5a15d Merge pull request #870 from chathurace/appm 8f427867 Resolving merge conflicts 98458550 Changing the check style plugin 7b5b504f Reverting the cahnges to API name 64cfee38 Reverting the change 9a54c137 Merging pull request #871 from Megala 55484be2 Added the datasourceService b1fc0fcf Fixing minor issues related with platform b872ea2c Merge pull request #871 from Megala21/application-mgt 73a0a119 Merge remote-tracking branch 'upstream/application-mgt' into appm e79c9b49 Fixing minor issues with database queries 149719d6 Merge remote-tracking branch 'upstream/application-mgt' into appm_new f16b03ff Fixing minor issues in closing the database statements and resultsets 6605c137 improvements to database transaction handling and implementing application delete. 1d74d8ad Merge pull request #876 from chathurace/application-mgt eda5b590 Adding platform removal 7d191d63 Fixing minor issues in PlatformDeployment 2ab43c89 Merge remote-tracking branch 'upstream/application-mgt' into appm_new fbef98b2 Merge pull request #878 from Megala21/appm_new 9bc069a9 Adding Axis2Oberserver and improving the databse queries 3ec1bb1e Merge remote-tracking branch 'upstream/application-mgt' into appm_new ec0be018 Re-structuring and adding changes after testing 612905bc Adding oracle scripts and impl for PlatformManagement 1ab9807d Adding postgre mssql database supports for PlatformManagement 8dc7e278 Adding javadoc comments 1baca952 Merge pull request #886 from Megala21/appm_new 071e4512 implementing application lifecycle management 3f279918 merging platform management 9f76f51e lifecycle management changes 03e63071 Merge pull request #888 from chathurace/application-mgt 6e912fcc Adding initial fixes for lifecycle state 14b770a4 Merge pull request #895 from Megala21/appm_new 41fa1cb5 Adding fixed life-cyle related operations for application 21253f2f Merge branch 'application-mgt' of https://github.com/wso2/carbon-device-mgt into appm_new 9ec12587 Fixing issues with Application Management with mysql ba5f1e6c Merge pull request #898 from Megala21/appm_new c428cf10 Refactoring b05b3925 Merge pull request #899 from Megala21/appm_new d948d85b App Publisher React application. Initial Commit. 72f0e195 Created basic directory structure 03b6faa7 Created the project file structure. 44737750 Created the login page. c7c0f62c The base layout completed. f5feb897 Adding initial application release related artifacts 5a8bf10d Adding Artifacts download APIS d2705b14 Added the stepper and App creation first step. 4d16d73b Created the Step 2 and 3 basic forms. Code Formatting. 7fd7fbb3 Adding refactoring as per maven checkstyle plugin 98ff1179 Merge pull request #903 from Megala21/appm_new cbc061f7 Changes as per the comments. 884511fd Fixing issues for mysql database and adding CRUD operations to application release e4ddac22 Merge pull request #908 from Megala21/appm_new dc2aa386 Fixed license header and removed empty tags. 9460c4fb Merge pull request #902 from menakaj/application-mgt 17c23b96 Fixing some issues 05300893 Minor fixes to mysql script and refactoring c10f4e35 Merge pull request #913 from Megala21/appm_new c145b771 Implimenting API classes for App-mgt Store 9c31b939 Fixing minor issues c04e4d3c Committing initial refactoring for visibility change. 5278fa88 Adding postgresql database support for application and applicaion release 346153da Merge pull request #949 from Megala21/appm_new e54ab93d Merge branch 'application-mgt' of https://github.com/wso2/carbon-device-mgt into application-mgt ee76f6cb Adding app-mgt store interface methods and implementations f4a3eb46 App-mgt store impl refactoring bc074ccf Merge remote-tracking branch 'wso2/application-mgt' into wso2-application-mgt ac24413f Merge pull request #951 from amalhub/application-mgt 78f8507b Merge remote-tracking branch 'wso2/application-mgt' into wso2-application-mgt 887675fd Committing first cut of modifications to the visibility manager. 2d4de10c Adding some fixes for the application management and visibility management. 7fc37d66 Adding oracle support to application and application release 05e22047 Merge pull request #952 from Megala21/appm_new d0edbb8a Committing the fixes for the database schema. ace4d8d4 Merge remote-tracking branch 'wso2/application-mgt' into wso2-application-mgt 783ead21 Merge branch 'wso2-application-mgt' into application-mgt 9656b9b7 Fixing the error reported by check styles plugin. 3d337ed5 Merge pull request #953 from sinthuja/application-mgt 319d8449 Added prop types and started creating the data table component. 94f12668 Removed Overview section. 61befd5a Created the DataTable component. 39925efa Created the application listing and platform create components. c389a5ec Added extra features to data table. 0746c2f6 Fixed platform create and platform listing components. 9ce111b7 Fixed application listing and form formatting. e32b6d16 Added missing key attributes to the table rows. 89b4e6dc Application search feature for data table. Basic stage. b70bf91f Added form validation and image visualization to application and platform... 692ed6aa Adding some more validations fot the application management. 9ea3be06 Fixing the NPE in the application toString operation. 7f0fe115 Merge pull request #955 from sinthuja/application-mgt a2e2abc7 Changes as per the React development guidelines. (Changed the file extensions to JSX) 56ce0392 Merge pull request #954 from menakaj/application-mgt 7a08f421 Adding support for custom theming 4df74315 Refactoring 6e1a48f0 Modify theme support df59cccf Merge pull request #956 from Megala21/appm_new 1e191cdf Adding Device-Application mapping implementation 83f300ae Merge branch 'application-mgt' of https://github.com/wso2/carbon-device-mgt into application-mgt ae80bd8b App-mgt store mapping validation e09e1ec6 Merge pull request #957 from amalhub/application-mgt 137d970f App-mgt store response refactor 0e9d4037 Merge branch 'application-mgt' of https://github.com/wso2/carbon-device-mgt into application-mgt 5beb2b21 Adding App-Mgt store implementations 8186f675 App-mgt store code refactors 9c490d19 Adding the flexibility to change the css files 5614914e Refactoring the files 81f427f3 App-mgt store removing device type specific impl 39bc1e74 Merge pull request #958 from amalhub/application-mgt 8f3d11fa refactoring theming support 591962c2 Adding the first cut of base UI. aae017d6 Moving the css files to public folder d2d56a3d Refactoring 237f4cbc Refactoring e5ca86cc Renaming variables and adding comment 9f759f8a Adding some fixes with login page. c2789ff9 Moving the theme loading method to a common place 549e7131 Merge pull request #959 from Megala21/appm_new ec025b25 Adding feature for publisher ui 4a880a97 Adding login page redirection. 3496c9c7 Removing the unnecessary feature zip bundling from component. d04777a1 Merge branch 'wso2-application-mgt' into application-mgt 611eb785 Merge pull request #961 from sinthuja/application-mgt b3d2abf9 Added tags to platform create page and basic backend integration api implementation. 7ff5823e Authentication handling initial impl and code formatting according to... a4e342ed Created Authentication Handler API for Application Management. 2b6f9a9e Api integration stage 2: Create and retrieve apps and platforms. 4bbfa335 Api integration stage 3: Defined apis for application and platform. 133dc55a Code reformatting and styling. 2f726c67 Updating to have the parent state only. acb74c5c Adding missing files to the source. 59d99732 Removing the unnecessary file. d71e58b7 Cleaning and removing the themes package usage. 81203364 Merge pull request #962 from sinthuja/application-mgt 9619371c Removed inline styling and fixed multiple form submit. a582997c Changed to camel case text. ddbaa0e6 Merge remote-tracking branch 'upstream/application-mgt' into appm_new 034fe931 Merge pull request #963 from menakaj/application-mgt 5537ee5c Adding publisher ui feature 74e07170 Resolving conflicts 8dbaba1f Resolving conflicts 58442536 Refactoring b4b9fffa Merge pull request #967 from Megala21/appm_new 48023c5d Changing the image return to be a base6 format 324147b9 Reverting the changes to scss files a1a68ff5 Refactoring f56b77e4 Merge pull request #970 from Megala21/appm_new 1825f59e Fixing the pom c951b2ca Merge pull request #971 from Megala21/appm_new b9721845 Changed to camel case text. 52f9a0ad Restored the camel case text. 28d44fec Merge pull request #972 from menakaj/application-mgt 0264c6c5 Fixing build failure 7569773d Merge pull request #973 from Megala21/appm_new db5d71b9 Integrated reactstrap components for base and app-create. 828bb316 Package refactoring and adding release app component. 5ba21119 Release and Edit application components. 8ee0bd04 Created Application View Component with styles. 60310d3c Created custom components for image button, notification view and notification item. c9bdceaf Adding Platform TAG functionalities 5f4c0ce9 Merge branch 'application-mgt' of https://github.com/wso2/carbon-device-mgt into appm 0fc1d360 Remove unused SQL String 00e3ac82 implementing appmanager subscriptions 391ca59e Removed extra lines a077a293 Merge pull request #978 from pasindujw/appm a64a32f0 Changes as per the code review. e1a948b4 Merge pull request #974 from menakaj/application-mgt de43164c Removed unwanted dependencies. 3ce30dd2 Merge pull request #983 from menakaj/application-mgt e0bb4c85 Integrated WSO2 Font package. da146bfb Created Floating action button component. 4a09b414 Stage 1: Added material design colors and WSO2 fonts. f7d6bbd6 Layout modifications. 426dea0a Moved internal CSS files to a single common CSS and imported in index.html. cec54c3d Changes as per the code review. c0609887 Merge pull request #1001 from menakaj/application-mgt f441976c Moving css files to publica foler 485ff83f Merge pull request #1008 from Megala21/migrate_application d0a52bec Merging with app management branch 9a61cf87 Adding support for internationalization 1bcd1707 Refactoring d8c74d9c Merge pull request #1012 from chathurace/application-mgt 0032acad Merge pull request #1010 from Megala21/migrate_application 3c76c78d Making the icon to be returned with the Application ce986cb1 Adding the ApplicationManagement API to return the images with the getApplication request 3e6c3d7f Refactoring 068edaa1 Changing the Storage path afb67acc Merge pull request #1016 from Megala21/migrate_application 498b2c02 temperory store related changes. 48fbc40b Adding platform retrieval based on tag and getting platform tags ded69090 Merge remote-tracking branch 'upstream/application-mgt' into migrate_application 5a09c430 Merge pull request #1018 from Megala21/migrate_application 8a343fc6 App-mgt store device validation for install 410fc69b Adding changes for store. 6374b5d9 Merge branch 'wso2-application-mgt' into application-mgt 70df40f2 Merge pull request #1021 from amalhub/application-mgt b61bb7af Making the store to read the server backend configurations from config file. 0989f1ac Removing unused components. a8806501 Merge remote-tracking branch 'upstream/application-mgt' into migrate_application 5c23d42d Adding icon support for platform f417f785 Adding icon update 2fcf1c4e Refactoring 813302e5 Refactoring c0e2c3c2 Merge pull request #1023 from Megala21/migrate_application b15e5329 Fixing the store retrieve the backend details from config file. f1aa4b69 Adding the server config to be read and used. 816f378f renaming the method name. e57ff1d3 removing index.js from store. 66f8472d Merge pull request #1024 from sinthuja/application-mgt f58d38ac Adding git ignore to avoid node modules, etc files getting committed. fc3b32b8 Fixing the issue in wso2 fonts in loading the icons. 4cdb1fc4 Stepper header implementation stage 1. 7fa3c886 Api integration: Application Create steps. 34ff40ef Added form validations for application create. 55f3b4d0 Revert "Moving css files to publica foler" b3bd70ad Added responsive styling. 594996b3 Modified Chip component based on Material Design specs. adad9b30 Moved CSS files back to components. cba4eaae Added chips. 3ea10491 Modified platform view with better styling. 3cbcefe3 Added WSO2 Logo 7f05b182 Modified application view with better styling. ed2af138 Added custom application listing table. 8b310786 Fixed axios not defined issue. da51c4b2 Fixed table rendering issue. 3c83cd9b Added logo component, material design button styles. Replaced logo in main page. 8f1c09f7 Modified Floating button based on Material Design specs. 6b944a4e Added material design button styles. 75427e10 Added user name to the header. 51aa5e53 Redesigned the Platform listing based on material-design specs. 1333b9c4 Added missing dependency. 5f430a9b Removed npm-debug.log file and added to .gitignore. c34ab35e Modified Chip design. 62f19e74 Added page title. 42db66cd Modified page title font and table hover background color. b55878d9 Added i18n definitions. 87aaeca8 Restored absolute path in index.html. 6056a433 Resolved Conflicts 9eb25444 Merge pull request #1022 from menakaj/application-mgt b66ad9ab Adding UserOptions drop down, and adding the store ui to the pom. f01f150a Merge branch 'wso2-application-mgt' into application-mgt 362a2d1d Adding user login option. c750aed4 Added application management apis. 34b35158 Added i18n definition. 672833c5 Modified application edit url pattern. ba5c7eb6 Added button styling in platform cards. bd9a54f1 Removed style loader for wso2 fonts from webpack.config.js 0e0f6b9f Fixed styling. 7e15b408 Merge pull request #1025 from menakaj/application-mgt b6304106 Changed element class names. fc443227 Styled 'Not found' error page. 1533f85d Merge pull request #1026 from menakaj/application-mgt 99af739f Stepper component created and added it to the application creation modal. 71875904 Fixed malformed code. bde1f806 Modified the Stepper footer button layout. 7ec90258 Modified stepper based on material design specs. ead3c74f Added key field to data table columns and rows. 97afd638 Modal footer button layout styles. 4a065f40 Modified Switch component based on Material Guidelines. 543dd455 Removed unnecessary div elements. 20b58330 Refactored platform listing imports. ddfbf78e Minor changes in switch and step components. bf974f53 Changed import 84883203 Font change in Chip component. 4779521c Created platform create stepper and content. a526ec14 Removed console.logs 24aef45d Merge pull request #1027 from menakaj/application-mgt 596b25a5 Adding logout option. 4d65bb70 Adding jaggery.conf to store. 251fba78 Merge branch 'wso2-application-mgt' into application-mgt 241392fa Adding store features and adding internationalization for the User Options component. 418e0afc Updating the license header. 370e1a8a Merge pull request #1028 from sinthuja/application-mgt a37cdbdb Optimized imports 747fe5d8 Merge pull request #1029 from menakaj/application-mgt 179e34aa Adding support for application category 7a8f3c64 Refactoring 0fefa094 Refactoring 57c91bc2 Making the auth handler to be compatible with the store and publisher. 1a4fa74e Removing the backslash in the path. f45ba70b Merge pull request #1031 from sinthuja/application-mgt e26d8592 Adding initiail changes 89495d9c App-mgt-store Adding version name and code simplification d8ff31b6 Adding remaining changes a1806eb8 Refactoring b32c59b8 Refactoring 300e7a71 Changes according maven check style plugin 470ec89f Merge pull request #1030 from Megala21/migrate_application 90bf818f Merge branch 'application-mgt' of https://github.com/wso2/carbon-device-mgt into application-mgt c0ffb024 Code formatting 659713b5 Code formatting 9c364e66 Merge pull request #1032 from amalhub/application-mgt 73e820b7 Fixing code formatting issues in DataTable components. 5756fa15 Fixing code formatting issues in Platform related components. 17bce6fe Adding the store user interface. (#1084) ede7680b Fixed build failure 9300d27f Merge pull request #1085 from lasanthaDLPDS/application-mgt f4c3a0b1 Remove unnecessary pages and units 96ad19f6 Merge pull request #1086 from lasanthaDLPDS/application-mgt 6f2f9854 changing the sso config for store dc6ab1db resolved issues and resolved merge conflicts with master branch 81be917e adding application registrating functionality and partial DAO modefications 45c668ec adding DAO methods for pplication management e99f6ba4 Merge pull request #1081 from menakaj/application-mgt cac80fc2 Merge pull request #1087 from Kamidu/application-mgt d196e3e0 Adding DAO layer changes 460bda42 adding role restriction DAO layer implementation 1c639395 adding app manager changes - not complete c21ddcea adding application and release management implementation 11ea50e8 Adding AP improvements(incomplete) 667f997f merging with master branch 05b12216 increase version f8c5ff95 Device API layer into two sections. named as store and publisher 486aac1c adding application release creation functioanlity (NC) 393d1163 resolve pom issues 627aaab2 Adding Comment Management API b9bb6830 Adding Implementation of Comment Management API dbd9ad77 Modified API Util 46f087f2 Adding Comment Management Exception 6dbdddb3 Adding Comment Manager Interface c00345e7 Modify Application Release a0ef2dba Adding Comment 849474de Adding Pagination Request for application-mgt 9f67e527 Adding Pagination Result for application-mgt 9f447956 Modify Configuration 87d1928f Modify Configuration Management 50966546 Adding Pagination Configuration for application-mgt 35e41742 Modify Application Management DAO Factory 99857c9a Modify Util 64e8faa1 Adding CommentDAO Interface 6b6a5bdb Adding Comment Manager Interface 819034f9 Adding Implementation of Comment Manager f7caa02b Modify pom.xml at org.wso2.carbon.device.application.mgt.common 7fb0faa2 Modify pom.xml at org.wso2.carbon.device.application.mgt.api 5dce27e2 Adding CommentDAOImpl a6434d91 Modify APIUtil 7849d093 Modify APIUtil 0f4e4ea4 Modify CommentManagementAPI 06059cac Modify CommentManagementAPIImpl 453559a0 Modify CommentManagementAPIImpl 99b916d6 Modify Comment a1911432 Modify PaginationConfiguration 4fb77cbe Modify CommentsManagerImpl 906535eb Modify CommentsManagerImpl a45ba625 Renamed apAppCommentId into CommentId 74ea82c9 Modified CommentManagerImpl caa47417 Modified CommentManagerImpl 3bd6d03b Modified CommentManagerImpl and CommentManager c1dca737 Modified CommentManager 1bbd0b1a Modified CommentManagerImpl ,CommentManagementAPIImpl,CommentManagementAPI 3bfb2add Reformatted the code. 3cc15d0d Reformatted the code. 4c1d8dfa Modified APIUtil 919a7a8d Modified pom.xml at org.wso2.carbon.device.application.mgt.api a6f2486e Modified Comment ManagementAPiImpl ff3eacd0 Removed suppressing deprecated warning. 62ac3455 Changed license year c35ccf98 Modified CommentManagerImpl 30ae09b0 Modified CommentDAOImpl a1868939 Modified CommentDAOImpl 883ac442 Adding travis build config 4ea87284 Modified CommentAPIImpl f02a0b9e Modified pom.xml at org.wso2.carbon.device.application.mgt.common 08a09109 Merge pull request #1160 from madawas/application-mgt-new da0b1470 modified commentsManagerImpl 3b86f8a4 CommentId changed into commentId 27d3862a CommentId changed into commentId 0115ebc1 Adding travis build config 7242c63e CommentId changed into commentId eced883e Error response message changed. 8f8ec9a8 parameter in the consumes annotation changed to application/json 40771cbf Modified CommentDAOImpl a321bf93 Modified CommentsManagerImpl c50de8e2 Modified CommentsDAOmpl de78869e Merge pull request #1144 from NishadiPrasangini/AppManager 02415dfd merge with upstream master ae1c99f6 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into application-mgt-new 317386af bump version of the app manager component 56900751 Added app release creation method and fixed issues fdac04dd complete app release getting flow and fixed related bugs c392f0e5 merge with upstream and fixed conflicts f17c36d1 Added app release updating fucntionality and fixed APPM related bugs 669881ea adding appliction release functionalites and fixed build failure fb8d9dd4 refactored the source and fixed some bugs 8403455f Merge pull request #1182 from lasanthaDLPDS/application-mgt-new 9b1820dc Adding Lifecycle Management functionalities and fixed related bugs 6792c212 Rmoved the lifecycle managemt a0fa98d5 Merge pull request #1185 from lasanthaDLPDS/application-mgt-new 690eff66 Refactoring mobile application subscription API f66ff60a Adding a method to retrieve Application by UUID debe93cb Improving application subscription API b911c9e1 Adding entity application mapping to the database 09a2c484 CommentMgtTestHelper c216048b Test Resources b60f3f0a CommentManagementApi ef059800 CommentManagementAPIImpl c3f8d159 CommentManagementAPIImpl c26903c4 CommentManagementAPIImpl 7d22c456 CommentManagementAPIImpl 072d8b64 CommentManagementAPIImpl 471e6e3b CommentManagerImpl 20c1ba10 CommentManager 97915e29 Application mgt api Pom.xml changed 37f595d3 Added CommentManagementAPITest class 87d48dca Reformat CommentManagementAPITest class 891c3410 CommentManagementAPITest class 9936bda7 CommentManagementAPITest class dff3cf76 Reformatted the codes dab92081 Add new methods 55a005e9 Add new methods e70899a1 Add new methods 0ac0efcf Add new methods f8236899 Changed CommentManagementAPIImpl 2981a153 Changed CommentManagementAPIImpl b5c28943 Changed CommentManagementAPIImpl 565087f4 Changed CommentManagementAPIImpl 8b4e3ec0 Merge pull request #1186 from madawas/application-mgt-new 2cbf78d4 Fixed issues in Generic DAO Impl c3d0b375 Adding App storing functionalities 5ee99833 modified application management store API 460a356b Adding Application management functionalities and API 6b0e2811 Adding APK file validation functionalty 9f609964 adding application types ef0e7ee7 adding sorting orders 6e3cc085 Fixed application getting issues and improved the application getting functionality c3f04eee refactored the Application management DAO layer 7278408b Refactored the source code b0eafe71 Fixed application management issues and improve functionalities fc30d00e Fix minor DAO layer issues 1b745132 Remove application release management service source. 8b505a77 Reformat the DAO layer and add application release updating SQL logic f83b4669 Format the application management API source 6f18a70d Add application release updating logic into the service layer e00aa1be Fix build failure f9559a51 Remove tenant id from the Application Release bean 71aa6762 Refactor APPM DAO Layer 976d0ad6 Modify application retrieval API b45d11bf Fix issues in swagger definition c95733a7 Add iOS applications and Web Clip publishing functionality 0b78df50 Add application deleting functionality a05c412d Copy publisher and store web apps into IoTS webapp folder 47a02dc9 Add permision check and app status check for deletion d5b2bfd5 Modify Application and Release validation methods 6c65aef2 Remove unnecessary imports c755dc01 Add Application updating functionality bc162d05 Merge pull request #1199 from NishadiPrasangini/AppManager 797652b7 Merge branch 'application-mgt-new' of... d293b5b1 Fix merge conflixts 9379c2ae Fix build failure 1cce5d7e Improve app managing functionalties and refactor the source c9502232 Refactor the source 2fd76011 Refactor and modify storage management logic e5ef68fa Improve comment management 26568273 Improve app creating logic and comment management 4316cb0e Add javadoc comments and improve logic 22222512 Modify isRestricted data type 20118437 Adding APK parcing and ipa parsing capability 05d5ab2e Merge pull request #2 from inoshperera/application-mgt-new a01ecdb9 Modify ArtifactParser and get the version of an artifact through ArtifatcParser 34fad87c Fixing the conflicts f9ec82e4 Merge with upstream 34fe4278 Add swagger annotations to ApplicationRelease bean 3e2f757c Improve lifecycle management 61c0ebc9 Adding unit tests case infrastructure to core and adding unit testcases for ArtifactsParser.java 14ea6dbb fixing conflicts 57efe389 Merge branch 'application-mgt-new' of... 625589de Merge pull request #3 from inoshperera/application-mgt-new 18c3ee23 Adding the changes for the app manager 0dea5cd0 Resolve conflicts 93af2920 Resolve conflicts 4c5cdc75 Adding application release creating logic f861134f Merge branch 'application-mgt-new' of... b3874ee1 Refactor the source ff968842 Refactor the source a6cdbb85 Adding unit test for StorageManagementUtilTest.java e6f099d4 Merge branch 'application-mgt-new' of... 8983fd6d formatting fixes 10528886 Test Case for StorageManagementUtilTest (#4) 6a9cec4c Add scopes to publisher mgt API (#5) 000ce6ee DB Scripts for App Manager (#6) 6066d93e Add review management 421dc5ed Merge branch 'application-mgt-new' of... 7d59c342 Application mgt new (#7) 4ded86a1 Add app manager osgi fixes 6da8dada Improve comment management f5615c5e Merge branch 'application-mgt-new' of... 7630cb0f Fix the osgi issues 1ea47c83 Improve review mnagement WIP 1bee1a29 Merge branch 'application-mgt-new' of... b883fc1c Add CI c23770db Fix the osgi and validate issues 10663240 Merge branch 'application-mgt-new' of... b38c1e11 Merge branch 'application-mgt-new' of... d9daffce Remove review management tests 1484a74f Update .gitlab-ci.yml 05141ead Merge branch 'application-mgt-new' into 'application-mgt-new' 9df8660b Add package name to ApplicationRelease and change ApplicationType enum 8ff0f275 Merge branch 'application-mgt-new' into 'application-mgt-new' 48f0636f Fix DAO layer issues and improve review management d1095826 Merge branch 'application-mgt-new' into 'application-mgt-new' a4e17ef9 Adding app install basics WIP 874a83ce fixing conflicts b856aa36 Merge branch 'application-mgt-new' of... a0030a9b adding seriasation ID dac15e52 Merge branch 'application-mgt-new' into 'application-mgt-new' 21a87d8b fixing app get and few issues in app create 2e0bacbd Bug fixes in app creation logic 56048907 Merge branch 'application-mgt-new' into 'application-mgt-new' 3e16ec96 Improve review management 45624325 Complete review management b0520ac9 Refactor the source: 75008e38 Fixes to get create app working 27e4dc14 add created related fixes c7956b7a Fix service registering issue 4512a4e2 working state on happy path app create 1c124f45 Merge branch 'application-mgt-new' into 'application-mgt-new' ae476d85 fixing conflicts 107e46a0 App create fixed be6f7288 Merge branch 'application-mgt-new' into 'application-mgt-new' f1e0b1a4 adding get app by ID 69e172cf conflict resolving df65b685 app get by ID f6532e2e Merge branch 'application-mgt-new' into 'application-mgt-new' 23e3732a Fix build failure d038291f Merge branch 'application-mgt-new' into 'application-mgt-new' 7ecaf232 Fix store API deploying issue 1e8b0f24 Merge branch 'application-mgt-new' into 'application-mgt-new' ea6a6446 Improve app manager functionalities 6f020076 Fix API tags registering issue e5559b65 Merge branch 'application-mgt-new' into 'application-mgt-new' 94d3f1b3 Fix SQL issues abf9c05f Improve applications retreving method f4e1ca68 Improve publisher APIs 36cb2f61 Merge branch 'application-mgt-new' into 'application-mgt-new' 409f6fce Fix get lifecycle issue b283c1df Improve lifecycle management 2c9ea2b5 Fix lifecycle adding issue deb50133 Merge branch 'application-mgt-new' into 'application-mgt-new' 4e7f1e40 partial fix on app update apis 7dd7dc8d partial fix on app update apis -2 dbc38271 fixing conflics and fixes to app update APIs 853d0957 conflict fixes d9d0d0a5 add getLifecycleState check a3b8cef1 Fixing connection issue, dao layer fixes ba0dec38 Merge branch 'application-mgt-new' into 'application-mgt-new' 4692eb5f Improve review management functionalities 54cee927 Fix transaction handeling issue 1e4d14d8 Fix review managing issues f37a478a Refactor the source 7388bcad Merge master branch 9978af09 Bump APPM version bd7da87e Merge branch 'application-mgt-new' into 'application-mgt-new' 74be4d8a Improve application releases getting logic cd28edc6 Filx application getting API issue 1a6a391a Merge branch 'application-mgt-new' into 'application-mgt-new' 425938e3 Add app release inserting API c1a23bfe Add create new app release API 88417415 Fiz merge conflicts bc8e91a7 Upgrade application mgt version 7e139763 Upgrade app management feature b6a0b75f Fix build failure f810c1a7 Fix minor issues and add app manager UI into the feature c8daa00a Merge branch 'application-mgt-new' into 'application-mgt-new' c4c92f0f Adding application management initial pub UI a7a8a9c6 Improve APPM publisher functionality and add UI source bc3e2fc8 Merge branch 'application-mgt-new' into 'application-mgt-new' e2acb5c4 Fix application installing issue 911bc6f9 Fix application getting issue 0cb26066 Fix lifecycle instance initiating issue b06e6ee7 Merge branch 'application-mgt-new' into 'application-mgt-new' fbcb1d0e Add modification to application creating logic 4d4507af Deploy react app as war file 5a3f3a3d Modify .gitignore file cd60f25b Merge branch 'application-mgt-new' into 'application-mgt-new' 49c1279d APPM publisher UI deploying as web app 73a8ed8b Merge branch 'application-mgt-new' into 'application-mgt-new' 98d14b08 Fix merge conflicts 14f57e84 Merge branch 'application-mgt-new' into 'application-mgt-new' 30f4c6ff Merge branch 'master' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new 1e7bf6c0 Merge branch 'application-mgt-new' into 'application-mgt-new' d7c92612 Add new UI theme dependencies 69b65aa0 Remove unnecessary files d4090e03 Merge branch 'appmnew' into 'application-mgt-new' f010304e Added ant design to the publisher 6ad21b47 added new files 05d2e3da Merge branch 'application-mgt-new' into 'application-mgt-new' b440c571 Improve APPM publisher logic 2a5cc97d Fixed routing ea2dd0a0 configured of LESS Module in webpack 9361a700 Removed comments 3dc7758d Created login page b3fb1f22 Add modification for app manager publisher 29efebdb Merge branch 'application-mgt-new' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new ed780cbe Fix app release deleting API c7cb3319 Added routings a29ce189 Merge branch 'application-mgt-new' into 'application-mgt-new' 3c9ba37b Merge branch 'application-mgt-new' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new 9dc885e8 Fix minor issues in APPM publisher 40e9fbeb Created Component for Sub Routes dc518dcc Add modification for app getting logic 7ee73849 Changed webpack to absolute path 15f38ba1 Added login to router 6e25a0bc Improve DB connection handling cf11ed67 Adding todos 5717e81c modefying DAO layer 02b99eb4 Merge branch 'application-mgt-new' of gitlab.com:tcdlpds/carbon-device-mgt into application-mgt-new b2260b69 Add modification to app creating flow 9876d868 Refactor the source 536a2ca8 Created new routes with router config ab4b5d17 Created Layout for dashboard 3c50af2a Removed unused routs 93c935f7 Merge branch 'application-mgt-new' into 'application-mgt-new' f8ec1be9 Overrided css class for header c9045875 Created class for add new app 1c4779d7 Created Apps table e3fcf68c Added filtering option b591bede added steps to create app 0c5ce12e Merge branch 'application-mgt-new' into 'application-mgt-new' 6ba46fac change xml file and add relevant permission related to app mgmt lifecycle 3bb2e8a5 Add new method to put permission taking String parameters dc5547bb fix the dependency issue due to using DeviceManagementDataHolder when getting UserRealm bb808fd9 Rechange the app manager lifecycle xml file, add comments and headers e5fb01f2 Add application create fixes f0633fb2 Fix SQL issues a84ff254 Fix h2 sql issues f714feb2 add new methods to check whether the app is updatable or installable in a given state 968ec07c Add Fixes for h2 sql c67117eb change application-mgt.xml class related to the test cases 4c9f0936 Fix server startup issue. 64507c10 ensure unit tests related to LifeCycleManager running without issues 8fa6abf6 Fix h2 SQL syntax errors 74e4b2ca Fix app adding issue c51176f2 fixed logo 370605d2 completed designing apps page b5dc76d0 removed unused imports c8b983fb Add seperate class to facilitate unit tests related to the LifeCycleManagementTest ae1d0cbf created the step one 59d3407c moved items to left f4ec3e21 added all form items to single page 2f0f47fe Fix Application Creating Issue 017aa7af Remove commented code 6a52997a Fix syntax issue in get application call 329499a9 resolve conflicts 52a91e26 Merge branch 'application-mgt-new' of... 6fd321bf fixed logo d47651c5 completed designing apps page a1f6bc99 removed unused imports 075a9737 created the step one 7e4cc369 Fix app hash value getting issue 03dc9e88 Improve app create response b06a908f Modify Entity Class name 071ef71c Fix app installing issue for same package name 2916574c Merge branch 'application-mgt-new' into 'application-mgt-new' a79b6009 Fix merge conflicts e467453f Integrate lifecycle management functionality 36127cec added semicolons in line endings f260dfdc changed layout of add nuw app in publisher a2ff850d changed layout of add nuw app in publisher 42a91ac9 Merge branch 'application-mgt-new' of... e747c0bd Add API for getting applications 380d8f65 Merge branch 'application-mgt-new' of... 19f088d2 Add get application and add new release APIs 6c543922 Add ne APIs and refactor 4681ac25 Merge branch 'application-mgt-new' of... 42a4196e Fix token generating for APPM and add WIP code e93de0b6 Merge branch 'application-mgt-new' of... eeb4d961 Created folder structure for redux 6dbcb37e Send request from login page 6fe5b11d Fix app manager access token creating issue 369bc869 Merge branch 'application-mgt-new' of... 71c79273 Merge branch 'application-mgt-new' into 'application-mgt-new' cf8e23ff Fix get applications API response 18f4f877 completed login with redirection 96fc71c0 Fix minor issues in APPM proxy f5c1eea6 removed console logs 9f402d5f Publisher: added default child route c64cb805 Merge branch 'application-mgt-new' of... e1bad465 Fix Handler issues ee80e42e Publisher: added basic redirection to login page if not logged in 281511d9 Merge branch 'application-mgt-new' of... c9f92891 Add application artifact dowloading API f1672ee9 Add artifact download API 0095d188 Merge branch 'application-mgt-new' of... 707d8851 Improve APPM proxy response 38c7f621 Additional methods and unit tests to LifeCycleManager f7027213 Merge branch 'lasantha' into 'application-mgt-new' dd5109c2 Merge branch 'application-mgt-new' into 'application-mgt-new' 7c256630 Merge branch 'application-mgt-new' of... 40eecf75 Merge branch 'application-mgt-new' into 'application-mgt-new' 39b1f0b7 Remove v0.9 API c2afa112 Remove v0.9 API source 84e3beb6 Fix merge conflicts 9fab4883 Add changes in master branch b90ceac8 Merge branch 'application-mgt-new' into 'application-mgt-new' 460394c9 Improve application edit functionality 5865cecf Merge branch 'application-mgt-new' of... 7703d217 Add App updating API c1cf3fab fixed error redirection b3d87186 listed apps 9a580e51 fixed routing 5c6a3cba Improve web app authentication 1c86d57d changed routes 7301d983 Merge branch 'application-mgt-new' of... 8bf0a673 Add missing log line 5837e53d Fix scope issue in APPM publisher 4babef62 Merge branch 'application-mgt-new' of... 93fa110a Fix App update issue c3689010 Merge branch 'application-mgt-new' of... 68b97952 Fix application update issue 6e711ed1 Merge branch 'application-mgt-new' into 'application-mgt-new' 9c80756c refactored Apps Component ca1f147c fixed wrong redirection 1cd23097 created component to load apps 321a2e90 Created component to list apps 1b3390f1 Load data from Redux state 6ce3eceb get Data 42727786 changed platform to devicetype feb68e9a Changed hard coded urls to config 44822459 Merge branch 'application-mgt-new' into 'application-mgt-new' eb6998f2 Fix application release update method 4864d5f8 moved components to sub directory 31ce3fb9 changed action types to single object fffad9ee displayed modal title from redux 9843e6f0 loaded modal with redux 04c03c9f Fix application release adding API 9dc007c1 loaded releases in modal (basic view) 89cf2543 Merge branch 'application-mgt-new' of... d79c11c7 Add admin API interface for app publisher 5399ae1a Add subscription management exception class 6dafe59e Improve application create functionality b991ed22 Improve get applications method 20b13d15 changed Icon and color on App Card ccc7021d Merge branch 'application-mgt-new' of... 16e2da3c Add API for getting application release 1d14bc39 Link release to Release component 795acbe2 Merge branch 'application-mgt-new' of... 3a5cf16c Merge branch 'application-mgt-new' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new f95f8727 Add application release deleting API 1712792d display release 1100db4d Add lifecycle retrieving API 7ef9485b Fix issues in lifecycle retrieving API d0f48a2c Remove lifecycle graph classes 79d09ecb Merge branch 'application-mgt-new' into 'application-mgt-new' 8926e7ff Merge branch 'application-mgt-new' into 'application-mgt-new' 1900d1d1 Add frontend-maven-plugin 7e3ec78c Merge branch 'application-mgt-new' into 'application-mgt-new' 018d078e Improve life cycle manager 6d9c5223 viewed basic diagram in lifecycle a3798b8b created util to auto arrange nodes in LifeCycle e1589575 Merge branch 'application-mgt-new' of... e293a236 Add application delete admin API 07e7d961 Merge branch 'application-mgt-new' of... a3d75df8 Add lifecycle adding API 6d4252a5 Fix issues in lifecycle adding method 38006c8f Fix issues in lifecycle management feature f93185a1 Improve publisher jax-rs logic f3abf07d Merge branch 'application-mgt-new' into 'application-mgt-new' 29e06ddf Merge branch 'application-mgt-new' of... 6a67e592 Get lifecycle from API 62e0430d Create lifecycle diagram 1c8d5bfc Create lifecycle diagram 3cb9fd3a Merge branch 'application-mgt-new' into 'application-mgt-new' a9a608bc Add APIs for getting registered tags and categories 3eb69a9f Improve the format of category and tag classes 69837ccd Merge branch 'application-mgt-new' into 'application-mgt-new' 1a3d3215 Add API for delete an application tag b39a52fd Create new action for lifecycle modal 91171029 add test cases 438577dc remove node js e39b34af remove node js ed30867f Add APIs which are related to application tag management 70440cb8 Merge branch 'application-mgt-new' of gitlab.com:tcdlpds/carbon-device-mgt into application-mgt-new 9257b072 fix the saving location 48d606bd Merge branch 'application-mgt-new' of... c2018da2 Fix issue: Publisher 6b9d24f8 Create action for change lifecycle 7f70dd96 Merge branch 'application-mgt-new' of... 1b0983da Fix isues in app release update b4643d84 Add tag managing APIs for app manager be992c4b add APIs for managing caregories c6440a77 Add support for application category list adding for an application. b48fa9df Fix minor issue in App publisher interface f356b0df Improve APPM publisher APIs 8a6411ba Add APPM store APIs for getting application data 7b2cd886 Merge branch 'application-mgt-new' into 'application-mgt-new' 25d95699 Add APIs for APPM review management abee848e render Lifecycle from new library 35a62ae5 Merge branch 'application-mgt-new' of... a1b8632a Improve review management 03ae3042 Fix lifecycle changing issue 5ea379df Improve review management and lifecycle management in APPM b19c79bb Create action for change lifecycle c5826424 Merge branch 'application-mgt-new' of... fdd9d77a Create change lifecycle function 756324d8 Fix minor issue in publisher ui lifecycle 6300b7ff Change invoker call of lifecycle in publisher ui 26fa7ae1 Change invoker call of lifecycle in publisher ui 6e3742af Add APIs for APPM review management bdca7640 Merge branch 'application-mgt-new' into 'application-mgt-new' 726739a8 Fix merge conflicts 1c5bb8c0 Merge branch 'application-mgt-new' into 'application-mgt-new' 569809b1 Add API to update an application release review e8743f00 Add admin APIs for review management 15dac5bc Add review deleting functionality bd80f5d4 Merge branch 'application-mgt-new' into 'application-mgt-new' 14db806f Fix lifecycle not updating issue 753a3478 Display screenshots and icon cdca1900 Add headers with viewport meta tag c99d5723 Make layout responsive 7c593d83 Add APIs for subscription management 8096322f Merge branch 'application-mgt-new' into 'application-mgt-new' 64747a8c Make layout responsive 9c9790f2 Merge branch 'application-mgt-new' of... e59ed1d8 Load screenshots from array 8071d926 Merge branch 'application-mgt-new' into 'application-mgt-new' ab841939 Add improvement for user subscription method in APPM c1c821e0 Add device subscription functionality for APPM efa17d2e Merge with upstream master 7b8e6822 Add minor fixes in APP subscription flow 199e924e Merge branch 'application-mgt-new' into 'application-mgt-new' 06e9591e Fix device-mgt operation log displaying issue 06a8b3e1 Merge branch 'application-mgt-new' into 'application-mgt-new' 0a884812 Improve APPM subscribing method 35f6cd64 Merge branch 'application-mgt-new' into 'application-mgt-new' 9c45f907 Improve APPM subscribing method 93d29e06 Improve APP subscription API 19a758a2 Fix merge conflicts 44287d4b Merge branch 'application-mgt-new' into 'application-mgt-new' 2ca6637b Create APPM's basic store view 443a0830 Merge branch 'application-mgt-new' into 'application-mgt-new' 45c7924e Improve review response in APPM 4ddc50e9 Add review managemente Admin API mapping b244208c Improve review management interface dd707b98 Merge branch 'application-mgt-new' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new b6174243 Add component to display reviews in APPM Store 121a7435 Merge branch 'application-mgt-new' into 'application-mgt-new' e41742b7 Improve app subscription functionality 8b3761fc Fix merge conflicts c0398949 Refactor App subscription method dd780352 Improve APPM subscription handeling f1c783cd Improve APPm sub storing method 52c7a7ec Improve app subscription functionality 0c939c54 Merge branch 'application-mgt-new' into 'application-mgt-new' aa6f6402 Merge branch 'application-mgt-new' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new 9dad03b7 Improve category adding API cf658bf9 Imporove APPM subscriptions 3e0360a6 Improve app subscription functionality 15764149 Merge branch 'application-mgt-new' into 'application-mgt-new' a8782461 Merge branch 'application-mgt-new' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new 0ae7479d Add web clip support for APPM e0f2d1e1 Improve app subscription functionality e97ff113 Merge branch 'application-mgt-new' into 'application-mgt-new' 28bc9f3a Improve web clip registering in APPM d241c9fa Merge branch 'application-mgt-new' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new 9b66b8e4 Fix issues in category updating functionality 77fa8cd6 Improve app subscription functionality 18cf4c5a Merge branch 'application-mgt-new' into 'application-mgt-new' 1b5d9565 Merge branch 'application-mgt-new' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new be7c1005 Improve web clip registering method 76b34b32 Add gson dependency to commons c9c4d7a6 Android enterpise app install payload creation 857f9057 Modify setting app type efc660ad Merge branch 'application-mgt-new' into 'application-mgt-new' 3179653b Add APPM public app support a5694371 Improve app subscription functionality 0ef803c2 Merge branch 'application-mgt-new' into 'application-mgt-new' 3135d71a Merge branch 'application-mgt-new' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new 4829d697 Merge branch 'application-mgt-new' into 'application-mgt-new' c0ff4ba3 Add temporary button to install 269c6486 Merge branch 'application-mgt-new' into 'application-mgt-new' 62d6abe6 Fix delete category issue 3c6ba111 create component to install app by users 368186f5 Move App Manager Request Handler to a New Component 92fd8a62 change 401 redirection in APPM store Ui a9de6af5 change 401 redirection in APPM publisher Ui 316f93b1 Remove unnecessary log a5ffc12e Merge branch 'application-mgt-new' into 'application-mgt-new' 29b2c41c Add iOS enterprise app install 113be7e6 Create components to install by group & role 13d2f072 Merge branch 'application-mgt-new' into 'application-mgt-new' 9f7b05a5 Merge branch 'application-mgt-new' into 'application-mgt-new' caa3717d Create components to install by device b56430fe Disable install button when selected nothing 33661290 Remove redux from release view in store 164b3415 Change routes in store 2260bd00 Implement GET/POST/PUT/DELETE methods and refactor module name 7b682a35 Fix typos in app installation components 13960f77 add device type versioning APIs f32f38a0 Merge branch 'device-type-version' into 'application-mgt-new' 4a38f877 Pass props via router d188b18b Remove redux from detailed rating component ff7158bf Remove redux from APPM store 3a3de0ff Remove redux from apps table component f92e2087 Merge branch 'application-mgt-new' into 'application-mgt-new' a1ba80f0 Merge branch 'application-mgt-new' into 'application-mgt-new' c0e30184 Android enterpise app install payload creation f372ba20 Modify setting app type 93a5fe87 Improve app subscription functionality b88b4a4a Improve app installation 4aa42aed Improve app release adding method a0f28ce9 Improve APPM review management 7f0be5f2 Merge with upstream master 061317c4 Merge branch 'application-mgt-new' into 'application-mgt-new' 4d8446ff Fix device mgt h2 DB script issue 33521bcb Merge branch 'application-mgt-new' into 'application-mgt-new' f130351a Improve and refactor APPM source 48c87384 Merge branch 'application-mgt-new' into 'application-mgt-new' 129ff794 Change api requests in publisher 4581238c Make banner uploading as optional. 43d16268 Merge branch 'application-mgt-new' into 'application-mgt-new' b41e0f38 Completed Manage tag component 704ef44d Fixed api calls in store 62475867 Merge branch 'application-mgt-new' into 'application-mgt-new' 6c0bc623 Fix review add DAO issue cb84151c Merge branch 'application-mgt-new' into 'application-mgt-new' 7eac984e Improve app getting functionality in APPM publisher 6cc9d816 Fix minor issue in review management 34a14aa9 Improve review management DAO b2650f5c Merge branch 'application-mgt-new' into 'application-mgt-new' e67feefe Make banner uploading as optional. ebc72069 Change api requests in publisher 9638081b Fix review add DAO issue 937c0868 Improve app getting functionality in APPM publisher ac817c61 Fix minor issue in review management ef224a75 Fix remaining api calls in APPM UI 756999a1 Fix APPM deadlock issue in review management e6f54646 Merge branch 'application-mgt-new' into 'application-mgt-new' 723a605c Fix merge conflict 8a36baff Fix invalid package name 1d2ecc5b Remove dummy review 915a4caf Merge branch 'application-mgt-new' into 'application-mgt-new' 65c102eb Create new lifecycle component in APPM publisher UI 05d23272 Complete lifecycle component in APPM publisher UI caa3ae76 Merge branch 'application-mgt-new' into 'application-mgt-new' 0e4234db Retrieve session auth data from the header value X-Platform a8843711 Fix issue with auth data persistence key cd9e3e52 Implement multipart request handling through invoker aaf4e5dc Remove older App Mgt handler source f15fdae8 Refactor ui request interceptor 7f541a07 Merge branch 'application-mgt-new' into 'application-mgt-new' a4f7984a Improve app creating method by validating supported OS types in the request. 822dc090 Refactore code aa247bc1 Improve publisher review management 340d28c0 Improve UI intercepter response ef8e7314 Merge branch 'application-mgt-new' into 'application-mgt-new' b7e6fed1 Construct artifact download URL by using sys props ae91bb3a Merge branch 'application-mgt-new' into 'application-mgt-new' a3a485dd Create component to add application 9180df4f Merge branch 'application-mgt-new' of... 66ce5889 Change add app api call in APPM Publisher ui e846207a Merge branch 'application-mgt-new' into 'application-mgt-new' 51fbee44 Improve ent app release updating flow 9bf880cb Improve ent app release update method 0d0a1c3b Fix app registering UI issue 73979a9c Merge branch 'application-mgt-new' into 'application-mgt-new' c6a96d66 Fix possible NPE when media type is not specified 5482c12a Implement logout handler 9cf570c4 Refactor Login Handler d110aa66 Merge branch 'application-mgt-new' into 'application-mgt-new' f1c99a5b Create dynamic component to create application e5c37ca2 Complete add app functionality in APPM UI 79543df6 Merge branch 'application-mgt-new' into 'application-mgt-new' fc26e299 Completed add release functionality in APPM UI e0e63014 Add app release updating feature c6dc68a3 Merge branch 'application-mgt-new' into 'application-mgt-new' 76050a1a Merge branch 'application-mgt-new' into 'application-mgt-new' c62207f6 Add twitter emojis to reviews 1ab3cd0c Merge branch 'application-mgt-new' of... 46f39c09 Add appm device subscription update feature c3a5fbbe Merge branch 'application-mgt-new' into 'application-mgt-new' 3e3d8fe1 Fix app install functionaity in APPM UI f3b5a374 Merge branch 'application-mgt-new' into 'application-mgt-new' 29434ace Format and improve APPM publisher service 34ec7f78 Merge branch 'application-mgt-new' into 'application-mgt-new' f1637224 Pack request interceptor separately and remove X-Platform header 870b5c34 Merge branch 'application-mgt-new' into 'application-mgt-new' d0ca2ec1 Completed edit release functionality in APPM UI 519cb163 Merge branch 'application-mgt-new' into 'application-mgt-new' f3a4abb1 Change invoker uri and remove headers afa6b54c Create component to edir release ff2524a2 Merge branch 'application-mgt-new' into 'application-mgt-new' feff5602 Improve and format APPM DAO source b401335b Create component to edit release 792e5244 Merge branch 'application-mgt-new' of... 56fc3f84 Improve appm source and device subs update logic f76e6c94 Completed edit ent app basic functionality b827ba06 Merge branch 'application-mgt-new' into 'application-mgt-new' 4ad87b4e Merge branch 'application-mgt-new' of... b4c84b1d Merge branch 'application-mgt-new' into 'application-mgt-new' f66ad9dd Create filter payload in AppsTable component 1f175bc1 Merge branch 'application-mgt-new' into 'application-mgt-new' 7675f5a3 Fix cannot remove child issue f5689042 Create component to edit review 7296e386 Format APPM source a5d39e76 Improve review update logic 30a6b3ee Format APPM source 23b05430 Merge branch 'application-mgt-new' into 'application-mgt-new' aaefdb36 Merge branch 'application-mgt-new' of... 2d2efb1b Complete edit release functionality 72fbd7d3 Merge branch 'application-mgt-new' into 'application-mgt-new' 27373ef3 Move review delete functionality into store 28ff065c Improve app release getting logic ded64aa1 Merge branch 'application-mgt-new' into 'application-mgt-new' 6e9fd255 Complete delete review functionality acc42c2c Merge branch 'application-mgt-new' into 'application-mgt-new' 4aa2ea65 Remove disabled lifecycle states in change lifecycle component 345125c0 Merge branch 'application-mgt-new' into 'application-mgt-new' f48f939e Format APPM source 4f1796e2 Merge branch 'application-mgt-new' into 'application-mgt-new' 093d31a6 Fix app loading issue in publisher b5ecee56 Merge branch 'application-mgt-new' into 'application-mgt-new' 9059bc3a Fix UI issues in APPM 8108122b Merge branch 'application-mgt-new' into 'application-mgt-new' 60ac2b64 Add configuration to change theme color in APPM publisher UI c65c0fb0 Fix Theme change issues in publisher UI e5e7dc5b Add theming feature to store a5f75df9 Change error messages in publisher 1ec26cef Merge branch 'application-mgt-new' into 'application-mgt-new' 4d59b8d9 Add UI improvemnts to APPM UI b8271779 Merge branch 'application-mgt-new' into 'application-mgt-new' a372e424 Improve APPM logic 8d3611d0 Fix app release artfact updating issue fce3596e Merge branch 'application-mgt-new' into 'application-mgt-new' 68492227 Fix device load issue in APPM store 25284d54 Merge branch 'application-mgt-new' into 'application-mgt-new' a34c98aa Fix app install issue in APPM store aef5b84b Merge branch 'application-mgt-new' into 'application-mgt-new' fcc95318 Improve app subscribing API URLs f24cc434 Merge with master branch 43cb9e9e Merge branch 'master' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new e8aa337d Fix merge conflicts 86fb8b16 Improve app subscription flow 198bfc11 Fix app installing issue in APPM 4c79f3f1 Improve APPM MDM configs 38216ecd Merge branch 'application-mgt-new' into 'application-mgt-new' 62d0a048 Get configuration with React Context in APPM store 151ca7d5 Remove origin from configuration file in APPM store d8ce0ec7 Merge remote-tracking branch 'upstream/application-mgt-new' into application-mgt-new 147fe09a Merge branch 'application-mgt-new' into 'application-mgt-new' 69cad8c4 Create step form to add new app 2dcbf921 Complete step form in add new app c49b8cc4 Get configuration with React Context in APPM publisher 7951267a Merge branch 'application-mgt-new' into 'application-mgt-new' 5847be9a Fix publisher logging issue 052859bf Merge branch 'application-mgt-new' into 'application-mgt-new' ab581e51 Fix device loading issue in APPM store 1dc99b70 Merge branch 'application-mgt-new' into 'application-mgt-new' bfe154e7 Fix retired app loading issue in APPM UI b3eaa6ae Merge branch 'application-mgt-new' into 'application-mgt-new' 6bf646a8 Update artifact download URL d757f7db Merge branch 'application-mgt-new' into 'application-mgt-new' 673a87b9 Create step form to add new app da555606 Complete step form in add new app 9289bbcb Get configuration with React Context in APPM publisher ff1fe51b Fix publisher logging issue c96a381c Fix device loading issue in APPM store 02e3bca9 Fix retired app loading issue in APPM UI 0f4eaa57 Add ui improvements to APPM 2558bdc1 Merge remote-tracking branch 'upstream/application-mgt-new' into application-mgt-new af75a20b Change APPM update responses 690c619e Merge branch 'application-mgt-new' into 'application-mgt-new' c8086f8b Fix installation error in APPM ui a3e37255 Merge branch 'application-mgt-new' into 'application-mgt-new' 2d2ffde0 Fix device loading issue in add new app in APPM UI 70310c55 Merge branch 'application-mgt-new' into 'application-mgt-new' 80081186 Fix the unnecessary resource file creating. e0719774 Modify edit release component to update the release without refreshing 96ad057c Merge branch 'application-mgt-new' into 'application-mgt-new' a3b796d7 Add copywrite notice to APPM UI 3761d58c Fix redirecting issue in APPM Store 73165530 Merge branch 'application-mgt-new' into 'application-mgt-new' 4e23dbf5 Merge with upstream master a33a8081 Improve APPM error messages. bc284737 Add the logout feature to APPM ui 16868f98 Merge branch 'application-mgt-new' into 'application-mgt-new' 0900034e Modify get applications query to support retrieving all applications 28e92190 Merge branch 'application-mgt-new' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new d4f4751b Fix the web-clip device type issue of the APPM store 4077bc95 Merge branch 'application-mgt-new' into 'application-mgt-new' 343fbe07 Merge branch 'application-mgt-new' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new 3a29ab98 Add device-mgt react app 40ec7023 Merge with upstream 76b4953e Add device-mgt react ui feature 16cefc8a Merge branch 'application-mgt-new' into 'application-mgt-new' cc9e034e Add react device-mgt device view page c417b970 Add react device-mgt device view page a4f1bed3 Merge branch 'application-mgt-new' into 'application-mgt-new' d7b290ac Add nav bar to device mgt reat app cda07164 Merge branch 'application-mgt-new' of... e3a8c85c Merge branch 'application-mgt-new' into 'application-mgt-new' 95b1b1e4 Merge branch 'application-mgt-new' of... 705d061b Fix the responsive issues of the APPM UI dbfe6b30 Change the artifactId of the device-mgt pom.xml file 6e714822 Add the copyright notice to device-mgt react app 27ce00b1 Merge branch 'application-mgt-new' into 'application-mgt-new' 05e4da17 Fix the responsive issues of the device-mgt react app 7215d0be Merge branch 'application-mgt-new' into 'application-mgt-new' 91617a6d Modify enrollment app install policy to support new app manager 2eeec362 Merge branch 'application-mgt-new' into 'application-mgt-new' a41b5313 Fix merge conflicts b3860d50 Fix build failure 65c462bc Merge branch 'application-mgt-new' into 'application-mgt-new' 7a48f72f Improve error messages logging 5f4abf8f Merge branch 'application-mgt-new' into 'application-mgt-new' bf678949 Merge branch 'master' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new 272077a8 Merge branch 'application-mgt-new' into 'application-mgt-new' cfd0f709 Add new application type c204e6f9 Fix server starting issue 6e8d139c Merge branch 'application-mgt-new' into 'application-mgt-new' ed557fc5 Fix merge conflicts 0e22d24e Merge branch 'application-mgt-new' into 'application-mgt-new' 5c924012 Fix server starting issue 8ce33186 Merge branch 'application-mgt-new' into 'application-mgt-new' a3e0eb03 Fix custom app loading issue 0a0ac706 Merge branch 'application-mgt-new' into 'application-mgt-new' 919eeab2 Merge branch 'master' of https://gitlab.com/entgra/carbon-device-mgt into application-mgt-new 34f1b25c Fix app-install operation adding issue for custom apps d45b153a Merge branch 'application-mgt-new' into 'application-mgt-new' 239b1b9b Add application installation response via pull notification 5cf89ec2 Add application installation response via pull notification 1eb70051 Merge branch 'application-mgt-new' into 'application-mgt-new' 85fe985a Fix server starting issue fd7436ea Merge branch 'application-mgt-new' into 'application-mgt-new' 705f6fbb Merge branch 'application-mgt-new' of... 30d4a570 Fix platform config listing 2c7463a0 Add device transferring across tenants 2e811aa1 Fix config fetching and device type filtering for tenants 73ec7dd1 Merge branch 'master' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new 27e01e80 Fix server starting issue 5e8f6903 Merge branch 'application-mgt-new' into 'application-mgt-new' c129fb1c Fix image loading issue in tenant mode 28b4d52d Fix app loading issue d9999ad5 Merge branch 'application-mgt-new' into 'application-mgt-new' 738c4991 Merge with upstream/master 20bbb6b9 Re add missing method 8e9d6403 Merge branch 'application-mgt-new' into 'application-mgt-new' 545ca7e2 Changing status related APIs to honour tenant ID 52de9b85 Merge branch 'reports' into 'application-mgt-new' c5793bcf API endpoint to get all devices which are enrolled between two dates bfed1108 Merge branch 'master' of https://gitlab.com/entgra/carbon-device-mgt into application-mgt-new c29dc4dd Merge branch 'master' into 'application-mgt-new' 20dd0b88 Merge branch 'application-mgt-new' of... 59188bcd Fix error logs of DAO implementations 7e62c6a7 Improve error logs in DAO implementations cc2eccae Fix configuration retrieval issue with non default admin credentials a2341e8a Fix subscription method issue 740ad2a6 Add image upload previews and validation in add new app form 2b902e87 Merge branch 'application-mgt-new' of... 4e9628df Merge branch 'master' of https://gitlab.com/entgra/carbon-device-mgt into application-mgt-new 252b9194 Merge branch 'application-mgt-new' into 'application-mgt-new' 8ff264a0 Fix error logs of DAO implementations 8a917029 Create an API to get device details with given app installed 2732de21 Create an API to get subscribed Category details 9886b9f2 Create the uninstall ui of the APPM store 4cfa0789 Improve the subscribed category details API 61bd91b2 Improve the subscribed devices and category details APIs 7323ea02 Modify the subscribed devices and category APIs 2103e0ea Modify the uninstall UI of the APPM store 03e28c3e Merge branch 'application-mgt-new' into 'application-mgt-new' c9f12d47 Implement scheduled application install/uninstall task c91e1c43 Merge branch 'application-mgt-new' into 'application-mgt-new' 6786ed0f Add UI Improvements to APPM UI ca26098d Merge branch 'application-mgt-new' into 'application-mgt-new' fdf66001 UI to generate reports 852518f9 Merge branch 'application-mgt-new' into 'application-mgt-new' 5b50cdde Device Location history view feature 4e4b2fb5 Merge branch 'newGeo' into 'application-mgt-new' 1c0288d3 Merge branch 'policy-type-creation' into 'master' 5cb706f2 Add android enterprise support for IoTS. 11610d36 Add android enterprise support for IoTS. 6b51d1fd Improve app subscribing functionality 4c51c0af Create an API to get device details with given app installed 5cbe25c0 Create an API to get subscribed Category details 153b7f13 Create the uninstall ui of the APPM store e3b29ee5 Improve the subscribed category details API c08e631c Improve the subscribed devices and category details APIs e4311d4e Modify the subscribed devices and category APIs d3631943 Modify the uninstall UI of the APPM store cfdbb919 Create an API to get device details with given app installed 29951a15 Create an API to get subscribed Category details 9d1171b6 Improve the subscribed category details API 58c866f3 Improve the subscribed devices and category details APIs c095ca40 Fix the uninstall operation of the uninstall API 4ac94746 Merge branch 'application-mgt-new' of... 298c58e8 Fix merge conflicts f6098a75 Sync with upstream master baf382c7 Fix formatting issues 33cac65d Fix build failure 44adc963 Fix build failure 7a5a2319 Merge branch 'application-mgt-new' of gitlab.com:entgra/carbon-device-mgt into conflicts-fix a4f99c9c Merge branch 'conflicts-fix' into 'application-mgt-new' 8c40a81c Sync with upstream master b127c301 Merge branch 'application-mgt-new' into 'application-mgt-new' cd374ab3 Fix icon size & change paddings of the tile in APPM store 36f44d29 Merge branch 'application-mgt-new' of... e9cb3eae Use common function to handle ajax call errors in APPM UI 795edd4c Improve device delete UI d43971b1 Remove unnecessary comments 3e169251 Merge branch 'application-mgt-new' into 'application-mgt-new' 2e690892 Fix app name length issue in APPM Store ff875c33 Add scheduled install/uninstall feature to APPM store ui e956b288 Merge branch 'application-mgt-new' of... 220aba8e Merge branch 'application-mgt-new' into 'application-mgt-new' 0abe6f16 Fix APPM API deploying issue on gateway 128c226c Merge branch 'application-mgt-new' into 'application-mgt-new' 407cbc6e Add supported OS versions to add new app form in APPM UI f1f7a3d9 Add supported OS versions to add new release form in APPM UI 0bbd34cf Merge branch 'application-mgt-new' into 'application-mgt-new' 8b4c2f0e Redirect logged-out user within the loading screen in APPM UI 97beaeb6 Add missing scopes to application-mgt.xml 617ba878 Merge branch 'application-mgt-new' into 'application-mgt-new' 0757783b Fix the navigation bar issue in APPM UI ef98998a Fix the navigation bar issue in APPM UI 43ba5d7e Fix issue in retrieving IoTS devices 8d8b041f Merge branch 'application-mgt-new' into 'application-mgt-new' d9a04e09 Improve APPM app saving functionality bc406b6c Add UI feature to delete set of devices ec4511ce Add UI feature to delete set of devices 51b001c2 Merge branch 'application-mgt-new' into 'application-mgt-new' caf7cd13 Add MsSQL and MySQL db scripts ac0d01e1 Merge branch 'application-mgt-new' into 'application-mgt-new' 4d3c7e1c Fix APPM login issue f710c548 Add UI improvements to edit release view in APPM UI 11c4d155 Merge branch 'application-mgt-new' into 'application-mgt-new' 594ab3ed Merge branch 'application-mgt-new' into 'application-mgt-new' 74069d34 Improve the screenshots view of the APPM UI a2bcc1c0 Improve APPM app uninstall operation payload 70720523 Merge branch 'application-mgt-new' into 'application-mgt-new' 16ee8ec8 Fix app uninstall issue for Android 2d987681 Merge branch 'application-mgt-new' into 'application-mgt-new' c859ff96 Merge branch 'application-mgt-new' into 'application-mgt-new' 533871d6 Fix null value issue in scheduled install/uninstall operation in APPM UI b21de791 Remove unnecessary console log lines in APPM UI 6d16259a Improve schedule install/ uninstall component's UI in APPM store 5153feae Fix login redirection issue in APPM Store UI 3c9d2007 Validate supported OS versions in 'Add new app' form in APPM Publisher UI d3077da6 Merge branch 'application-mgt-new' into 'application-mgt-new' 354dcd3f Add null and empty check for device location related values c762c9d2 Change bulk action UI b92046fa Change UI structure 5ba56207 Improve delete device UI c69f9c9f Fix spelling mistakes e068317a Add devices to groups c0a34086 Merge branch 'application-mgt-new' into 'application-mgt-new' fefdb7ab Add new servlet to get logged-in user's data 7f1f62bd Merge branch 'application-mgt-new' into 'application-mgt-new' f0d8f4d0 Merge branch 'application-mgt-new' into 'application-mgt-new' 9d161734 Add white background for page headers in APPM UI e3b07fb2 Merge branch 'application-mgt-new' of... 112eb1f7 Call user API to get logged-in user's data when loading APPM publisher UI 7a9fddf6 Disenroll device ce40ea57 Fix server error issue when calling get logged-in user in APPM 02cac02d Add javadoc comments to UserHandler class 812c2999 Merge branch 'application-mgt-new' into 'application-mgt-new' 88fed3e8 Modify the add release component of the APPM publisher 2961c1d2 Modify the app details drawer of the APPM publisher 2978f6f0 Improve the form config object of the add release component 8e8411ab Add the row and col tags to add release feature 06dee0e6 Fix the app search bar icon issue of the APPM publisher 2856765c Merge branch 'application-mgt-new' into 'application-mgt-new' cc0ba744 Add the function call to mobile nav bar of the APPM ui 69fec58f Merge branch 'application-mgt-new' into 'application-mgt-new' d28d3ef3 Collapse navigation drawer when clicking on a link. d19d9f20 Improve the profile feature to Show the logged user name 820f9481 Fix the os version issue of the APPM publisher ace268e1 Merge branch 'application-mgt-new' into 'application-mgt-new' 46d28cca Add MsSQL and Oracle support for APPM 8505d65b Merge branch 'application-mgt-new' into 'application-mgt-new' 0b238b9c Merge with upstream master 2efbad9e Upgrade APPM version 6abcb8f3 Merge branch 'application-mgt-new' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new 6b72f711 Fic MsSQL and Oracle prepared statement building issue 2cdb2776 Merge branch 'application-mgt-new' into 'application-mgt-new' e867c4a8 Upgrade ui-request-interceptor version in APPM 2392afed Upgrade ui-request-interceptor feature version 6ee1fa6e Merge branch 'application-mgt-new' into 'application-mgt-new' c75291c8 Fix sql query 00526352 Fix MsSQL and Oracle syntax issues 84bf9123 Add entgra license header 1ffdba1c Add entgra license header 8b52acf1 Merge branch 'AppManagerSQL' into 'application-mgt-new' 12d68579 Fix ui issues in android enterprise 7bfbf578 Fix UI issues in android enterprise f7596926 Merge branch 'application-mgt-new' into 'application-mgt-new' b291c814 Fix Device dis-enrollment issue in APPM c833132d Fix Device dis-enrollment issue in APPM afb487de Improve APPM subscribing functionality de640638 Merge branch 'application-mgt-new' into 'application-mgt-new' 3039e305 Change Entgra IoT Server version to 4.0.0 5e384c94 Improve APPM subscription flow 72bcc6a5 Merge branch 'application-mgt-new' into 'application-mgt-new' 5dfc7b04 Fix app installing issue in multiple times a7580506 Merge branch 'application-mgt-new' into 'application-mgt-new' af002401 Merge branch 'application-mgt-new' into 'application-mgt-new' 4e61f771 Add corrective action bean class 4e06e950 Add correctiveAction to policy bean class bb1a3f62 Add correctiveAction to policy wrapper bean class 622e1842 Add corrective actions in policy wrapper to policy object ff0de037 Add DAO methods and implementation of policy corrective actions f82b5431 Add implementation of corrective actions in policy service 1c36eec8 Add constants of corrective action policy 8bf89411 Modify transform policy method to support retrieving corrective policy as a feature 1e0ca09f Handle policy transform exception ca2a1b85 Add UI controller method to retrieve all policies by policy type 62c01aa5 Add a new unit for corrective action 1d2444f1 Add policy type and corrective action UI for create policy fc916d4e Add policy type and corrective action UI for edit policy e3905e79 Add policy type and corrective action UI for view policy 5b53136b Add create table query for corrective action 0359acf3 Add corrective action table to test scripts 2e8a7067 Fix MsSQL syntax issues. 632fa880 Fix MsSQL syntax issues. b5a14337 Improve SQL queries in APPM 0dbd4bf2 fix compilation error 548ad336 Adding status column to GROUP table and honuring same in API 0c068635 Add missing policy type in policy update query d1e6aab5 Improve APPM DAO layer to support MsSQL d43bfecd Merge branch 'application-mgt-new' into 'application-mgt-new' dfc4ce98 Add improvements to add & edit application forms in APPM UI 60947eb1 Improve app subscribing flow ec3f5afc Prevent same policy ID bieng avaialble in selecting a corrective policy 8178a3cd Message to display when a selected corrective policy is changed to general or deleted 22ef153d Update ratings & review when adding/editing or deleting a review in APPM 13bdeee8 Set favicon when loading APPM UI b4d76b89 Fix code issues in App Upload form in APPM UI a8e2fbbf Merge branch 'application-mgt-new' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new 90570e1d Add "Any OS version" option to supported OS version in APPM publisher UI 0a9d2e64 Rename Any OS version's key to "All" in APPM publisher UI ecbd423b Merge branch 'application-mgt-new' into 'application-mgt-new' 7477c405 Merge branch 'application-mgt-new' into 'application-mgt-new' 0539971f Merge branch 'corrective-policy' into 'application-mgt-new' 02a8fd35 Add main devicemgt features to dashboard 318736bc Add feature descriptions f3d34a0a Add return generated keys flag b7cb0718 Merge branch 'application-mgt-new' into 'application-mgt-new' 36021014 Merge branch 'application-mgt-new' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new 422e106c MS sql related bug fixes 55f0ddd3 Merge branch 'application-mgt-new' into 'application-mgt-new' bb681c43 Message to display in view when a selected corrective policy is changed to general or deleted 0db39981 MS SQL based syntax fixes 3c11838c Merge branch 'corrective-policy' into 'application-mgt-new' 41f53d06 Merge branch 'application-mgt-new' into 'application-mgt-new' 78bd339c Add loading animation when installing/uninstall app in APPM store 502c8662 Merge branch 'application-mgt-new' into 'application-mgt-new' d4f3754e Add new admin API to get app subscription data b5a86d8e Merge branch 'application-mgt-new' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new 6c784914 Add loading animation to filter & lifecycle components in APPM 6a5e21dd Create UI to display installed devices c3349a89 Improve scope in device subscription view API d1af3d7e Merge branch 'application-mgt-new' into 'application-mgt-new' 951325ee Add ui improvements to APPM Publisher UI 2103306f Improve APPM source e58ca403 Merge branch 'application-mgt-new' into 'application-mgt-new' d7572456 Merge branch 'application-mgt-new' of... e762d35a Remove subscription type from APPM publisher filter UI edf9486a Merge branch 'application-mgt-new' into 'application-mgt-new' 67f442f1 Merge branch 'application-mgt-new' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new 5436d9dd Add roles and enrolled devices of users 08860acf Add ui improvements to APPM Publisher UI 3789a2d1 Add ui improvements to APPM Publisher UI 84b54c19 Merge branch 'application-mgt-new' into 'application-mgt-new' 48ffb02c Fix apple logo not displaying in UI DEP config 6717723d Merge branch 'application-mgt-new' into 'application-mgt-new' 0f8d4a02 Merge branch 'master' into 'application-mgt-new' e57dd65d Update geo featur UI and date time picker ba2a9c6a Merge branch 'application-mgt-new' into 'application-mgt-new' 7dc9fbb0 Fix error on retrieving location 22cd3a09 Add tabs on user info modal 3cb822ef Merge branch 'application-mgt-new' of... b6a2c3fb Merge branch 'application-mgt-new' into 'application-mgt-new' cd062f07 Add UI improvements to APPM UI dff6d74c Merge remote-tracking branch 'upstream/application-mgt-new' into application-mgt-new 2757d96c Add new service to update APPM DB for enterprise install 9807a360 Add ui improvements to APPM Publisher UI 54dc3e48 Merge branch 'application-mgt-new' into 'application-mgt-new' 4989ac2d Add new API to perform ent. app installation a78d3e17 Group create/edit/delete/share functions 1907d57b Merge branch 'application-mgt-new' into 'application-mgt-new' 2c2584bc Add devicemgt React app UI improvements 991110be Merge branch 'application-mgt-new' into 'application-mgt-new' 7f5325b8 fix for corrective policy a9a99bb8 Merge branch 'application-mgt-new' into 'application-mgt-new' 35be7cc7 Fix the mysql based syntax issues d6845cd4 Add new API endpoints 253afa51 Fix transaction handling 9ccdf298 Merge branch 'application-mgt-new' into 'application-mgt-new' 0250cc17 Merge branch 'application-mgt-new' into 'application-mgt-new' 7eb3a5d7 Fix issues in APPM subscription flow 8feb157b Merge branch 'application-mgt-new' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new 1e3ac362 Remove super admin tenant domain from /user API response 0e20dcb0 Merge branch 'application-mgt-new' into 'application-mgt-new' 6f42f1fd Add new app attribute to identify android enterprise app 9dd7444c Add unrestricted roles field to Add new app form 6245e564 Add refresh button to subscription details table 84ad27f2 Add custom forbidden alerts messages in APPM publisher UI 9303d374 Add custom forbidden alerts messages in APPM store UI 9fa4047d Merge remote-tracking branch 'upstream/application-mgt-new' into application-mgt-new c5bc96d8 Fix invalid support OS version issue in APPM publisher UI 1a7806e0 Merge branch 'application-mgt-new' into 'application-mgt-new' db0b3622 Merge branch 'application-mgt-new' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new dbd21719 Merge branch 'master' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new
5 years ago
components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/react-app/node_modules/
components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/react-app/package-lock.json
components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/react-app/npm-debug.log
components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/react-app/dist/
components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/react-app/tmp/
components/application-mgt/org.wso2.carbon.device.application.mgt.store.ui/react-app/node_modules/
components/application-mgt/org.wso2.carbon.device.application.mgt.store.ui/react-app/dist/
components/application-mgt/org.wso2.carbon.device.application.mgt.store.ui/react-app/package-lock.json
components/application-mgt/org.wso2.carbon.device.application.mgt.store.ui/react-app/tmp/
components/device-mgt/io.entgra.device.mgt.ui/react-app/node_modules/
components/device-mgt/io.entgra.device.mgt.ui/react-app/dist/
components/device-mgt/io.entgra.device.mgt.ui/react-app/package-lock.json
components/device-mgt/io.entgra.device.mgt.ui/react-app/tmp/