Dave Smith-Hayes dsh
178 contributions in the last 12 months
MayJunJulAugSepOctNovDecJanFebMarAprMonWedFri
Less
More
dsh pushed to main at dsh/slovocast 2024-12-04 03:05:51 +00:00
4d93592859 Probably need a way to serialize the domain data.
dsh pushed to main at dsh/slovocast 2024-12-04 02:59:00 +00:00
5b15aeea4e Use the url_for method, skeleton changes and dashboard fill out. Still not getting flash messages but am getting session data.
dsh pushed to main at dsh/slovocast 2024-12-03 15:57:56 +00:00
d45800cfc4 Avoid creating a new Twig instance, get it from the request set up in the middleware
dsh pushed to main at dsh/slovocast 2024-12-03 04:10:35 +00:00
f45c5a6551 Get rid of noise in docker logs for missing favicon from the app, reset documentation and try and figure out how to render templates globally
dsh pushed to main at dsh/slovocast 2024-12-03 03:08:43 +00:00
0567bdd897 Finally get the xdebug stuff working, save sessions after handling the responses, not sure why teh storage for the flash class is empty by the time twig renders.
dsh pushed to main at dsh/slovocast 2024-12-02 20:02:18 +00:00
7c9f5f6bf8 Add pre-request for the form key
dsh pushed to main at dsh/slovocast 2024-12-02 20:01:21 +00:00
bf48532ac1 Get the form key from the session first, and then send the request to create a user afterwards.
dsh pushed to main at dsh/slovocast 2024-12-02 17:42:41 +00:00
f3bbfd7762 Add the form key to the register form.
dsh pushed to main at dsh/slovocast 2024-12-02 17:39:36 +00:00
2d58ed9d19 Add the form key middleware to registering the user
dsh pushed to main at dsh/slovocast 2024-11-29 20:09:30 +00:00
4a85bcac8c Add a form key middleware for handling the form key logic
dsh pushed to main at dsh/slovocast 2024-11-29 20:02:41 +00:00
711441c8ef Add a form key middleware for securing some forms to the sessions on the site.
dsh pushed to main at dsh/slovocast 2024-11-29 19:53:08 +00:00
60025c1089 Check the whole div tag for the error message
dsh pushed to main at dsh/slovocast 2024-11-29 19:51:50 +00:00
01759b241b Check if the flash renders to the template, check if the flash messages are empty after rendering.
dsh pushed to main at dsh/slovocast 2024-11-29 19:47:59 +00:00
b9b62c2d5c Rewrite the test, which works, yet doesn't work when running the actual site?
dsh pushed to main at dsh/slovocast 2024-11-28 03:40:10 +00:00
d782bd9081 Try and figure out what's going on with the flash messages.
dsh pushed to main at dsh/slovocast 2024-11-26 13:57:02 +00:00
7fc7b95ccd Add xdebug to the php container.
dsh pushed to main at dsh/slovocast 2024-11-26 03:08:57 +00:00
ca4be5e3ec Add test case for the flash messages that seems to fail when using the site.
dsh pushed to main at dsh/slovocast 2024-11-26 03:06:04 +00:00
b4bc66d288 Test case for the flash message seems to work
dsh pushed to main at dsh/slovocast 2024-11-26 01:42:51 +00:00
7b12f10989 Add some documenation and pull the session interface out once.
dsh pushed to main at dsh/slovocast 2024-11-26 01:30:38 +00:00
a1c3bea6e5 Add the session handler as a global twig variable, check for user session details in the skeleton