Simon Redfern
|
6f9ad08d10
|
Tweaks for Direct Login glossary item
|
2018-03-02 11:12:54 +01:00 |
|
Simon Redfern
|
fdfaad1bb2
|
Merge pull request #943 from constantine2nd/develop
Added new props documented_root_url
|
2018-03-02 09:22:14 +01:00 |
|
constantine2nd
|
a45e194115
|
Added new props documented_root_url
|
2018-03-02 08:54:38 +01:00 |
|
constantine2nd
|
8a4a721009
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2018-03-02 08:27:38 +01:00 |
|
constantine2nd
|
e29b2749e6
|
Added getServerPort and getServerName functions
|
2018-03-01 15:01:24 +01:00 |
|
Simon Redfern
|
4449b6dd9f
|
Adding Direct Login to glossary
|
2018-03-01 14:50:49 +01:00 |
|
Simon Redfern
|
19c3632830
|
Merge pull request #942 from constantine2nd/develop
Possible custom headers for pagination
|
2018-03-01 11:09:51 +01:00 |
|
constantine2nd
|
29a2bb463e
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2018-03-01 10:39:22 +01:00 |
|
constantine2nd
|
3950155ac0
|
Removed prefix obp_ from possible custom headers for pagination in version 3.0.0
|
2018-03-01 10:38:34 +01:00 |
|
constantine2nd
|
a6c4abd048
|
Fixed function getTransactionParams in case of New Style Endpoints
|
2018-03-01 09:25:53 +01:00 |
|
Simon Redfern
|
031e8f553b
|
Merge pull request #941 from hongwei1/develop
tweaking
|
2018-03-01 08:59:25 +01:00 |
|
hongwei1
|
e9955ed9f7
|
#934 fix the resource doc json response
|
2018-03-01 08:45:51 +01:00 |
|
hongwei1
|
a479a5cde0
|
fixed the response bank_routing error
|
2018-03-01 08:44:46 +01:00 |
|
constantine2nd
|
70fb7cd612
|
Tweaked confusing name json -> req
|
2018-03-01 06:47:26 +01:00 |
|
Simon Redfern
|
60ce64421a
|
Merge pull request #939 from constantine2nd/develop
OAuth 2.0 - DRAFT
|
2018-02-28 16:09:30 +01:00 |
|
constantine2nd
|
821554c27f
|
OAuh 2.0 - Implemented validating bearer JWT access tokens
|
2018-02-28 15:09:43 +01:00 |
|
constantine2nd
|
fa7789f288
|
OAuh 2.0 - validating bearer JWT access tokens
|
2018-02-28 08:56:39 +01:00 |
|
constantine2nd
|
50a21c37e8
|
OAuh 2.0 - added verification of Access Token
|
2018-02-27 13:58:21 +01:00 |
|
constantine2nd
|
1171abaa00
|
Fixed getCustomersForUser v3.0.0 in akka mode
|
2018-02-27 08:48:55 +01:00 |
|
constantine2nd
|
2941e7133e
|
OAuh 2.0 - allow_oauth2_login=true/false implemented
|
2018-02-26 18:06:09 +01:00 |
|
constantine2nd
|
be36e5561d
|
OAuh 2.0 - added Authorization
|
2018-02-26 16:27:35 +01:00 |
|
constantine2nd
|
ca4aa5af4f
|
OAuh 2.0 - added getSubject function
|
2018-02-26 13:29:08 +01:00 |
|
constantine2nd
|
95753d685d
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2018-02-26 10:34:01 +01:00 |
|
constantine2nd
|
841368dcc1
|
OAuh 2.0 - typo fixed
|
2018-02-26 10:30:47 +01:00 |
|
Simon Redfern
|
b72714141e
|
Merge pull request #938 from hongwei1/develop
refactor the view methods
|
2018-02-26 10:17:45 +01:00 |
|
hongwei1
|
a5ac3f111b
|
refactor the view methods -- step10 tweaking
|
2018-02-26 09:55:29 +01:00 |
|
constantine2nd
|
f18b324d59
|
Injected Authorization request header field into CallContext
|
2018-02-26 09:46:37 +01:00 |
|
constantine2nd
|
0fce264602
|
OAuh 2.0 - introduced funtion hasAnOAut2hHeader
|
2018-02-26 08:37:23 +01:00 |
|
hongwei1
|
58e834b93e
|
refactor the view methods -- step9 clarify the hasAccess method: public ,private and firehose.
|
2018-02-26 07:33:24 +01:00 |
|
hongwei1
|
2ce6f05e68
|
refactor the view methods -- step8 fix methods over akka
|
2018-02-25 18:17:19 +01:00 |
|
hongwei1
|
e2f56c019e
|
refactor the view methods -- step7 remove the firehose methods in MappedView. Only support the explict endpoints for firehose
|
2018-02-25 18:16:41 +01:00 |
|
hongwei1
|
1f0a06cad7
|
refactor the view methods -- step6 remove the permittedViews methods, it separate into public, private
|
2018-02-25 17:46:54 +01:00 |
|
hongwei1
|
0160e9c229
|
refactor the view methods -- step5 remove the two getAllAccountsUserCanSee methods, it separate into public, private, firehose methods
|
2018-02-25 17:15:05 +01:00 |
|
hongwei1
|
5c5f605341
|
refactor the view methods -- step4 remove the permittedViews method, it separate into public, private, firehose methods, and unused method canInitiateTransactions
|
2018-02-25 16:52:09 +01:00 |
|
hongwei1
|
89ece334bc
|
refactor the view methods -- step3 rename views to viewsForAccount and fix the logic for publicViews
|
2018-02-25 16:25:29 +01:00 |
|
hongwei1
|
23db3402da
|
refactor the view methods -- step2 remove bankAccount.views, move the guards in api level.
|
2018-02-25 15:52:52 +01:00 |
|
hongwei1
|
e36e813caa
|
refactor the view methods -- step1 clean methods in User Trait.
|
2018-02-25 15:15:37 +01:00 |
|
hongwei1
|
c8eb22ec7d
|
fixed the UserNoPermissionAccessView logic
|
2018-02-25 13:30:26 +01:00 |
|
hongwei1
|
10062a0d0e
|
create public, private and firehose access
|
2018-02-25 12:44:35 +01:00 |
|
hongwei1
|
3b92cd11d0
|
remote hasView, use hasViewPrivilege instead.
|
2018-02-25 12:01:36 +01:00 |
|
hongwei1
|
df913d1e93
|
rename allViewsUserCanSeeForThisAccount--> allViewsUserCanAccessForAccount
|
2018-02-25 11:59:00 +01:00 |
|
hongwei1
|
ea1111c312
|
added new endpoint getPublicAccountById and introduce the hasViewPrivilege method to check the permission
|
2018-02-25 11:13:11 +01:00 |
|
Simon Redfern
|
efdb47f5c3
|
refactor names hasOwnerView and hasView
|
2018-02-23 14:55:56 +01:00 |
|
Simon Redfern
|
79a3a1b4ff
|
Merge pull request #937 from hongwei1/develop
refactor views stuff
|
2018-02-23 14:23:19 +01:00 |
|
hongwei1
|
c824029e20
|
refactor the views method in User trait.
|
2018-02-23 10:06:50 +01:00 |
|
hongwei1
|
ce046cb44f
|
move some methods into APIUtil
|
2018-02-23 09:37:49 +01:00 |
|
hongwei1
|
92b17465d3
|
code clean - tests
|
2018-02-23 09:37:30 +01:00 |
|
hongwei1
|
8bba8f65e0
|
fixed the tests failded for hasOwnerView
|
2018-02-23 09:15:23 +01:00 |
|
hongwei1
|
1ab142396c
|
fix the hasOwnerView logic, more clear now
|
2018-02-23 07:54:48 +01:00 |
|
Simon Redfern
|
0dfd95f8cb
|
Merge branch 'develop' of github.com:OpenBankProject/OBP-API into develop
|
2018-02-22 15:56:33 +01:00 |
|