Curt Spark cspark
  • Joined on 2024-02-22
cspark created branch master in cspark/Personal-Nix-Configuration 2024-04-26 01:08:55 +01:00
cspark created repository cspark/Personal-Nix-Configuration 2024-04-26 01:07:34 +01:00
cspark pushed to master at Blorg/Blorg-Frontend 2024-04-25 18:00:15 +01:00
2af602dad4 Implement settings
cspark pushed to master at Blorg/Blorg-Frontend 2024-04-24 16:41:13 +01:00
b7618c4192 Add new files
cspark pushed to master at Blorg/Blorg-Frontend 2024-04-24 16:40:36 +01:00
34b61fc670 Implement tiling grid layouts in preperation for the blog editor, settings etc.
cspark pushed to master at Blorg/Blorg-Frontend 2024-04-24 15:09:13 +01:00
7a91cde278 Implement working login/logout functionality
cspark pushed to master at Blorg/Blorg-Backend 2024-04-24 15:06:42 +01:00
68c301c95c Implement getting users public info
cspark pushed to master at Blorg/Blorg-Frontend 2024-04-23 17:01:31 +01:00
3efc8ba4fa Implement checking logged in user tests, Navbar user info component etc.
cspark pushed to master at Blorg/Blorg-Frontend 2024-04-22 17:17:29 +01:00
5691e0dc8b Implement login post to endpoint, storage handling via react hooks which stores the authToken in localstorage
cspark pushed to master at Blorg/Blorg-Backend 2024-04-22 17:16:29 +01:00
180cfba7c1 More helper functions related to token handler, implement API endpoint to check userID belonging to a valid token
cspark pushed to master at Blorg/Blorg-Backend 2024-04-22 12:36:14 +01:00
63bc8b2b69 Setup proper init and cleanup functions. implement and test password authentication, implement creating authorisation tokens etc.
cspark pushed to master at Blorg/Blorg-Backend 2024-04-20 17:00:04 +01:00
dabf0c8977 Move user specific functions to new userHandler module, setup most of logic for password authentication, init token handling module. Properly setup API init and cleanup functions
cspark pushed to master at Blorg/Blorg-Backend 2024-04-19 16:12:32 +01:00
8c91612a5c Implement basic error handling for database connect function, implement several new database handler helper functions, init security handler password hashing via argon
cspark pushed to master at Blorg/Blorg-Backend 2024-04-19 13:47:20 +01:00
bcb15bcb28 Implement typing into dbHandler module, create insertRow SQL helper function
cspark pushed to master at Blorg/Blorg-Backend 2024-04-18 18:09:06 +01:00
2638e5126b Move database handling functionality to dbHandler, helper functions
cspark pushed to master at cspark/Personal-NixOS-Configuration 2024-04-17 17:03:06 +01:00
a463a76092 Switch to root docker and add postgresql for utilities
330ace6c29 Enable docker for desktop config
Compare 2 commits »
cspark pushed to master at Blorg/Blorg-Backend 2024-04-17 14:58:32 +01:00
6f8e0e02bb Implement postgresql database handling into backend and basic init handling code, also include dev database docker compose file
cspark pushed to master at Blorg/Blorg-Frontend 2024-04-16 17:38:23 +01:00
f09d7f1eb2 Implement local storage handling with react hooks and also API requests with fetch
cspark pushed to master at Blorg/Blorg-Backend 2024-04-16 17:37:14 +01:00
2871e5fc65 Implement basic post request with body
cspark pushed to master at Blorg/Blorg-Backend 2024-04-15 16:08:04 +01:00
cf83399182 Init backend