Commit Graph

8225 Commits

Author SHA1 Message Date
nipun
06dee0e6a5 Fix the app search bar icon issue of the APPM publisher 2019-10-14 10:58:50 +05:30
Dharmakeerthi Lasantha
032746c1aa Merge branch 'master' into 'master'
Minor fixes and improvement for permanent delete devices

See merge request entgra/carbon-device-mgt!309
2019-10-13 11:16:25 +00:00
nipun
8e8411ab38 Add the row and col tags to add release feature 2019-10-13 13:55:22 +05:30
Saad Sahibjan
f9660de334 Minor fixes and improvement for permanent delete devices 2019-10-13 11:58:58 +05:30
nipun
2978f6f032 Improve the form config object of the add release component 2019-10-13 04:02:52 +05:30
nipun
2961c1d21c Modify the app details drawer of the APPM publisher 2019-10-13 03:59:59 +05:30
nipun
88fed3e86e Modify the add release component of the APPM publisher 2019-10-13 03:59:59 +05:30
Dharmakeerthi Lasantha
812c2999ba Merge branch 'application-mgt-new' into 'application-mgt-new'
Get logged in users details when loading APPM Publisher UI

See merge request entgra/carbon-device-mgt!307
2019-10-11 10:09:44 +00:00
Jayasanka
02cac02d45 Add javadoc comments to UserHandler class 2019-10-11 15:00:23 +05:30
Jayasanka
ce40ea57c7 Fix server error issue when calling get logged-in user in APPM
The following changes are with this commit,
- Check authData object is null in UserHandler class
- Add check logged-in user functionality to APPM UI
2019-10-11 14:52:00 +05:30
Saad Sahibjan
1f907ea283 Merge branch 'delete-fix' into 'master'
Permanent delete DAO fix

## Purpose
Fix issue in deleting duplicate deviceIds from tables

## Security checks
* Followed secure coding standards? yes
* Ran FindSecurityBugs plugin and verified report? no
* Confirmed that this PR doesn't commit any keys, passwords, tokens, usernames, or other secrets? yes

See merge request entgra/carbon-device-mgt!302
2019-10-11 08:59:32 +00:00
Amanda Randombage
becaf35546 Permanent delete DAO fix 2019-10-11 08:59:31 +00:00
shamalka
7a9fddf6da Disenroll device 2019-10-11 13:37:04 +05:30
Jayasanka
112eb1f77f Call user API to get logged-in user's data when loading APPM publisher UI 2019-10-11 12:31:49 +05:30
Jayasanka
e3b07fb2f7 Merge branch 'application-mgt-new' of https://gitlab.com/entgra/carbon-device-mgt into application-mgt-new 2019-10-11 09:32:46 +05:30
Jayasanka
9d161734f8 Add white background for page headers in APPM UI 2019-10-11 09:32:31 +05:30
Dharmakeerthi Lasantha
f0d8f4d023 Merge branch 'application-mgt-new' into 'application-mgt-new'
Bulk actions UI

See merge request entgra/carbon-device-mgt!299
2019-10-10 20:59:17 +00:00
Dharmakeerthi Lasantha
7f1f62bdc5 Merge branch 'application-mgt-new' into 'application-mgt-new'
Add new servlet to get logged-in user's data

See merge request entgra/carbon-device-mgt!305
2019-10-10 20:56:14 +00:00
lasanthaDLPDS
fefdb7aba3 Add new servlet to get logged-in user's data 2019-10-10 22:40:41 +05:30
Dharmakeerthi Lasantha
c0a3408694 Merge branch 'application-mgt-new' into 'application-mgt-new'
Add null and empty check for device location related values

See merge request entgra/carbon-device-mgt!304
2019-10-10 13:46:18 +00:00
shamalka
e068317a62 Add devices to groups 2019-10-10 18:05:08 +05:30
shamalka
c69f9c9f1d Fix spelling mistakes 2019-10-10 18:05:08 +05:30
shamalka
5ba56207c9 Improve delete device UI 2019-10-10 18:05:08 +05:30
shamalka
b92046fa3d Change UI structure 2019-10-10 18:05:08 +05:30
shamalka
c762c9d2a7 Change bulk action UI 2019-10-10 18:05:08 +05:30
Saad Sahibjan
354dcd3fd4 Add null and empty check for device location related values 2019-10-10 15:55:03 +05:30
Dharmakeerthi Lasantha
d3077da65b Merge branch 'application-mgt-new' into 'application-mgt-new'
Add UI improvements to APPM UI

See merge request entgra/carbon-device-mgt!303
2019-10-10 10:03:50 +00:00
Jayasanka
3c9d200770 Validate supported OS versions in 'Add new app' form in APPM Publisher UI 2019-10-10 14:55:17 +05:30
Jayasanka
5153feae40 Fix login redirection issue in APPM Store UI 2019-10-10 14:55:17 +05:30
Jayasanka
6d16259aaf Improve schedule install/ uninstall component's UI in APPM store 2019-10-10 14:55:17 +05:30
Jayasanka
b21de79151 Remove unnecessary console log lines in APPM UI 2019-10-10 14:55:17 +05:30
Jayasanka
533871d64a Fix null value issue in scheduled install/uninstall operation in APPM UI 2019-10-10 14:55:16 +05:30
Dharmakeerthi Lasantha
c859ff9611 Merge branch 'application-mgt-new' into 'application-mgt-new'
Fix app uninstall issue for Android

See merge request entgra/carbon-device-mgt!301
2019-10-10 03:15:52 +00:00
Dharmakeerthi Lasantha
2d98768188 Merge branch 'application-mgt-new' into 'application-mgt-new'
Improve the screenshots view of the APPM UI

See merge request entgra/carbon-device-mgt!297
2019-10-10 03:12:49 +00:00
Dharmakeerthi Lasantha
90fd12d876 Merge branch 'delete-fix' into 'master'
Fix delete

See merge request entgra/carbon-device-mgt!300
2019-10-10 03:11:23 +00:00
lasanthaDLPDS
16ee8ec882 Fix app uninstall issue for Android 2019-10-10 08:40:04 +05:30
Amanda
7b7d47a2bf Fix delete
- Fix delete button in UI
- Close connection in DAO
2019-10-10 07:56:29 +05:30
Saad Sahibjan
7072052381 Merge branch 'application-mgt-new' into 'application-mgt-new'
Improve APPM app uninstall operation payload

See merge request entgra/carbon-device-mgt!298
2019-10-09 12:55:43 +00:00
lasanthaDLPDS
a2bcc1c03f Improve APPM app uninstall operation payload 2019-10-09 17:49:26 +05:30
Entgra Builder
277b114f9c [maven-release-plugin] prepare for next development iteration 2019-10-09 10:41:21 +00:00
Entgra Builder
cd6ff02aff [maven-release-plugin] prepare release v3.2.12 2019-10-09 10:41:15 +00:00
nipun
74069d3415 Improve the screenshots view of the APPM UI 2019-10-09 15:53:50 +05:30
Saad Sahibjan
ebf46f46e1 Merge branch 'permanent-delete' into 'master'
Fix Permanent delete for multiple enrollments

## Purpose
To enable permanent deletion of a sinlge device with multiple enroolmemts

## Goals
> (Goals achieved by feature)

## Approach

## Documentation

## Automation tests

## Security checks
 - Followed secure coding standards? (yes/no)
 - Ran FindSecurityBugs plugin and verified report? (yes/no)
 - Confirmed that this PR doesn't commit any keys, passwords, tokens, usernames, or other secrets? (yes/no)

## Related MRs


## Test environment

## Learning

See merge request entgra/carbon-device-mgt!296
2019-10-09 10:19:55 +00:00
Amanda Randombage
e80589d3b1 Fix Permanent delete for multiple enrollments 2019-10-09 10:19:55 +00:00
Dharmakeerthi Lasantha
1abc701f20 Add UI feature to delete multiple devices permanently 2019-10-09 08:56:32 +00:00
Amanda Randombage
8a586eee2c Add UI feature to delete multiple devices permanently 2019-10-09 08:56:32 +00:00
Dharmakeerthi Lasantha
594ab3ed60 Merge branch 'application-mgt-new' into 'application-mgt-new'
Fix APPM login issue

See merge request entgra/carbon-device-mgt!293
2019-10-09 07:45:43 +00:00
Saad Sahibjan
11c4d15518 Merge branch 'application-mgt-new' into 'application-mgt-new'
Improve APIM's edit release view and fix install/uninstall's timestamp issue

## Purpose
The purpose is to fix the following issues with this PR.
1. In the current APPM Publisher UI's edit release section, there is no way to preview selected images. Also, the supported versions are hardcoded.
2. There is an issue after adding a scheduled install/uninstall feature to the UI, which tries to send a query param with null timestamp value with non-scheduled operations.

## Goals
- Add previews of selected images to upload
- Add supported OS versions field
- Fix timestamp issue in scheduled install/uninstall operation in APPM UI

## Approach
- Used the same approach to add image previews and supported OS versions field which used in the "Add New Release" view in APPM publisher UI.
- Removed the inline function which caused the timestamp issue & created a new function to handle the operation.

## Documentation
> N/A

## Automation tests
> N/A

## Security checks
 - Followed secure coding standards? (yes)
 - Ran FindSecurityBugs plugin and verified report? (no)
 - Confirmed that this PR doesn't commit any keys, passwords, tokens, usernames, or other secrets? (yes)

## Related MRs
> (Any other related Merge Requests)

## Test environment
> (Context and environment where development was performed)

## Learning
> (Any additional learning resources)

See merge request entgra/carbon-device-mgt!295
2019-10-09 07:35:06 +00:00
Jayasanka Weerasinghe
f710c5489a Add UI improvements to edit release view in APPM UI
The following changes are with this commit.
- Add previews of selected images to upload
- Add supported OS versions field
2019-10-09 07:35:06 +00:00
Dharmakeerthi Lasantha
023e162f59 Merge branch 'entgra-175' into 'master'
Fix issue with re-configuring policy

Closes product-iots#175

See merge request entgra/carbon-device-mgt!294
2019-10-09 06:55:42 +00:00