Commit Graph

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