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
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
lasanthaDLPDS
16ee8ec882
Fix app uninstall issue for Android
2019-10-10 08:40:04 +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
nipun
74069d3415
Improve the screenshots view of the APPM UI
2019-10-09 15:53:50 +05:30
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
lasanthaDLPDS
4d3c7e1c79
Fix APPM login issue
2019-10-09 10:14:12 +05:30
Dharmakeerthi Lasantha
ac0d01e1d5
Merge branch 'application-mgt-new' into 'application-mgt-new'
...
Add MsSQL and MySQL db scripts
See merge request entgra/carbon-device-mgt!292
2019-10-09 02:45:39 +00:00
lasanthaDLPDS
caf7cd133b
Add MsSQL and MySQL db scripts
2019-10-09 08:09:49 +05:30
Dharmakeerthi Lasantha
51b001c236
Merge branch 'application-mgt-new' into 'application-mgt-new'
...
Improve APPM app saving functionality
See merge request entgra/carbon-device-mgt!288
2019-10-08 18:47:50 +00:00
Dharmakeerthi Lasantha
ec4511ce01
Add UI feature to delete set of devices
2019-10-08 18:47:08 +00:00
Shamalka Navod
bc406b6c92
Add UI feature to delete set of devices
2019-10-08 18:47:08 +00:00
lasanthaDLPDS
d9a04e099e
Improve APPM app saving functionality
2019-10-08 17:11:08 +05:30
Dharmakeerthi Lasantha
8d8b041f2f
Merge branch 'application-mgt-new' into 'application-mgt-new'
...
Fix issue in retrieving IoTS devices
See merge request entgra/carbon-device-mgt!286
2019-10-08 08:34:57 +00:00
charitha
43ba5d7e84
Fix issue in retrieving IoTS devices
2019-10-08 13:26:56 +05:30
Dharmakeerthi Lasantha
ef98998a4c
Fix the navigation bar issue in APPM UI
2019-10-08 07:56:13 +00:00
Nipun Nadeen De Silva
0757783b81
Fix the navigation bar issue in APPM UI
2019-10-08 07:56:13 +00:00
Dharmakeerthi Lasantha
617ba8782f
Merge branch 'application-mgt-new' into 'application-mgt-new'
...
Redirect logged-out user within the loading screen in APPM UI
See merge request entgra/carbon-device-mgt!285
2019-10-07 13:14:50 +00:00
Jayasanka
97beaeb63b
Add missing scopes to application-mgt.xml
2019-10-07 18:06:35 +05:30
Jayasanka
8b4c2f0e79
Redirect logged-out user within the loading screen in APPM UI
2019-10-07 18:05:56 +05:30
Dharmakeerthi Lasantha
0bbd34cfa7
Merge branch 'application-mgt-new' into 'application-mgt-new'
...
Add supported OS versions field to add new app & release forms in APPM Publisher UI
See merge request entgra/carbon-device-mgt!283
2019-10-07 10:07:38 +00:00
Jayasanka
f1f7a3d9e3
Add supported OS versions to add new release form in APPM UI
2019-10-07 15:01:05 +05:30
Jayasanka
407cbc6ef4
Add supported OS versions to add new app form in APPM UI
2019-10-07 14:35:06 +05:30
Saad Sahibjan
128c226cd3
Merge branch 'application-mgt-new' into 'application-mgt-new'
...
Fix APPM API deploying issue on gateway
See merge request entgra/carbon-device-mgt!282
2019-10-07 04:46:08 +00:00
lasanthaDLPDS
0abe6f1678
Fix APPM API deploying issue on gateway
2019-10-07 10:08:03 +05:30
Dharmakeerthi Lasantha
220aba8e90
Merge branch 'application-mgt-new' into 'application-mgt-new'
...
Add UI improvements to APPM UI
See merge request entgra/carbon-device-mgt!281
2019-10-06 16:21:47 +00:00