This website requires JavaScript.
Explore
Help
Register
Sign In
matt
/
monacousa-portal
Watch
1
Star
0
Fork
0
You've already forked monacousa-portal
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
build.yml
Actor
All actors
matt
ron
Status
All status
Success
Failure
Waiting
Running
Refactor password reset to use dedicated Keycloak admin client
create-and-push-image.yaml #44
:
Commit
c84442433f
pushed by
matt
main
2025-08-07 17:53:07 +02:00
2m55s
View workflow file
Fix redirect loops and SSR hydration issues in auth flow
create-and-push-image.yaml #43
:
Commit
c6a57c7922
pushed by
matt
main
2025-08-07 17:24:20 +02:00
2m59s
View workflow file
Simplify auth system by removing throttling and mobile workarounds
create-and-push-image.yaml #42
:
Commit
423d8c3aa1
pushed by
matt
main
2025-08-07 17:15:07 +02:00
3m0s
View workflow file
Fix auth throttling causing login loops by adding forced session checks
create-and-push-image.yaml #41
:
Commit
616490dfef
pushed by
matt
main
2025-08-07 17:04:31 +02:00
3m27s
View workflow file
Fix iOS Safari auth loops and simplify admin dashboard
create-and-push-image.yaml #40
:
Commit
2843bcf4f5
pushed by
matt
main
2025-08-07 16:23:12 +02:00
3m4s
View workflow file
feat: enhance mobile compatibility and debugging across authentication and system metrics
create-and-push-image.yaml #39
:
Commit
146b3c9400
pushed by
matt
main
2025-08-07 16:12:00 +02:00
3m18s
View workflow file
Add system monitoring with real-time metrics to admin dashboard
create-and-push-image.yaml #38
:
Commit
ec6958375c
pushed by
matt
main
2025-08-07 15:54:12 +02:00
2m54s
View workflow file
Add PWA support with install banner and app icons
create-and-push-image.yaml #37
:
Commit
d0c9c02bf9
pushed by
matt
main
2025-08-07 15:49:18 +02:00
2m56s
View workflow file
Clean up authentication troubleshooting artifacts
create-and-push-image.yaml #36
:
Commit
91cbffe189
pushed by
matt
main
2025-08-07 15:17:52 +02:00
3m1s
View workflow file
feat: implement sequential thinking MCP server with tool handling and logging
create-and-push-image.yaml #35
:
Commit
99772ab62c
pushed by
matt
main
2025-08-07 15:01:03 +02:00
2m53s
View workflow file
fix: streamline authentication check on dashboard mount and improve routing logic
create-and-push-image.yaml #34
:
Commit
5c8bf15956
pushed by
matt
main
2025-08-07 14:44:52 +02:00
2m43s
View workflow file
fix: improve login redirect reliability by using window.location for navigation
create-and-push-image.yaml #33
:
Commit
aa541fcc5c
pushed by
matt
main
2025-08-07 14:34:42 +02:00
2m54s
View workflow file
Refactor login flow to return redirect URL instead of direct navigation
create-and-push-image.yaml #32
:
Commit
789ecd7eab
pushed by
matt
main
2025-08-07 14:29:52 +02:00
2m43s
View workflow file
feat: implement server-side session management with session ID storage and cleanup
create-and-push-image.yaml #31
:
Commit
af4fae6378
pushed by
matt
main
2025-08-07 14:19:47 +02:00
2m51s
View workflow file
fix: update SameSite cookie attribute to 'none' for cross-site requests
create-and-push-image.yaml #30
:
Commit
fe5aed075f
pushed by
matt
main
2025-08-07 14:13:20 +02:00
2m45s
View workflow file
fix: enforce secure cookie setting for session management
create-and-push-image.yaml #29
:
Commit
eef81d7409
pushed by
matt
main
2025-08-07 14:08:05 +02:00
2m47s
View workflow file
feat: improve login process with enhanced session handling and error management
create-and-push-image.yaml #28
:
Commit
98ef466022
pushed by
matt
main
2025-08-07 13:54:12 +02:00
2m55s
View workflow file
feat: enhance login process with session data retrieval and role extraction
create-and-push-image.yaml #27
:
Commit
1b2ce79919
pushed by
matt
main
2025-08-07 13:41:01 +02:00
3m5s
View workflow file
feat: enhance login method with detailed logging for request and response
create-and-push-image.yaml #26
:
Commit
05b8d97e22
pushed by
matt
main
2025-08-07 13:16:06 +02:00
2m52s
View workflow file
feat: add plugin to unregister existing service workers on client
create-and-push-image.yaml #25
:
Commit
989c56acbf
pushed by
matt
main
2025-08-07 13:10:46 +02:00
2m51s
View workflow file
fix: resolve login redirect failures by removing cookie domain and implementing session data encryption
create-and-push-image.yaml #24
:
Commit
cbaedeb0a8
pushed by
matt
main
2025-08-07 13:04:50 +02:00
3m9s
View workflow file
Fix login authentication flow and improve proxy configuration
create-and-push-image.yaml #23
:
Commit
2c545dcaaa
pushed by
matt
main
2025-08-07 12:58:07 +02:00
2m50s
View workflow file
feat: enhance session cookie handling with domain configuration and expiration settings
create-and-push-image.yaml #22
:
Commit
57428f437c
pushed by
matt
main
2025-08-07 12:49:07 +02:00
2m52s
View workflow file
fix: ensure session cookie is properly read by forcing page reload on login success
create-and-push-image.yaml #21
:
Commit
c2c9f2fb8e
pushed by
matt
main
2025-08-07 12:38:09 +02:00
2m53s
View workflow file
Refactor authentication system with tier-based access control
create-and-push-image.yaml #20
:
Commit
cd29123e23
pushed by
matt
main
2025-08-07 12:31:42 +02:00
2m59s
View workflow file
feat: implement custom login system with direct authentication
create-and-push-image.yaml #19
:
Commit
2c2c0f5c33
pushed by
matt
main
2025-08-07 03:46:22 +02:00
2m52s
View workflow file
Add debug logging and cookie domain configuration to auth flow
create-and-push-image.yaml #18
:
Commit
858b252a7e
pushed by
matt
main
2025-08-07 03:27:45 +02:00
10m15s
View workflow file
feat: add debug entrypoint script and enhance health check logging
create-and-push-image.yaml #17
:
Commit
d8420b8f9e
pushed by
matt
main
2025-08-07 02:59:28 +02:00
2m33s
View workflow file
chore: update Docker deployment guide and configuration
create-and-push-image.yaml #16
:
Commit
378e730c68
pushed by
matt
main
2025-08-07 01:35:19 +02:00
2m40s
View workflow file
First
Previous
...
4
5
6
7
8
Next
Last