Commit Graph

102 Commits

Author SHA1 Message Date
hongwei
30f83680a6 refactor/(api): replace hardcoded technology strings with constants
Use TECHNOLOGY_LIFTWEB and TECHNOLOGY_HTTP4S constants from Constant object
instead of inline string literals "lift" and "http4s" across codebase.
This improves maintainability and reduces risk of typos.
2026-01-29 14:50:07 +01:00
simonredfern
f95e8b8645 ABAC Policy instead of tag 2026-01-14 09:32:23 +01:00
simonredfern
423a6000b0 Cache invalidation WIP 2025-12-31 08:16:59 +01:00
simonredfern
5f5409e34a call counter prefix 2025-12-31 06:06:07 +01:00
simonredfern
3e884478df Rate limit cache invalidation WIP and ignoring one RL test 2025-12-31 05:50:19 +01:00
simonredfern
cf619eec91 system cache namespaces WIP 2025-12-28 14:46:43 +01:00
hongwei
80ccd86c86 refactor/Remove CAN_SEE_TRANSACTION_METADATA constant from permissions list in Constant.scala 2025-08-29 12:08:39 +02:00
hongwei
1c159413d9 refactor/Add CAN_SEE_TRANSACTION_STATUS constant to permissions list and enhance transaction status handling in tests 2025-08-29 11:26:49 +02:00
hongwei
1f0ba6c50d refactor/Add CAN_SEE_TRANSACTION_METADATA constant to permissions list in Constant.scala 2025-08-29 10:33:35 +02:00
hongwei
3b4c3ceb0d feature/viewPermission --fixed All Test 2025-07-12 19:44:30 +02:00
hongwei
cd56a316f1 feature/viewPermission remove the permissions in view 2025-07-12 15:43:30 +02:00
hongwei
41a29c3b42 feature/viewPermission store snake case instead of camel case in database. 2025-07-10 13:57:22 +02:00
hongwei
7b6796a97f refactor/update view permission handling to use allowed_actions 2025-07-09 09:47:38 +02:00
hongwei
538371f8c9 refactor/enhance view permission migration logic and add special permission handling 2025-07-08 11:21:28 +02:00
hongwei
55838208ac refactor/enhance view permission migration logic and improve view permission retrieval 2025-07-07 11:45:48 +02:00
hongwei
867a070f41 refactor/use constants values for all view permissions 2025-07-07 10:46:43 +02:00
hongwei
efd4d2ade2 refactor/update view permission checks to use centralized permission list 2025-07-04 12:55:48 +02:00
hongwei
e49ebb4f76 refactor/update transaction amount handling to conditionally remove sign based on configuration 2025-06-25 13:08:46 +02:00
hongwei
0c4bcba737 refactor/put the props to Constant -api 2025-06-11 14:21:01 +02:00
Marko Milić
259fc6a3cd feature/Add ASPSP-SCA-Approach to POST Consent response Headers 2025-05-19 14:38:30 +02:00
Marko Milić
61b6fa5a4a feature/TPP requests without PSU involvement 2025-05-08 16:04:44 +02:00
Marko Milić
d38a8153e1 feature/Add PSU-Geo-Location header to BG consent 2025-05-07 16:42:26 +02:00
Marko Milić
bd6fe7683f feature/Tweak Berlin Group consent info 2025-05-07 11:22:43 +02:00
Marko Milić
9f33b9f362 feature/Berlin Group Explicit TPP redirect URI page 2025-04-16 13:24:16 +02:00
Marko Milić
c9f5b7aff3 feature/Rename TPP-Redirect-URL => TPP-Redirect-URI 2025-04-09 11:56:37 +02:00
Marko Milić
b021c540d1 feature/Check certificate by TPP list 2025-04-04 15:23:10 +02:00
Marko Milić
e070557828 feature/TPP Certificate Verification of Berlin Group 2025-02-14 15:59:58 +01:00
Marko Milić
07da2c7e12 feature/Enable customer identification via TPP-Signature-Certificate 2025-02-07 13:39:54 +01:00
Marko Milić
cddadabe85 docfix/Enhance error handling at function createBerlinGroupConsentJWT 2025-01-15 10:09:25 +01:00
Marko Milić
f5d689335f feature/Store TPP-Redirect-URL at create consent berlin group 2024-12-16 13:14:46 +01:00
Marko Milić
791908f310 refactor/Remove dependency sun.security.provider.X509Factory 2024-11-21 13:57:39 +01:00
Marko Milić
d9b0f14fa6 feature/Add BG view InitiatePaymentsBerlinGroup 2024-08-09 15:41:38 +02:00
Hongwei
9e93fc72d7 refactor/tweaked the constant variable names 2024-07-05 13:39:37 +02:00
hongwei
13d2b7ae14 refactor/set the default limit = 50 2024-06-18 09:34:31 +02:00
hongwei
53d4302032 bugfix/use :: instead of List for Constant 2024-06-12 13:46:49 +02:00
hongwei
ffa60e853c feature/added the new views to ALL_SYSTEM_VIEWS_CREATED_FROM_CBS 2024-06-10 14:55:44 +02:00
Marko Milić
e14946b85a feature/Add Berlin Group Signing Basket; DB model 2024-01-16 12:05:58 +01:00
hongwei
8f31017a4f docfix/tweaked show.dependent.connectors to show_used_connector_methods 2023-11-16 12:45:02 +01:00
hongwei
2b8811dc4c refactor/added the show.dependent.connectors props, and disabled the getDependentMethods as default 2023-11-16 10:23:01 +01:00
hongwei
ce3d96a2ef refactor/added final to vals 2023-11-16 09:28:21 +01:00
hongwei
4aff57fb96 feature/enhance obp redisCache 2023-11-10 15:18:07 +01:00
hongwei
9842ed896a feature/added the jedisPool and revert the resourceDocs ttl props 2023-11-09 13:52:34 +01:00
hongwei
66014a43fc refactor/use obp simple cache for swaggerDocs 2023-11-08 10:19:04 +01:00
hongwei
bc8dde99b5 feature/use our own cache method - step2 2023-11-07 16:43:15 +01:00
Simon Redfern
c77133383f
Merge pull request #2293 from hongwei1/develop
refactor/set the default api_instance_id to UUID
2023-10-13 15:25:36 +02:00
hongwei
0745b085c4 refactor/set default api_instance_id to UUID 2023-10-13 15:14:49 +02:00
Simon Redfern
c04a7e42d1
Merge pull request #2291 from hongwei1/develop
feature/added the hikariCP properties file and new  DataBaseCleanerScheduler
2023-10-13 09:33:57 +02:00
hongwei
fd4dceef74 refactor/set the "api_instance_id" to Constant- remove lazy 2023-10-12 15:05:59 +02:00
hongwei
f64ab350c0 refactor/set the "api_instance_id" to Constant to lazy 2023-10-12 12:33:17 +02:00
hongwei
c9a3a87107 refactor/set the "api_instance_id" to Constant-tweaked error 2023-10-12 12:18:17 +02:00