Garritt McCune glm94
  • Joined on 2020-12-03
glm94 pushed to main at glm94/secure-core 2021-01-04 00:25:34 -06:00
9d70df80f1 Minor code clean-up.
glm94 pushed to main at glm94/secure-core 2021-01-04 00:20:45 -06:00
45dceef75e First attempt at getting a little meta data on the client. Included a value for peppering all password hashing functions.
glm94 pushed to main at glm94/secure-core 2021-01-03 22:09:47 -06:00
e03610e390 Started to try and organize all the authentication code.
glm94 pushed to main at glm94/secure-core 2021-01-03 18:44:18 -06:00
ddb42da7bb Added basic auth checking code. First bit of code to protect an API call in the Employee controller.
glm94 pushed to main at glm94/secure-core 2021-01-03 02:36:48 -06:00
26ea8e8cbc Updated the Login code so it responds with a set-cookie header for the session token. Still looking into if this is the right thing to do however.
glm94 pushed to main at glm94/secure-core 2021-01-02 17:32:05 -06:00
e8454fb652 Moved the authentication code to its own dedicated class. Minor code cleanup.
glm94 pushed to main at glm94/secure-core 2021-01-01 15:08:41 -06:00
a955fc5346 Cleaned up the hashing code.
glm94 pushed to main at glm94/secure-core 2021-01-01 13:29:27 -06:00
5621418bd7 Added password and session creation functions.
glm94 pushed to main at glm94/secure-core 2021-01-01 00:57:32 -06:00
26c59555ab Intial commit. THe bare bones of a REST .NET Core app have been made.
glm94 created repository glm94/secure-core 2021-01-01 00:55:22 -06:00
glm94 pushed to master at glm94/data_organizer 2020-12-29 23:54:10 -06:00
ce5ca3750f Added code to find any files that have been moved, basic but for the time being it seems to work well enough.
glm94 pushed to master at glm94/react-inv 2020-12-23 16:57:32 -06:00
520b2f7e0b Inital commit, first try at using React to build a website.
glm94 created repository glm94/react-inv 2020-12-23 16:46:51 -06:00
glm94 pushed to master at glm94/data_organizer 2020-12-16 15:34:47 -06:00
d554a31051 Patched the rename detection function and had some debug output placed in the FileManager form.
glm94 pushed to master at glm94/data_organizer 2020-12-14 22:48:37 -06:00
95766b044f First attempt at finding duplicate files. For now, and possible ever, this process will be a 'best effort' approach, so there will be false positives but this will most likely remain the case for the life of this program.
glm94 pushed to master at glm94/kernel3 2020-12-12 21:23:39 -06:00
feb9a0fc12 Added a readme to explain a bit of about this project.
glm94 pushed to master at glm94/kernel3 2020-12-12 21:17:41 -06:00
8ba77bcd69 Added the start of the page structures.
49efafe173 Added code to support getting interrupts from the PIC. Can now get some data from the keyboard, however, it's not quite working yet.
db1a68188f Minor code clean up, and added some convenience to the draw_string function.
9fe73abe53 Added code to setup and build the IDT. Updated the Bochs' configuration file to allow break points to be set and did some general code clean-up.
d8071c0eac Added some quality of life changes to the Makefile.
glm94 created repository glm94/kernel3 2020-12-12 20:59:00 -06:00
glm94 opened issue glm94/data_organizer#10 2020-12-11 17:35:44 -06:00
Allow the User to Diff Arbitrary Folders
glm94 pushed to master at glm94/data_organizer 2020-12-11 17:32:31 -06:00
06b586d635 Updated the FileManager to reflect more where I think I want to go when comparing snapshots. Added a first try at detecting file renames in the Snapshot object.