builder
f19f48d050
[maven-release-plugin] prepare for next development iteration
2023-07-23 21:35:40 +05:30
builder
ff9971ed77
[maven-release-plugin] prepare release v5.0.27
2023-07-23 21:35:33 +05:30
osh
77b68af5d0
Add pagination
2023-07-18 23:10:23 +05:30
osh
e7b0255a95
Add get device apps by id service
2023-07-18 19:34:11 +05:30
osh
dd7910268e
Add vpp token field
2023-07-17 13:36:39 +05:30
osh
2249520132
Resolve conflicts
2023-07-13 17:46:04 +05:30
osh
eb740773aa
Improve update asset DAO
...
fixes https://roadmap.entgra.net/issues/10179
2023-07-11 15:59:42 +05:30
osh
81fd5687ef
Update user service and token retrieval
2023-07-09 00:50:57 +05:30
osh
dae8c09761
Resolve comments
2023-07-05 22:38:10 +05:30
osh
b978e31ab0
Resolve conflicts
...
fixes https://roadmap.entgra.net/issues/10186
2023-07-05 20:56:29 +05:30
osh
0e5478fb5e
Add association DAO and fix meta issue
...
fixes https://roadmap.entgra.net/issues/10186
2023-07-05 20:49:46 +05:30
inoshperera
026986cd93
Add DAO improvements for user APIs
...
Fixes https://roadmap.entgra.net/issues/10169
2023-07-05 17:16:38 +05:30
osh
c9ed09ee25
Resolve conflicts
2023-07-04 08:50:39 +05:30
osh
1263c09079
Add DAOs for asset management
...
fixes https://roadmap.entgra.net/issues/10179
2023-06-30 19:05:59 +05:30
inoshperera
54111b4d94
Add association apis
...
fixes https://roadmap.entgra.net/issues/10182
2023-06-30 13:32:47 +05:30
inoshperera
61ffd4abff
Fixing conflics
2023-06-29 09:31:46 +05:30
osh
2e799a545f
Resolve comments
2023-06-28 21:43:06 +05:30
Nishan Sangeeth
3616245ae6
Improve app visibility restricting functionality
...
Co-authored-by: Nishan Sangeeth <nishan@entgra.io>
Co-committed-by: Nishan Sangeeth <nishan@entgra.io>
2023-06-28 16:00:53 +00:00
inoshperera
665702d504
Add asset apis
...
Fixes https://roadmap.entgra.net/issues/10178
2023-06-28 21:08:20 +05:30
osh
cd42a2c48f
Adding the DAO layer for vpp user management
...
fixes https://roadmap.entgra.net/issues/10169
2023-06-28 20:03:16 +05:30
e0a1cd3dbb
Merge pull request 'Add api for get visible roles' ( #146 ) from nishan/device-mgt-core:add-visible-role-api into master
...
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/146
2023-06-27 12:50:35 +00:00
inoshperera
cc8470d3c0
add vpp user services
2023-06-26 19:10:17 +05:30
navodzoysa
7073deb461
Fix skip app release error
2023-06-26 14:15:29 +05:30
nishan
cd962b8d24
Remove the user has role validation
2023-06-26 07:28:53 +05:30
inoshperera
9ccf3a5fa5
Add vpp user apis
...
fixes https://roadmap.entgra.net/issues/10162
2023-06-23 23:22:40 +05:30
builder
ab2e1297e5
[maven-release-plugin] prepare for next development iteration
2023-06-21 13:48:25 +05:30
builder
6c9d33a16a
[maven-release-plugin] prepare release v5.0.26
2023-06-21 13:48:19 +05:30
cf2bd5e935
Add custom loggers ( #136 )
...
## Purpose
* Fixes https://roadmap.entgra.net/issues/10117
## Description
* Added custom logs for below cases:
1. Device connectivity events
2. Policy payload change events
3. Device enrollment history events
4. App install events
#### Log structure
**1. Device connectivity logs** - logs for newly added operations and calls for pending operations
Pattern :
{DateTime} {LogLevel} - {ActionTag} {OperationCode} {DeviceId} {DeviceType} {TenantDomain} {TenantId} {UserName} - log_message
```
[2023-06-15 00:12:09,093] INFO - [ADD_OPERATION] [DEVICE_LOCATION] [97] [android] [carbon.super] [-1234] [admin]- Operation added
[2023-06-15 00:12:10,344] INFO - [PENDING_OPERATION] [DEVICE_LOCATION] [675c60a9d31492d6] [android] [carbon.super] [-1234] [admin]- Device Connected
[2023-06-15 00:13:49,755] INFO - [ADD_OPERATION] [DEVICE_LOCK] [97] [android] [carbon.super] [-1234] [admin]- Operation added
[2023-06-15 00:13:56,513] INFO - [ADD_OPERATION] [DEVICE_MUTE] [97] [android] [carbon.super] [-1234] [admin]- Operation added
[2023-06-15 00:14:23,839] INFO - [PENDING_OPERATION] [DEVICE_MUTE]
[2023-06-15 00:15:12,549] INFO - [ADD_OPERATION] [INSTALL_APPLICATION] [97] [android] [carbon.super] [-1234] [admin]- Operation added
[2023-06-15 00:15:29,703] INFO - [PENDING_OPERATION] [INSTALL_APPLICATION] [675c60a9d31492d6] [android] [carbon.super] [-1234] [admin]- Device Connected
```
**2. Policy payload change events** - logs for creating policy, updating policy, deleting policy, change policy priorities and apply changes to device logs
Pattern :
{DateTime} {LogLevel} - {ActionTag} {PolicyName} {TenantDomain} {TenantId} {Payload} {UserName} - log_message
```
[2023-06-15 00:15:53,264] INFO - [UPDATE_POLICY] [passcodeios] [carbon.super] [-1234] [{"policyPayloadVersion":"2.0","id":33,"priorityId":1,"profile":{"profileId":33,"profileName":"passcodeios","tenantId":0,"deviceType":"ios","updatedDate":"Jun 15, 2023 12:15:53 AM","profileFeaturesList":[{"id":33,"featureCode":"PASSCODE_POLICY","profileId":0,"deviceType":"ios","content":"{\"forcePIN\":true,\"allowSimple\":true,\"requireAlphanumeric\":true,\"minLength\":7.0,\"minComplexChars\":4.0,\"pinHistory\":\"\"}","correctiveActions":[]}]},"policyName":"passcodeios","generic":false,"roles":["ANY"],"devices":[],"users":[],"active":false,"updated":false,"description":"test","compliance":"enforce","tenantId":-1234,"profileId":33,"policyType":"GENERAL"}] [admin] - Policy updated
[2023-06-15 00:34:38,980] INFO - [ADD_POLICY] [application management policy] [carbon.super] [-1234] [{"policyPayloadVersion":"2.0","id":65,"priorityId":0,"profile":{"profileId":65,"profileName":"application management policy","tenantId":0,"deviceType":"windows","createdDate":"Jun 15, 2023 12:34:38 AM","updatedDate":"Jun 15, 2023 12:34:38 AM","profileFeaturesList":[{"id":65,"featureCode":"ALLOW_ALL_TRUSTED_APPS","profileId":0,"deviceType":"windows","content":"{\"enabled\":true}","correctiveActions":[]},{"id":73,"featureCode":"RESTRICT_APP_TO_SYSTEM_VOLUME","profileId":0,"deviceType":"windows","content":"{\"enabled\":false}","correctiveActions":[]}]},"policyName":"application management policy","generic":false,"roles":["ANY"],"devices":[],"users":[],"active":false,"updated":false,"description":"test","compliance":"enforce","tenantId":-1234,"profileId":0,"policyType":"GENERAL"}] [admin] - Policy created
[2023-06-15 00:35:05,420] INFO - [DELETE_POLICY] [passcodeios] [carbon.super] [-1234] [{"policyPayloadVersion":"2.0","id":33,"priorityId":1,"profile":{"profileId":33,"profileName":"passcodeios","tenantId":-1234,"deviceType":"ios","createdDate":"Jun 13, 2023 10:24:30 PM","updatedDate":"Jun 15, 2023 12:15:53 AM","profileFeaturesList":[{"id":33,"featureCode":"PASSCODE_POLICY","profileId":33,"deviceType":"ios","content":"{\"forcePIN\":true,\"allowSimple\":true,\"requireAlphanumeric\":true,\"minLength\":7.0,\"minComplexChars\":4.0,\"pinHistory\":\"\"}","correctiveActions":[]}]},"policyName":"passcodeios","generic":false,"roles":["ANY"],"devices":[],"users":[],"active":false,"updated":true,"description":"test","compliance":"enforce","policyCriterias":[],"tenantId":-1234,"profileId":33,"deviceGroups":[],"policyType":"GENERAL"}] [admin] - Policy deleted
[2023-06-15 00:35:12,768] INFO - [UPDATE_POLICY_PRIORITIES] [] [carbon.super] [-1234] [[{"id":65,"priorityId":1,"generic":false,"active":false,"updated":false,"tenantId":0,"profileId":0},{"id":34,"priorityId":2,"generic":false,"active":false,"updated":false,"tenantId":0,"profileId":0}]] [admin] - Policy priorities updated
[2023-06-15 00:35:25,395] INFO - [PUBLISH_CHANGES] [] [carbon.super] [-1234] [] [admin] - Apply changes to device
```
**3. Device enrollment history events** - logs for device enrollment and dis-enrollment
Pattern :
{DateTime} {LogLevel} - {DeviceId} {DeviceType} {Owner} {Ownership} {TenantId} {TenantDomain} {UserName} - log_message
```
[2023-06-15 00:12:09,078] INFO - [97] [android] [admin] [BYOD] [-1234] [carbon.super] [admin] - Device enrolled successfully
[2023-06-15 00:47:36,278] INFO - [97] [android] [admin] [BYOD] [-1234] [carbon.super] [admin] - Device disenrolled successfully
```
**4. App install events** - logs for app installation and uninstallation
Pattern :
{DateTime} {LogLevel} - {AppId} {AppName} {AppType} {SubType} {Action} {Device} {TenantId} {TenantDomain} {UserName} - log_message
```
[2023-06-15 00:15:12,550] INFO - [1] [Calculator] [PUBLIC] [DEVICE] [install] [deviceId {id='675c60a9d31492d6', type='android'}] [-1234] [carbon.super] [admin] - App install triggered
[2023-06-15 00:46:24,454] INFO - [2] [Sololearn] [ENTERPRISE] [DEVICE] [install] [deviceId {id='675c60a9d31492d6', type='android'}] [-1234] [carbon.super] [admin] - App install triggered
[2023-06-15 00:46:40,498] INFO - [3] [Engineering] [WEB_CLIP] [DEVICE] [install] [deviceId {id='675c60a9d31492d6', type='android'}] [-1234] [carbon.super] [admin] - Web app install triggered
```
## Related PRs
* https://repository.entgra.net/proprietary/product-uem/pulls/6
Co-authored-by: prathabanKavin <kavinprathaban025@gmail.com>
Co-authored-by: Pahansith Gunathilake <pahansith@entgra.io>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/136
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
2023-06-16 10:06:30 +00:00
656acbb34e
Remove Application mgt API feature from device mgt core
2023-06-08 12:30:34 +05:30
Sanjana Rajapakshe
c06fd22ecd
Add original app icons into single device app list and application restriction policy app list
...
Co-authored-by: Sanjana Rajapakshe <sanjana@entgra.io>
Co-committed-by: Sanjana Rajapakshe <sanjana@entgra.io>
2023-06-01 16:11:35 +00:00
Dharmakeerthi Lasantha
713759f3f7
Update copyright
2023-05-26 23:58:39 +05:30
osh
2b72f4890b
Add by serial number in store
2023-05-23 23:16:55 +05:30
Amalka Subasinghe
0ef880eb3c
fix issues related to uem test failures
2023-05-15 22:50:55 +05:30
Amalka Subasinghe
61f8589113
refactored version variables, oauth extension component
2023-05-11 14:38:47 +05:30
Amalka Subasinghe
0bf534689f
refactiored device mgt components
2023-05-11 13:29:16 +05:30
Amalka Subasinghe
243a74da8c
refactored heart beat, notification logger, identity extensions component
2023-05-11 12:30:03 +05:30
Amalka Subasinghe
75309b8d96
refactored device-mgt extension component
2023-05-11 12:14:29 +05:30
Amalka Subasinghe
0bf6b3899e
refactored apimgt extension component
2023-05-11 11:33:09 +05:30
Amalka Subasinghe
d98abb1ddf
refactored application mgt component
2023-05-11 11:03:21 +05:30
Amalka Subasinghe
fdedc2b8f4
refactored feature artifact ids and folder names
2023-05-10 19:34:56 +05:30
Amalka Subasinghe
fa2056e9d6
fixed parent artifact id
2023-05-10 11:56:29 +05:30
Amalka Subasinghe
a71abaa6e9
change the group id
2023-05-10 11:53:11 +05:30
dilini
d69809b319
Fix : Web-app url not updating
2023-04-27 21:39:13 +05:30
builder
fa7ee67aed
[maven-release-plugin] prepare for next development iteration
2023-04-26 09:20:38 +05:30
builder
71007cc03c
[maven-release-plugin] prepare release v5.0.25
2023-04-26 09:20:33 +05:30
dilini
ee64c3edca
Fix : Custom app update permission issue
2023-04-21 08:43:39 +05:30
builder
3238e78f0c
[maven-release-plugin] prepare for next development iteration
2023-04-11 21:09:57 +05:30
builder
6d43a16ab2
[maven-release-plugin] prepare release v5.0.24
2023-04-11 21:09:47 +05:30
builder
b75cabfce7
[maven-release-plugin] prepare for next development iteration
2023-04-10 21:20:03 +05:30
builder
c8e176c930
[maven-release-plugin] prepare release v5.0.23
2023-04-10 21:19:54 +05:30
builder
dda5860e57
[maven-release-plugin] prepare for next development iteration
2023-04-07 15:33:50 +05:30
builder
abb66486d8
[maven-release-plugin] prepare release v5.0.22
2023-04-07 15:33:43 +05:30
Sanjana Rajapakshe
4d97a6ee14
Fix on API response messages ( #50 )
...
Co-authored-by: Thashmi-nil <nilupuleethash765@gmail.com>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/50
Co-authored-by: Sanjana Rajapakshe <sanjana@entgra.io>
Co-committed-by: Sanjana Rajapakshe <sanjana@entgra.io>
2023-04-07 09:04:49 +00:00
builder
f5ef8bafd6
[maven-release-plugin] prepare for next development iteration
2023-04-04 11:40:46 +05:30
builder
5720651046
[maven-release-plugin] prepare release v5.0.21
2023-04-04 11:40:39 +05:30
osh
95d4afbc3b
Fix PR comments
2023-04-04 11:02:47 +05:30
osh
9b9defed19
Resolve conflicts
2023-03-29 18:18:46 +05:30
builder
4d8d4bdcf7
[maven-release-plugin] prepare for next development iteration
2023-03-17 17:23:59 +05:30
builder
1b363c0978
[maven-release-plugin] prepare release v5.0.20
2023-03-17 17:23:51 +05:30
prathabanKavin
fb3797774e
Add fix to load apps and create app
2023-02-23 00:41:02 +05:30
builder
2d56b0ea9a
[maven-release-plugin] prepare for next development iteration
2023-02-16 21:01:29 +05:30
builder
73d17e61a8
[maven-release-plugin] prepare release v5.0.19
2023-02-16 21:01:22 +05:30
builder
d715609b53
[maven-release-plugin] prepare for next development iteration
2023-02-11 23:48:28 +05:30
builder
0beeedef43
[maven-release-plugin] prepare release v5.0.18
2023-02-11 23:48:21 +05:30
builder
9f724eeffb
[maven-release-plugin] prepare for next development iteration
2023-02-09 22:41:22 +05:30
builder
50bc5560f8
[maven-release-plugin] prepare release v5.0.17
2023-02-09 22:41:16 +05:30
builder
071b9486bb
[maven-release-plugin] prepare for next development iteration
2023-01-27 19:20:14 +05:30
builder
cf305362b4
[maven-release-plugin] prepare release v5.0.16
2023-01-27 19:20:08 +05:30
osh
21669f8dba
Resolve conflicts
...
fixes https://roadmap.entgra.net/issues/9274
2023-01-17 21:19:35 +05:30
Ravindu Madhubhashana
e28c71d4ae
Added validation for app name length when creating an app
...
Co-authored-by: Ravindu Madhubhashana <ravindu.kp@gmail.com>
Co-committed-by: Ravindu Madhubhashana <ravindu.kp@gmail.com>
2023-01-10 01:12:07 +00:00
navodzoysa
b25fb4e6ad
Revert direct app publishing merge conflict
2022-12-21 10:26:21 +05:30
builder
1b2bddb167
[maven-release-plugin] prepare for next development iteration
2022-12-17 11:54:16 +05:30
builder
fb4e20490a
[maven-release-plugin] prepare release v5.0.15
2022-12-17 11:54:10 +05:30
d5b2d8ac3b
Merge branch 'master' into publisher-fix
2022-12-17 06:05:21 +00:00
navodzoysa
472d34dc09
Fix incorrect query param when directly publishing an app
2022-12-16 08:31:22 +05:30
ThilinaPremachandra
e4bc9f87f8
fixed the validation issue
2022-12-15 01:05:07 +05:30
71c4e3b4d0
Add fix for error on searching app with AppType with ALL filter
...
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
2022-12-12 08:17:48 +00:00
navodzoysa
578266a419
Fix error when deleting tags/categories with special characters
2022-12-06 20:11:20 +05:30
shamalka
4e567a0a4f
Fix app publishing issue on publisher
2022-12-05 13:16:58 +05:30
builder
9d3e5fbc3a
[maven-release-plugin] prepare for next development iteration
2022-11-25 18:02:39 +05:30
builder
744881d21e
[maven-release-plugin] prepare release v5.0.14
2022-11-25 18:02:07 +05:30
builder
b18ddfedce
[maven-release-plugin] prepare for next development iteration
2022-11-15 09:29:05 +05:30
builder
ec8d08ca63
[maven-release-plugin] prepare release v5.0.13
2022-11-15 09:29:00 +05:30
builder
b9f2bf9246
[maven-release-plugin] prepare for next development iteration
2022-11-11 01:43:26 +05:30
builder
8f610eea63
[maven-release-plugin] prepare release v5.0.12
2022-11-11 01:42:41 +05:30
inoshperera
7235f84c3a
Fixes app management related swaggers
2022-09-28 16:20:48 +05:30
builder
223637c887
[maven-release-plugin] prepare for next development iteration
2022-09-14 20:25:10 +05:30
builder
b7311af447
[maven-release-plugin] prepare release v5.0.11
2022-09-14 20:25:02 +05:30
Pahansith Gunathilake
d21782160a
Merge branch 'dev-1' into 'master'
...
Fix validation of appname when a webclip is created
See merge request entgra/carbon-device-mgt!874
2022-08-25 13:41:54 +00:00
Pahansith Gunathilake
a50d37bbf2
Merge branch 'support-4.1.15' into 'master'
...
Add Windows app uninstallation feature
See merge request entgra/carbon-device-mgt!904
2022-08-25 10:41:14 +00:00
builder
3c9fc68619
[maven-release-plugin] prepare for next development iteration
2022-07-18 23:07:51 +05:30
builder
0b4fe08847
[maven-release-plugin] prepare release v5.0.10
2022-07-18 23:07:47 +05:30
builder
0290758c25
[maven-release-plugin] prepare for next development iteration
2022-07-12 01:22:56 +05:30
builder
790ab62b34
[maven-release-plugin] prepare release v5.0.9
2022-07-12 01:22:51 +05:30
navodzoysa
c8527bd08b
Add Windows app uninstallation feature
2022-07-04 12:15:43 +05:30
builder
7f96ce3c33
[maven-release-plugin] prepare for next development iteration
2022-06-27 19:20:21 +05:30
builder
e851e21bcd
[maven-release-plugin] prepare release v5.0.8
2022-06-27 19:19:48 +05:30
Mohamed Rashd
1559af9660
Adress feedback
...
Add missing licenses
2022-05-24 20:59:21 +05:30
Mohamed Rashd
1d84adbb4f
Add java doc comment
...
Fix adding default white label on tenant create
Add whitelabel logo and favicon apis as non secured endpoints
Fix License
2022-05-21 10:44:06 +05:30
Mohamed Rashd
7907a1c5ff
Add tenant whitelabeling api
...
Make whitelabel favion and logo api public
Refactor whitelabeling feature in separate classes
2022-05-21 10:41:56 +05:30
Pahansith Gunathilake
a7a567c971
Fix parse pom
2022-05-09 19:59:31 +00:00
Pahansith Gunathilake
d1754b465e
Merge branch 'fix/permissions' into 'master'
...
Fix identity server connect permission
See merge request entgra/carbon-device-mgt!887
2022-05-09 04:36:44 +00:00
Mohamed Rashd
a98e1e4b24
Improve logging message
2022-04-29 17:53:42 +05:30
Mohamed Rashd
3b3c89849e
Fix favourite flag being always false when getting application by uuid
2022-04-28 16:18:09 +05:30
builder
817dc57862
[maven-release-plugin] prepare for next development iteration
2022-04-26 06:12:00 +00:00
builder
7196d2daea
[maven-release-plugin] prepare release v5.0.6
2022-04-26 06:11:55 +00:00
Mohamed Rashd
ab053807b3
Fix application managment test
2022-04-26 11:10:42 +05:30
Mohamed Rashd
75f825a713
Fix dbscript syntax
2022-04-25 16:01:44 +05:30
Mohamed Rashd
c66fa5bd60
Fix application conf error message
2022-04-18 19:06:26 +05:30
Mohamed Rashd
9df320dd3b
Resolve merge conflict
2022-04-18 14:30:12 +05:30
Mohamed Rashd
aa2fa45a5f
Tempory merge conflict resolution
2022-04-16 00:28:05 +05:30
Mohamed Rashd
41a0c9118a
Add java doc comments
...
Use try-with resource when using CloseableHttpClient
Refactor few variable and method names
2022-04-12 18:02:45 +05:30
Mohamed Rashd
daaeed52e2
Add and Change licence from WSO2 to Entgra
2022-04-06 11:08:33 +05:30
Mohamed Rashd
db1aab1f3a
Add identity service provider config
2022-04-06 01:01:22 +05:30
Mohamed Rashd
c58f837585
Complete Identity Server create/delete/update APIs
2022-04-06 00:55:18 +05:30
Gimhan-minion
aed8d6f277
Fix validation of appname when a webclip is created
2022-03-23 19:43:53 +05:30
builder
946a12b84d
[maven-release-plugin] prepare for next development iteration
2022-03-22 12:54:48 +00:00
builder
f55ffbb19a
[maven-release-plugin] prepare release v5.0.5
2022-03-22 12:54:43 +00:00
builder
39216aa651
[maven-release-plugin] prepare for next development iteration
2022-03-18 03:48:22 +00:00
builder
8deff13edd
[maven-release-plugin] prepare release v5.0.4
2022-03-18 03:48:17 +00:00
Mohamed Rashd
c0e5edded2
Add sql scripts to favourites table
...
Fix error logging in DAO layer
2022-03-17 23:39:31 +05:30
Pahansith Gunathilake
788eea4e26
Merge branch 'fix-group-search' into 'master'
...
Fix syntax error in group search while uninstalling apps
See merge request entgra/carbon-device-mgt!869
2022-03-16 08:17:33 +00:00
Pahansith Gunathilake
236d356a26
Merge branch 'pr/temp/feature/subscription/status/change' into 'master'
...
API to change application subscription status
See merge request entgra/carbon-device-mgt!868
2022-03-16 06:30:07 +00:00
Muhammad Rashad
65f5efb638
Add APIs to get favourite apps
2022-03-14 06:09:01 +00:00
Pahansith Gunathilake
c1cb8905fc
Fix syntax error in group search while uninstalling apps
2022-03-12 01:06:30 +05:30
Mohamed Rashd
0dd9bb2937
Add operation status update wrapper api to store
2022-03-11 00:31:37 +05:30
Mohamed Rashd
3f60a0cdda
Fix sql query columns
...
Add createIdentityServer method to all DAOs
2022-03-08 08:27:00 +05:30
Mohamed Rashd
3dd0690552
Add identity server config
...
Add api to create identity server
Return List of identity servers withtout extra bean for response
2022-03-07 21:58:43 +05:30
builder
96e4aa8436
[maven-release-plugin] prepare for next development iteration
2022-03-05 04:37:48 +00:00
builder
739266feca
[maven-release-plugin] prepare release v5.0.3
2022-03-05 04:37:42 +00:00
Pahansith Gunathilake
4ab20f3205
Merge branch 'dev' into 'master'
...
Add query param to publish an app directly
See merge request entgra/carbon-device-mgt!847
2022-03-05 04:31:25 +00:00
Gimhan-minion
1186c9e292
Add query param to publish an enterprise release directly
2022-03-02 20:49:02 +05:30
Gimhan-minion
8bdffc90c6
Add query param to publish an app directly
2022-03-02 20:49:02 +05:30
Mohamed Rashd
986828bc16
Fix application count query not containing AP_APP_RELEASE columns when filtering
...
Fix inaccurate application count when an appliction has more than 1 release
2022-03-02 19:22:47 +05:30
Mohamed Rashd
097423b2b0
Improve api
2022-03-01 19:33:07 +05:30
Mohamed Rashd
fb2ab0963d
Remove unwanted new lines
2022-02-26 22:34:26 +05:30
Mohamed Rashd
9cdc438970
Change to base64 string for file uploads instead of using multipart form data
...
Make release optional when creating new application
Fix screenshots not getting saved if duplicate screenshot file name found
Delete artifacts if errors while adding release to db
Improve service provider application related apis
Refactor code
2022-02-26 22:25:57 +05:30
Mohamed Rashd
5e247c6e6b
Add identity server service provider app integration
2022-02-21 13:47:48 +05:30
Chandima
c89db6787d
Add installed version for installation details view
2022-01-26 16:53:49 +05:30
builder
06560d24d4
[maven-release-plugin] prepare for next development iteration
2022-01-24 08:29:39 +00:00
builder
2784633dd6
[maven-release-plugin] prepare release v5.0.2
2022-01-24 08:29:35 +00:00
builder
1896199698
[maven-release-plugin] prepare for next development iteration
2022-01-24 04:04:22 +00:00
builder
a765f780f0
[maven-release-plugin] prepare release v5.0.1
2022-01-24 04:04:17 +00:00
builder
ef558458a0
[maven-release-plugin] prepare for next development iteration
2022-01-18 03:25:27 +00:00
builder
8e191e75a6
[maven-release-plugin] prepare release v5.0.0
2022-01-18 03:25:22 +00:00
builder
d7ccaa559b
[maven-release-plugin] prepare for next development iteration
2021-12-04 17:57:16 +00:00
builder
907fb825ea
[maven-release-plugin] prepare release v5.0.0
2021-12-04 17:57:11 +00:00
Pahansith Gunathilake
91990141c5
Merge branch 'timestamp-fixes-1' into 'master'
...
Make timestamps independent from host machine timezone
See merge request entgra/carbon-device-mgt!823
2021-12-04 17:08:08 +00:00
Pahansith Gunathilake
b61c97d603
Make timestamps independent from host machine timezone
2021-12-04 17:08:08 +00:00
Mohamed Rashd
fd0368b8b5
Change api that checks if an appName already exists, to accept the appName as query parameter instead of context-path
2021-11-29 15:26:35 +05:30