Commit Graph

17 Commits

Author SHA1 Message Date
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
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
2d58ed9d19 Add the form key middleware to registering the user 2024-12-02 17:42:06 +00:00
107e55175f Now that sessions work, flash messages do not. 2024-11-24 21:59:42 -05:00
82735d41fd Work out some styles and move the register routes around. 2024-11-08 09:07:29 -05:00
737535ffd5 Add a basic stylesheet. 2024-11-06 21:50:14 -05:00
8424a8c6ee Try and connect to the database. 2024-11-05 22:38:26 -05:00
f788ba63ae Add a connection pool class and start utilizing it. 2024-10-09 21:20:52 -04: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
037cf674a8 Add a dashboard controller. 2024-06-27 19:50:42 -04:00
d05faaead7 Add database migrations, start fleshing out a specific database connection. 2024-06-26 21:10:48 -04:00
d8b21b8a85 Check if user has an active session middleware. 2024-06-16 21:47:44 -04:00
98c34efea5 Add a Slim Response factory to the DI. 2024-06-16 20:44:12 -04:00
f0c91e5aaa Need to add flash when the issue isn't mismatching passwords on the Register User action. 2024-06-15 22:21:09 -04:00
596a2a4103 Add some middleware, start failing tests that use it. 2024-06-15 21:50:40 -04:00
404d4bbc85 rename code to app 2024-05-21 22:00:10 -04:00