Prabath Abeysekara
cc90bef42b
Merge pull request #318 from Securepoint/master
...
Minor bug fixies and code improvements
9 years ago
mharindu
564c2b280e
Fixed conflicts and merged
9 years ago
mharindu
19275634a1
Fixed webapp name resolving issue
9 years ago
mharindu
827567733c
Fixed scope update issue in API update
9 years ago
mharindu
bdec8880bb
Fixed conflicts and merged
9 years ago
mharindu
9932f061fb
Fixed webapp name resolving issue
9 years ago
mharindu
186432e1df
Fixed webapp name resolving issue
9 years ago
Timo Briddigkeit
ed07774552
Fixed literal string comparison.
...
This line is in the form of
String str = ...
str.equals("someOtherString");
//or
str.compareTo("someOtherString");
A NullPointerException may occur if the String variable str is null. If instead the code was restructured to
String str = ...
"someOtherString".equals(str);
//or
"someOtherString".compareTo(str);
that is, call equals() or compareTo() on the string literal, passing the variable as an argument, this exception could never happen as both equals() and compareTo() check for null.
9 years ago
Timo Briddigkeit
ee5b077e6a
Fixed various XML External Entity (XXE) attack vulnerabilities
9 years ago
mharindu
0f904e21d8
Fixed conflicts and merged
9 years ago
Chatura Dilan
4ec11e8c08
[maven-release-plugin] prepare for next development iteration
9 years ago
Chatura Dilan
ffedcac543
[maven-release-plugin] prepare release v1.1.1
9 years ago
mharindu
49623a4693
Implemented scope based authorization
9 years ago
prabathabey
aeb4ad3295
Merging rest-api-improvements branch to master
9 years ago
ayyoob
52e84273d1
added profile check before publishing apis
9 years ago
inoshperera
3c73217e96
fixing osgi issue related to usage of carbon context. And adding api publishing check from config.
9 years ago
mharindu
52388ed33d
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into apim
9 years ago
mharindu
106be76118
Fixed issues of API publishing to gateway
9 years ago
ayyoob
feaf6b2b35
added webapp publisher missing bundle
9 years ago
mharindu
3e291c5b13
[maven-release-plugin] prepare for next development iteration
9 years ago
mharindu
9549ac446b
[maven-release-plugin] prepare release v1.1.0
9 years ago
mharindu
2dbcf86f3d
Added retrying mechanism to webapp publisher
9 years ago
mharindu
83c2a1f0ee
Fixed issues in api publishing
9 years ago
mharindu
9f93570b29
Fixed issues in webapp-publisher
9 years ago
ayyoob
2ceff61811
refactors jet authenticator to pick tenant specific key store
9 years ago
mharindu
83ec18c38d
Removed external dependancies from webapp publisher component
9 years ago
mharindu
c68b92c7b4
Fixed conflicts
9 years ago
mharindu
9a4b904702
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into apim
9 years ago
mharindu
659cdcc50c
Implemented extended scope validator and improved webapp publisher to support Synapse
9 years ago
mharindu
f2ac5c5cad
Implemented extended scope validator and improved webapp publisher to support Synapse
9 years ago
Ace
cbc505c459
changing profile name
9 years ago
Ace
4517a7f1aa
Making API publish destination configurable and other changes
9 years ago
Ace
6d9f2f92a4
Making API publish destination configurable
9 years ago
mharindu
5ad8d2938e
Fixed issues of publishing APIs to synapse gateway
9 years ago
mharindu
6db9b21623
Code cleanup in webapp publisher
9 years ago
mharindu
6f8bb64e1c
Fixed merge conflicts
9 years ago
mharindu
ffc7542d4d
Modified authorization to support API gateway
9 years ago
Ace
a06327b731
refactoring and bug fixes
9 years ago
Ace
985d07cbc7
Cleaning up code
9 years ago
ayyoob
64bd0fc061
removed fix for web app publishing start up issue when synapse gateway is used
9 years ago
ayyoob
12db341d33
few changes on web app publisher after testing
9 years ago
ayyoob
d3418462d9
few changes in api manager application registration
9 years ago
ayyoob
1b4a9227d8
merged web app publisher code and refactored jwt client extension to adhere to new artefact name
9 years ago
geethkokila
e9da24c9e8
Changing the snapshot versions from 1.0.4 to 1.1.0
9 years ago
geethkokila
e0e0a57c11
[maven-release-plugin] prepare for next development iteration
9 years ago
geethkokila
cebb88e712
[maven-release-plugin] prepare release v1.0.3
9 years ago
geethkokila
e66d291947
[maven-release-plugin] prepare for next development iteration
9 years ago
geethkokila
f416a73e75
[maven-release-plugin] prepare release v1.0.2
9 years ago
geethkokila
185a59fbd4
[maven-release-plugin] prepare for next development iteration
9 years ago
geethkokila
b3580d754b
[maven-release-plugin] prepare release v1.0.1
9 years ago
geethkokila
4e9255fbc9
[maven-release-plugin] prepare for next development iteration
9 years ago
geethkokila
ceb60adb34
[maven-release-plugin] prepare release v1.0.0
9 years ago
Kamidu Sachith
2d23eb86eb
Improve runtime performance
9 years ago
harshanl
1c8bb7551d
Refactored Dynamic-client registration service to use AppMgt osgi service
9 years ago
harshanl
302eb3a8a9
Merged changes
9 years ago
harshanl
648d8ec209
Added OAuth scope validator & fixed DataHolders
9 years ago
prabathabey
bce52e54a3
Upgrading dependency versions to their respective latests
9 years ago
prabathabey
dc2680ac5e
Making APIPublisher util compose the relevant API endpoint url programmatically
10 years ago
prabathabey
256c42243f
Improving APIPublisher implementation
10 years ago
prabathabey
9288e3846d
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
prabathabey
4334994b36
Fixing issues encountered in APIPublisher implementation
10 years ago
harshanl
d7ea5625bc
Fixed apimgt publisher component issues
10 years ago
prabathabey
b298407160
Fixing improper parent configurations found in apimgt.extensions component and feature
10 years ago
prabathabey
1716c2c7f6
Making apimgt extensions module a separate component/feature pair
10 years ago