|
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 |
|
|
0825c098e5
|
Updated the episode repository, look for any other instances of the insert method from the database handler.
|
2024-11-18 02:54:45 +00:00 |
|
|
8ab60512aa
|
Add the Update change, and see what changes need to happen to the DB handler's methods
|
2024-11-18 02:40:16 +00:00 |
|
|
730777a5ca
|
Use some type hinting in the comments to implement a more generic connection method for the DB handler.
|
2024-11-18 02:03:48 +00:00 |
|
|
1b14f1523b
|
Refactor some of the testing, try and understand why the mocking for the DB Handler is returning null and not true
|
2024-11-18 01:47:18 +00:00 |
|
|
811912784b
|
Add some mocking and testing for the repository class, break out the database handler
|
2024-11-16 22:54:26 -05:00 |
|
|
d23a0dbdb6
|
Fix the repository for users and add a test for the duration parser.
|
2024-11-15 02:40:28 +00:00 |
|
|
cbde3e2fbf
|
Update all the PDO calls, flesh out more of the Episode repository.
|
2024-11-15 02:04:10 +00:00 |
|
|
20a9edf770
|
remove the repository parent interface as I cannot override its methods~
|
2024-11-15 01:18:07 +00:00 |
|
|
6d8a972fef
|
Update some of the documentaiton on the file.
|
2024-11-15 00:51:53 +00:00 |
|
|
4d60c1849c
|
Add more documentation for the file entity.
|
2024-11-14 02:13:12 +00:00 |
|
|
b9ecb3d3ba
|
Update some documentation
|
2024-11-14 02:10:47 +00:00 |
|
|
3edeb9763a
|
Add some documenation
|
2024-11-14 02:07:29 +00:00 |
|
|
7aa1d64994
|
Add the episode repository
|
2024-11-14 01:49:15 +00:00 |
|
|
4f94b80902
|
Start the Episode repository.
|
2024-11-13 03:32:48 +00:00 |
|
|
f64468d5c4
|
Add the templates for the feed and the episode file class
|
2024-11-11 22:29:24 -05:00 |
|
|
af1341fd4a
|
Add the transaction entity and the episodes directory
|
2024-11-11 20:51:00 -05:00 |
|
|
d00d55371c
|
Change up the category entity.
|
2024-11-11 20:38:22 +00:00 |
|
|
d2406b419f
|
Add a method for taking the length in seconds and making a string HH:MM:SS
|
2024-11-11 14:23:45 +00:00 |
|
|
d3a8358816
|
start the channel module.
|
2024-11-11 14:04:05 +00:00 |
|
|
0ded6e24f7
|
Update the query for updating the image repository.
|
2024-11-11 03:37:33 +00:00 |
|
|
b4610fc6a8
|
Update lock file, add documentation to the entity, and the ImageRepository
|
2024-11-11 03:34:57 +00:00 |
|
|
97a85512e4
|
Add more implemention of methods for the image repository
|
2024-11-08 22:21:09 -05:00 |
|
|
1d00f2bda4
|
Start working on repository classes for the Image class
|
2024-11-08 22:03:38 -05:00 |
|
|
82735d41fd
|
Work out some styles and move the register routes around.
|
2024-11-08 09:07:29 -05:00 |
|