3776666639Implement uploading blog in Base32 encoding, fix metadata retrieval functionality. Ensure title, author and optional description field is including in the HTML blog generationCurt Spark2024-07-08 19:25:09 +0100
770b17c4d1GET user settings, plan out API structure more, init serverside org mode parsingCurt Spark2024-04-29 16:57:34 +0100
68c301c95cImplement getting users public infoCurt Spark2024-04-24 15:06:28 +0100
180cfba7c1More helper functions related to token handler, implement API endpoint to check userID belonging to a valid tokenCurt Spark2024-04-22 17:16:16 +0100
63bc8b2b69Setup proper init and cleanup functions. implement and test password authentication, implement creating authorisation tokens etc.Curt Spark2024-04-22 12:36:01 +0100
dabf0c8977Move user specific functions to new userHandler module, setup most of logic for password authentication, init token handling module. Properly setup API init and cleanup functionsCurt Spark2024-04-20 16:59:47 +0100
8c91612a5cImplement basic error handling for database connect function, implement several new database handler helper functions, init security handler password hashing via argonCurt Spark2024-04-19 16:12:16 +0100
6f8e0e02bbImplement postgresql database handling into backend and basic init handling code, also include dev database docker compose fileCurt Spark2024-04-17 14:58:18 +0100
2871e5fc65Implement basic post request with bodyCurt Spark2024-04-16 17:36:32 +0100