35 Commits

Author SHA1 Message Date
fe1213ed90 Deleted web. Added when to event 2024-08-30 00:25:46 -05:00
374b8c64c9 Added grantManager and authentication now uses GrantManager.cs 2024-08-19 16:08:35 -05:00
13f92d49cc Auditing is now the responsibility of the database. Removed foregin key from audit tables to parent 2024-07-15 17:51:03 -05:00
a07f5f5869 Removed YesAuthentication 2024-07-15 13:24:59 -05:00
d8b98ac5cc added UserAuthentication 2024-07-15 13:23:58 -05:00
4afb3b0c54 Added SavedEventAuthentication 2024-07-13 13:08:59 -05:00
588abd2712 Added PermissionAuthentication 2024-07-13 12:58:35 -05:00
d5a7ffc596 Added ImageAuthentication 2024-07-13 12:51:45 -05:00
71cabbd548 Added GrantAuthentication 2024-07-13 12:44:46 -05:00
7ae98f4bb4 Added EventAuthentication 2024-07-12 23:12:04 -05:00
58cf1cd74c ColorAuthentication no longer is YesAuthentication 2024-07-12 22:44:58 -05:00
0cdc5ebb20 Added functions for getting grants. 2024-07-12 22:44:46 -05:00
18ab0b592f Program now uses Authentication and Authorization 2024-07-12 18:05:54 -05:00
1dd4d3dca7 Added register user 2024-07-12 17:27:01 -05:00
d58eb8d973 Made user updater and updaterrelation nullable 2024-07-12 17:26:41 -05:00
e2140d83f2 Changed phone number to use PhoneNumber.cs implicit string 2024-07-10 18:35:53 -05:00
1086396ccd Added authcontroller and logins 2024-07-09 18:03:42 -05:00
ca059ce75d Added hashing algorithm and factory 2024-07-09 18:03:05 -05:00
8b6bcc7c37 Package updates & downgrades to 8.xx 2024-07-09 18:01:38 -05:00
6876b623ac Created remaining CRUD controllers 2024-05-20 15:11:13 -05:00
2a99a5ba62 Created missing UpdateDTOS 2024-05-20 15:00:52 -05:00
e5522ed559 Code cleanup 2024-05-20 14:12:46 -05:00
d5642e4744 implemented adaptFromModel into remaining DTOS 2024-05-20 14:10:46 -05:00
08efea943c Created ColorController 2024-05-20 10:47:04 -05:00
cce57a4aec Created base class for CRUD api calls 2024-05-20 10:46:56 -05:00
9fb3e52079 Added authentication services to program 2024-05-20 10:46:31 -05:00
bce57e4cf0 Added adaptFromModel to IAdaptable 2024-05-20 10:46:15 -05:00
890c521675 Added ColorUpdateDTO.cs 2024-05-20 10:45:46 -05:00
8c58bb2fa3 Added ColorAuthentication.cs 2024-05-20 10:44:18 -05:00
71eea092c7 XML Documentation generated 2024-05-20 10:44:00 -05:00
03a72c365d Added update methods to models 2024-04-24 16:04:15 -05:00
27846f596e Created services for remaining database models 2024-04-22 18:04:14 -05:00
10cce72fbc Added DTO for remaining models 2024-04-22 17:55:47 -05:00
f7b337e25a Created color service using ServiceBase 2024-04-22 16:54:28 -05:00
0b2c77d4cc Added api project boilerplate 2024-04-16 18:38:11 -05:00