Rasika Perera
7860e02814
Merge pull request #1217 from lasanthaDLPDS/geet_3.3.0
...
Fix OAuth2ScopeValidator Issues
7 years ago
lasantha
9629101a85
Fix OAuth2ScopeValidator Issues
...
Due to the version bumping of the identity component, there were some references to the deprecated methods. Hence removed those and referred approved methods. In addition to that, to compatible with WSO2 cording standards, reformat the source as well.
7 years ago
WSO2 Builder
748798df4c
[WSO2 Release] [Jenkins #2949 ] [Release 3.1.0] prepare for next development iteration
7 years ago
WSO2 Builder
e0704671de
[WSO2 Release] [Jenkins #2949 ] [Release 3.1.0] prepare release v3.1.0
7 years ago
Rasika Perera
15d6c7ed06
Merge pull request #1216 from geethkokila/330-release
...
Update device-mgt component version-3.1.0
7 years ago
geethkokila
71f1ff96e6
Update device-mgt component version (3.1.0)
7 years ago
WSO2 Builder
9ba315217c
[WSO2 Release] [Jenkins #2947 ] [Release 3.0.244] prepare for next development iteration
7 years ago
WSO2 Builder
96ee898b50
[WSO2 Release] [Jenkins #2947 ] [Release 3.0.244] prepare release v3.0.244
7 years ago
Kamidu Sachith Punchihewa
2bba71030e
Merge pull request #1213 from geethkokila/330-release
...
Upgrade the versions
7 years ago
geethkokila
7a9cf05e37
Merge branch '330-release' of https://github.com/geethkokila/carbon-device-mgt into 330-release
7 years ago
geethkokila
4e4fa8d832
Updating the jwt version
7 years ago
geethkokila
7a25109882
Changing the carbon commons versions and api-registration endpoint
7 years ago
geethkokila
812c715c09
Bump the versions of other components
...
This commits changes the versions of other components and fixes the compilation errors and test failures
7 years ago
geethkokila
fbd7ba2afb
Changing the carbon commons versions and api-registration endpoint
7 years ago
WSO2 Builder
93422ae12d
[WSO2 Release] [Jenkins #2945 ] [Release 3.0.243] prepare for next development iteration
7 years ago
WSO2 Builder
e4bc050806
[WSO2 Release] [Jenkins #2945 ] [Release 3.0.243] prepare release v3.0.243
7 years ago
Madhawa Perera
3fa513cabd
Fix UI loading issue on Safari 11.0.3 ( #1212 )
...
* Fix UI loading issue on Safari 11.0.3
Fix the issue of operation logs and location doesn't display on device detail page on safari browser 11.0.3
Fixes wso2/product-iots#1752
* Add comments describing code lines
7 years ago
geethkokila
62098b2c1c
Bump the versions of other components
...
This commits changes the versions of other components and fixes the compilation errors and test failures
7 years ago
WSO2 Builder
873bff0042
[WSO2 Release] [Jenkins #2943 ] [Release 3.0.242] prepare for next development iteration
7 years ago
WSO2 Builder
8b63813d84
[WSO2 Release] [Jenkins #2943 ] [Release 3.0.242] prepare release v3.0.242
7 years ago
shavidissa
b9cde9b936
Updated the swagger content - Groups ( #1211 )
...
* Updated the swagger content for the APIs used to add devices to groups
* Formatting the swagger content
7 years ago
WSO2 Builder
997bf0d16b
[WSO2 Release] [Jenkins #2941 ] [Release 3.0.241] prepare for next development iteration
7 years ago
WSO2 Builder
aabdc33dc1
[WSO2 Release] [Jenkins #2941 ] [Release 3.0.241] prepare release v3.0.241
7 years ago
Rasika Perera
f9c262dfb8
Merge pull request #1210 from shavidissa/master
...
Updating the Swagger Content
7 years ago
Shavindri Dissanayake
ead0e202d6
updating the swagger content
7 years ago
WSO2 Builder
af430cba61
[WSO2 Release] [Jenkins #2939 ] [Release 3.0.240] prepare for next development iteration
7 years ago
WSO2 Builder
60190f36ef
[WSO2 Release] [Jenkins #2939 ] [Release 3.0.240] prepare release v3.0.240
7 years ago
Rasika Perera
862f00de5a
Merge pull request #1208 from charithag/master
...
Improve device type API and db connection handling
7 years ago
charitha
ab4f2b4833
Add response status to device property update API and improve db connection handling in device property update
7 years ago
charitha
dbc08da314
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
7 years ago
WSO2 Builder
cafbfebfb1
[WSO2 Release] [Jenkins #2937 ] [Release 3.0.239] prepare for next development iteration
7 years ago
WSO2 Builder
08e9f918cf
[WSO2 Release] [Jenkins #2937 ] [Release 3.0.239] prepare release v3.0.239
7 years ago
Rasika Perera
d3de6ea7f9
Merge pull request #1207 from rasika/rasika-geo
...
Fixing minor UI issue in Geo Analytics
7 years ago
Rasika Perera
97767fa6d4
Fixing minor UI issue in Geo Analytics
7 years ago
WSO2 Builder
ce73acb26e
[WSO2 Release] [Jenkins #2935 ] [Release 3.0.238] prepare for next development iteration
7 years ago
WSO2 Builder
15de1dfd83
[WSO2 Release] [Jenkins #2935 ] [Release 3.0.238] prepare release v3.0.238
7 years ago
Madawa Soysa
e617273c3d
Fix policy view interface loading issue ( #1206 )
...
* Fix policy view interface loading issue
When the policy view page is loaded some of the variables of the policyPayloadObj becomes undefined or null. This commit checks for the empty and undefined variables.
Relates wso2/product-iots#1681
* Fix formatting issues
7 years ago
charitha
ad3f7928f2
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
7 years ago
WSO2 Builder
0bbdf7a65f
[WSO2 Release] [Jenkins #2933 ] [Release 3.0.237] prepare for next development iteration
7 years ago
WSO2 Builder
13e63e41ac
[WSO2 Release] [Jenkins #2933 ] [Release 3.0.237] prepare release v3.0.237
7 years ago
Madawa Soysa
a82f99efeb
Merge pull request #1205 from lasanthaDLPDS/master
...
Fix operation log and device view displaying issue
7 years ago
lasantha
9c85c4afdd
Fix operation log and device view displaying issue
...
As a result of syntax issue, device view and operation logs viewing is broken. Therefore fixed the syntax issue.
This Resolves wso2/product-iots#1728
7 years ago
WSO2 Builder
9a06578ac2
[WSO2 Release] [Jenkins #2931 ] [Release 3.0.236] prepare for next development iteration
7 years ago
WSO2 Builder
5d36bd5312
[WSO2 Release] [Jenkins #2931 ] [Release 3.0.236] prepare release v3.0.236
7 years ago
Rasika Perera
f8840547cf
Merge pull request #1204 from rasika/master
...
Add search by device name filter
7 years ago
Rasika Perera
170e6d5349
Add search by device name filter
7 years ago
Rasika Perera
a411d3ad87
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
7 years ago
WSO2 Builder
b7e85c213b
[WSO2 Release] [Jenkins #2929 ] [Release 3.0.235] prepare for next development iteration
7 years ago
WSO2 Builder
b70e0252c4
[WSO2 Release] [Jenkins #2929 ] [Release 3.0.235] prepare release v3.0.235
7 years ago
Rasika Perera
88e1b925bb
Merge pull request #1202 from rasika/fix-1724
...
Fix the issue of an error printed when shutting down the IoT Server
7 years ago