178 Commits

Author SHA1 Message Date
a34ed6f653 product editor send files 2025-03-19 10:38:07 +01:00
206d49c069 clean up and use const 2025-03-18 15:31:54 +01:00
20076fc11c fix purchase 2025-03-18 15:26:41 +01:00
690d030a14 msg not message 2025-03-18 15:21:51 +01:00
2306db2254 reduce balance by amount 2025-03-18 15:16:32 +01:00
27b633cc1e reduce balance on cart buy 2025-03-18 15:02:22 +01:00
SFJ
fcaad4f876 use providers on finish shopping page 2025-03-18 14:09:01 +01:00
SFJ
9603651e05 refactor controllers 2025-03-18 13:48:08 +01:00
ec520c330a fix receipts one 2025-03-18 09:27:34 +01:00
6367631294 receipts all 2025-03-17 17:38:17 +01:00
eb52be1d8c move query params to http 2025-03-17 17:38:17 +01:00
4f84dc4842 receipts one combined 2025-03-17 17:38:17 +01:00
a54d94d45e refactoring part one 2025-03-17 15:37:16 +01:00
e7526452dd add balance 2025-03-17 14:50:56 +01:00
974f057dc1 users balance add 2025-03-17 13:44:48 +01:00
b811c208c9 work on add balance 2025-03-17 12:54:34 +01:00
2d74a872fe get one receipt 2025-03-14 16:17:31 +01:00
f799db5b32 add products to db 2025-03-14 14:15:18 +01:00
c8808392e4 fix test 2025-03-14 13:41:48 +01:00
c49f0c05d2 add carts purchase 2025-03-14 13:40:00 +01:00
de4e91db72 caching for cart 2025-03-14 13:26:57 +01:00
44ef95ba63 carts purchase first half 2025-03-14 10:43:46 +01:00
b3d911685e cx thread safe 2025-03-14 09:16:50 +01:00
f7d6ec9d91 add kv map 2025-03-13 23:59:51 +01:00
739db39142 remove cart 2025-03-13 23:59:45 +01:00
e39bd68975 move collection.h into collections/ 2025-03-13 17:27:21 +01:00
940203cf41 move utils into util/ 2025-03-13 17:25:24 +01:00
470aa1797b move json* into json/ 2025-03-13 17:21:33 +01:00
bd91bfbb45 move models* into models/ 2025-03-13 17:18:53 +01:00
bd19b55ca8 deleted unused util.h 2025-03-13 17:14:53 +01:00
c051210372 move db* into db/ 2025-03-13 17:13:57 +01:00
f449216e2a move controllers.h into controllers/ 2025-03-13 17:09:19 +01:00
944e597cb8 move http.h into http/ 2025-03-13 17:07:31 +01:00
33ea563354 remove old http parser 2025-03-13 17:03:38 +01:00
e15466b460 new http request parser 2025-03-13 17:03:38 +01:00
b486bb7970 implement api/cart 2025-03-13 14:49:04 +01:00
70b8244e62 integrate app with backend for auth, users, and products 2025-03-13 14:49:04 +01:00
7da92bb9a8 add binpack formatting 2025-03-13 14:21:38 +01:00
f981b3907c rename http server internals 2025-03-13 14:15:59 +01:00
77043f76a3 remove redundant prefix 2025-03-13 13:59:29 +01:00
7d4dc46b80 move http into http/ 2025-03-13 13:56:28 +01:00
10fcc0fa51 add commit notice 2025-03-13 13:04:05 +01:00
1790455344 explicit utf-8 2025-03-13 12:52:48 +01:00
81b58351fa add description to products in backend 2025-03-13 12:49:13 +01:00
sfj
7e5c95032e try read entire body 2025-03-13 11:32:41 +01:00
sfj
1e8c110fc0 increase buffer and move to heap 2025-03-13 11:32:31 +01:00
f7f8cf9e80 better errors for register request 2025-03-13 09:59:36 +01:00
903ee83a1e send connection close 2025-03-12 17:43:20 +01:00
1b8ffa54a0 user session works 2025-03-12 15:58:20 +01:00
be00f1c965 implement auth - almost works 2025-03-12 15:56:15 +01:00