|
75e4f5f808
|
Add FactoryInterface and work on factory classes for entities.
|
2025-04-16 22:04:24 -04:00 |
|
|
0a1077c2dc
|
Update some namespacing and errors.
|
2025-04-15 21:48:39 -04:00 |
|
|
4477962d3a
|
The session will have the form key, no need to inject it into the template.
|
2025-04-15 21:39:21 -04:00 |
|
|
8a936fc2f7
|
Add form key middleware
|
2025-04-15 21:30:35 -04:00 |
|
|
281edf9104
|
Add documentation for some exceptions that can be thrown.
|
2025-04-15 21:09:37 -04:00 |
|
|
d3d6d078c4
|
Move to the Handler naming and namespace the pages.
|
2025-04-15 21:04:24 -04:00 |
|
|
f9ddfa83cb
|
Start handling file uploads.
|
2025-04-06 23:12:46 -04:00 |
|
|
3fe372865c
|
add a record trait, update some tests, work on the EpisodeFileRepository
|
2025-04-06 22:07:23 -04:00 |
|
|
057a61b3ee
|
Add interfaces for the repository class.
|
2024-12-31 10:17:31 -05:00 |
|
|
e300f2b679
|
Add an interface for the Channel Aggregate so we can test it easier.
|
2024-12-31 10:05:46 -05:00 |
|
|
89b2fc0689
|
Flesh out the aggregate class for channels.
|
2024-12-31 09:59:48 -05:00 |
|
|
25b9f2b798
|
Start with a channel aggregate.
|
2024-12-31 09:55:58 -05:00 |
|
|
7f322080c9
|
Add the update method to the episodes.
|
2024-12-31 09:20:29 -05:00 |
|
|
a3035c8900
|
Update the user session management into discrete interfaces.
|
2024-12-30 21:08:20 +00:00 |
|
|
1003f2ddd3
|
Try and figure out some more DOM XML stuff.
|
2024-12-29 03:35:05 +00:00 |
|
|
5b0cef92ba
|
Add some basic feed generation when I should work on episode models.
|
2024-12-29 03:26:05 +00:00 |
|
|
b88d99196d
|
Fix the flash messages
|
2024-12-27 03:09:29 +00:00 |
|
|
be92fda17b
|
Update code to handle actually creating the channel.
|
2024-12-16 22:03:25 -05:00 |
|
|
b8034b6a0a
|
Add some documentation to code, reformat things.
|
2024-12-16 03:39:21 +00:00 |
|
|
3824522ff5
|
Add a check to pull the user from the DB to pass into the Channel repository, add the route.
|
2024-12-16 02:44:39 +00:00 |
|
|
83cc9b194c
|
Get the channels for a user on the dashboad.
|
2024-12-14 09:37:30 -05:00 |
|
|
b9db0d97dc
|
Flesh out the add channel handler.
|
2024-12-14 09:32:00 -05:00 |
|
|
bc9997a817
|
Handle creating a channel.
|
2024-12-14 09:24:29 -05:00 |
|
|
b69b29e54a
|
Use the Odan session start middleware
|
2024-12-09 14:29:03 +00:00 |
|
|
79de277f2d
|
Update composer, remove self-rolled flash messages, update the tests to see if they work (they fail)
|
2024-12-08 21:59:39 -05:00 |
|
|
5e4a2289a1
|
Add a flash manager but it still doesn't work properly on the twig templates.
|
2024-12-06 20:24:07 +00:00 |
|
|
c19cde193f
|
Implement own flash messages interface and class.
|
2024-12-05 16:34:03 +00:00 |
|
|
5b15aeea4e
|
Use the url_for method, skeleton changes and dashboard fill out. Still not getting flash messages but am getting session data.
|
2024-12-03 22:01:31 -05:00 |
|
|
d45800cfc4
|
Avoid creating a new Twig instance, get it from the request set up in the middleware
|
2024-12-03 16:00:27 +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
|
2024-12-02 23:13:05 -05: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.
|
2024-12-02 22:11:12 -05:00 |
|
|
2d58ed9d19
|
Add the form key middleware to registering the user
|
2024-12-02 17:42:06 +00:00 |
|
|
4a85bcac8c
|
Add a form key middleware for handling the form key logic
|
2024-11-29 15:11:59 -05:00 |
|
|
711441c8ef
|
Add a form key middleware for securing some forms to the sessions on the site.
|
2024-11-29 15:05:09 -05:00 |
|
|
b9b62c2d5c
|
Rewrite the test, which works, yet doesn't work when running the actual site?
|
2024-11-29 14:50:27 -05:00 |
|
|
d782bd9081
|
Try and figure out what's going on with the flash messages.
|
2024-11-27 22:42:37 -05:00 |
|
|
b4bc66d288
|
Test case for the flash message seems to work
|
2024-11-25 22:08:28 -05:00 |
|
|
7b12f10989
|
Add some documenation and pull the session interface out once.
|
2024-11-25 20:45:16 -05:00 |
|
|
a1c3bea6e5
|
Add the session handler as a global twig variable, check for user session details in the skeleton
|
2024-11-25 20:33:04 -05:00 |
|
|
e7aabff62c
|
Try and debug the Twig templating
|
2024-11-24 22:22:57 -05:00 |
|
|
5f2e7476ff
|
Still can't find out why the flash isn't setting and rendering to the page.
|
2024-11-24 22:19:07 -05:00 |
|
|
f6fc19a55f
|
Format a little bit.
|
2024-11-24 22:10:36 -05:00 |
|
|
107e55175f
|
Now that sessions work, flash messages do not.
|
2024-11-24 21:59:42 -05:00 |
|
|
89a6d50e5f
|
Test logging in and get all the names and typos worked out for getting sessions working.
|
2024-11-24 21:35:34 -05:00 |
|
|
7b54952b55
|
Add the session middleware for starting the session on every request.
|
2024-11-24 21:22:49 -05:00 |
|
|
38cdd1bfb2
|
Add timestamps to teh user since its also an entity, and test the login. Add a redirect helper for the responses.
|
2024-11-21 21:44:18 -05:00 |
|
|
aab1138163
|
Update the user table to have the timestamps
|
2024-11-21 21:30:44 -05:00 |
|
|
8dce6a1603
|
Test throwing EntityNotFoundException when trying to get nothing from the repository.
|
2024-11-18 20:31:44 -05:00 |
|
|
4d25d3039a
|
Refactor some of the query strings, update the documentation.
|
2024-11-18 14:47:38 +00:00 |
|
|
e8a9624ba1
|
Add more documention and use a more generic name for the connection string.
|
2024-11-18 14:41:49 +00:00 |
|