Hongwei
a1cbfbe1d8
bugfix/sonarcloud Introduce a new variable or use its initial value before reassigning
2023-12-18 10:34:24 +01:00
Simon Redfern
5482acb258
Merge pull request #351 from hongwei1/develop
...
refactor/display milliseconds instead of microseconds for metric page
2023-12-13 13:10:17 +01:00
Hongwei
2e0aee089b
refactor/display milliseconds instead of microseconds for metric page
2023-12-12 13:55:35 +01:00
Simon Redfern
19a496cae2
Merge pull request #350 from hongwei1/develop
...
bugfix/tweaked the BarchartData. put to html instead of JS
2023-12-07 16:09:49 +01:00
Hongwei
026ceee46a
refactor/commented the unused code
2023-12-07 13:35:34 +01:00
Hongwei
9c73bf235b
refactor/set the default KPI is the weekly page
2023-12-07 13:28:48 +01:00
Hongwei
21752f77e7
bugfix/tweaked the BarchartData. put to html instead of JS
2023-12-07 13:26:11 +01:00
Simon Redfern
b3cb4aae05
Merge pull request #349 from hongwei1/develop
...
refactor/enhanced the perfermance
2023-12-07 11:41:35 +01:00
Hongwei
ad283e84ad
refactor/comment not used logic - enhanced performance
2023-12-07 00:27:41 +01:00
Hongwei
4d197d0776
refactor/tweaked Active Apps to Top 100
2023-12-07 00:08:11 +01:00
Hongwei
fabbf30412
refactor/tweaked the default limit to 5
2023-12-07 00:03:50 +01:00
Simon Redfern
b2ffa958cb
Merge pull request #348 from hongwei1/develop
...
refactor/enhanced the performance and code clean
2023-12-06 23:49:53 +01:00
Hongwei
6f0a8187e4
refactor/enhanced the performance and code clean
2023-12-06 23:35:37 +01:00
Simon Redfern
7030e3039a
Merge pull request #347 from hongwei1/develop
...
refactor/removed the duplicated rest calls
2023-12-06 15:17:22 +01:00
Simon Redfern
7e7a3db20b
Merge pull request #345 from nemozak1/develop
...
Change to use OBP v5.1.0 as default.
2023-12-06 15:17:07 +01:00
Hongwei
22e1378e79
refactor/removed the duplicated rest calls
2023-12-06 15:01:16 +01:00
Simon Redfern
edba69ada0
Merge pull request #346 from hongwei1/develop
...
feature/added the lastEndpoint info on metric page
2023-12-06 13:23:16 +01:00
Hongwei
5e3b073cde
feature/added the lastEndpoint info on metric page - added the to_date to get_metric_last_endpoint
2023-12-06 12:20:22 +01:00
Hongwei
e31d48dbe7
feature/added the lastEndpoint info on metric page - tweaked the page content
2023-12-06 12:02:11 +01:00
Hongwei
d196ae7868
feature/added the lastEndpoint info on metric page
2023-12-04 14:00:52 +01:00
nemo
76c66e39d9
Deglobalise API version
2023-12-01 15:44:52 +00:00
nemo
b2f017e72f
Change to use OBP v5.1.0 as default.
2023-11-30 16:36:01 +00:00
Simon Redfern
6c46e9fbd0
Merge pull request #344 from hongwei1/develop
...
bugfix/fixed error handling and the time field on metrics
2023-11-30 13:56:09 +01:00
Hongwei
ff2b2030e4
bugfix/enhanced the error handling
2023-11-29 16:07:55 +01:00
Hongwei
6b54d4a107
bugfix/merge date time to same form row
2023-11-29 14:54:13 +01:00
Hongwei
3491f17e75
Merge remote-tracking branch 'OpenBankProject/develop' into develop
2023-11-28 12:40:17 +01:00
Simon Redfern
368a6956ab
Merge pull request #343 from nemozak1/develop
...
Add Response Body and IP fields to metrics.
2023-11-26 09:08:45 +01:00
nemo
a99821b0a9
Add response body and IP fields to metrics
2023-11-24 19:22:32 +00:00
nemo
a05fc3b770
Add IP, response body columns to Metrics, start autocomplete feature.
2023-11-24 11:11:00 +00:00
Simon Redfern
460193e047
Merge pull request #342 from nemozak1/develop
...
Add Secure and HttpOnly flags to CSRF token cookies, make session timer discreet
2023-11-22 15:13:30 +01:00
nemo
385faab72e
Revert "Merge branch 'metrics' into develop"
...
This reverts commit d28966c3e1 , reversing
changes made to d73c16efa2 .
2023-11-22 11:23:52 +00:00
nemo
1156325b20
Add secure CSRF cookies and discreet timer
...
The session logout countdown timer is made more discreet. Secure and Httponly flags are added to the CSRF token cookie.
2023-11-22 10:50:28 +00:00
nemo
d28966c3e1
Merge branch 'metrics' into develop
2023-11-21 17:35:45 +00:00
Simon Redfern
b258431447
Merge pull request #341 from nemozak1/develop
...
Add auto-logout function.
2023-11-21 10:56:06 +01:00
nemo
d73c16efa2
Add auto-logout function.
...
Add an auto logout function that makes a call to the /obp/v5.1.0/ui/suggested-session-timeout to find the suggested session timeout time. Failing this, we default to a timeout of 300 seconds. A timer can be seen next to the logout button which shows the time remaining before logout.
2023-11-20 22:52:20 +00:00
Simon Redfern
effc266296
Merge pull request #340 from nemozak1/develop
...
Add django-csp to requirements
2023-11-13 12:18:46 +01:00
nemo
eec9ed8022
Add django-csp to requirements
2023-11-13 11:17:17 +00:00
nemo
4944f9c5b0
Revert "Add django-csp to requirements"
...
This reverts commit c4d1d78dc6 .
2023-11-13 11:16:25 +00:00
nemo
c4d1d78dc6
Add django-csp to requirements
2023-11-13 11:14:59 +00:00
Simon Redfern
0be2a702eb
Merge pull request #339 from nemozak1/develop
...
Add Secure Session Cookies
2023-11-09 12:14:46 +01:00
nemo
a1023ba6d9
Merge branch 'cyber-security' into develop
2023-11-09 12:09:36 +01:00
nemo
ad33b54081
Added Secure Session Cookies
2023-11-09 12:08:21 +01:00
Simon Redfern
1f95eb1123
Merge pull request #338 from nemozak1/develop
...
Add Content Security Policy Headers
2023-11-06 17:48:45 +01:00
nemo
6812c95077
Add frame-ancestors and form action policy. Fix scripts broken by CSP.
2023-11-06 16:02:08 +01:00
nemo
57e161b5d3
Move unsafe inline styles in base HTML to base CSS
2023-11-06 12:29:47 +01:00
nemo
016f73e02b
Added TODO
2023-11-03 12:24:37 +01:00
nemo
8c595268db
Add columns for IP adresses in the metrics table.
2023-11-03 11:45:17 +01:00
nemo
93bcbc02d4
Added Content Security Policy Headers.
2023-11-01 16:19:41 +01:00
karmaking
0668febbd0
Fix: Change API ROOT to API host in footer
2023-10-23 11:25:34 +02:00
Simon Redfern
7fd8530f29
Merge pull request #336 from tawoe/UPSTREAM-develop
...
fix user export
2023-10-18 17:15:18 +02:00