Commit Graph

40 Commits

Author SHA1 Message Date
7fd5798454 Render a flash message component for each message 2024-12-29 02:54:53 +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
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
bc9997a817 Handle creating a channel. 2024-12-14 09:24:29 -05: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
d119e479f0 Add a navigation component. 2024-12-05 14:13:11 +00:00
2910b2e62f Use url_for wherever I can. 2024-12-05 13:32:34 +00:00
4d93592859 Probably need a way to serialize the domain data. 2024-12-03 22:08:22 -05: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
f3bbfd7762 Add the form key to the register form. 2024-12-02 17:45:12 +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
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
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
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
037ec4eee9 Add user registration validation 2024-11-16 21:44:55 -05:00
36522292b0 Add the template for the feed. 2024-11-11 22:34:54 -05:00
f64468d5c4 Add the templates for the feed and the episode file class 2024-11-11 22:29:24 -05:00
fc0d816062 Add a CLI container for running composer and phinx while developing. 2024-11-08 12:40:46 -05:00
82735d41fd Work out some styles and move the register routes around. 2024-11-08 09:07:29 -05:00
10e4305e62 Added more styles to the site. 2024-11-06 22:45:03 -05:00
56f9683d0a change the css a bit 2024-11-06 22:21:41 -05:00
737535ffd5 Add a basic stylesheet. 2024-11-06 21:50:14 -05:00
26c769972e Add some Vagrantfile stuff for dev, and maybe deployment? 2024-11-04 22:44:00 -05:00
5c72cdbfd5 Start building out a PHP container that will run the server. 2024-07-17 22:05:42 -04:00
982d348a34 Add layout components and middlewares. 2024-07-17 21:32:25 -04:00
a0a0bfcb35 Start on the dashboard template. 2024-06-27 20:34:37 -04:00
fc18781964 Add the definitions for the Repository classes, need to use them in the bootstrap class. 2024-06-16 21:55:44 -04:00
4ff2c8cc3a Add the login page, add some comments to the test. 2024-06-16 20:09:09 -04:00
1914885d04 Add some Flash message tests and the flashes to the skeleton template. 2024-06-04 21:16:59 -04:00
d6bb157b73 Add configuration for session, add Odan Session classes. 2024-06-02 22:11:24 -04:00
ec3af79323 Test creating a new user. 2024-05-29 22:56:19 -04:00
c478be5601 Fix the configuration organization and add more implementations for the repositories. 2024-05-25 21:44:57 -04:00
f3f36b333c Add success page. 2024-05-23 22:39:38 -04:00
404d4bbc85 rename code to app 2024-05-21 22:00:10 -04:00