Commit Graph
100 Commits
Author SHA1 Message Date
WilliamMiceli 5025f6aa49 Not declaring message ID anymore 2019-12-04 17:56:10 -05:00
WilliamMiceli 8842492263 Merge branch 'master' of https://git.williammiceli.systems/williammiceli-educational/CS4430-Project 2019-12-04 17:55:19 -05:00
WilliamMiceli 60edb6aa5c messageID now auto-increments 2019-12-04 17:55:02 -05:00
WilliamMiceli 65d723189c Fixed placeholders 2019-12-04 17:43:29 -05:00
WilliamMiceli 5705abe102 Added First and Last name fields and added INSERT for contacts table 2019-12-04 17:39:31 -05:00
WilliamMiceli 5967ee13e0 Login fields now only allow alphanumeric characters 2019-12-04 17:19:32 -05:00
WilliamMiceli 05275da9b6 Signup is now functional! 2019-12-04 17:10:55 -05:00
WilliamMiceli 62486df5fb Login page is now the default landing page 2019-12-04 16:06:13 -05:00
WilliamMiceli 85ab536dd1 Moved into the navigation bar 2019-12-04 16:05:58 -05:00
WilliamMiceli 604d42f707 Removed duplicate 2019-12-04 16:05:42 -05:00
William Miceli 2a8564dbdf Minor fixes 2019-12-04 01:52:02 -05:00
William Miceli 59711ac7f6 New signup page! Hopefully it works... 2019-12-04 01:51:50 -05:00
William Miceli 0516a4597a Minor updates 2019-12-04 01:51:34 -05:00
William Miceli 2b11c3339a Visual improvements 2019-12-03 23:53:43 -05:00
William Miceli e93827e46f Fixes and cleanup 2019-12-03 22:53:52 -05:00
William Miceli 393b9e8725 Fixed case of filename 2019-12-03 22:53:40 -05:00
William Miceli 4139767a22 Made things look a little nicer 2019-12-03 22:24:42 -05:00
William Miceli dff8bd9306 Previous version was horrible... trying to keep things stupid simple 2019-12-03 06:01:54 -05:00
William Miceli e8a40fc89b Making things look a little nicer hopefully 2019-12-03 05:44:33 -05:00
William Miceli a71ea11075 Needed in this location actually 2019-12-03 05:44:18 -05:00
William Miceli 029971608a Attempting to add a modular navigation bar 2019-12-03 05:23:34 -05:00
William Miceli 0c59c98d75 Major re-work of things... 2019-12-03 04:41:39 -05:00
William Miceli efed1f081f Functional 2019-12-03 04:41:11 -05:00
William Miceli fcaee64038 Core functionality is done 2019-12-03 04:40:58 -05:00
William Miceli 9cf9218dcb Combined into the login page 2019-12-03 04:40:39 -05:00
William Miceli 6901fe3de2 All PHP pages now 2019-12-03 04:40:00 -05:00
William Miceli aa2a2900dd Seemed like a typo? 2019-12-03 04:39:40 -05:00
William Miceli 7c51cd7891 Uniformity in camelCase 2019-12-03 04:39:22 -05:00
William Miceli 52c4f35350 No longer need to put the database server connection info in each page 2019-12-03 04:38:53 -05:00
William Miceli 40debb217c Found way to insert multiple values using single VALUES clause 2019-12-03 04:37:29 -05:00
William Miceli b9afe780e5 Using caps to be consistent 2019-12-03 04:37:03 -05:00
WilliamMiceli d11570a3f6 Adjusting redirect method 2019-11-25 14:48:21 -05:00
WilliamMiceli 2e85edcfb4 Attempting to save $_POST data to be used on loginCheck.php page 2019-11-25 14:42:38 -05:00
WilliamMiceli eba4ae6401 Renamed; added $_POST to be shown 2019-11-25 14:11:39 -05:00
WilliamMiceli bf13e08e76 Using index.html now 2019-11-25 13:48:50 -05:00
WilliamMiceli a2e66af73c Removed die(); as it might be messing with things. 2019-11-25 13:40:24 -05:00
WilliamMiceli 49e5b074ab Added index directive 2019-11-25 13:32:35 -05:00
WilliamMiceli 900b9c5c88 Merge branch 'master' of https://git.williammiceli.systems/williammiceli-educational/CS4430-Project 2019-11-25 13:25:44 -05:00
WilliamMiceli 145146a561 Trying to fix login issue 2019-11-25 13:25:29 -05:00
William Miceli e975293cab Lots and lots of stuff... 2019-11-25 06:06:27 -05:00
William Miceli acc4dcb4ec Indentation fix 2019-11-25 05:57:54 -05:00
William Miceli 1431c5273a Indentation 2019-11-25 05:57:33 -05:00
William Miceli f1fcba3e83 User authentication setup - first test 2019-11-25 04:31:19 -05:00
William Miceli 70373d1453 Fixed missing end tag; page works again 2019-11-25 01:26:53 -05:00
William Miceli e24d376cb0 Explicitly using desired versions; added nano editor into dockerfile (less logs) 2019-11-24 23:00:53 -05:00
William Miceli e7edd119f9 Small fix 2019-11-24 23:00:10 -05:00
William Miceli cef19f325d Added back Port 3306 just in case for debugging 2019-11-24 22:34:59 -05:00
William Miceli dc0c7f4381 Using PHP's PDO syntax now 2019-11-24 22:26:17 -05:00
William Miceli 064d1e25c3 Automatically install nano editor to make things a little easier 2019-11-24 14:42:17 -05:00
William Miceli a235858693 Changed to use camelCase 2019-11-24 14:32:13 -05:00
William Miceli 0f527de9a7 Added command to execute friendBook SQL script 2019-11-24 14:25:51 -05:00
William Miceli 3dec2ea750 Removed since the friendBook database is made before startup 2019-11-24 14:19:10 -05:00
William Miceli 7a3e2e00fb Replaced tabs with 4 spaces 2019-11-24 14:17:58 -05:00
William Miceli 5b87ac68d7 Moved to scripts folder 2019-11-24 14:17:34 -05:00
WilliamMiceli 8e7b68966c Updated username and password 2019-11-23 00:45:17 -05:00
WilliamMiceli 1c2980c416 Added the database and a user to test out the PHP pages with 2019-11-23 00:35:47 -05:00
WilliamMiceli 30d39c3559 Let's see if this now works 2019-11-23 00:19:47 -05:00
WilliamMiceli 6870eb425a Learned that services are only running within the Docker build layer they are started in it seems... 2019-11-23 00:13:06 -05:00
WilliamMiceli d84df24e08 Removed unneeded MySQL port 2019-11-23 00:12:20 -05:00
WilliamMiceli ed85d2dc78 Testing 2019-11-23 00:09:22 -05:00
WilliamMiceli 215d0322ff Moved starting services to inside dockerfile; side-benefit of faster startups 2019-11-23 00:06:40 -05:00
WilliamMiceli 6f1f9f63ac IT WORKS!!!!!!!!!!!!!!!!!!!!!!... now to clean up. 2019-11-22 23:56:58 -05:00
WilliamMiceli 4891d8cf7c 100th time's the charm? 2019-11-22 23:53:20 -05:00
WilliamMiceli 52864bad21 Maybe......? 2019-11-22 23:39:40 -05:00
WilliamMiceli 38824d4bec And again, but this time I might have found out why... 2019-11-22 23:37:05 -05:00
WilliamMiceli 3398507780 And again 2019-11-22 23:30:14 -05:00
WilliamMiceli d69e50f732 And again 2019-11-22 23:28:58 -05:00
WilliamMiceli 80d082aef4 And again 2019-11-22 23:27:38 -05:00
WilliamMiceli 707c74c700 And again 2019-11-22 23:23:50 -05:00
WilliamMiceli 4bb62e068e Yet again 2019-11-22 23:21:23 -05:00
WilliamMiceli 69be8392e4 Another attempt 2019-11-22 23:19:48 -05:00
WilliamMiceli 5bb6a27efa Another attempt 2019-11-22 23:17:37 -05:00
WilliamMiceli b32265f397 Giving execute permission to scripts directory 2019-11-22 23:10:21 -05:00
WilliamMiceli 44d32af4f9 Let's try this... 2019-11-22 23:04:15 -05:00
WilliamMiceli 8a8498ea7d Possible typo 2019-11-22 22:53:35 -05:00
WilliamMiceli a68844a3be Yet another attempt 2019-11-22 22:51:02 -05:00
WilliamMiceli 937b9c07a1 Trying to figure out why MySQL is so annoying 2019-11-22 22:45:28 -05:00
WilliamMiceli 328b40f0f6 Another attempt at setting up the database properly 2019-11-22 22:31:47 -05:00
WilliamMiceli 12c609cade Attempting equivalent of mysql_secure_installation 2019-11-22 22:13:05 -05:00
WilliamMiceli e93f966b86 Different attempt at unattended mysql_secure_installation 2019-11-22 21:35:05 -05:00
WilliamMiceli 1bf76da58a Attempt at unattended mysql_secure_installation 2019-11-22 21:31:45 -05:00
WilliamMiceli 1433f31971 Object-oriented connection method; indentation 2019-11-21 20:22:14 -05:00
WilliamMiceli 8c8f697afb Removed modules that we probably won't need 2019-11-21 19:52:49 -05:00
WilliamMiceli 0798433975 PHP was having issues because the service needed to be manually started at boot 2019-11-21 19:52:29 -05:00
WilliamMiceli 32f5e691af Removed some moduels 2019-11-21 19:30:59 -05:00
WilliamMiceli ab85158dbb Added PHP info page for debug 2019-11-21 19:30:44 -05:00
WilliamMiceli f1d2f580b6 Testing if any common modules are needed 2019-11-21 19:20:36 -05:00
WilliamMiceli 29a5bae317 Merge branch 'master' of https://git.williammiceli.systems/williammiceli-educational/CS4430-Project 2019-11-21 19:06:02 -05:00
WilliamMiceli 102b847e48 Test PHP page 2019-11-21 19:05:47 -05:00
WilliamMiceli fc37a58fb5 Fixed link 2019-11-21 18:50:05 -05:00
WilliamMiceli 12a7b16453 Fixed code block 2019-11-21 18:49:17 -05:00
WilliamMiceli 325e9a1ed2 Updated with page responsibilities 2019-11-21 18:48:02 -05:00
WilliamMiceli 91918c2f19 Disabled SQL database initialization until it's ready 2019-11-21 18:40:02 -05:00
WilliamMiceli 3a1c990308 Merged langingPage.html into index.html 2019-11-21 18:39:37 -05:00
WilliamMiceli 41217d3746 index.php no longer used 2019-11-21 18:39:11 -05:00
WilliamMiceli 69c610fe15 Added Traefik labels just in case it's needed later; note about public hosting 2019-11-21 18:33:32 -05:00
WilliamMiceli 9ace1df508 Added the guide I've been starting with 2019-10-19 22:25:11 -04:00
WilliamMiceli cded2228dd Fixed my comments 2019-10-19 18:42:50 -04:00
WilliamMiceli 19c787f0c5 Using PHP to output HTML instead now 2019-10-19 18:39:18 -04:00
WilliamMiceli 8c4e41df1a Added note about how to reload nginx configs 2019-10-19 18:26:16 -04:00