Commit Graph
56 Commits
Author SHA1 Message Date
Matilda LandströmandMichael Zetterberg d64a253300 Merged in feat/seamless-logout (pull request #212)
feat(WEB-207): seamless logout v.2

Approved-by: Michael Zetterberg
2024-05-31 06:42:10 +00:00
Matilda Landström 0ab35679f8 fix: move logic to middleware 2024-05-31 08:18:37 +02:00
Matilda Landström 6211eda353 fix: remove clean up cookie 2024-05-31 08:18:37 +02:00
Matilda Landström 3ebe79b3c5 refactor: update logging 2024-05-31 08:18:37 +02:00
Matilda Landström 956178e6f2 chore: add redirect to Curity logout endpoint 2024-05-31 08:18:37 +02:00
Matilda Landström 9c1a24835d fix: switching null check 2024-05-31 08:18:37 +02:00
Matilda Landström 6e94d28073 fix: add back clean cookie 2024-05-31 08:18:37 +02:00
Matilda Landström b9c642a35b fix: remove returnurl since not used, remove double redirect when request coming from current web 2024-05-31 08:18:37 +02:00
Matilda Landström 9d98a93e3a fix: update middleware matcher to pathname includes 2024-05-31 08:18:37 +02:00
Matilda Landström f884383c3c fix: remove session and sidebar 2024-05-30 16:07:42 +02:00
Matilda Landström c52275c536 fix: prepare for removing the old breadcrumbs 2024-05-30 16:07:42 +02:00
Matilda Landström c8247bb2e4 refactor: move contentype to header 2024-05-30 16:07:42 +02:00
Matilda Landström 286227705a fix: always show breadcrumbs 2024-05-30 16:07:18 +02:00
Matilda Landström b74c904b63 refactor: separate queries for loyalty and mypages 2024-05-30 16:07:18 +02:00
Matilda Landström 2dcf31e851 refactor: renaming from accountPage to myPages 2024-05-30 16:07:18 +02:00
Matilda Landström 6abbc7811a refactor: rename queries to myPages 2024-05-30 16:07:17 +02:00
Matilda Landström c47021e321 refactor: rename myPages fragments 2024-05-30 16:07:17 +02:00
Matilda Landström 9d52838569 refactor: move LoyaltyPageBreadcrumbs fragment to separate file 2024-05-30 16:07:17 +02:00
Matilda Landström 3b14b9fa48 fix: add typing 2024-05-30 16:07:17 +02:00
Matilda Landström 3e284d2c0b refactor: rename import 2024-05-30 16:07:17 +02:00
Matilda Landström fb4fbb1cbd refactor: reuse query code for both loyalty and account pages 2024-05-30 16:07:17 +02:00
Matilda Landström 0b694f6a74 refactor: clean up an reuse code 2024-05-30 16:07:17 +02:00
Matilda Landström ca5120d3e3 chore: change account page breadcrumbs to same structure as loyalty page 2024-05-30 16:01:04 +02:00
Matilda Landström ed2fe5b30e refactor: change name on breadcrumbs unique id for loyalty page 2024-05-30 16:01:04 +02:00
Matilda Landström eecb4b5526 fix: add lang for sidebar 2024-05-30 16:01:04 +02:00
Matilda Landström c8db459b9b refactor: cleanup 2024-05-30 16:01:04 +02:00
Matilda Landström 4cfd908024 refactor: update names 2024-05-30 16:01:04 +02:00
Matilda Landström 9a9da7595c chore: add mypages navigation sidebar to loyalty page 2024-05-30 16:01:04 +02:00
Matilda Landström b262ebdb7c chore: add breadcrumbs to loyalty page 2024-05-30 16:01:04 +02:00
Matilda Landström c24f9026f7 fix: linting 2024-05-30 16:01:04 +02:00
Matilda Landström f048e96e02 fix: import linting 2024-05-30 16:01:04 +02:00
Matilda LandströmandMichael Zetterberg e853f3980a Merged in feat/seamless-logout (pull request #194)
feat(WEB-207): Seamless logout

Approved-by: Michael Zetterberg
2024-05-23 12:54:44 +00:00
Matilda Landström bb4b383caf fix: destructure lang prop 2024-05-23 14:15:02 +02:00
Matilda Landström ebd93db3d0 fix: env variables in correct order 2024-05-23 14:14:28 +02:00
Matilda Landström c35176dda8 refactor: remove console.log 2024-05-23 14:05:03 +02:00
Matilda Landström 93cb383220 refactor: cleanup 2024-05-23 14:05:03 +02:00
Matilda Landström e3e4d6c1c8 fix: cleanup logs 2024-05-23 14:05:03 +02:00
Matilda Landström e65145687d chore: add back language specific routes 2024-05-23 14:05:03 +02:00
Matilda Landström eeceddc545 chore: remove invalidateSession 2024-05-23 14:05:03 +02:00
Matilda Landström dec41fa477 chore: add middleware for logout from current web 2024-05-23 14:05:02 +02:00
Matilda Landström 9a92e637b9 fix: update comment 2024-05-23 14:05:02 +02:00
Matilda Landström d521f9fe27 fix: remove code from rebase 2024-05-23 14:05:02 +02:00
Matilda Landström 3085cccf8b chore: add lang for logout href 2024-05-23 14:05:02 +02:00
Matilda Landström af1d65f4bb chore: add new endpoint for logout from current web 2024-05-23 14:05:02 +02:00
Matilda Landström 3ba78986da fix: temp logs 2024-05-23 14:05:02 +02:00
Matilda Landström 74ff37008d temp 2024-05-23 14:05:02 +02:00
Matilda Landström a43754d624 chore: change sidebar logout href 2024-05-23 14:05:02 +02:00
Matilda Landström 1777ed0205 chore: update logout route as login 2024-05-23 14:05:02 +02:00
Matilda Landström 02107784ad chore: add temp env endpoint for seamless logout 2024-05-23 14:05:02 +02:00
Matilda Landström 5c3a57c43a chore: add invalidateSessions endpoint and query 2024-05-23 14:05:02 +02:00
Matilda LandströmandSimon.Emanuelsson 4243056fe8 Merged in feat/stays-loadMore (pull request #142)
feat/stays loadMore

Approved-by: Simon.Emanuelsson
2024-04-29 10:21:38 +00:00
Matilda Landström 902284bae3 refactor: update import 2024-04-26 16:49:01 +02:00
Matilda Landström 861ad26f21 chore: update my stays to new MVP design 2024-04-26 16:06:41 +02:00
Matilda Landström 38d65f7b37 refactor: refactor according to PR comments 2024-04-26 16:06:41 +02:00
Matilda Landström 7480b212e2 chore: add load more functionality, with refactored css 2024-04-26 16:06:41 +02:00
Matilda LandströmandMichael Zetterberg 285f8bdcfa Merged in feat/my-stays (pull request #106)
Feat/my stays

Approved-by: Michael Zetterberg
Approved-by: Simon.Emanuelsson
2024-04-22 05:12:41 +00:00