mharindu
115099c8fe
Implemented permission based authorization
8 years ago
Chatura Dilan Perera
8b17cbb339
Fix conflicts
8 years ago
Chatura Dilan Perera
654e1d9938
[maven-release-plugin] prepare for next development iteration
8 years ago
Chatura Dilan Perera
aa24821667
[maven-release-plugin] prepare release v1.1.2
8 years ago
ayyoob
892d5cee20
avoided lazy inialization
8 years ago
mharindu
acf6d7ecd7
Fixed conflicts and merged
8 years ago
mharindu
ed4c762bfd
Refactored scopes
8 years ago
Prabath Abeysekara
cc90bef42b
Merge pull request #318 from Securepoint/master
...
Minor bug fixies and code improvements
8 years ago
mharindu
564c2b280e
Fixed conflicts and merged
8 years ago
mharindu
19275634a1
Fixed webapp name resolving issue
8 years ago
mharindu
827567733c
Fixed scope update issue in API update
8 years ago
mharindu
bdec8880bb
Fixed conflicts and merged
8 years ago
mharindu
9932f061fb
Fixed webapp name resolving issue
8 years ago
mharindu
186432e1df
Fixed webapp name resolving issue
8 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.
8 years ago
Timo Briddigkeit
ee5b077e6a
Fixed various XML External Entity (XXE) attack vulnerabilities
8 years ago
mharindu
0f904e21d8
Fixed conflicts and merged
8 years ago
Chatura Dilan
4ec11e8c08
[maven-release-plugin] prepare for next development iteration
8 years ago
Chatura Dilan
ffedcac543
[maven-release-plugin] prepare release v1.1.1
8 years ago
mharindu
49623a4693
Implemented scope based authorization
8 years ago
prabathabey
aeb4ad3295
Merging rest-api-improvements branch to master
8 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