GPrathap
c969013ca2
added new property : validity Period
8 years ago
WSO2 Builder
8431b30ddc
[maven-release-plugin] prepare for next development iteration
8 years ago
WSO2 Builder
ae2e283f14
[maven-release-plugin] prepare release v2.0.1
8 years ago
ayyoob
3fb42ef32e
Merge branch 'IoTS-1.0.0' of https://github.com/wso2/carbon-device-mgt into IoTS-1.0.0
8 years ago
ayyoob
fede8ec409
few changes after testing with authoriser
8 years ago
GPrathap
6efc5bc1ed
removed @API and @Permission annotations
8 years ago
ayyoob
fe263efe60
changed device access verification approach
8 years ago
WSO2 Builder
19c1b3566d
[maven-release-plugin] prepare for next development iteration
8 years ago
WSO2 Builder
cff6e242c8
[maven-release-plugin] prepare release v2.0.0
8 years ago
charitha
a6064d2561
Update component versions for IoTS-1.0.0 release
8 years ago
charitha
ac30e7eb3e
Merge remote-tracking branch 'upstream/master' into IoTS-1.0.0
...
# Conflicts:
# components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.groups/groups.hbs
# components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.groups/public/js/listing.js
8 years ago
WSO2 Builder
9517a3d30f
[maven-release-plugin] prepare for next development iteration
8 years ago
WSO2 Builder
a8568299b9
[maven-release-plugin] prepare release v1.2.6
8 years ago
ayyoob
3140c36f7b
added missing license headers
8 years ago
sinthuja
a6203845c9
Fixing the empty methods for resources in the synapse configuration issue when auto publishing the apis for the REST service.
8 years ago
sinthuja
00e57bd800
Fixing the empty methods for resources in the synapse configuration issue when auto publishing the apis for the REST service.
8 years ago
WSO2 Builder
27a2c9b979
[maven-release-plugin] prepare for next development iteration
8 years ago
WSO2 Builder
eae935f91c
[maven-release-plugin] prepare release v1.2.5
8 years ago
WSO2 Builder
6a55e1be83
[maven-release-plugin] prepare for next development iteration
8 years ago
WSO2 Builder
11c2e59f61
[maven-release-plugin] prepare release v1.2.4
8 years ago
ayyoob
852ea00403
refactored method name
8 years ago
ayyoob
5727886ea1
few changes after apimgt integration
8 years ago
harshanl
b1e140b58e
Removed unnecessary imports
8 years ago
Chatura Dilan Perera
c16cc4cae1
[maven-release-plugin] prepare for next development iteration
8 years ago
Chatura Dilan Perera
ed4bca7032
[maven-release-plugin] prepare release v1.2.2
8 years ago
Ace
154a6082ce
Merge remote-tracking branch 'upstream/master' into carbon-kernel-4.4.7
...
# Conflicts:
# features/webapp-authenticator-framework/org.wso2.carbon.webapp.authenticator.framework.server.feature/pom.xml
8 years ago
Chatura Dilan Perera
50d8885f8b
[maven-release-plugin] prepare for next development iteration
8 years ago
Chatura Dilan Perera
a00d6aafd4
[maven-release-plugin] prepare release v1.2.1
8 years ago
Ace
6a8a5cbd5a
Merging with master
8 years ago
Ace
1dfb8e22e1
Updating to latest appm/apim/identity dependencies
8 years ago
Chatura Dilan Perera
de23a8cf27
[maven-release-plugin] prepare for next development iteration
8 years ago
Chatura Dilan Perera
8905fae0d9
[maven-release-plugin] prepare release v1.2.0
8 years ago
Chatura Dilan Perera
2d5262e21e
[maven-release-plugin] prepare for next development iteration
8 years ago
Chatura Dilan Perera
5ccd752404
[maven-release-plugin] prepare release v1.2.0
8 years ago
mharindu
115099c8fe
Implemented permission based authorization
8 years ago
mharindu
24930b3042
Partial commit of migration
8 years ago
mharindu
d7e8cc30dd
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into carbon-kernel-4.4.7
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
f5609cc8ff
Adding carbon 4.4.7 migration changes
8 years ago
mharindu
bd41e4f4fb
Implemented scope based authorization in device-mgt UI module
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
ac75ff1d71
Fixed conflict and merged
8 years ago
mharindu
49623a4693
Implemented scope based authorization
8 years ago
prabathabey
49ce42b797
Code cleanup
8 years ago
Ruwan
6ce7f8c65a
Merge pull request #307 from ayyoob/transport
...
Few changes added after testing with the cluster
8 years ago
ayyoob
ba6e202442
Few changes added after testing with the cluster
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
ayyoob
c9cd051a6b
subscribed to super tenant apis
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
50d35a90f8
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
9 years ago
mharindu
66ccad65cf
Partial commit for APIM Gateway migration
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
968cb00f35
Fixed conflicts and merged
9 years ago
mharindu
83c2a1f0ee
Fixed issues in api publishing
9 years ago
mharindu
9f93570b29
Fixed issues in webapp-publisher
9 years ago
ayyoob
ba47af3186
added api application registration filter
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
9d4defaa01
check whether the subscriber exist before creating
9 years ago
ayyoob
afe965e787
adding code review changes on JWT and API App 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
charithag
40f863fd57
Fix bundle imports for java 8
9 years ago
charithag
3e4ccf6337
Add missing features and component from IoTS-1.0.0-M4
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
9 years ago
prabathabey
256c42243f
Improving APIPublisher implementation
9 years ago
prabathabey
9288e3846d
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
9 years ago
prabathabey
4334994b36
Fixing issues encountered in APIPublisher implementation
9 years ago
harshanl
d7ea5625bc
Fixed apimgt publisher component issues
9 years ago
prabathabey
b298407160
Fixing improper parent configurations found in apimgt.extensions component and feature
9 years ago
prabathabey
1716c2c7f6
Making apimgt extensions module a separate component/feature pair
9 years ago