Commit graph

61 commits

Author SHA1 Message Date
cb2f97a28f Add multithreading 2022-10-13 21:05:52 -07:00
0ce315368a Minor HTTP refactor 2022-10-13 02:23:57 -07:00
159f1c28cc Add sql connection pool 2022-10-12 23:19:59 -07:00
23da0c6857 Get integration tests working 2022-10-11 22:48:08 -07:00
add17c0a0a Use new controller layout 2022-10-10 20:28:23 -07:00
83ee7efba0 Controller refactor 2022-10-09 19:06:11 -07:00
2aa9569050 controllers refactor 2022-10-09 02:05:01 -07:00
581159963f Move api to package 2022-10-08 13:47:54 -07:00
0e7484543e Some refactoring 2022-10-08 00:51:22 -07:00
d6cf778053 Move registration to auth 2022-10-03 22:50:09 -07:00
753ae2729e Add nested transaction logic 2022-10-03 22:42:22 -07:00
955df7b044 refactor 2022-10-03 19:41:59 -07:00
c42039c559 Refactoring 2022-09-29 14:52:01 -07:00
33d1834f19 SQL Refactor 2022-09-25 01:10:30 -07:00
33cf0ff87a Move to new DB api 2022-09-14 18:12:07 -07:00
8763132d35 Create integration test 2022-09-08 22:01:57 -07:00
ca123c1cc0 Notes 2022-09-08 00:52:23 -07:00
e0fd7097eb User creation 2022-09-07 23:56:29 -07:00
a28f9fd38c Invites 2022-09-07 22:10:58 -07:00
075b922ef5 Mvoing controllers around 2022-09-07 19:19:46 -07:00
ab96b3b734 messing w/ stuff 2022-09-07 16:14:52 -07:00
913a84c4fa Add login verification endpoint 2022-09-05 03:54:17 -07:00
8ee663000d Create cluster community 2022-09-05 02:15:16 -07:00
1d4b0a6e77 Use default admin user 2022-09-05 01:52:49 -07:00
e2381f1eaf Disable routes for now 2022-09-05 00:10:03 -07:00
d694674585 Fixes for stage2 compiler 2022-07-13 07:42:30 -07:00
9c94cafe95 Log errors instead of panic 2022-08-01 23:24:16 -07:00
6c15849882 Add communities 2022-08-01 21:33:23 -07:00
40a2391942 Add config file 2022-07-29 23:14:42 -07:00
01ef4427f5 Generate invite codes 2022-07-26 22:02:09 -07:00
a020199773 Refactor api calls 2022-07-25 19:07:05 -07:00
47e157e31b Use threadlocal prng 2022-07-24 17:18:25 -07:00
b05abf95ac Move models to db subdir 2022-07-24 02:01:17 -07:00
dc8877eef3 Refactoring controllers 2022-07-21 23:53:05 -07:00
ee0db68c5e Split users into actors and localusers 2022-07-21 21:19:08 -07:00
e6217d543d Basic password auth 2022-07-20 22:26:13 -07:00
718da7b408 Basic reacts 2022-07-19 00:07:01 -07:00
07019cb090 Track creation time for notes 2022-07-18 00:37:10 -07:00
87903ca17b Create user contexts 2022-07-17 16:21:03 -07:00
74fb8d2574 Use sql api for users 2022-07-16 11:41:09 -07:00
caa599986d Reorganize controllers 2022-07-13 00:57:21 -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
ad6f1454a6 Use Uuids for id 2022-07-12 21:16:33 -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
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