nipun
8e8411ab38
Add the row and col tags to add release feature
5 years ago
Yohan Avishke
d885707046
Refactor code in a reusable way and change response messages
...
Removed repeated classes and implemented code to already existing classes and divided code into sub methods to limit repetitive code and increase readability. And the response messages were change in order to give users a better understating of the responses they get when calling the api endpoints.
5 years ago
Yohan Avishke
fe4e857639
Change exception codes of device stream events
5 years ago
Yohan Avishke
e643db08d1
Change event attribute mapping logic and error handling
...
Event attribute mapping logic was moved to service layer from the api layer and a created a meaningful error message.
5 years ago
Yohan Avishke
da2d95e7ac
Change event attribute mapping logic and error handling
...
Event attribute mapping logic was moved to service layer from the api layer and a created a meaningful error message.
5 years ago
Yohan Avishke
f660bf9edd
Add ApiParams to all the parameters
5 years ago
Yohan Avishke
e5963c79fd
Override toString
5 years ago
Saad Sahibjan
f9660de334
Minor fixes and improvement for permanent delete devices
5 years ago
nipun
2978f6f032
Improve the form config object of the add release component
5 years ago
nipun
2961c1d21c
Modify the app details drawer of the APPM publisher
5 years ago
nipun
88fed3e86e
Modify the add release component of the APPM publisher
5 years ago
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
5 years ago
Jayasanka
02cac02d45
Add javadoc comments to UserHandler class
5 years ago
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
5 years ago
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
5 years ago
Amanda Randombage
becaf35546
Permanent delete DAO fix
5 years ago
shamalka
7a9fddf6da
Disenroll device
5 years ago
Jayasanka
112eb1f77f
Call user API to get logged-in user's data when loading APPM publisher UI
5 years ago
Jayasanka
e3b07fb2f7
Merge branch 'application-mgt-new' of https://gitlab.com/entgra/carbon-device-mgt into application-mgt-new
5 years ago
Jayasanka
9d161734f8
Add white background for page headers in APPM UI
5 years ago
Dharmakeerthi Lasantha
f0d8f4d023
Merge branch 'application-mgt-new' into 'application-mgt-new'
...
Bulk actions UI
See merge request entgra/carbon-device-mgt!299
5 years ago
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
5 years ago
lasanthaDLPDS
fefdb7aba3
Add new servlet to get logged-in user's data
5 years ago
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
5 years ago
shamalka
e068317a62
Add devices to groups
5 years ago
shamalka
c69f9c9f1d
Fix spelling mistakes
5 years ago
shamalka
5ba56207c9
Improve delete device UI
5 years ago
shamalka
b92046fa3d
Change UI structure
5 years ago
shamalka
c762c9d2a7
Change bulk action UI
5 years ago
Saad Sahibjan
354dcd3fd4
Add null and empty check for device location related values
5 years ago
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
5 years ago
Jayasanka
3c9d200770
Validate supported OS versions in 'Add new app' form in APPM Publisher UI
5 years ago
Jayasanka
5153feae40
Fix login redirection issue in APPM Store UI
5 years ago
Jayasanka
6d16259aaf
Improve schedule install/ uninstall component's UI in APPM store
5 years ago
Jayasanka
b21de79151
Remove unnecessary console log lines in APPM UI
5 years ago
Jayasanka
533871d64a
Fix null value issue in scheduled install/uninstall operation in APPM UI
5 years ago
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
5 years ago
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
5 years ago
Dharmakeerthi Lasantha
90fd12d876
Merge branch 'delete-fix' into 'master'
...
Fix delete
See merge request entgra/carbon-device-mgt!300
5 years ago
lasanthaDLPDS
16ee8ec882
Fix app uninstall issue for Android
5 years ago
Amanda
7b7d47a2bf
Fix delete
...
- Fix delete button in UI
- Close connection in DAO
5 years ago
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
5 years ago
lasanthaDLPDS
a2bcc1c03f
Improve APPM app uninstall operation payload
5 years ago
Entgra Builder
277b114f9c
[maven-release-plugin] prepare for next development iteration
5 years ago
Entgra Builder
cd6ff02aff
[maven-release-plugin] prepare release v3.2.12
5 years ago
nipun
74069d3415
Improve the screenshots view of the APPM UI
5 years ago
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
5 years ago
Amanda Randombage
e80589d3b1
Fix Permanent delete for multiple enrollments
5 years ago
Dharmakeerthi Lasantha
1abc701f20
Add UI feature to delete multiple devices permanently
5 years ago
Amanda Randombage
8a586eee2c
Add UI feature to delete multiple devices permanently
5 years ago