Commit Graph

19 Commits

Author SHA1 Message Date
Curt Spark bdad460fc3 Add docker compose for dev db to run 2024-07-08 19:28:08 +01:00
Curt Spark 3776666639 Implement uploading blog in Base32 encoding, fix metadata retrieval functionality. Ensure title, author and optional description field is including in the HTML blog generation 2024-07-08 19:25:09 +01:00
Curt Spark ee7592f0fb Change endpoint name 2024-07-08 15:44:05 +01:00
Curt Spark 4f780805a8 Implement account setting modification and saving feature 2024-07-06 17:22:53 +01:00
Curt Spark 460cb8ac55 Start work on making a basic setting edit function 2024-06-12 20:23:05 +01:00
Curt Spark fd888e3a67 Implement basic register function 2024-06-12 18:54:06 +01:00
Curt Spark 107df32af9 Implementing retrieving blog data 2024-05-08 20:56:28 +01:00
Curt Spark faa718c7d5 Uploading blog endpoint 2024-04-30 18:24:20 +01:00
Curt Spark 770b17c4d1 GET user settings, plan out API structure more, init serverside org mode parsing 2024-04-29 16:57:34 +01:00
Curt Spark 68c301c95c Implement getting users public info 2024-04-24 15:06:28 +01:00
Curt Spark 180cfba7c1 More helper functions related to token handler, implement API endpoint to check userID belonging to a valid token 2024-04-22 17:16:16 +01:00
Curt Spark 63bc8b2b69 Setup proper init and cleanup functions. implement and test password authentication, implement creating authorisation tokens etc. 2024-04-22 12:36:01 +01:00
Curt Spark 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 2024-04-20 16:59:47 +01:00
Curt Spark 8c91612a5c Implement basic error handling for database connect function, implement several new database handler helper functions, init security handler password hashing via argon 2024-04-19 16:12:16 +01:00
Curt Spark bcb15bcb28 Implement typing into dbHandler module, create insertRow SQL helper function 2024-04-19 13:47:07 +01:00
Curt Spark 2638e5126b Move database handling functionality to dbHandler, helper functions 2024-04-18 18:08:49 +01:00
Curt Spark 6f8e0e02bb Implement postgresql database handling into backend and basic init handling code, also include dev database docker compose file 2024-04-17 14:58:18 +01:00
Curt Spark 2871e5fc65 Implement basic post request with body 2024-04-16 17:36:32 +01:00
Curt Spark cf83399182 Init backend 2024-04-15 16:04:19 +01:00