|
b80eba6fcf
|
Check user handle is available
|
2022-07-16 12:30:47 -07:00 |
|
|
1d6f7bfa08
|
Allow querying by other fields
|
2022-07-16 12:00:33 -07:00 |
|
|
90d2dcd4c1
|
Remove references to memdb
|
2022-07-16 11:44:46 -07:00 |
|
|
74fb8d2574
|
Use sql api for users
|
2022-07-16 11:41:09 -07:00 |
|
|
40e7037444
|
Type-introspected insert
|
2022-07-15 22:29:08 -07:00 |
|
|
c9c5958849
|
Use type introspection in db wrapper
|
2022-07-15 21:33:01 -07:00 |
|
|
b82600e8cd
|
Store notes in SQLite
|
2022-07-15 00:27:27 -07:00 |
|
|
9faf2a3c9b
|
gitignore sqlite dbs
|
2022-07-14 17:58:46 -07:00 |
|
|
163811caa0
|
Basic sqlite adapter
|
2022-07-14 17:58:08 -07:00 |
|
|
caa599986d
|
Reorganize controllers
|
2022-07-13 00:57:21 -07:00 |
|
|
2092bbdffa
|
Check users for duplicates
|
2022-07-12 22:35:39 -07:00 |
|
|
f5548c0243
|
Create Table abstraction
|
2022-07-12 22:08:18 -07:00 |
|
|
16d093b4f7
|
Add users
|
2022-07-12 21:56:47 -07:00 |
|
|
b3c9c3b600
|
Move body parsing to new fn
|
2022-07-12 21:41:26 -07:00 |
|
|
d27c38330b
|
Better error messages
|
2022-07-12 21:31:52 -07:00 |
|
|
44cb7017b2
|
Make api return full note
|
2022-07-12 21:28:54 -07:00 |
|
|
3f3e9e039e
|
Add JSON stringification for UUIDs
|
2022-07-12 21:23:50 -07:00 |
|
|
ad6f1454a6
|
Use Uuids for id
|
2022-07-12 21:16:33 -07:00 |
|
|
20af2c82c8
|
Use u128 as backing field for Uuid
|
2022-07-12 20:55:19 -07:00 |
|
|
ccf79febe4
|
Basic api server
|
2022-07-12 20:40:48 -07:00 |
|
|
255a11bc8b
|
Add createNote endpoint
|
2022-07-10 19:39:28 -07:00 |
|
|
d8f8a3ec89
|
Create putNote
|
2022-07-10 17:58:39 -07:00 |
|
|
b3a3a66068
|
Handle not found errors better
|
2022-07-10 17:52:28 -07:00 |
|
|
470fa50bb1
|
Get ID from route
|
2022-07-10 17:40:17 -07:00 |
|
|
b738a02e16
|
Pass note ID to db
|
2022-07-10 17:14:32 -07:00 |
|
|
5933e37f85
|
Retrieve note dynamically
|
2022-07-10 17:12:52 -07:00 |
|
|
80c94711ae
|
Add id
|
2022-07-10 17:10:15 -07:00 |
|
|
c130391186
|
Build Database connection
|
2022-07-10 17:07:15 -07:00 |
|
|
9c2bd11526
|
Split out json printing code
|
2022-07-10 17:01:36 -07:00 |
|
|
685dc13455
|
Another shot at db shit
|
2022-07-10 16:53:17 -07:00 |
|
|
1bcbeb098e
|
Log chosen route
|
2022-07-10 15:24:54 -07:00 |
|
|
8d71846826
|
cleaning up
|
2022-07-10 15:19:21 -07:00 |
|
|
3bd1bfc972
|
Messing with routes
|
2022-07-09 22:05:01 -07:00 |
|
|
f58e0c074c
|
Make routing more obviously WIP
|
2022-07-09 19:56:07 -07:00 |
|
|
5fc8b99051
|
Separate request handling and acceptance
|
2022-07-09 18:01:03 -07:00 |
|
|
013bc015c5
|
API Refactoring
|
2022-07-09 15:43:35 -07:00 |
|
|
ff6d8f8e03
|
Fix error union compile errors
|
2022-07-09 15:18:48 -07:00 |
|
|
f86873395b
|
Fix compile errors on parse errors
|
2022-07-09 15:17:44 -07:00 |
|
|
61c989acde
|
Handle connection cleanup
|
2022-07-09 15:14:49 -07:00 |
|
|
bb32c2006a
|
Fix method signature for ResponseStream
|
2022-07-09 15:12:17 -07:00 |
|
|
b1d47ff607
|
Fix pub
|
2022-07-09 15:11:05 -07:00 |
|
|
a93039534c
|
Remake basic main.zig handler
|
2022-07-09 15:07:51 -07:00 |
|
|
c1c5e3014d
|
Fix std.net.StreamServer.Connection ref
|
2022-07-09 15:04:46 -07:00 |
|
|
ce08b76cdc
|
Fix build.zig
|
2022-07-09 15:03:57 -07:00 |
|
|
04d83a603c
|
HttpServer
|
2022-07-09 14:18:43 -07:00 |
|
|
21a153ba9d
|
Separate request parsing and server code
|
2022-07-09 13:09:30 -07:00 |
|
|
fd27199813
|
Fix ConnectionServer
|
2022-07-09 12:46:55 -07:00 |
|
|
053de35d33
|
Add http.Context
|
2022-07-09 12:41:09 -07:00 |
|
|
8ba0ebd84c
|
Move connection to conn.zig
|
2022-06-26 00:00:14 -07:00 |
|
|
f5af54e5d1
|
Handle basic HTTP errors
|
2022-06-25 23:35:31 -07:00 |
|