Garritt McCune glm94
  • Joined on 2020-12-03
glm94 pushed to master at glm94/invtory-desktop 2021-04-20 19:06:55 -05:00
262dfb8735 A crude way for the main form to display the properties a category and sub category have has been implemented.
glm94 pushed to master at glm94/invtory-desktop 2021-04-15 18:31:16 -05:00
dd0594211f The main form now pulls in category and sub category options for the user to select from. Removed some controls from the CategoryManager form that VS 2019 seems to have failed to clear from the designer's code.
glm94 pushed to master at glm94/invtory-desktop 2021-04-14 18:38:02 -05:00
98db853414 Added all the controls needed to update the core item properties on the main form.
glm94 pushed to master at glm94/invtory-desktop 2021-04-13 18:20:23 -05:00
f014f22ecf Added support for updating category properties.
6838635c78 Fixed some UI bugs in the Category Manager form.
ba556e7339 Created a form to manage categories and sub-categories along with their properties.
glm94 created repository glm94/invtory-desktop 2021-04-13 18:19:24 -05:00
glm94 pushed to main at glm94/secure-core 2021-03-29 19:15:18 -05:00
f5ee2f68b9 Changed the settings getting functions to accept a fll key path instead of only a Section / Key pair. Changed the placement of the pepper in the password hashing function to be in complicance with the OWASP's recommendation for using a pwpper.
glm94 pushed to master at glm94/nand-to-tetris 2021-03-18 19:15:23 -05:00
7fd8ed2f75 Updated the Bit chip to less parts and finsihed the Register chip.
glm94 pushed to master at glm94/nand-to-tetris 2021-03-16 20:56:35 -05:00
00709e8dd7 Completed the Bit chip. Not great but after a month break from this I need to relearn how to work with the HDL language.
glm94 pushed to main at glm94/secure-core 2021-03-10 21:52:58 -06:00
9b283b31f4 Tweaked the SessionManager's IsSessionTokenValid function to accept a connection string to standardize the interfaces on all the SessionManager functions.
glm94 pushed to main at glm94/secure-core 2021-03-10 21:27:24 -06:00
baf2518fe8 Updated the way application settings are loaded and added some intialization functions to the various manager classes to load and validate all the user supplied options at start up instead of constantly reevaluating them over the course of the application's runtime.
glm94 pushed to main at glm94/secure-core 2021-03-10 15:03:09 -06:00
3d3b9c1e68 Updated the project's framework to .NET 5 and changed its launch configuration to no longer pop a browser on startup.
glm94 pushed to main at glm94/secure-core 2021-03-09 22:33:24 -06:00
59a5733d4e Minor update to the SQL to make sure the Activity Log gets the correct stored procedure name.
glm94 pushed to main at glm94/secure-core 2021-03-09 22:14:36 -06:00
7008621799 Added code to support password settings. Fixed a bug where the [FromBody] attribute resulted in null object properties, as well as included more null checks.
glm94 opened issue glm94/secure-core#5 2021-03-04 18:27:56 -06:00
Implement Roles
glm94 pushed to master at glm94/nand-to-tetris 2021-02-12 17:01:05 -06:00
731818ea92 Built the ALU and tested as working.
glm94 pushed to master at glm94/advertising-profit-control 2021-02-08 16:35:47 -06:00
de2b83cd48 Added a readme.
glm94 pushed to master at glm94/advertising-profit-control 2021-02-08 16:32:24 -06:00
f2fe8c592f Fixed a bug that caused the ModifyRecord form to crash on load if the cursor was over the top left hand header cell. Set a timeout for the restore SQL statement to hopefully prevent a timeout exception from being thrown. Minor code clean up.
65dd82cd31 Forgot to update the behavior of the Integerity form, repair button is now disabled if no errors are found. The menu item for the Integrety form is now on the login and main menu forms. Security is not a huge concern at the moment.
36bbd29917 Changed the requirements of the integrity checking form to need a connection string. The login form willl now attempt to use the connection string setting but failing that it will use the server name in the combo box. The main form will use the app's connection string setting.
2dd754ed29 Created a new form to allow the user to check the database for internal errors. Needs more testing so this build will have the option not visible. Modified the login form to display database tools.
6ec32afc92 Fixed a bug preventing the user from moving a member of the ad special group on to the ad special row. Prevented the ad special row from being moved by drag and drop.
glm94 created repository glm94/advertising-profit-control 2021-02-08 16:31:26 -06:00
glm94 renamed repository from py-tic-tac-toe to glm94/tic-tac-toe 2021-02-08 15:59:15 -06:00
glm94 pushed to master at glm94/data_organizer 2021-02-08 14:23:08 -06:00
70bf143d02 Added the template script for the SQLite backend this program uses.